Return-Path: Delivered-To: apmail-hivemind-user-archive@www.apache.org Received: (qmail 94311 invoked from network); 2 Nov 2006 03:39:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 03:39:42 -0000 Received: (qmail 5907 invoked by uid 500); 2 Nov 2006 03:39:53 -0000 Delivered-To: apmail-hivemind-user-archive@hivemind.apache.org Received: (qmail 5899 invoked by uid 500); 2 Nov 2006 03:39:53 -0000 Mailing-List: contact user-help@hivemind.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hivemind.apache.org Delivered-To: mailing list user@hivemind.apache.org Received: (qmail 5883 invoked by uid 99); 2 Nov 2006 03:39:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 19:39:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [72.22.71.28] (HELO st75.startlogic.com) (72.22.71.28) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Nov 2006 19:39:39 -0800 Received: (qmail 35065 invoked from network); 2 Nov 2006 03:37:11 -0000 Received: from unknown (HELO ?192.168.1.3?) (71.199.55.25) by st75.startlogic.com with SMTP; 2 Nov 2006 03:37:11 -0000 Message-ID: <454968CB.2030602@unrighteousdominion.com> Date: Wed, 01 Nov 2006 20:40:59 -0700 From: "ryan@unrighteousdominion.com" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: user@hivemind.apache.org Subject: Re: setting list parameters References: <45478EB6.4060304@unrighteousdominion.com> In-Reply-To: <45478EB6.4060304@unrighteousdominion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org $25 Amazon Gift Certificate to the person that helps me solve this. I've got one right here. ryan@unrighteousdominion.com wrote: > I have a service that has method like "setMyCustomServices(List > services)" but I can't figure out how to set this in the hivemind > module descriptor. This is what I tried: > > > > > > > service.MyCustomServiceX > service.MyCustomServiceY > service.MyCustomServiceZ > > > > > > > I looked at using configuration points, but that seems like more > complexity than is necessary. > > Anyone know the best way to do this? > > Thanks > >