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">