Re: [JBoss-user] Service starts after my app is deployed

2003-02-25 Thread Brian McSweeney
thanks Torsten! - Original Message - From: "Torsten Terp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 12:43 PM Subject: RE: [JBoss-user] Service starts after my app is deployed > Hi > > You can do it the way you describ

RE: [JBoss-user] Service starts after my app is deployed

2003-02-25 Thread Torsten Terp
Hi You can do it the way you describe, just replace jboss:service=Naming with the name of each of your EJBs in the ear file.. you can see the correct name in the jndi view in the jmx-console under the jboss.j2ee section example: jboss.j2ee:jndiName=ejb/xxx/yyy,service=EJB ... I dont know if i