I had an application developed using the Eclipse Ganymede. This
application has a web service implemented using Apache CXF and run
without problems.
Recently, we migrated it to Eclipse Galileo and the web service stoped
working. It doesn’t raise any error or exception and apparently runs
without problem. However, the services are not created. Is there someone
with the same problem?
The code used to create de web service is:
JaxWsServerFactoryBean svrFactory = new JaxWsServerFactoryBean();
André Ribeiro wrote:
> Hi all,
>
> I had an application developed using the Eclipse Ganymede. This
> application has a web service implemented using Apache CXF and run
> without problems.
> Recently, we migrated it to Eclipse Galileo and the web service stoped
> working.
Just to sanity check, how did you migrate to Galileo? Did you get the
latest stuff from our webtools/updates site? I ask only because the CXF
tools are not included in the JEE IDE all-in-one download and I was just
wondering if that caused some issues.
But, otherwise, you'll have to wait for the webservices experts to respond.
I've tested a similar example in both Ganymede and Galileo that uses
JAXWSFactoryBeans and interceptors and it runs fine and the service is
present in the WSDL.
I was using the java_first_jaxws_factory_bean example from a CXF 2.2.1
install samples directory. That sample can be found in any CXF 2.2
download onwards.
Could you try that sample if you get a chance to see if you get a WSDL
with a service?