Re: camel + service mix + spring aspect

2009-07-06 Thread akshay_ajmani
ven2 > > true > > > true > > > > > Willem > > akshay_ajmani wrote: >> Yes I can use that for getting service mix version.But then I get an >> error >> for missing artifacts related to >> >>

Re: camel + service mix + spring aspect

2009-07-06 Thread akshay_ajmani
willem.jiang wrote: > > Hi, > > You need to use > http://repo.open.iona.com/maven2/ > for the released fuse version of service. > > Willem > > akshay_ajmani wrote: >> Hi, >>This is my new pom.xml. I changed the service mix version as follows: &g

Re: camel + service mix + spring aspect

2009-07-06 Thread akshay_ajmani
Hi, This is my new pom.xml. I changed the service mix version as follows: 3.4.0-fuse But now it is giving me errors related to artifacts not found.Missing: -- 1) org.apache.servicemix:servicemix-camel:jar:3.4.0-fuse I was getting the same errors for jbi-maven-plugin, so I changed the

Re: camel + service mix + spring aspect

2009-07-03 Thread akshay_ajmani
akshay_ajmani wrote: > > This is my pom.xml > > > camel > camel.trial > 0.0.1-SNAPSHOT > > 4.0.0 > camel.trial > camel-su > jbi-service-unit > A Camel based JBI Service Unit > 0.0.1-SNAPSHOT > htt

Re: camel + service mix + spring aspect

2009-07-03 Thread akshay_ajmani
stance. > And thats the case with your route builder. > > However when using proxy it can be on interface or class level. And > aspectj looks like it does at classlevel so hence something can go > wrong when Camel is not able to see it as a RouteBuilder instance. > > > >

camel + service mix + spring aspect

2009-07-02 Thread akshay_ajmani
Hi, I have implemented the following example http://cwiki.apache.org/SM/order-file-processing.html and it is working fine. I need to add few modifications to my camel context.xml. My question is , is it possible to add spring aspects to camel-context.xml i.e http://www.springframework.org