[ojb-users] TransactionImpl Warning
Brought to you by:
thma
|
From: Stephane F. <sf...@un...> - 2002-08-28 14:43:46
|
hi, I am using OJB0.9.5 in a webapp running on tomcat. I am not using the J2EE = persistance broker but the default one. I am getting an Error since the = TransactionImpl are created with a null Database. The db is open and exists, I can use it for queries but some times when I = try to get a new transaction, I am getting an Error. Is this because I am not using the J2EE broker? I am using OJB since a few = month and I never got this problem, do the new release impose the use of = the J2EE mode? The LogMessage I get is the following : [org.apache.ojb.odmg.TransactionImpl] WARN: TransactionImpl created with = null DatabaseImpl. The Error I get is the following : "java.lang.NullPointerException at org.apache.ojb.odmg.TransactionImpl.getBroker(Unknown Source)" Thx, St=E9phane |