camel pull request: CAMEL-4075 Create camel-quartz2 component to support Qu...

2013-08-02 Thread saltnlight5
GitHub user saltnlight5 opened a pull request: https://github.com/apache/camel/pull/38 CAMEL-4075 Create camel-quartz2 component to support Quartz 2.1.x Here is a new camel-quartz2 component for CAMEL-4075 You can merge this pull request into a Git repository by running: $ git

Re: [3/3] git commit: CAMEL-6597 Camel conduit should support the JAXWS Async API out of box

2013-08-02 Thread Daniel Kulp
On Aug 1, 2013, at 11:35 PM, ningji...@apache.org wrote: > +} else { > +WorkQueueManager mgr = > outMessage.getExchange().get(Bus.class) > +.getExtension(WorkQueueManager.class); > +AutomaticWorkQueue qu = mgr.getNamedWorkQueue("nmr

camel pull request: CAMEL-6603: extend DateTimeConverter for Long <-> Date ...

2013-08-02 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/37 CAMEL-6603: extend DateTimeConverter for Long <-> Date conversion https://issues.apache.org/jira/browse/CAMEL-6603 You can merge this pull request into a Git repository by running: $ git pul