1 Reply Latest reply on Sep 20, 2007 8:41 AM by zakhan

    Referring a class inside ear archive

    zakhan

      Hi guys,
      not sure if this is the right place for this post ... but hope so :)
      I am trying to run a Scheduler service (org.jboss.varia.scheduler.Scheduler). I copied the example configuration, so everything should be fine. But I get java.lang.ClassNotFoundException: No ClassLoaders found for xxx. I found out that its probably because my class is not visible from outside. My application is generated by SeamGen and has structure as follows:

      ear archive (directory)
      - jar archive (directory)
      - war archive (directory)

      Could anybody give me a hint where to place the .xml with configuration of the scheduler service to be able to see the class inside the jar archive? Thanks for help.

      Ps: found some "solution" with setting the Isolation attribute to false, but that didnt solve it for me. Thanks.