I am getting this error from Jsp.. Can someone point me to right direction?
Here is my orion-ejb-jar.xml
<?xml version="1.0"?>
<!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://www.orionserver.com/dtds/orion-ejb-jar.dtd">
<orion-ejb-jar deployment-version="1.4.4" deployment-time="e2cfc5c10b">
<enterprise-beans>
<entity-deployment name="EBAddress" location="EBAddress" wrapper="EBAddressHome_EntityHomeWrapper1" table="EBAddress">
<resource-ref-mapping name="jdbc/modevdb" />
</entity-deployment>
</enterprise-beans>
<assembly-descriptor>
<default-method-access>
<security-role-mapping name="<default-ejb-caller-role>" impliesAll="true" />
</default-method-access>
</assembly-descriptor>
</orion-ejb-jar>
-----Original Message-----
From: Dmitriy Braginskiy [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 1:27 PM
To: Orion-Interest
Subject: transaction error message
whenever I specify exclusive-write-access="false" in my
orion-ejb-jar.xml descriptor, I get the following error message when
trying to deploy the application:
Auto-deploying cstool-ejb.jar (orion-ejb-jar.xml had been updated since
the previous deployment)...
UserAuthHome_EntityHomeWrapper50.java:197: Undefined variable:
transaction
wrapper = new UserAuth_EntityBeanWrapper40(context, transaction !=
null);
UserAuthHome_EntityHomeWrapper50.java:199: Undefined variable:
transaction
if(transaction != null)
UserAuthHome_EntityHomeWrapper50.java:231: Undefined variable:
transaction
if(transaction != null)
UserAuthHome_EntityHomeWrapper50.java:598: Undefined variable:
transaction wrapper = new UserAuth_EntityBeanWrapper40(context,
transaction != null);
UserAuthHome_EntityHomeWrapper50.java:600: Undefined variable:
transaction
if(transaction != null)
UserAuthHome_EntityHomeWrapper50.java:633: Undefined variable:
transaction
if(transaction != null)
Any ideas on why this is happening? I am using CMP and
container-managed transactions...
Thanks.
