Why do you say it is bad to use the OCI8 driver? In general, it is
preferable to use this if you have the Oracle client installed. The oci8
driver uses the entire installed sqlnet8 stack, while the thin driver has to
download a working subset of the sqlnet8 protocol every time a connection is
made. Obviously, you will get better performance from the oci8 driver.
----- Original Message -----
From: David Castro Diephouse <[EMAIL PROTECTED]>
To: JBoss-User <[EMAIL PROTECTED]>; Ernest Chen
<[EMAIL PROTECTED]>
Sent: Saturday, March 03, 2001 9:21 AM
Subject: Re: [jBoss-User] unable to create new bean instance
> Be nice to see the stack trace from the server (not the client)
>
> OCI8 drivers are a BAD idea. get the thin drivers (classes12.zip) for
8.1.7
>
> > Ernest Chen wrote:
> >
> > Hi,
> >
> > I just got my CMP Bean working on jBoss 2.0 Final standalone, however my
client is having problem creating new object, I'm getting the following
exception, can anyone help?
> >
> > Thanks
> >
> > p.s. I'm using Oracle 8.1.7 client on NT oci8 JDBC driver.
> >
> > -------------------------
> >
> > Got context
> > Got reference
> > Got home
> > javax.ejb.CreateException: Could not create
entity:java.lang.RuntimeException: Unable to register with
TransactionManager: java.lang.IllegalArgumentException: null xaRes
> >
> > 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.invokeHome(Unkno
wn Source)
> > at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:221)
> > at $Proxy0.create(Unknown Source)
> > at
com.starmedia.test.KeywordTester.<init>(KeywordTester.java:34)
> > at com.starmedia.test.KeywordTester.main(KeywordTester.java:66)
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]