Hey,
i habe some troubles in using CXF and Servicemix. I've tried many .wsdl
Examples - always the same info-error:
13:59:01,093 | INFO | /myService | PhaseInterceptorChain |
ransport.ChainInitiationObserver 89 | Interceptor has thrown exception,
unwinding now null
I get this error if i call a basic function like this:
public String getCompany(String s)
{
return "test";
}
If i call the following function it works fine:
public void sayHi(String name)
{
LOG.info("Hello "+name");
}
Whats going on here??
--
View this message in context:
http://www.nabble.com/Interceptor-Error-with-CXF-and-ServiceMix-tp24146207p24146207.html
Sent from the cxf-user mailing list archive at Nabble.com.