[jboss-user] [JBossWS] - JBoss - problem parsing Date attribute
dakk
do-not-reply at jboss.com
Mon Jul 28 15:21:16 EDT 2008
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167159#4167159
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167159
More information about the jboss-user
mailing list