Re: Camel 2.0 Async Findings - Roadmap to a solution

2009-05-05 Thread Claus Ibsen
Hi I had some more time to work on this. I have attached a 2nd patch on the JIRA ticket 1572. This time the patch is only focusing on the AsyncProducerTemplate. I have added more methods to cover the most common methods use in producer template. With this an end user can initiate and async routin

[jira] Updated: (CAMEL-1572) Internal API - Cleanup in the AsyncCallback

2009-05-05 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1572: --- Attachment: new_async_api2.patch A 2nd patch that is more cleaner. - only the async producer temp

[jira] Commented: (CAMEL-1577) No endpoint could be found for: ${queueIn}, please check your classpath contains the needed camel component jar.

2009-05-05 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51513#action_51513 ] Charles Moulliard commented on CAMEL-1577: -- I have found a trick to solve the two pr

Re: [Feedback tutorial required] - Camel 2.0 - ServiceMix - Apache Wicket - OSGI - CXF ...

2009-05-05 Thread Charles Moulliard
Take a few time and vote for this tutorial on Dzone : http://www.dzone.com/links/how_to_design_a_soa_application_using_apache_came.html Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Mon, May 4, 2009 a

[jira] Resolved: (CAMEL-1499) LDAP documentation could be improved

2009-05-05 Thread Christopher Hunt (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Hunt resolved CAMEL-1499. - Resolution: Fixed Fix Version/s: 1.6.0 2.0-M1 Documentation

Re: [Feedback tutorial required] - Camel 2.0 - ServiceMix - Apache Wicket - OSGI - CXF ...

2009-05-05 Thread Claus Ibsen
Hi Just a quick feedback. There is a spelling mistake in the big picture - Clonvert should be Convert. > To summarize, the application is listening for incidents coming from web > service or files You might wanna highlight that its the CXF endpoint. People might mistake it for the Wicket web pag

Re: [Feedback tutorial required] - Camel 2.0 - ServiceMix - Apache Wicket - OSGI - CXF ...

2009-05-05 Thread Willem Jiang
For servicemix part, I think the tutorial mainly use SMX as a container. That is why I suggest to run the example with PAX Runner :) Willem Charles Moulliard wrote: > Many thanks for your feedback Willem, > > 1. Did you consider to leverage the Camel feature to run the example > with PAX Runner?

Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Charles Moulliard
Hi, I'm currently working on the new camel-quickfix component provided by Anton Arhipov. I have created a camel spring xml file to use it : http://camel.apache.org/schema/osgi";> but when the component is launched, I receive the following err

Re: Camel 2.0 Async Findings - Roadmap to a solution

2009-05-05 Thread Claus Ibsen
Hi Just wanted to keep you posted. Had some more work done to replace the old async API with the new API in camel-core. I basically got it all done except the MuticastProcessor as it would take a bit more time to get done correctly. I am thinking it should leverage the JDK CompletionService or th

Re: Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Willem Jiang
Hi Charles, I just checked the code with the stack trace, and found this issue may caused by the java.lang.NullPointerException. Here is the code snippet of the OsgiComponentResolver. try { type = getComponent(name); } catch (Throwable e) { throw new Illega

Re: Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Charles Moulliard
I have modified the spring xml file like you propose : http://camel.apache.org/schema/osgi "> and now we have the error : s...@root:osgi> Exception in thread "SpringOsgiExtenderThread-63" org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: quickfix-server:examples/s

Re: Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Charles Moulliard
With the following config, it works : http://camel.apache.org/schema/osgi";> Any idea why we have to declare the beans ? Charles Moulliard Senior Enterprise Architect Apache Camel Committer * b

[jira] Created: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Darryl Smith (JIRA)
SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP - Key: CAMEL-1585 URL: https://issues.apache.org/activemq/bro

[jira] Assigned: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-1585: --- Assignee: Willem Jiang > SFTP GenericFileProducer.createFileName produces OS normalized f

[jira] Created: (CAMEL-1586) camel-cxf producer loses the content-type

2009-05-05 Thread Willem Jiang (JIRA)
camel-cxf producer loses the content-type -- Key: CAMEL-1586 URL: https://issues.apache.org/activemq/browse/CAMEL-1586 Project: Apache Camel Issue Type: Bug Affects Versions: 1.6.0 Rep

Re: Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Claus Ibsen
On Tue, May 5, 2009 at 5:15 PM, Charles Moulliard wrote: > With the following config, it works : > >         class="org.apache.camel.quickfix.QuickfixAcceptor"/> >         class="org.apache.camel.quickfix.QuickfixInitiator"/> > > >    http://camel.apache.org/schema/osgi";> >         >            

[jira] Commented: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51520#action_51520 ] Claus Ibsen commented on CAMEL-1585: Willem. I guess we need an option on FTP endpoint to

[jira] Work started: (CAMEL-1572) Internal API - Cleanup in the AsyncCallback

2009-05-05 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1572 started by Claus Ibsen. > Internal API - Cleanup in the AsyncCallback > --- > > Key: CAMEL-

Re: Fwd: [Question] About Camel Spring and registration of new endpoint (camel-quickfix)

2009-05-05 Thread Willem Jiang
Yes, declare the component in the spring configuration file just a walk around solution. I can dig the code of quickfix resource loading later today. Willem Claus Ibsen wrote: > On Tue, May 5, 2009 at 5:15 PM, Charles Moulliard > wrote: >> With the following config, it works : >> >>> c

Camel, m2Eclipse, Eclipse Ganymede

2009-05-05 Thread huntc
Hi there, Does anyone use Eclipse Ganymede and the m2eclipse tooling? I've been trying to build the 1.6 with these and I can get things to build outside of the IDE using Maven from the command line. However I am unable to build Came with Eclipse and m2eclipse. Recipes anyone? Kind regards, Chr

[jira] Commented: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51522#action_51522 ] Willem Jiang commented on CAMEL-1585: - @Claus, Yes, I just checked the code, we do use t

[jira] Commented: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51523#action_51523 ] Willem Jiang commented on CAMEL-1585: - I found there are something wrong on the RemoteFil

[jira] Commented: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51524#action_51524 ] Claus Ibsen commented on CAMEL-1585: We have another Camel end user on 2.0m1 that uses SF

[jira] Commented: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

2009-05-05 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51525#action_51525 ] Willem Jiang commented on CAMEL-1585: - I did a quick fix for it by overriding the Gener