Re: Apachem Camel with Oracle AQ

2009-04-02 Thread sebodev
Hi James, it is not a permission issue because i please my administrator to give me all administrator perrmisions for tests. It doesn't help. If i fix the problem i will write a comment. Thanks. Kind regards Sebastian James.Strachan wrote: > > BTW it looks like Oracle is exposing nulls in th

Help with implementing LDAP solution

2009-04-02 Thread angeloNZ
Hi, I'm quite new to Camel and currently using it alongside servermix. I've got a few questions about doing a LDAP lookup using camel. If for example I have a class that extends RouteBuilder and overrides configure(): public void configure() throws Exception { from("jbi:service:...").to("l

Re: off-topic: spam filter not letting messages through to mailing list

2009-04-02 Thread Willem Jiang
Hi, You may need to subscribe the mail-list first. Since we can see your mail at this time, I think it is OK for you to send the bug report here. Willem nojonojo wrote: > Sorry for the off-topic post. I have made several attempts to post a message > to the mailing list through Nabble about a bu

off-topic: spam filter not letting messages through to mailing list

2009-04-02 Thread nojonojo
Sorry for the off-topic post. I have made several attempts to post a message to the mailing list through Nabble about a bug in the Restlet component. All of my postings have been rejected by the mailing list as spam. Does anybody have any suggestions as to how I might get the message through?

Re: response code in http component

2009-04-02 Thread Peter Maas
Superb! I managed to get my code working due to you example. Thanks! On Apr 2, 2009, at 18:08 , Claus Ibsen wrote: Minor change. I renamed the option to throwExceptionOnFailure. On Thu, Apr 2, 2009 at 4:48 PM, Claus Ibsen wrote: Hi Peter I have created a more simple example http://svn.a

Re: Camel FTP Endpoint doesn't work?

2009-04-02 Thread DavidArthurScott
I just tried a few other methods of trying to download files from an FTP server.. take a look at this code as well: CamelContext context = new DefaultCamelContext(); try { context.addRoutes(new RouteBuilder() {

Camel FTP Endpoint doesn't work?

2009-04-02 Thread DavidArthurScott
ftp://myusern...@mptnas/public/outgoing/Shapefiles?password=mypassword&&consumer.delay=100"/> I'm trying to download all of the files from an FTP server but camel just connects to the server and hangs. It won't download any files.. any suggestions? -- View this message in context: http://www.na

Re: response code in http component

2009-04-02 Thread Claus Ibsen
Minor change. I renamed the option to throwExceptionOnFailure. On Thu, Apr 2, 2009 at 4:48 PM, Claus Ibsen wrote: > Hi Peter > > I have created a more simple example > http://svn.apache.org/viewvc?view=rev&revision=761307 > > And the wiki page has been updated as well > http://cwiki.apache.org/c

Re: response code in http component

2009-04-02 Thread Claus Ibsen
Hi Peter I have created a more simple example http://svn.apache.org/viewvc?view=rev&revision=761307 And the wiki page has been updated as well http://cwiki.apache.org/confluence/display/CAMEL/HTTP On Thu, Apr 2, 2009 at 4:02 PM, Claus Ibsen wrote: > Hi Peter > > I have create an unit test to de

Re: Apachem Camel with Oracle AQ

2009-04-02 Thread James Strachan
BTW it looks like Oracle is exposing nulls in the exception message for some reason, so its a bit hard to see really why its barfing. (Its actually spring's JMS abstractions that fail). I wonder if its a permissions issue - that you don't have karma to consumer from the queue? 2009/4/2 sebodev :

Re: Apachem Camel with Oracle AQ

2009-04-02 Thread sebodev
Thank you for reply. You have right - i can't receiver this message using JMS API. The exception comes from AQjmsConsumer class which is a receiver implementation from oracle. I can't debug it deeper because i don't have the sources. It must be some configuration issue. Kind regards Sebastian

Re: response code in http component

2009-04-02 Thread Claus Ibsen
Hi Peter I have create an unit test to demonstrate this http://svn.apache.org/viewvc?view=rev&revision=761300 However I also think it was a bit cumbersome to do it nicely, so I have logged a RFE: https://issues.apache.org/activemq/browse/CAMEL-1512 So we can let the http producer return any resp

Re: response code in http component

2009-04-02 Thread Peter Maas
I've tried to implement your solution, but failed to do so correctly. No matter where I put the error handler, the route stops processing after receiving a 404. Could anyone give me an example on how to act on a http 404 response? On Mar 30, 2009, at 16:48 , Claus Ibsen wrote: Hi On M