Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3084

JMS Message Parameters set to "null" if the have any namespace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Java-SCA-1.4
    • Java-SCA-1.x
    • None
    • WinXP SP2, JRE 1.6.0_12

    Description

      Invoking a Java method via a JMS Binding does not work, if the child elements of the xml message have any namespaces. These values are then set to "null" or "0"

      Example XML Message:

      <method xmlns="http://my.ns">
      <arg0>Hello World</arg0>
      </method>

      Example java method:

      public void method(String arg0)

      {...}

      in that case, the arg0 will be "null".

      if the message is sent like that instead, everything is working fine:

      <method>
      <arg0>Hello World</arg0>
      </method>

      Attachments

        Activity

          People

            Unassigned Unassigned
            fieldofpoppies Arne Schramm
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: