0 Replies Latest reply on Dec 9, 2014 5:53 AM by delageniere

    Turn around for bug WFLY-3251 ?

    delageniere

      Hello,

       

      My project is packaged in an ear containing a war with all ejbs, some used as webservices and all the classes concerning the web application. I tried WildFly 8.1 and 8.2, and was using jboss6.

       

      Because of this bug, I can not use the webservice authentication, because as soon as I add :

      @WebContext(authMethod = "BASIC", secureWSDLAccess = false, transportGuarantee = "NONE")

       

      in one of my services, it erases automatically  <auth-method> in my <login-config> in the web xml and I can not use any more the form login for the web application.

       

      Is there a turn around to this bug, or should I wait for release 9 ? or should I package my application in 2 separate ears (I'd prefer not ... ) ?

       

      Thanks in advance for your answer.

       

      Solange