2 Replies Latest reply on Feb 22, 2012 9:11 PM by dlmarion

    Release of 2.2.8.Final, compatible with JBoss 6.1.0.Final?

    dlmarion

      Believe I am hitting HORNETQ-508 when trying to pass user credentials using the HornetQ REST Api. 508 looks to be completed in 2.2.8. Is there a projected completion date for this release, and can you tell me if we will be able to upgrade JBoss 6.1.0? Thanks.

        • 1. Re: Release of 2.2.8.Final, compatible with JBoss 6.1.0.Final?
          jbertram

          Currently HORNETQ-508 is unresolved, and it doesn't appear as if it will be resolved any time soon due to the current threading model.

           

          Do you have both allowClientLogin and authoriseOnClientLogin set to true on the JBossASSecurityManager in the hornetq-jboss-beans.xml?  If so, can you outline your exact configuration and steps/code to reproduce the issue?

          • 2. Re: Release of 2.2.8.Final, compatible with JBoss 6.1.0.Final?
            dlmarion

            Ah, sorry, I looked at the Fix Version attribute.  From what I remember, we tried different combinations of true/false for both of those configuration parameters and nothing appeared to work. We attached a debugger to the AS to determine that the REST request thread that had the credentials was not passing it to another thread. I'll see what I can do when I get back to work about gathering the info.