Re: CoordinatorThread[] slow alarm

2011-09-30 Thread Mark juszczec
Benson Thank you. As soon as I sent the email, I figured it out. Mark On Fri, Sep 30, 2011 at 3:58 PM, Benson Margulies wrote: > These aren't CXF messages at all. CXF does not embed caucho. > > On Fri, Sep 30, 2011 at 2:29 PM, Mark juszczec > wrote: > > Hello all

CoordinatorThread[] slow alarm

2011-09-30 Thread Mark juszczec
Hello all We were in the middle of a demo when the web app using my CXF based service slowed to a crawl. resin.stdout contained: [2011-09-30 13:44:02.543] CoordinatorThread[] slow alarm Alarm[alarm[com.caucho.server.admin.JniNetStat@1c04298e]] 28822ms [2011-09-30 13:44:02.543] CoordinatorThread[

CXF and nested beans

2011-05-09 Thread Mark juszczec
Hi folks I'd like to do something like this: I've got a CustomDesignedBean (I designed it) I've got a web service that returns a standard TransactionResponse object. The TransactionResponse obj contains the following field and its getters/setters: Object data; public Object getData(){} public

SOAPFaultException: Marshalling Error: class - java.lang.String unknown!?

2011-04-26 Thread Mark juszczec
Hi folks I'm using: java 1.6 cxf 2.3.4 Spring 3.0.5 (came with cxf) I've set up a factory using Spring. I'm getting the following error: [show] org.apache.cxf.binding.soap.SoapFault: Marshalling Error: class [Ljava.lang.String; nor any of its super class is known to this context. javax.x