0 Replies Latest reply on Apr 12, 2011 2:32 PM by jonananas

    Problem with the resource-path in jboss (picketlink config files)

    jonananas

      I've been trying to get PL2 running on a Seam 2.1.2-application running on jboss 4.3.0

       

      However, I had to change the paths (removed the leading /) of external-authentication-config.xml, schema/config/external-authentication-config.xsd, and external-authentication-config.xml, and saml-entities.xml in

       

      {code}

      picketlink-seam\src\main\java\org\picketlink\identity\seam\federation\configuration\SamlConfiguration.java

      picketlink-seam\src\main\java\org\picketlink\identity\seam\federation\configuration\Configuration.java

       

      {code}

       

       

      to get it up and running. In PL1 i simply put these files in the root of my ear.

       

      These paths works for me:

      external-authentication-config.xml

      schema/config/external-authentication-config.xsd

      external-authentication-config.xml, and saml-entities.xml

       

      These does not:

      /external-authentication-config.xml

      /schema/config/external-authentication-config.xsd

      /external-authentication-config.xml, and saml-entities.xml

       

      Why is that?

       

      I'm running with

      <loader-repository-config>java2ParentDelegation=false</loader-repository-config>