1 Reply Latest reply on Sep 22, 2009 3:35 AM by beve

    WSTrustClient issue with AS 4.x

    beve

      Hi,

      not sure if AS 4.2.3 is supported but I found an issue when running the WSTrustClient on it. The issue is that when WSTrustClient calls:

      nodes = ((Element)data).getElementsByTagName("RequestedSecurityToken");

      In older versions of JBossWS there is an issue where this call is not recursive:
      http://jira.jboss.org/jira/browse/JBWS-2346
      As far as I can tell JBoss 4.2.3 ships with version 3.0.1 of jbossws-native and this issue was fixed with a target of 3.0.5 so upgrading jbossws should take care of this issue.

      Regards,

      /Daniel




        • 1. Re: WSTrustClient issue with AS 4.x
          beve

          Just to follow up on this issue...
          I upgraded jbossws-native-core to version 3.0.5.GA and also jbossws-common to version 1.0.8.GA and things worked as expected.

          Regards,

          /Daniel