Re: problem with changing the DB through an ejb

2007-07-18 Thread Viet Hung Nguyen
David Jencks wrote: try NoTxDataSource DefaultDatasource is transactional, not non-jta :-) I think in the latest g source you can leave both these out and we will fill them in for you... although I'm not sure I'd recommend that level of "lack of control" thanks david jencks On Jul 16, 20

Re: problem with changing the DB through an ejb

2007-07-17 Thread David Jencks
try NoTxDataSource DefaultDatasource is transactional, not non-jta :-) I think in the latest g source you can leave both these out and we will fill them in for you... although I'm not sure I'd recommend that level of "lack of control" thanks david jencks On Jul 16, 2007, at 9:32 AM, Vie

problem with changing the DB through an ejb

2007-07-16 Thread Viet Hung Nguyen
Hi Guys, I have an application that fetches data and is supposed to add records to some tables. Data retrieval is okay, but when I try to add information to the DB, I get the following stack trace. [INFO] 12:26:06,828 WARN [GeronimoConnectionEventListener] connectionErrorOccurred called wit