I fixed the problem.  However this is what was happening:

I was sending an xml document as a string for example:

"<TestDOC>
  | <Element>Data</Elemenr>
  | <ETC>...</ETC>
  | </TestDOC>"
and it wad crashing.... i fixed the problem by encoding the string.  


It was crashing when it saw the < at the beggining of the string.  If i remove 
the < at the beginning of the string it would run fine.... 


My guess is that it is literally inserting the string into the script and 
crashing.... 


Let me know if you want any other information.  



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951921#3951921

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951921


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to