2 Replies Latest reply on Jan 29, 2007 9:43 AM by jason.greene

    jar references from jaxb-impl.jar

    thomas.diesler

      David reports:

      2007-01-09 10:15:29,265 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
      org.jboss.deployment.DeploymentException: url file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/activation.jar could not be opened, does it exist?
      2007-01-09 10:15:29,281 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jaxb-impl.jar references URL file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jsr173_1.0_api.jar which could not be opened, entry ignored rg.jboss.deployment.DeploymentException: url file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jsr173_1.0_api.jar could not be opened, does it exist?
      2007-01-09 10:15:29,281 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jaxb-impl.jar references URL file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jaxb1-impl.jar which could not be opened, entry ignored
      
      org.jboss.deployment.DeploymentException: url file:/C:/jboss-4.0.5.GA-ejb3/server/default/deploy/jbossws.sar/jaxb1-impl.jar could not be opened, does it exist?
      


      I tracked this down and these jars are referenced in the manifest.mf file within the jaxb-impl.jar file:

      Class-Path: jaxb-api.jar activation.jar jsr173_1.0_api.jar jaxb1-impl.jar