JAXWS serves only 100 requests, how to configure JAXWS to change it to unlimited?

Posted by cbz on Stack Overflow See other posts from Stack Overflow or by cbz
Published on 2009-11-12T08:57:44Z Indexed on 2010/05/16 1:50 UTC
Read the original article Hit count: 221

Hello, I'm using JAXWS for generating webservices and serving using EndPoint.publish() as well as deploying war file, but as soon as it has served 100 requests it wouldn't return 101st response. How to configure JAXWS to change this count to unlimited?

EDIT: solution found, first of all it was not related to JAXWS and I'm sorry for posting it here, in my first impression I thought problem is with JAXWS but after deep exploring and debugging I found problem with my persistence layer (Hibernate) where max number of sessions allowed are 100 by default. Sorry again for making you guys to think which actually does not make sense.

© Stack Overflow or respective owner

Related posts about jax-ws

Related posts about java