Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-10 Thread ext2
user@geronimo.apache.org Subject: Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does >>I see that ManagedXAConnection will set autoCommit to false in >>localTransactionStart(). So you mean Geronimo is enlisting the resouce >&

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-10 Thread Jack Cai
is in the tranql oracle wrapper.  Geronimo > doesn't even know that it's dealing with a jdbc driver, so it has no > knowledge of the autocommit property's existence. > > thanks > david jencks > >> >> -Origin- >> Sender: David Jencks [mailt

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-07 Thread ext2
l provide jta features); Best regard Ext2 -Origin- Sender: David Jencks [mailto:david_jen...@yahoo.com] Date: 2010-1-7 17:23 Receiver: user@geronimo.apache.org Subject: Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-07 Thread David Jencks
knowledge of the autocommit property's existence. thanks david jencks -Origin- Sender: David Jencks [mailto:david_jen...@yahoo.com] Date: 2010-1-7 2:03 Receiver: user@geronimo.apache.org Subject: Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-06 Thread ext2
is what I doest agree to Geronimo 's current action; -Origin- Sender: David Jencks [mailto:david_jen...@yahoo.com] Date: 2010-1-7 2:03 Receiver: user@geronimo.apache.org Subject: Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, bu

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-06 Thread ext2
t to false (which one)? I don't have an easy way to set up oracle here to investigate this for myself, I hope I'm asking my questions clearly enough to be understood. thanks david jencks > > -Original ----- > Sender: xuhongbo [mailto:x...@tongtech.com] > Date: 2009-12

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-06 Thread David Jencks
ech.com] Date: 2009-12-30 17:15 Receiver: user@geronimo.apache.org Subject: Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does Hi Jack Cai: I have tried, the "tranql-connector-oracle-local" is ok, but it doesn’

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-06 Thread ext2
sender: Jack Cai [mailto:greensi...@gmail.com] date: 2009/12/30 11:45 receiver: user@geronimo.apache.org subject: Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does Can you try to use the tranql-connector-oracle-xa or tr

Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2010-01-03 Thread Jack Cai
, but unfortunately has not find some difference > yet... > > Thanks a lot > xuhongbo > > > -----origin----- > sender: Jack Cai [mailto:greensi...@gmail.com] > date: 2009/12/30 11:45 > receiver: user@geronimo.apache.org > subject: Re: Reply: Cannot using Geronimo to

Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-30 Thread xuhongbo
@gmail.com] date: 2009/12/30 11:45 receiver: user@geronimo.apache.org subject: Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does Can you try to use the tranql-connector-oracle-xa or tranql-connector-oracle-local to do the te

Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-29 Thread Jack Cai
ent the statement >> "connection.setAutoCommit(false); ". >> the exception will throws while execute prepare statement; and >> exception >> changed as "ORA-02089: COMMIT doesn't allowed in sub transaction" >> which >> raised by oracle's dri

Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-29 Thread xuhongbo
t would give some other useful things help to find out the reason. Thanks a lot xuhongbo -origin ----- sender: David Jencks [mailto:david_jen...@yahoo.com] date: 2009/12/30 1:43 receiver: user@geronimo.apache.org subject: Re: Reply: Cannot using Geronimo to execute bean-managed transaction w

Re: Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-29 Thread David Jencks
2009/12/29 12:53 Receiver: d...@geronimo.apache.org CC: user@geronimo.apache.org Subject: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does Hi: When I using bean managed transaction with oracle-xa , I found that it cannot

Reply: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-29 Thread xuhongbo
saction data source (not a transactional-datasource) is returned? -origin- Sender: xuhongbo [mailto:x...@tongtech.com] Date: 2009/12/29 12:53 Receiver: d...@geronimo.apache.org CC: user@geronimo.apache.org Subject: Cannot using Geronimo to execute bean-managed transaction with oracle t

Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-28 Thread xuhongbo
Hi: When I using bean managed transaction with oracle-xa , I found that it cannot execute more than once; the first time, things is right and database is update; but if execute once again a oracle- xa-warning and a Geronimo exception occurs; the warning and exception is list at the end of