Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread pbielicki
-- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Christian Schneider
to ask you before. Cheers, Przemyslaw Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemyslaw Bielicki
-- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
-- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Sergey Beryozkin
, really), and I find it pretty useful. Please let me know what you think? I wanted to open a JIRA issue straight away but I prefer to ask you before. Cheers, Przemyslaw Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
but I prefer to ask you before. Cheers, Przemyslaw Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Christian Schneider
Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Sergey Beryozkin
me know what you think? I wanted to open a JIRA issue straight away but I prefer to ask you before. Cheers, Przemyslaw Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Christian Schneider
I was mainly talking about the javax.inject.Inject annotation. It is evaluated by CDI frameworks like openwebbeans (see: http://openwebbeans.apache.org/cdi_explained.html ). So if CXF and openwebbeans evaluate the injection we might easily get into trouble. If a user works with CDI he will

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Christian Schneider
.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Christian Schneider
I think the problem here is that CXF allows to run in very many environments. For users this is very nice but it creates a lot of complexity in CXF. Of course annotation processing is just a few lines of code for each case. The problem is though that this code is scattered throughout the whole

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Przemysław Bielicki
, Przemyslaw Bielicki -- View this message in context: http://cxf.547215.n5.nabble.com/Spring-integration-using-Configuration-ComponentScan-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open

Re: Spring integration

2013-04-11 Thread Jason Pell
namespace support for jaxws endpoint and client to spring integration? I am envisioning ability to define jaxws:client as a gateway with a queue channel in between to provide decoupling of client from transport And endpoint as a end of a channel - service activator maybe. There is camel support

Re: Spring integration

2013-04-11 Thread Jason Pell
:25 PM, Jason Pell ja...@pellcorp.com wrote: Is there any plans to add namespace support for jaxws endpoint and client to spring integration? I am envisioning ability to define jaxws:client as a gateway with a queue channel in between to provide decoupling of client from transport

Re: Spring integration

2013-04-11 Thread Willem jiang
Yeah, you are not the first one who has this idea. I think the easiest way is implement a transport of sprint integration, you can setup the {Input|Output} channel for the conduit or destination. The difficult part could how to implement the CXF Continuation API with spring integration async

Re: Spring integration

2013-04-11 Thread Jason Pell
Yes, I also realised my approach will not work for multiple methods as the service-activator expects a method name. Back to doing more reading in the spring integration docs and samples. On Fri, Apr 12, 2013 at 1:06 PM, Willem jiang willem.ji...@gmail.comwrote: Yeah, you are not the first

Re: Spring integration

2013-04-11 Thread Jason Pell
on this and see how difficult it would be. On Fri, Apr 12, 2013 at 1:19 PM, Jason Pell ja...@pellcorp.com wrote: Yes, I also realised my approach will not work for multiple methods as the service-activator expects a method name. Back to doing more reading in the spring integration docs and samples

Spring integration

2013-04-10 Thread Jason Pell
Is there any plans to add namespace support for jaxws endpoint and client to spring integration? I am envisioning ability to define jaxws:client as a gateway with a queue channel in between to provide decoupling of client from transport And endpoint as a end of a channel - service activator

cxf-spring integration questions

2008-10-09 Thread Orban, Gyorgy (IT)
() and stop() events to cxf servers? org.apache.cxf.endpoint.Server.start() and stop() seems to have the same semantics as Lifecycle.start() and stop(), so could CXF maybe implement the spring Lifecycle interface directly? Another problem around spring integration seems to be that it includes

Re: cxf-spring integration questions

2008-10-09 Thread Daniel Kulp
, it parsed into a special SpringEndpointImpl. That COULD (and does) implement spring specific stuff. This could be expanded to other areas as well.Again, jira's and patches are quite welcome. Another problem around spring integration seems to be that it includes a Jsr250BeanPostProcessor