Hmmmm appearantly I missed something.
I changed it, and it works..
Let's play some more :)

Thanks,
Eddie

----- Original Message -----
From: KirkYarina <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 4:12 PM
Subject: Re: Update to 1.4.8 gives strange table names after deployment ???


> Move (or link or copy) your orion-ejb-jar.xml under META-INF, instead of
> the orion directory.  This was mentioned on the list a while back, but
> didn't seem to make it into changes.txt.
>
> It bit me, too....
>
> Kirk Yarina
>
> At 01:12 PM 4/25/01 +0200, you wrote:
> >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