Andreas, We have used the inet driver extensively, and have seen plenty of exceptions like the one you posted. In EVERY case, the problem was in our code, not in the driver... and the same code worked fine with oracle.
hth - Margaret -----Original Message----- From: Matthew Baird [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] Problems using castor with ms sql server and i-n et jdbc driver We use the inet driver with ms sql server and castor with no problems, just fyi. Are you sure it's related to the driver? Looks like it's a castor thing. -----Original Message----- From: Andreas Liebscher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:08 AM To: [EMAIL PROTECTED] Subject: [castor-dev] Problems using castor with ms sql server and i-net jdbc driver Hi! The following exception only occurs when using the i-net jdbc driver. Using the Microsoft jdbc driver everything works fine. The problem is, I cannot redistribute the Microsoft driver, but the i-net driver... Does anybody know a solution? java.lang.IllegalStateException: Transaction org.exolab.castor.jdo.engine.TransactionContextImpl@284b38 does not hold the read lock: cc.processflow.engine.persist.po.POActivity/010049042130102208114347600006/3 7 -/-! at org.exolab.castor.persist.LockEngine$TypeInfo.assure(LockEngine.java:1178) at org.exolab.castor.persist.LockEngine$TypeInfo.access$3(LockEngine.java:1170) at org.exolab.castor.persist.LockEngine.revertObject(LockEngine.java:859) at org.exolab.castor.persist.TransactionContext.rollback(TransactionContext.jav a:1623) at org.exolab.castor.jdo.engine.DatabaseImpl.commit(DatabaseImpl.java:502) at cc.processflow.pds.provider.castor.CastorJDOTransactionCurrent.commit(Castor JDOTransactionCurrent.java:48) at cc.processflow.engine.core.ProcessManagerImpl.completeActivity(ProcessManage rImpl.java:663) at cc.processflow.engine.ProcessImpl.completeActivity(ProcessImpl.java:173) at cc.processflow.engine.ActivityImpl.completeActivity(ActivityImpl.java:179) at cc.processflow.engine.ActivityImpl.complete(ActivityImpl.java:191) at com.healyhudson.esourcing.application.activity.ManageCycleDocumentsActivity. closeTextStructure(ManageCycleDocumentsActivity.java:483) at com.healyhudson.esw.gui.model.servlet.text.CloseTextStructureImpl.doGetOrPos t(CloseTextStructureImpl.java:152) at com.healyhudson.esw.gui.model.servlet.ServletImpl.doGetOrPostHelp(ServletImp l.java:236) at com.healyhudson.esw.gui.model.servlet.ServletImpl.doGet(ServletImpl.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDis patcher.java:88) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330) at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) Thanx Andreas ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
