Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 30870 invoked from network); 13 Apr 2005 21:13:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2005 21:13:04 -0000 Received: (qmail 87753 invoked by uid 500); 13 Apr 2005 21:12:59 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 87721 invoked by uid 500); 13 Apr 2005 21:12:58 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 87703 invoked by uid 99); 13 Apr 2005 21:12:58 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 13 Apr 2005 14:12:57 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 9F2223D7; Wed, 13 Apr 2005 23:12:54 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34444] New: - [betwixt] Betwixt does not support polymorhpic types in collections X-Bugzilla-Reason: AssignedTo Message-Id: <20050413211254.9F2223D7@ajax.apache.org> Date: Wed, 13 Apr 2005 23:12:54 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34444 Summary: [betwixt] Betwixt does not support polymorhpic types in collections Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Betwixt AssignedTo: commons-dev@jakarta.apache.org ReportedBy: tomdz@apache.org Say a class A has a collection with elements of an interface type B which has two subtypes: class A { private List bs; public Iterator getBs(); public void addB(B b); } interface B {} class C implements B {} class D implements B {} with the following mapping However for an instance of A with both instances of C and D in the collection, no c or d sub elements are generated but B elements instead. The attached unit test exemplifies this. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org