Re: [JBoss-user] Triggering auto deployment

2002-08-25 Thread David Jencks
Yes, note that the directories need to be named foo.ear and foo.jar and the META-INF/*.xml needs to be there for the package structure to be recognized. To get the stuff to redeploy, touch the *.xml deployment descriptor. david jencks On 2002.08.25 19:19:29 -0400 Weiqi Gao wrote: > Hi, > > It

Re: [JBoss-user] Triggering auto deployment

2002-08-25 Thread Scott M Stark
Yes. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Weiqi Gao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 25, 2002 7:19 PM Subject: [JBoss-user] Triggering

[JBoss-user] Triggering auto deployment

2002-08-25 Thread Weiqi Gao
Hi, It it true that JBoss will auto-deploy a directory of loose files just as well as ear, war files and ejb-jar files? Here's what I'm getting at: Suppose I'm developing a stateless session bean. Normally, I would have my FooHome.class, FooRemote.class, and FooBean.class, plus the ejb-jar.xml