On Sunday, May 13, 2012 08:19:20 AM arikgold wrote: > Hi, > > Is there any documentation for how should I use the -beans attribute of > Java2Ws?
It's really just a path to a spring XML context configuration file. If you need to configure a specific databinding object or something, you may need it, but normally, it's very rare to need it. > Where should the beans file reside? > What is the syntax for the beans file path? Like just whatever your system expects. A file: URL may also be usable, but I'm not really sure. Dan > > Thanks in advance, > Arik > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/java2ws-beans-example-tp5707787.html Sent > from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
