Hi All,
I'm getting the following error :
java.rmi.RemoteException: SQLException:The optimizer could not find a unique
index which it could use to perform an isolation level 0 scan on table
'a_team'.
when I deploy an EJB with TRANSACTION_READ_UNCOMMITTED isolation level
and TX_REQUIRED.
I also get a:
java.lang.IllegalArgumentException: Illegal value of transactionAttribute
at
javax.ejb.deployment.ControlDescriptor.setTransactionAttribute(ControlDescri
ptor.java:275)
at
weblogic.ejb.utils.DDCreator.createControlDescriptor(DDCreator.java:701)
at weblogic.ejb.utils.DDCreator.createControlDescriptors(Compiled
Code)
at weblogic.ejb.utils.DDCreator.createDescriptor(Compiled Code)
at weblogic.ejb.utils.DDCreator.createDescriptor(DDCreator.java:125)
at weblogic.ejb.utils.DDCreator.main(Compiled Code)
If I try to make it TX_SUPPORTS
I'm using Weblogic 4.5.1 and Sybase 11.5
Any help appreciated.
Brian.
===========================================================================
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".