0 Replies Latest reply on Jan 10, 2008 9:53 AM by jprio

    Classpath of an EJB3.0 exposed as a web service

    jprio

      Hi all,
      I have an SLSB that needs a util.jar. I deploy the EJB archive and everthing works fine. But when I try to expose this SLSB as a webservice via JSR-181 annotations, a webapp is generated and this webapp can't see the util.jar so I have NoClassDefFoundError.
      I use JBoss 4.2.2GA.
      Any solution ?