Hi On Wed, Apr 14, 2010 at 11:58 PM, Jason Chaffee <[email protected]> wrote:
> I am trying to create a jaxrs service with CXF in servicemix. Howerver, > the service doesn't seem to be created correctly and I can't figure out > why as there are no errors. Here is the service listings: > > > > Available RESTful services: > > Endpoint address: http://localhost:8181/cxf/crm > > WADL : http://localhost:8181/cxf/crm?_wadl&type=xml > <http://localhost:8181/cxf/crm?_wadl&_type=xml> > > As far as I remember ServiceMix ships a cxf-jaxrs demo and it looks like the above endpoint address identifies a cxf-jaxrs demo endpoint. > Endpoint address: /cbsp > > WADL : /cbsp?_wadl&type=xml <http://localhost:8181/cbsp?_wadl&_type=xml> > > > Can you please check that the bundle which you deploy has a SpringDM context similar to the one used by the cxf-jaxrs demo ? Perhaps another thing to check is whether your bundle can be deployed successfully without cxf-jaxrs one being loaded... In ServiceMix, in etc, you can set karaf logging properties to use DEBUG level and it may provide some additional info. Perhaps you can get some more help at the FuseESB forum cheers, Sergey > > > Does anyone have any ideas why my Endpoint address is not being created > correctly? > > > > Thanks, > > > > Jason > >
