Re: [jibx-users] Polymorphic binding problem with abstract mapping

2007-06-12 Thread Dennis Sosnoski
Hi Todd, Yes, it's definitely possible to map polymorphic collections in a couple of different ways. But to do so, you need to make use of the class structure. Your binding references the (private) fields of the abstract base class directly from within the mapping of the child class, so the

Re: [jibx-users] Polymorphic binding problem with abstract mapping

2007-06-12 Thread Todd Nine
Thanks for the reply Dennis. I realized my error about an hour after I sent my email. Its amazing when you take a break from an issue how easy the solution becomes. :). Thanks for the feedback. I'm very happy with Jibx for my current project. I've used it once before for a heavy traffic web

[jibx-users] Polymorphic binding problem with abstract mapping

2007-06-11 Thread Todd Nine
Hello all, I have several objects that subclass my base abstract object. Is it possible to map a polymorphic collection? I'm trying to do so, but the compiler (version 1.1.3) won't accept my mapping documents. Below are my classes and binding configuration. Any help would be greatly