Running 3.2.1. In the jboss-service.xml file for my SAR, I have the following:

<loader-repository>nems.masergy.com:loader=nems_activation_mbean.sar</loader-repository>
<classpath codebase="file:/apache/aslib" archives="*"/>
<classpath codebase="file:/apache/nemslib" archives="nems_activation.jar,nems_server.jar"/>


The second classpath statement is all on one line. This works fine as is. However, if I introduce any whitespace into the archives clause in the 2nd classpath, I get a class not found for classes in the 2nd jar. Simply putting a single space after the comma causes the failure. Yet I see many examples in the default/deploy that have whitespace, though none with a codebase using file-based URL.

Am I doing something wrong, or should I submit a bug report?
--
Guy Rouillier



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to