This is from the Orion-EJB.jar documentation:
http://www.orionserver.com/docs/orion-ejb-jar.xml.html

An orion-ejb-jar.xml file contains the deploy-time info for an ejb-jar. It
is located in
ORION_HOME/application-deployments/deploymentName/jarname(.jar)/orion-ejb-ja
r.xml after deployment and orion/orion-ejb-jar.xml below the ejb-jar root if
bundled with the application or if no deployment-directory is specified in
server.xml. If using deployment-directory (which is the default) the bundled
version will be copied to the deployment location if and only if no file
exists at that location. It is used to specify initial (first time)
deployment properties. After each deployment the deployment file is
reformatted/augmented/altered by the server to add any new/missing info to
it. 

Sounds like in your EJB.jar you should create an orion directory at the root
level and palce your file there.

Andre

-----Original Message-----
From: Steffen Stundzig [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 2:23 AM
To: Orion-Interest
Subject: [EJB] orion-ejb-jar.xml


Hi,

I'm new to orion. 

I've wrote down my own 'orion-ejb-jar.xml' file. But if i use auto-deploy by
the orion server, then it seems that the server couldn't find this file. At
first I put it in the dir 'META-INF' to the 'ejb-jar.xml'. This doesn't
work. Then I copy my file into 'application-deployments/myejb/test' near the
file deployment.cache. Then the server found it. 

What must I do, to omit this copy into the applications-deployment
directory. 
I've thought, that I could build an 'myejb.ear' with all JavaClasses and the
appropriate deployment descriptors and thats all. The server deploys it
automatically. But for now I must build the ear and additional I must copy
the orion-ejb-jar.xml.

I've overlooked something?

Regards
        Steffen...
-- 
______________________________________________________________________
Steffen Stundzig                            mailto:[EMAIL PROTECTED]
SMB GmbH                                        http://www.smb-tec.com




Reply via email to