Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 10:32, Marek Lange wrote: > [EMAIL PROTECTED] wrote: > > Hi Adrian, > > > > Does your statement imply that any work done either directly or > > indirectly by an MDB (such as, for example, accessing Entity Beans) > > requries an XA datasource? > > I asked the same question so

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Sacha Labourey
Simply change log4j configuration to turn off this specific message. Cheers, sacha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: lundi, 7. juillet 2003 11:37 > To: [EMAIL PROTECTED] > Subject:

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Danny . Yates
config) to turn the warning off? Dan. -- Danny Yates -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 10:27 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] WARN [...] what they mean... On Mon, 2003-07-07 at 09:45, [EMAIL PROTECTED] wrote: > Hi

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Marek Lange
[EMAIL PROTECTED] wrote: Hi Adrian, Does your statement imply that any work done either directly or indirectly by an MDB (such as, for example, accessing Entity Beans) requries an XA datasource? I asked the same question some weeks ago and David replied: "I don't know what the Oracle error means,

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 09:45, [EMAIL PROTECTED] wrote: > Hi Adrian, > > Does your statement imply that any work done either directly or > indirectly by an MDB (such as, for example, accessing Entity Beans) > requries an XA datasource? > I would use "should" rather than "requires". If you want th

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Magesh Prabhu
tly by an MDB (such as, for example, accessing Entity Beans) >requries an XA datasource? > >Rgds, > >Dan. > >-- >Danny Yates > > > >-Original Message- >From: Adrian Brock [mailto:[EMAIL PROTECTED] >Sent: 07 July 2003 09:22 >To: [EMAIL PROTECTED]

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Danny . Yates
09:22 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] WARN [...] what they mean... On Mon, 2003-07-07 at 08:33, Magesh Prabhu wrote: > On 7/6/03 5:09 PM, Adrian Brock <[EMAIL PROTECTED]> wrote: > >On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: > > > >You need th

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 08:33, Magesh Prabhu wrote: > On 7/6/03 5:09 PM, Adrian Brock <[EMAIL PROTECTED]> wrote: > >On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: > > > >You need the xa datasource for prepare() > > > When I'm not using an xa datasource why is it expecting for a prepare(); My ap

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Magesh Prabhu
On 7/6/03 5:09 PM, Adrian Brock <[EMAIL PROTECTED]> wrote: >On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: > >> I could'nt understand this Adrian, I'm using Oracle 8.1.6 database >with the following datasource configuration: >> >> >> >> OracleDS >> jdbc:oracle:thin:@193.16.18.126

Re: [JBoss-user] WARN [...] what they mean...

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: > I could'nt understand this Adrian, I'm using Oracle 8.1.6 database with the > following datasource configuration: > > > > OracleDS > jdbc:oracle:thin:@193.16.18.126:1521:clipper > oracle.jdbc.driver.OracleDriver > test >

Re: [JBoss-user] WARN [...] what they mean...

2003-07-06 Thread Magesh Prabhu
On 7/6/03 3:56 PM, Adrian Brock <[EMAIL PROTECTED]> wrote: >On Sun, 2003-07-06 at 15:27, Magesh Prabhu wrote: > >> 1) WARN [TxConnectionManager$LocalXAResource] Prepare called >on a local tx. Use of localtransactions on a jta transaction with >more than one branch may result in inconsistent da

Re: [JBoss-user] WARN [...] what they mean...

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 15:27, Magesh Prabhu wrote: > 1) WARN [TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of > localtransactions on a jta transaction with more than one branch may result in > inconsistent data in some cases of failure. > It is telling you your local

[JBoss-user] WARN [...] what they mean...

2003-07-06 Thread Magesh Prabhu
Hi Guys, I get two warnings and I can't figure out why these warnings are getting displayed. I checked my whole app and I'm clearly closing all the connections and the Transaction boundaries are all set properly. Can somebody advice me on what I need to do in order to avoid these. I have a bunc