Re: Newbie Question: WARNING: No root resource matching request path / has been found.

2011-12-28 Thread cxfuser
Thanks Jeff, your suggestion worked -- View this message in context: http://cxf.547215.n5.nabble.com/Newbie-Question-WARNING-No-root-resource-matching-request-path-has-been-found-tp5098573p5105681.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Newbie Question: WARNING: No root resource matching request path / has been found.

2011-12-26 Thread Sergey Beryozkin
mapper = new ObjectMapper(); return mapper.writeValueAsString(object); } } Thanks for the help Prakash -- View this message in context: http://cxf.547215.n5.nabble.com/Newbie-Question-WARNING-No-root-resource-matching-request-path-has-been-fo

Re: Newbie Question: WARNING: No root resource matching request path / has been found.

2011-12-26 Thread Tcharl
cxf.547215.n5.nabble.com/Newbie-Question-WARNING-No-root-resource-matching-request-path-has-been-found-tp5098573p5101566.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Newbie Question: WARNING: No root resource matching request path / has been found.

2011-12-25 Thread Jeff Wang
           Customer customer = new Customer(); >                customer.setName("customer1"); >                return javaToJSON(customer); >        } > >        private String javaToJSON(final Object object) throws IOException { >                ObjectMapper mapper = null; >                mapper = new ObjectMapper(); >                return mapper.writeValueAsString(object); >        } > > } > > > > > Thanks for the help > Prakash > > > > > > > > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Newbie-Question-WARNING-No-root-resource-matching-request-path-has-been-found-tp5098573p5098573.html > Sent from the cxf-user mailing list archive at Nabble.com.

Newbie Question: WARNING: No root resource matching request path / has been found.

2011-12-25 Thread cxfuser
ctMapper(); return mapper.writeValueAsString(object); } } Thanks for the help Prakash -- View this message in context: http://cxf.547215.n5.nabble.com/Newbie-Question-WARNING-No-root-resource-matching-request-path-has-been-found-tp5098573p5098573.html Sent from the cxf-user mailing list archive at Nabble.com.