"[EMAIL PROTECTED]" wrote : Is there a better way to do this?
  | 
You can do it as I do it for Seam:
 - 
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/microcontainer/src/main/java/org/jboss/seam/integration/microcontainer/deployers/SeamUrlIntegrationDeployer.java

Or, you're probably bundling your jfsunit-xyz-jboss-beans.xml in the same jar 
which you want to add to unit's classpath.
Why don't you just pull that file out with 
getClass().getClassLoader().getResource("jfsunit-xyz-jboss-beans.xml") and 
strip it to jar?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183046#4183046

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183046
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to