CMR in EJB 2.0

2002-05-25 Thread Billy Rutledge
Hi All, I have written a simple test web app that has two EntityEJB's (Groups and Person, the relationship is 1-m) to learn more about using CMR with EJB 2.0 on Orion. All code compiles and archives fine using my usual Ant build scripts...but when I deploy my .ear file to Orion, it responds

Re: How do you tell orion not to autocommit?

2002-05-25 Thread prasanth sb
Hi Keith, If you are using Bean managed persistence, then get the connection object using jndi lookup, then use connection.setAutocommit(false). I am not aware how to do this in container managed persistence.Can some great guys explain this?Wish you a good day. thanks, Prasanth