1 Reply Latest reply on Aug 18, 2009 6:20 AM by pramodkrjsr

    Replacing ChapterExRepository by std. ClassLoader possible ?

    thoste

      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