Came and Oracle rule-based durable subscriber

2010-01-25 Thread smilicevics
Hi, I have the following question: If I add in oracle a durable subcriber with some rule and then deploy camel application in oc4j with defined durableSubscriber and clientId properties then the camel will delete? durable subscriber in oracle and define another one with the same name but without

Re: Two-Phase-Commit with JCA, Spring, Camel and OC4j

2009-08-05 Thread smilicevics
Hi, is there any solutions to my problem? Sasa smilicevics wrote: > > Hi > > I did that too: > > > >uri="oracle:queue:java:comp/resource/WeborderJmsResourceProvider/Queues/JMS

Re: Two-Phase-Commit with JCA, Spring, Camel and OC4j

2009-08-04 Thread smilicevics
> > > > > > > On Tue, Aug 4, 2009 at 9:55 AM, > smilicevics wrote: >> >> Hi, >> >> I am using apache camel 1.6.1, oracle as 10.1.3.3, spring 2.5., aspectj >> 1.5.4 >> Here is the stacktrace: >> >> 1817082 2009-

Re: Two-Phase-Commit with JCA, Spring, Camel and OC4j

2009-08-04 Thread smilicevics
tions. It did output something >> about bean XXX not being eligible for ... So check whether Spring >> logs this in your case. >> >> >> On Mon, Aug 3, 2009 at 5:57 PM, >> smilicevics wrote: >>> Hi, >>> >>> I am trying to write code w

Re: Two-Phase-Commit with JCA, Spring, Camel and OC4j

2009-08-04 Thread smilicevics
throwing in annotations, aop and other > stuff that just complicates matter. > > And there was an issue in Camel 1.6.0 or older with sometimes Spring > did not do IoC on classes with @annotations. It did output something > about bean XXX not being eligible for ... So check whether

Two-Phase-Commit with JCA, Spring, Camel and OC4j

2009-08-03 Thread smilicevics
Hi, I am trying to write code which will consume a message and do the insert in database. I want to use global transactions and two-phase-commit. I got always the same error: cannot commit in global transaction. Can somebody tell me what am i doing wrong here: this is my spring xml: http://w

Camel Spring JMS Example does not work

2009-07-09 Thread smilicevics
Hi, I started the camel-spring-jms Server example like this: mvn exec:java -PCamelServer after some time (1 min) I got the following error: [pache.camel.spring.Main.main()] MainSupportINFO Apache Camel 1.6.1 starting [pache.camel.spring.Main.main()] MainSupport