It appears these CMR access and foreign key constraint issues can be resolved in a specficiation compliant and portable manner by implementing the INSERT after ejbPostCreate returns. As it stands we have to change our schema to defer referential integrity checks until we commit. Those building J2EE applications on top of legacy database structures (perhaps a significant percentage) will find that a difficult sell in production environments with existing applications already in place. The lack of a deferred insert may also require code changes when porting from weblogic - at least - to support this difference in behavior. The approach taken by weblogic (deferred inserts) appear to have significant merits.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
