Re: WSDLGetInterceptor congestion

2013-07-26 Thread Jason Pell
I added a testcase which asserts that the documents are created new every time. /cxf-systests-jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java On Sat, Jul 27, 2013 at 12:13 PM, Jason Pell wrote: > Hi Dan, > > I know you are on leave, so perhaps others will comment. I a

Re: WSDLGetInterceptor congestion

2013-07-26 Thread Jason Pell
Hi Dan, I know you are on leave, so perhaps others will comment. I am currently working on a jira (CXF-5151) to add support for GZIP encoding of ?wsdl and ?xsd. I have had a look at WSDLGetUtils and the WSDLWriterImpl from WSDL4J and the WSDLWriter is creating a new document every time. In the

Re: WSDLGetInterceptor congestion

2013-06-20 Thread John Bellassai
That's really great news, thanks Dan! --John On Jun 19, 2013, at 3:22 PM, Daniel Kulp wrote: > > On Jun 14, 2013, at 2:10 PM, John Bellassai wrote: > >> I went ahead and opened a ticket yesterday and provided a patch: >> https://issues.apache.org/jira/browse/CXF-5078. > > Patch applied.

Re: WSDLGetInterceptor congestion

2013-06-19 Thread Daniel Kulp
On Jun 14, 2013, at 2:10 PM, John Bellassai wrote: > I went ahead and opened a ticket yesterday and provided a patch: > https://issues.apache.org/jira/browse/CXF-5078. Patch applied. Next releases should have it. Major thanks! Dan > > I'm not sure what the development cycle for CXF loo

Re: WSDLGetInterceptor congestion

2013-06-14 Thread John Bellassai
I went ahead and opened a ticket yesterday and provided a patch: https://issues.apache.org/jira/browse/CXF-5078. I'm not sure what the development cycle for CXF looks like, but do you think chances are good that this patch could be included in the next bunch of releases? If so I will wait for

Re: WSDLGetInterceptor congestion

2013-06-07 Thread Daniel Kulp
On Jun 7, 2013, at 2:01 PM, John Bellassai wrote: > Hi Daniel. I was under the impression that a new Document object is > generated and only accessible within each invocation of handleMessage() and > thus would not be susceptible to thread-safety issues, but I'll take your > advice over my ve

Re: WSDLGetInterceptor congestion

2013-06-07 Thread John Bellassai
Hi Daniel. I was under the impression that a new Document object is generated and only accessible within each invocation of handleMessage() and thus would not be susceptible to thread-safety issues, but I'll take your advice over my very limited understanding of the inner workings of CXF ;). I

Re: WSDLGetInterceptor congestion

2013-06-07 Thread Daniel Kulp
On Jun 7, 2013, at 12:30 PM, John Bellassai wrote: > Hi, > > We've been seeing an issue in production for the past few months where after > running smoothly for a couple weeks, our application hangs and stops > responding to new requests until we bounce the container (Tomcat 7/CXF 2.5.3). >

WSDLGetInterceptor congestion

2013-06-07 Thread John Bellassai
Hi, We've been seeing an issue in production for the past few months where after running smoothly for a couple weeks, our application hangs and stops responding to new requests until we bounce the container (Tomcat 7/CXF 2.5.3). Some thread/heap dump analysis for a few of these hang events have

Re: WSDLGetInterceptor congestion

2013-06-07 Thread John Bellassai
FWIW, this seems to be the same issue I'm having: https://community.jboss.org/thread/221629. --John On Jun 7, 2013, at 11:30 AM, John Bellassai wrote: > Hi, > > We've been seeing an issue in production for the past few months where after > running smoothly for a couple weeks, our applicati

WSDLGetInterceptor congestion

2013-06-07 Thread John Bellassai
Hi, We've been seeing an issue in production for the past few months where after running smoothly for a couple weeks, our application hangs and stops responding to new requests until we bounce the container (Tomcat 7/CXF 2.5.3). Some thread/heap dump analysis for a few of these hang events have