[jboss-user] [EJB/JBoss] - Re: Probleme java/Jboss ?

2007-02-19 Thread tinico
Ok, Thank you very much ! This EJB work on WebLogic, but, I want use JBoss now !! I'll test with 2 separate String fields ! So, thank you jwenting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018716#4018716 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Probleme java/Jboss ?

2007-02-17 Thread jwenting
Don't put that there. An array isn't a valid serializable object (and putting fields in an interface is an established Bad Thing (tm) according to Josh Bloch, though sometimes handy for cases like this). Best change that array to 2 separate String fields (I assume they're allowed values for