Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
sure, no problem - I will file a jira issue and attach my changes as the code is not public On Mon, Dec 9, 2013 at 3:14 PM, cschneider [via CXF] ml-node+s547215n5737562...@n5.nabble.com wrote: We have some factory classes but they are often not as convenient to use as the namespaces. In

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
Hi Sergey, I'm not sure CXF-5439 https://issues.apache.org/jira/browse/CXF-5439 is a really great idea. For me all CXF components should be just annotated with @javax.inject.Named and then injected using @javax.inject.Inject or @javax.annotation.Resource. I prefer to use a well established

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
I just created a jira issue: https://issues.apache.org/jira/browse/CXF-5448 I hope it's clear. Cheers, Przemyslaw On Mon, Dec 9, 2013 at 3:14 PM, cschneider [via CXF] ml-node+s547215n5737562...@n5.nabble.com wrote: We have some factory classes but they are often not as convenient to use as