UT meaning Unit Test? Its all configuration driven with no direct dependency on Spring Test.
I don't see how it cannot be adopted for any other spring config setup Mahesh On Mon, Aug 29, 2011 at 2:46 AM, Raj Floyd <[email protected]> wrote: > Thanks. > > This uses special Spring UT class. Is there any way, I can execute outside > of any UT framework? > > On Sun, Aug 28, 2011 at 9:31 PM, Mahesh Koli <[email protected]> wrote: > > > Check out this posting > > > > > > > http://testablejava.blogspot.com/2011/07/testing-cxf-based-soap-webservice.html > > > > > > The link has been added on this page as well > > > > http://cxf.apache.org/resources-and-articles.html > > > > Mahesh > > > > On Sun, Aug 28, 2011 at 2:54 AM, Raj Floyd <[email protected]> wrote: > > > > > Hi, > > > > > > I want to publish a Web service as a JAX-WS endpoint using Spring > > > configuration. This is fine and am able to do. But I would like to > > publish > > > this endpoint without using web container. Say as a standalone > > application. > > > Just like how we use JaxWsServerFactoryBean.create(). How do I achieve > > with > > > Spring configuration? > > > > > > Thanks. > > > > > > Raj > > > > > >
