2 Replies Latest reply on Dec 16, 2010 11:22 AM by acoliver

    picketlink-trust-jbossws where is it?

    acoliver

      http://community.jboss.org/wiki/SAMLWSIntegrationwithPicketLinkSTS refers to  picketlink-trust-jbossws-1.0.0.CR3.jar which is obviously out of date.  Where is the source to

      org.picketlink.trust.jbossws.handler.SAML2Handler

       

      google code search and a find of a recent checkout are unrevealing

       

      -Andy

        • 1. Re: picketlink-trust-jbossws where is it?
          acoliver
          • 2. Re: picketlink-trust-jbossws where is it?
            acoliver

            To build it

             

            svn co http://anonsvn.jboss.org/repos/picketlink/trust/trunk picketlink-trust-trunk

            cd picketlink-trust-trunk

            vi jbossws/pom.xml

             

                    <dependency>
                            <groupId>org.picketlink</groupId>
                            <artifactId>picketlink-fed</artifactId>
                            <version>1.0.4.final</version>
                    </dependency>
                    <dependency>
                            <groupId>org.picketlink</groupId>
                            <artifactId>picketlink-bindings-jboss</artifactId>
                            <version>1.0.4.final</version>

                    <dependency>

                            <groupId>org.picketlink</groupId>

                            <artifactId>picketlink-fed</artifactId>

                            <version>1.0.4.final</version>

                    </dependency>

                    <dependency>

                            <groupId>org.picketlink</groupId>

                            <artifactId>picketlink-bindings-jboss</artifactId>

                            <version>1.0.4.final</version>

             

            change the versions for those two packages to read the same as above.

             

            This "deals" with the jboss repository fun and it seems to build fine against 1.0.4.x whereas the trunk (2.0.x snapshot) is not presently in a buildable state.