0 Replies Latest reply on Feb 27, 2004 9:54 AM by daniel_mantel

    Deploy (.war) Exception

    daniel_mantel

      Hi,

      I´m wrote an Stateless EJB as a Web service and I´m trying to deploy it to the Jboss 3.2.3.

      The problem is that when I put the war file into the deploy/ folder.
      the following exception is thrown:

      ServletException: Exception processing JAR at resource path /WEB-INF/lib/commons-discovery.jar

      at org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnContextConfig.java:1074)

      I had try to deploy same Bean not as a Web service and it was ok.

      Can anybody help me find my error ??