This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Oracle DataSourceadrian.brock Mar 5, 2004 2:49 PM (in response to hoffz31)This has nothing to do with auto-commit. 
 It is spec defined behaviour that the insert occurs after ejbCreate and before
 ejbPostCreate. You can't even use CMR outside a transaction.
 You can delay the insert in recent versions using
 insert-after-ejb-post-create, see docs/dtd/jboss_3_2.dtd
 or use search in these forums.
 Regards,
 Adrian
 
    