[EJB] orion-ejb-jar.xml

2001-05-04 Thread Steffen Stundzig
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

Re: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Jeff Hubbach
Steffen, Pre-1.4.8 you can put your orion-ejb-jar.xml file in an orion/ directory at the root of your ejb.jar. As of 1.4.8, this has been moved to the META-INF directory for simplicity and standardization. Note that this file is only used on NEW deployments of EJBs. If a bean has been

RE: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Andre Vanha
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

Re: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Steffen Stundzig
Hi Jeff, Jeff Hubbach [EMAIL PROTECTED] wrote: Steffen, Pre-1.4.8 you can put your orion-ejb-jar.xml file in an orion/ directory at the root of your ejb.jar. As of 1.4.8, this has been moved to the META-INF directory for simplicity and standardization. Note that this file is only used on

RE: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Dirk Laessig
jboss.xml ;). Maybe it's somehow possible... Cheers, Dirk -Original Message- From: Steffen Stundzig [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 9: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

Re: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Jeff Hubbach
Steffen, That is correct. You can force a full redeployment by deleting the directory that your web-app is deployed to. This is specified in the application ... tag in the server.xml. Jeff Hubbach. Steffen Stundzig wrote: Hi Jeff, Jeff Hubbach [EMAIL PROTECTED] wrote: Steffen,

RE: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Tim Endres
Hi Steffen, I'm new to orion as well. But I discovered, that after deployment you find a generated orion-ejb-jar.xml in the application-deployments/.. This can be changed and orion keeps your changes after another deployment. I would prefer to have the orion-ejb-jar.xml in jar file