I found some sample java source for JBoss which use the ChapterExRepository class.
Which jar do I have to add to the CLASSPATH to be able to use this package import org.jboss.util.ChapterExRepository ? I would prefer to keep the source more portable to other AppServers Can I replace the code line ChapterExRepository.init(MyTest.class); by the standard ClassLoader (or other) class? If yes how would the line above look like ? Thank you Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045054#4045054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045054 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
