Say I have a bean with two date fields, dateA and dateB. Then I do this:
ejbCreate() { Date date = new Date(); setDateA(date); date.setTime(date.getTime() + 1000); setDateB(date); }
The result in the database is that the value of dateA is also set to dateB. Now I know Java works by reference, but this just seemed odd. I thought Entity Beans hold their own private copy of fields.
This is on 3.2.2.
S.
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user