1 Reply Latest reply on Nov 6, 2011 1:37 PM by nohaapav

    javax.annotation.processing deploying issue

    nohaapav

      Hi Guys,

       

      i made my own feature list bundle like :

       

       

            

           <feature name="pax-web-jars" version="$">

                 

       

      all the bundles are in mvn repo

       

      features:addUrl mvn:com.vsb/common-features/0.0.1-SNAPSHOT/xml

      features:install pax-web-jars

       

      but when i tried to install into smx i receive this error :

       

      Error executing command: Could not start bundle wrap:mvn:pax.web/jsp/1.1.0 in feature(s) pax-web-jars-0.0.1-SNAPSHOT: The bundle "org.ops4j.pax.web.pax-web-jsp_1.1.0 " could not be resolved. Reason: Missing Constraint: Import-Package: javax.annotation.processing; version="0.0.0"

       

      Any idea what can solve the problem or where i can find javax.annotation.processing pckg ?