hello
i was going through the source code during the bootup of jboss. I stepped on JARDeployer and the source code comments mentioned that "It will accept only jar/zip format files or directories that don't
* have a META-INF directory, or if they do, don't have any .xml files there",
If this is the case, what is used to deploy a EJB Jar?
Ive not looked fully at the source code, so if this question is prematurely asked, im sorry :-)
TIA
Raj
org.jboss.ejb.EJBDeployer in module server
look in server/default/conf/jboss-service.xml
Regards,
Adrian