That is because in JBuilder you deploy your beans to IAS. You specify a
Datasource name. You have to specify a different DataSourc name for Orion
too. That can not be done inside of JBuilder. For Orion:

1 Open
<Orion-Home-Dir>/application-deployments/<Your-App-Name>/orion-application.x
ml
2 Add an attribute default-data-source="<your-data-source>" to the element
<orion-application>
3 Remove any ejb deployment descriptors below this directory (orion-ejb-jar.
xml)
4 Start Orion. Orion should now deploy your ejbs again.
5 Check in an orion-ejb-jar.xml file in any <entity-deployment> element for
an attribute data-source. Hopefully it should now use your Data Source.

/korre

-----Original Message-----
From: ahfei
To: Orion-Interest
Sent: 2001-01-07 18:00
Subject: ejb deployment problem

hello,

 i'm developing ejb using jbuilder4.The EJBs work well in inprise app
server. when i deploy it to orion,it works too. but  i found 
the datasource that i specified doesn't be used,orion uses a default
datasource (HSQL) service my EJBs.WHY ? can somebody help me?
thanks in advance.

 
            ahfei
            [EMAIL PROTECTED]


Reply via email to