1 Reply Latest reply on Feb 24, 2014 11:36 AM by kamalakannanj

    Errors deploying Quickstart picketlink-authentication-rs-endpoint in JBOSS AS 7.1.1

    kamalakannanj

      In the process of learning picketlink IDM, I tried deploying picketlink-authentication-rs-endpoint in JBOSS AS 7.1.1 but getting following error. (Followed the steps outlined https://community.jboss.org/wiki/HowToConfigurePicketLink202WithJBossAS711 to add the jars)

       

      [INFO] Scanning for projects...

      [ERROR] The build could not read 1 project -> [Help 1]

      [ERROR]

      [ERROR]   The project org.picketlink.quickstarts:picketlink-authentication-rs-endpoint:2.6.0-SNAPSHOT (C:\Kamal\Picket_Link_Quickstart\picketlink-authentication

      -rs-endpoint\pom.xml) has 7 errors

      [ERROR]     Non-resolvable import POM: Could not find artifact org.picketlink:picketlink-javaee-6.0:pom:2.6.0-SNAPSHOT @ line 60, column 19 -> [Help 2]

      [ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar is missing. @ line 74, column 17

      [ERROR]     'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 82, column 17

      [ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar is missing. @ line 90, column 17

      [ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec:jar is missing. @ line 97, column 17

      [ERROR]     'dependencies.dependency.version' for org.picketlink:picketlink-api:jar is missing. @ line 105, column 17

      [ERROR]     'dependencies.dependency.version' for org.picketlink:picketlink-impl:jar is missing. @ line 112, column 17

      [ERROR]

      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

      [ERROR] Re-run Maven using the -X switch to enable full debug logging.

      [ERROR]

      [ERROR] For more information about the errors and possible solutions, please read the following articles:

      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

      [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

       

      Please help