When launching Tomcat it freezes when trying to load my CXF Service.  The
console stops being updated after the following:

INFO: Creating Service
{http://endpoint.services.cost.prometheus.intervolve.com/}CostService from
class com.intervolve.prometheus.cost.services.endpoint.CostServiceFacade

The thing is, this only happens when I have specific types of parameters in
CostServiceFacade's methods.  If I put in an Integer or a Double or even
Object it works fine, but if I throw in one of our own classes (say,
Product) it simply freezes and never instantiates the service or any of the
subsequent services it needs to start.

Does anyone have any idea what could possibly be causing this?
-- 
View this message in context: 
http://www.nabble.com/Tomcat-freezing-when-trying-to-instantiate-CXF-Service-tp19652541p19652541.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to