1 Reply Latest reply on Oct 14, 2016 4:44 AM by igarashitm

    Obtain the "<resteasy:contextPath>" with Java

    arserivs

      Hi..

       

      Someone knows how can i get the "<resteasy:contextPath>" (in red) with Java code?

       

          <sca:service name="InvocadorREST" promote="Route/InvocadorREST">

            <sca:interface.java interface="com.InvocadorREST"/>

            <resteasy:binding.rest name="rest1">

              <resteasy:interfaces>com.test.InvocadorREST</resteasy:interfaces>

             <resteasy:contextPath>test/servicetest</resteasy:contextPath>

            </resteasy:binding.rest>

          </sca:service>

       

      post properties binding.jpg