[rules-users] Re: Fun with JAXB

2007-07-06 Thread Ronald R. DiFrango
All, Castor works like a champ! Ron On 7/6/07, Matt Geis <[EMAIL PROTECTED]> wrote: Ron, If Castor doesn't work out for you, you could always go out on a limb and use retroweaver. It uses allows you to write Java5 source that compiles to 1.4 compatible bytecode. http://retroweaver.sourcefor

[rules-users] Re: Fun with JAXB

2007-07-06 Thread Matt Geis
Ron, If Castor doesn't work out for you, you could always go out on a limb and use retroweaver. It uses allows you to write Java5 source that compiles to 1.4 compatible bytecode. http://retroweaver.sourceforge.net/ Matt ___

Re: [rules-users] Re: Fun with JAXB

2007-07-06 Thread Ronald R. DiFrango
Matt, Thanks for the suggestion. The only problem I have with JAXB is the annotations. I am unfortunately working in a JDK 1.4 environment. I am trying Castor now to see if that works. Ron On 7/6/07, Matt Geis <[EMAIL PROTECTED]> wrote: Suggestion: Instead of using XMLBeans for your XML s

[rules-users] Re: Fun with JAXB

2007-07-06 Thread Matt Geis
Suggestion: Instead of using XMLBeans for your XML serialization/deserialization, use JAXB 2.0. You can get it to use POJO's and annotations (a little more work than doing a straight codegen from an xml schema, but still doable), and JBossRules should have no problem subclassing/overriding, a

[rules-users] Re: Fun with JAXB

2007-07-05 Thread Ronald R. DiFrango
One thing, my subject line was incorrect. I am utilizing XML Beans generated classes and I am getting these errors. This is something that could be a show stopper for me, so any suggestions out there would be greatly appreciated. On 7/5/07, Ronald R. DiFrango <[EMAIL PROTECTED]> wrote: All,