Hi,


Thanks for the prompt reply !!!!!!!!!

I have created sample project by using JAX-RS. While deploying the war file
on tomcat I am getting following message on console

"INFO: Load the bus without application context"

I have all the required XML files
("cxf-extension-http-binding.xml,cxf-servlet.xml,cxf.xml) in my WEB-INF
folder.

But still I am getting the message  INFO: No cxf.xml configuration file
detected, relying on defaults.

I will be very greatful If somebody help me out..



Thanks in advance...



Regards,

FS

On Tue, Oct 28, 2008 at 4:16 PM, Gabo Manuel <[EMAIL PROTECTED]>wrote:

> Hi,
>
> The user's guide from cxf home page (
> http://cwiki.apache.org/CXF20DOC/jax-rs-jsr-311.html) is very extensive to
> have a basic webservice running.
>
> If you download a release of cxf, sample programs are available in <root
> directory>/samples/jax_rs.
>
> Deployment in tomcat is pretty much the same as other web applications,
> i.e. create a folder in webapps, have web.xml and beans.xml in
> webapps/<root>/WEB-INF, and have all the needed binaries in
> webapps/<root>/WEB-INF/lib/. <cxf root>/lib/WHICH_JARS should give you a
> heads-up with regards to which jars you need to include in the said
> directory.
>
> Hth.
>
> Gabo
>
> Forum Specific wrote:
>
>>  Hi all,
>>
>> I want sample tutorial or code for Restful Web Services for  JAX-RS API
>> integration with Spring using CXF framework by deploying on Tomcat.
>> Does anybody have this kind of link where I can find sample code for the
>> same.
>>
>> Thanks in advance.
>>
>> Regards,
>> FS
>>  ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - http://www.avg.com Version: 8.0.175 / Virus Database:
>> 270.8.4/1751 - Release Date: 10/27/2008 10:44 PM
>>
>>
>>
>

Reply via email to