sorry - thats the only thing I could think of ( I dont use oracle).

cheers
dim

----- Original Message -----
From: "Eric Kaplan" <[EMAIL PROTECTED]>
To: "Dmitri Colebatch" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 10:45 PM
Subject: RE: [JBoss-user] random commit errors in jboss/oracle


> Yes.  This what i have in jboss.jcml right now.
>
>   <!--
> ==================================================================== -->
>   <!--
>              -->
>   <!--
> ==================================================================== -->
>   <mbean code="org.jboss.tm.TransactionManagerService"
> name="DefaultDomain:service=TransactionManager">
>     <attribute name="TransactionTimeout">30000</attribute>
>     <attribute name="XidClassName">oracle.jdbc.xa.OracleXid</attribute>
>   </mbean>
>
> Eric
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dmitri
> Colebatch
> Sent: Tuesday, February 05, 2002 10:26 PM
> To: Eric Kaplan; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] random commit errors in jboss/oracle
>
>
> do you use the oracle xid implementation?  see the jboss.jcml file, near
the
> top.
>
> oracle _require_ that their xid impl is used.
>
> hth
> dim
>
> ----- Original Message -----
> From: "Eric Kaplan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 06, 2002 1:24 PM
> Subject: [JBoss-user] random commit errors in jboss/oracle
>
>
> > With oracle8iee, i get the following randomly in jboss.  On the server
> side,
> > it's happening in ejbStore.  I'm doing something fairly innocuous.  I
> modify
> > data in a bean, which then gets persisted, through a session bean.  I've
> set
> > transaction management to container.  Any ideas?  It's very very
> > intermittent, as a matter of fact i thought it had disappeared.  I'm
very
> > frustrated at this point.
> >
> > Thanks
> >
> > Eric
> >
> > java.lang.reflect.UndeclaredThrowableException:
> > javax.transaction.RollbackException: Unable to commit, tx=XidImpl
> > [FormatId=257, GlobalId=ARMANTAC1//52, BranchQual=]
> status=STATUS_ROLLEDBACK
> > at
> >
>
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC
> > all.java:245)
> > at
> >
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
> > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
> > at
> >
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown
> > Source)
> > at
> >
>
org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericPr
> > oxy.java:357)
> > at
> >
>
org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(Stateless
> > SessionProxy.java:123)
> > at $Proxy1.increaseInventory(Unknown Source)
> > at com.abp.ejb.widget.WidgetClient.main(Unknown Source)
> >
>
> --------------------------------------------------------------------------
> --
> > ----------
> > Eric Kaplan
> > Armanta, Inc.
> > 55 Madison Ave.
> > Morristown, NJ  07960
> > Phone: (973) 326-9600
> >
> >
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to