Hi,
I'm trying to migrate from
jboss 4.2.3 to jboss 5.1.0 (JDK 6.0).
My application reads xml over http requests from several clients.
After migrating to jboss 5 and sending the xml request I'm sometime getting IllegalArgumentException from
tomcat. Same request may sometime works fine and sometime gets the exception.
Here is a sample of my code that read the request. Same code work fine on jboss 4.0.5 and 4.2.3.
how can i solve this?
Thanks,
Daphna