Thanks for the tip! The no-select-berfore-insert works as expected, but I still get inserts and then updates when using the INSERT after ejbPostCreate option
My jboss.xml looks like | <?xml version="1.0"?> | <!DOCTYPE jboss PUBLIC | "-//JBoss//DTD JBOSS 4.0//EN" | "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd"> | <jboss> | <enterprise-beans> | </enterprise-beans> | <container-configurations> | <container-configuration extends="Standard CMP 2.x EntityBean"> | <container-name>INSERT after ejbPostCreate Container</container-name> | <insert-after-ejb-post-create>true</insert-after-ejb-post-create> | </container-configuration> | </container-configurations> | </jboss> | Any ideas why it doesn't work. I'm using 4.0 RC1 - does it work on that version? Ta, Dave. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845184#3845184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845184 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
