Ivan, I am pretty sure that simply unjaring the fille as-is to the deploy directory should work because I have got it to deploy that way. The ejb-jar.xml etc which is in the META-INF directory is loaded by the class loader and should load without any problems. Do you get any message at all when you unjared the file to the deploy directory? I am assuming that if your jar file had the structure class1.class pack1.pack2 class2.class pack1.pack2 ejb-jar.xml META-INF you are unjarring to the deploy directory directly. So you basically have under the following structure in deploy deploy -pack1 -pack2 | class1.class class2.class -META-INF | ejb-jar.xml Also am assuming that you have *NOT* changed the jboss configuration to use a different deploy directory. Vinay
|
- [JBoss-user] deploying from a directory Ivan
- Re: [JBoss-user] deploying from a directory Vinay Menon
- Re: [JBoss-user] deploying from a directory Vinay Menon
- Re: [JBoss-user] deploying from a directory Vinay Menon
- Re: [JBoss-user] deploying from a directory Vinay Menon