Re: CXF webservice deployment on glassfish

2014-11-14 Thread sab12in
Hi, I have both cxf-rt-transports-http,cxf-rt-transports-http-jetty jar and now i get the following exception. Exception while deploying the app [camel-example-reportincident-2.14.0] : The lifecycle method [finalizeConfig] must not throw a checked exception. Related annotation information:

Re: CXF webservice deployment on glassfish

2014-11-12 Thread sab12in
Hi, I have cxf-rt-transports-http-3.01.jar in my in my war file WEB-INF.lib. I dont have cxf-rt-http.jar, do you mean the same, if no then what is the maven depandancy for cxf-rt-http.jar. Thanks and Regards, Sabyasachi -- View this message in context:

Re: CXF webservice deployment on glassfish

2014-11-10 Thread sab12in
Hi, Thanks for your reply. I did as you suggested as below cxf:cxfEndpoint id=reportIncident address=http://localhost:8080/webservices/incident; serviceClass=org.apache.camel.example.reportincident.ReportIncidentEndpoint

CXF webservice deployment on glassfish

2014-10-31 Thread sab12in
Hi All, When i am deploying my CXF web service on glass fish i am not able to get the endpoint that i configured in bean file. I am not able to understand why glassfish is exposing the service at following: listening at address at

Camel example builds in net bean but java class source shows error

2014-10-22 Thread sab12in
Hi All, I am very new to camel, i just took the example Report Incident that comes with camel download and opened using NetBeans 8. Then compiled the POM. Everything shows success but then i look at the generated source from wsdl at

Re: Camel example builds in net bean but java class source shows error

2014-10-22 Thread sab12in
Ok i found something which will add the generated classes to the build location, so now if you use any of the generated classes in your implementation you wont see the objects underlined in red. plugin groupIdorg.codehaus.mojo/groupId