Hi, I have a serious problem with CXF SE component which I use for implementing web service endpoint. My web service executes Drools engine (not servicemix-drools) and terminates with exception during loading the facts to working memory. It terminates only when number of facts exceeds ca. 450. I tested the rules outside ServiceMix and there was no problem.
This is the exception I found in the log of Servicemix: 2008-08-13 10:48:14 org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Application has thrown exception, unwinding now: java.lang.NullPointerExce ption: null I suppose the CXF component can't allocate enough memory? What can I do? Thanks in advance. Regards, Pawel Kaczor -- View this message in context: http://www.nabble.com/CXF-SE-causing-NPE-tp18959462p18959462.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
