Hi! Never tried this again and haven`t seen any info. I would appreciate any info on this one. I am using a big database with a lot of fields. Every entity bean has about 10 fields each so using a lot of parameters is making the code bloated.
For ease, I was wondering if it wouldn`t be easier to make a class (a.k.a JavaBean) to easily transport the primitives and to create EntityBeans or whatever using this class(in the create method the bean would just get the values from the bean and that`s it). However I don`t know how good this approach with respect to the persistence, multi-threading and JBoss container. -- costin ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
