0 Replies Latest reply on Jul 28, 2008 3:21 PM by dakk

    JBoss - problem parsing Date attribute

    dakk

      I have noticed that including a Date attr in a service request/response causes a parsing error...as long at the attr is not the last one. The stub code was generated by wscompile...

      Is this a bug with JBoss parsing, or with the code that wscompile generated?

      If I rename the date attr myDate to zMyDate to ensure it is the last attr in the object being passed (they are ordered alphabetically), then the error is averted.

      The same goes for the msg inovation -- as long as the Date param is the last param, then it parses fine.

      Anyone know which component is causing the problem?

      Thanks.