1 2 Previous Next 17 Replies Latest reply on Jul 22, 2013 7:01 AM by mbsakho Go to original post
      • 15. Re: Migrating secured WS from JBoss 5.1 to 7.1.1
        mbsakho

        Hi Xavier,

        It's me again about a question related to properties you seem to be able to load in your conf.

        For example in your endpoint jaxws node I see that you are referencing the jboss.bind.adress (in bold)  property system.

        Assuming it's defined as a propperty system, have you managed to inject it in you adress property?

        I'm trying to do the same but it's not working.

        I've tried also using the tag ${jboss.bind.address} withous success.

        <jaxws:endpoint id="MyServiceWebService"

            address="http://@jboss.bind.address@:8080/application/MyService/MyServicePortType"

            implementor="eg.application.MyServiceWebService">

         

        Thank you in advance.

        Massai

        • 16. Re: Migrating secured WS from JBoss 5.1 to 7.1.1
          xdury

          Hi Massai,

           

          I have something like that in my standalone.xml:

          <subsystem xmlns="urn:jboss:domain:webservices:1.2">
               <modify-wsdl-address>true</modify-wsdl-address>
               ...
          </subsystem>

          Do you have it too?

           

          Xavier  

          • 17. Re: Migrating secured WS from JBoss 5.1 to 7.1.1
            mbsakho

            I have the same configuration as you. It's the default. But it's not working.

            I've managed to make it work by using spring framework property holder.

            That's not the prefered solution ...

            Meissa

            1 2 Previous Next