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".

Reply via email to