Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 61316 invoked from network); 18 Jan 2005 21:27:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jan 2005 21:27:10 -0000 Received: (qmail 10130 invoked by uid 500); 18 Jan 2005 21:27:05 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 10109 invoked by uid 500); 18 Jan 2005 21:27:05 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 10080 invoked by uid 99); 18 Jan 2005 21:27:05 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of robertburrelldonkin@blueyonder.co.uk designates 195.188.213.9 as permitted sender) Received: from smtp-out6.blueyonder.co.uk (HELO smtp-out6.blueyonder.co.uk) (195.188.213.9) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 13:27:04 -0800 Received: from [10.0.0.2] ([82.38.65.173]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 18 Jan 2005 21:27:35 +0000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: robert burrell donkin Subject: Re: betwixt abstract collection Date: Tue, 18 Jan 2005 21:26:59 +0000 To: "Jakarta Commons Users List" X-Mailer: Apple Mail (2.619) X-OriginalArrivalTime: 18 Jan 2005 21:27:35.0348 (UTC) FILETIME=[86EED740:01C4FDA4] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi jorge is betwixt correctly finding your adder? (you might need to turn up logging, write a unit test or use an IDE with a debugger to find this out) - robert On 17 Jan 2005, at 19:15, Middleton Jorge wrote: > Hi, > > I have the following situations: > > > > > > > > > > > > > > Sequence, Set, Break are all of type ContainerActivity and contains the > following code: > > protected List activities = new ArrayList(); > > public List getActivityList() { > return this.activities; > } > > public void addActivity(Activity activity) { > this.activities.add(activity); > } > > When I try to convert from xml to object I can't rebuild the graph of > objects correctily because betwixt doesn't recognize the list. > I've tried with derived clases but I couldn't resolve the problems. > Somebody > can tell me what can I try to do.. > > Thanks in advance. > Jorge > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org