I am having an issue with jboss 4.0.5.GA. I'm testing a webservice (JAX-WS 2.1.3 based) and I'm having huge performance problems.
I'm facing request times like:
1st invocation: 20s 2nd invocation: 0.5s 3rd invocation: 9s 4th invocation: 15s 5th invocation: 10s
and I can see that more yhan 90% of the time is spent before reaching my code.
I don't have performance issues with other webapps in the same server that are not Jax-WS Webservices (either if the JVM is the same or another).
Is this a known issue? How can I debug it?