Matt,<br><br>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.<br><br>Ron<br><br><div><span class="gmail_quote">
On 7/6/07, <b class="gmail_sendername">Matt Geis</b> <<a href="mailto:mgeis@yahoo.com">mgeis@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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, as you will be able to make sure your methods aren't declared 'final' .
<br><br>Matt<br><br><br><br><br>____________________________________________________________________________________<br>Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
<br><a href="http://sims.yahoo.com/">http://sims.yahoo.com/</a><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<br><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br>