Hi Oliver, personally to avoid conflict between JEE and Spring apps i often suffix my spring context by "-appt-cxt.xml" so for a sample i'd go for something like fediz-app-ctx.xml or even simply app-ctx.xml.
- Romain 2012/6/4 Oliver Wulff <owu...@talend.com> > Hi Romain > > Good point. What kind of xml filename shall we use in cxf and fediz for > the samples? > > I've read in the following link that WEB-INF/cxf-servlet.xml has a > performance impact: > http://cxf.apache.org/docs/configuration.html > >>> > The cxf-servlet.xml file is somewhat slower because it loads all possible > CXF modules for an endpoint; the Spring application context method is > faster because it allows you to specify which CXF modules are needed. > >>> > > Thanks > Oli > > ------ > > Oliver Wulff > > Blog: http://owulff.blogspot.com > Solution Architect > http://coders.talend.com > > Talend Application Integration Division http://www.talend.com > > ________________________________________ > From: Romain Manni-Bucau [rmannibu...@gmail.com] > Sent: 31 May 2012 23:45 > To: dev@cxf.apache.org > Subject: Re: Fediz release > > Hi, > > just a very small detail about samples but files like > > http://svn.apache.org/repos/asf/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/beans.xml > < > http://svn.apache.org/repos/asf/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/ > > > should > be avoided. WEB-INF/beans.xml means something for cdi which is not a spring > app ctx. Just renaming the file is enough and will let the sample be ran in > JEE/CDI servers. > > - Romain > > > 2012/5/31 Oliver Wulff <owu...@talend.com> > > > Hi guys > > > > I'd like to get the first release out of Fediz within the next two weeks. > > > > There are a few features missing which should get in next week like: > > - Custom token support > > - Publish WS-Federation Metadata document > > > > What else has to be completed before we can release it? > > > > One question from my side. The distribution package can be downloaded > here: > > > > > https://repository.apache.org/content/groups/snapshots/org/apache/cxf/fediz/apache-fediz/1.0.0-SNAPSHOT/ > > > > The CXF download page has got the following download links: > > > http://www.apache.org/dyn/closer.cgi?path=/cxf/2.6.0/apache-cxf-2.6.0.zip > > > > I assume that the Fediz archives should also be published similar to CXF. > > How can I get the archives there? Is this an automated process? > > > > Thanks > > Oli > > > > > > > > > > > > ------ > > > > Oliver Wulff > > > > Blog: http://owulff.blogspot.com<http://owulff.blogspot.com/> > > Solution Architect > > http://coders.talend.com > > > > <http://coders.talend.com>Talend Application Integration Division > > http://www.talend.com > > >