5 Replies Latest reply on Jun 16, 2014 4:47 PM by pjotrovsky

    PicketLink 2.6.0.CR4 is Out !

    pcraveiro

      Hi All,

       

          More details at http://picketlink.org/news/.

       

      Cheers.

        • 1. Re: PicketLink 2.6.0.CR4 is Out !
          pjotrovsky

          Hi Pedro, nice to hear it, good job.

          I had little troubles after using the picketlink-installer-2.6.0.CR4 on wildfly-8.1.0.Final: after installing and configuring the PL urn:jboss:domain:picketlink-identity-management:1.0 subsystem (Extension from wildfly-picketlink-9.0.0.Alpha1-SNAPSHOT, actually a former Kabir`s wildfly-next branch)

          during the application deployment i got a strange CNF exceptions like:

          ----

          Caused by: java.lang.LinkageError: Failed to link org/picketlink/log/BaseLog_$logger (Module "org.picketlink.core.api:main" from local module loader

          ----------------

          Caused by: java.lang.NoClassDefFoundError: org/jboss/logging/BasicLogger

           

          Passing on the org.jboss.logging dependency in the module org.picketlink.common with:

           

          <module name="org.jboss.logging" export="true"/>

           

          would fix the issue.

          Comparing the PL modules versioned with CR2/3 to CR4 doesn`t show any differences...

          By then way, it happens with Josef Hartinger`s Weld 2.2.0.Final patch for WFLY8 as well.

          Thank you!

          • 2. Re: PicketLink 2.6.0.CR4 is Out !
            pcraveiro

            Thanks for the heads up.

             

            Going to take a look on that. We moved the BaseLog to a different package.

             

            I'll keep you updated on this.

             

            Thanks.

            • 3. Re: PicketLink 2.6.0.CR4 is Out !
              pcraveiro

              Hey Petr,

               

              Can you please attach the deployment archive ?

               

              Thanks.

              • 4. Re: PicketLink 2.6.0.CR4 is Out !
                pcraveiro

                Hi Petr,

                 

                    I got the same issue too. The installer was updated with the proper module configuration and dependencies.

                 

                             https://github.com/picketlink/picketlink-installer

                 

                    We still going to send a PR to both WildFly and EAP with this fix. For now, you can use the installer to properly update the modules.

                 

                    Please, let me know if it works for you. Going to release CR5 on monday.

                 

                Regards.

                • 5. Re: PicketLink 2.6.0.CR4 is Out !
                  pjotrovsky

                  Hi Pedro,

                  it works , thank you- i just replaced *-SNAPSHOT by *.CR4, perfect!