I'm using the Oracle thin driver alright for ORACLE 8i,
and some person who helped me setup oracle had mentioned that it's "auto
commit" mode for oracle.... hence by setting the Transaction Attribute for
the EntityBean to TRANSACTION_READ_UNCOMMITTED it works fine in the sense,
it atleast creates a database entry.

The rows get created/inserted....and the remote reference is obtained, but
any further calls of the methods in the Remote interface throw a
RemoteException : nested exception "NoSuchObjectException" ... digging down
further found that the object reference in the handle is "null"

No solutions yet, neither any explanations ;-(.

Yogesh
> -----Original Message-----
> From: Sengoda Shanmugham [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 12, 2000 11:39 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Transaction Error
>
> I thought that Oracle thin driver supports only TRANSACTION_SERIALIZABLE
> and TRANSACTION_READ_COMMIITED. I have to look up where I read this.  Just
> curious, what kind of drivers are you using? How were you able to get the
> isolation level TRANSACTION_READ_UNCOMMITTED working?
>
>
>
>
>
> "Yogesh More" <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 06/12/2000 12:45:55
> PM
>
> Please respond to "A mailing list for Enterprise JavaBeans development"
>       <[EMAIL PROTECTED]>
>
> Sent by:  "A mailing list for Enterprise JavaBeans development"
>       <[EMAIL PROTECTED]>
>
>
> To:   [EMAIL PROTECTED]
> cc:
>
> Subject:  Re: Transaction Error
>
>
>         Got the problem sorted folks, set the isolation level for the
> Transaction to TRANSACTION_READ_UNCOMMITTED for the Oracle Database I have
> and it works fine.
> Thanks
> Yogesh
>
> > -----Original Message-----
> > From: Sengoda Shanmugham [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, June 12, 2000 9:30 PM
> > To:   [EMAIL PROTECTED]
> > Subject:      Re: Transaction Error
> >
> > It looks like you have a problem with your Oracle driver. Please see the
> > link:
> > http://www-4.ibm.com/software/webservers/appserv/doc/v30/relnotes.html
> >
> > Problem:
> > Using Oracle, the WebSphere Administrative  Server will not start. The
> > /logs/tracefile  contains many errors, including the message:
> >      java.sql.SQLException:      setTransactionIsolation:      Only
> > supports      TRANSACTION_READ_UNCOMMITTED
> >
> > Workaround:
> > Update the Oracle JDBC Driver, as explained in the WebSphere Application
> > Server Getting Started  book.
> >
> >
> >
> >
> > [EMAIL PROTECTED]@JAVA.SUN.COM> on 06/12/2000 07:37:30 AM
> >
> > Please respond to "A mailing list for Enterprise JavaBeans development"
> >       <[EMAIL PROTECTED]>
> >
> > Sent by:  "A mailing list for Enterprise JavaBeans development"
> >       <[EMAIL PROTECTED]>
> >
> >
> > To:   [EMAIL PROTECTED]
> > cc:
> >
> > Subject:  Re: Transaction Error
> >
> >
> > Select your bean, then go to it's properties and set your Isolation
> Level
> > to
> > TRANSACTION_READ_UNCOMMITTED... this might solve your problem...
> >
> >
> >
> >
> >
> >
> > Yogesh More <[EMAIL PROTECTED]> on 06/12/2000 03:41:27 PM
> >
> > Please respond to A mailing list for Enterprise JavaBeans development
> >       <[EMAIL PROTECTED]>
> >
> > To:   [EMAIL PROTECTED]
> > cc:    (bcc: Samar Abbas/PK/ABNAMRO/NL)
> > Subject:  Transaction Error
> >
> >
> >
> > Hi Gurus,
> >
> > The following exception occurs on a create() call on a CMP Entity Bean.
> >
> > Attempting to connect to naming services.  Please wait.
> > Attempting to find an instance of the EJB home.
> > An instance of the EJB home was found.
> > ERROR: Exception thrown by method.
> > ERROR: Exception is: java.rmi.ServerException: RemoteException occurred
> in
> > server thread; nested exception is:
> >         com.ibm.ejs.persistence.EJSPersistenceException: getPStmt
> failed;
> > nested exception is:
> >         java.sql.SQLException: setTransactionIsolation: Only supports
> > TRANSACTION_READ_UNCOMMITTED
> >
> >
> > Could anyone point out exactly what the problem is, and more importantly
> > how
> > to get the error solved.
> >
> > I'm using Visual Age Java and connecting to an Oracle Database, and have
> > just started with coding beans.
> >
> > Thanks,
> > Yogesh More
> > Member Technical
> > Wilco International Systems Private Limited
> > e-mail : [EMAIL PROTECTED]
> >
> >
> ==========================================================================
> > =
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> > body
> > of the message "signoff EJB-INTEREST".  For general help, send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
> >
> >
> >
> >
> >
> >
> >
> _________________________________________________________________________
> >
> > Disclaimer:
> >
> > "This  message is confidential. It may also be privileged or otherwise
> > protected
> > by  legal  rules. If you have received it by mistake please let us know
> by
> > reply
> > and then delete it from your system."
> >
> >
> ==========================================================================
> > =
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> > body
> > of the message "signoff EJB-INTEREST".  For general help, send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
> >
> >
> ==========================================================================
> > =
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> > body
> > of the message "signoff EJB-INTEREST".  For general help, send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to