In changes.txt line 10 states:
"Moved orion-ejb-jar.xml's inclusion path in an ejb-jar to the META-INF/
directory from the orion/ directory for consistency."

Did you move your orion-ejb-jar.xml file?

-----Original Message-----
From: Eddie [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 4:12 AM
To: Orion-Interest
Subject: Update to 1.4.8 gives strange table names after deployment ???


Great to see there is a new version of Orion, my compliments.

I performed the upgrade through autoupdate.jar and redpoyed my applications,
whereby I first removed the applications from the application deployment
dir.

The orion-ejb-jar-xml that Orion generates contains incorrect table names
which were correct in 1.4.7, see below for the first part of the
orion-ejb-jar.xml file. It transforms table="sgsusr" to
:table="nl_unwired_sgs_um_User"  which isn't correct I suppose.
Can someone please tell me what goes wrong, as I can't access my database
like this ??
BTW: The orion-application contains: autocreate-tables="false".

Eddie

--------my orion-ejb.jar.xml:
<?xml version="1.0"?>
<?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.8" deployment-time="e4a8a4f467">
 <enterprise-beans>
  <entity-deployment table="sgsusr" name="nl.unwired.sgs.um.User"
location="nl.unwired.sgs.um.User" data-source="jdbc/postgresEJBDS"
exclusive-write-access="false">



----------- The above is transformed to:

<!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.8" deployment-time="e614c0c4f1">
 <enterprise-beans>
  <entity-deployment name="nl.unwired.sgs.um.User"
location="nl.unwired.sgs.um.User" wrapper="UserHome_EntityHomeWrapper8"
table="nl_unwired_sgs_um_User" data-source="jdbc/postgresEJBDS">


Reply via email to