[jira] Resolved: (CAMEL-1670) thread() and File Components

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1670. Resolution: Fixed Fix Version/s: 2.0.0 Now fixed for all lock types etc. Thanks for rep

Re: Inconsistency in Camel Java DSL

2009-06-08 Thread alloyer
Hi,Christian I agree with you and I think the builder and model package have a little inconsistency. When I implement the groovy route editor today, I found that: 1. In Xml schema editing mode, a RouteDefinition instance will be constructed to receive the web console content. 2. But in Groov

[jira] Created: (CAMEL-1681) Clean up the CamelNamespaceHandler

2009-06-08 Thread Willem Jiang (JIRA)
Clean up the CamelNamespaceHandler -- Key: CAMEL-1681 URL: https://issues.apache.org/activemq/browse/CAMEL-1681 Project: Apache Camel Issue Type: Improvement Affects Versions: 1.6.1, 2.0-M1, 1.6.0, 1.5.0

[jira] Commented: (CAMEL-1670) thread() and File Components

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52120#action_52120 ] Claus Ibsen commented on CAMEL-1670: And the camel-ftp component fixed as well: 782560.

[jira] Updated: (CAMEL-1679) InProgress repository

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1679: --- Fix Version/s: (was: 2.0.0) 2.1.0 We can wait till Camel 2.1 for this feat

[jira] Created: (CAMEL-1682) Add support for consumers in SerivcePool for instance to allow concurrent consumers for FTP and others that are not tolerant for concurrency

2009-06-08 Thread Claus Ibsen (JIRA)
Add support for consumers in SerivcePool for instance to allow concurrent consumers for FTP and others that are not tolerant for concurrency

[jira] Resolved: (CAMEL-1666) Aggregator - size and timeout confusing, allow it to be configured as either and/or as trigger

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1666. Resolution: Fixed Fix Version/s: 1.6.2 Its now possible to set {{batchSize}} to 0 or neg

[jira] Created: (CAMEL-1683) Aggregator - add option to control what should happen if correlation key cannot be evaluated

2009-06-08 Thread Claus Ibsen (JIRA)
Aggregator - add option to control what should happen if correlation key cannot be evaluated Key: CAMEL-1683 URL: https://issues.apache.org/activemq/browse/CAMEL-1683

[jira] Created: (CAMEL-1684) Aggregator - Add inactivity timeout

2009-06-08 Thread Claus Ibsen (JIRA)
Aggregator - Add inactivity timeout --- Key: CAMEL-1684 URL: https://issues.apache.org/activemq/browse/CAMEL-1684 Project: Apache Camel Issue Type: Improvement Components: camel-core Repo

[jira] Commented: (CAMEL-1676) Endpoint.getParticipant should return Endpoint.getUser() if participant is null.

2009-06-08 Thread Edward Campbell (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52124#action_52124 ] Edward Campbell commented on CAMEL-1676: The change should replace the getParticipant

[jira] Created: (CAMEL-1685) TypeConverter tag to Spring DSL

2009-06-08 Thread Claus Ibsen (JIRA)
TypeConverter tag to Spring DSL --- Key: CAMEL-1685 URL: https://issues.apache.org/activemq/browse/CAMEL-1685 Project: Apache Camel Issue Type: New Feature Components: camel-spring Affects Versions:

Re: Camel 2.0-M2 release status

2009-06-08 Thread S. Ali Tokmen
Hello Any update on the 2.0-M2 release status? Cheers S. Ali Tokmen savas-ali.tok...@bull.net Office: +33 4 76 29 76 19 GSM:+33 66 43 00 555 Bull, Architect of an Open World TM http://www.bull.com Willem Jiang a écrit : Hi Hadrian, The build is succeed in my windows box, I think you

Re: Jersey Usage: how to generate the resourcedoc.xml file for Jersey RS app

2009-06-08 Thread Jon Anstey
The extra resource files should be generated by the maven-wadl-plugin in the compile phase. So, running mvn compile should generate it for you. Does this work? Note that when running the web console with mvn jetty:run (as shown in the wiki) this is invoked automatically. On Sat, Jun 6, 2009 at 12

Re: background on the Web Console codebase (was Re: [jira] Work started: (CAMEL-1655) Groovy Route Editor for WebConsole

2009-06-08 Thread Jon Anstey
Great, good to know we don't another bug there :) On Fri, Jun 5, 2009 at 10:46 PM, alloyer wrote: > > When i uses camel-web-standalone-2.0-20090407.095250-51.jar to deploy the > camel-web app, it do insert an tag. But when I build it by > myself to deploy, it just show me the natural configurat

Re: Camel 2.0-M2 release status

2009-06-08 Thread Claus Ibsen
On Mon, Jun 8, 2009 at 3:52 PM, S. Ali Tokmen wrote: > Hello > > Any update on the 2.0-M2 release status? Hadrian got back from vacation. He got his flooded mailbox to take care of first. I assume he got the time within 2-3 days to do the build. > > Cheers > > S. Ali Tokmen > savas-ali.tok...@bu

Re: Jersey Usage: how to generate the resourcedoc.xml file for Jersey RS app

2009-06-08 Thread James Strachan
BTW that exception is a PITA; we should probably patch Jersey so that it just logs a warning, not an error - as the resourcedoc.xml file is only used to show the documentation of the methods when viewing the REST API at: http://locahost:8080/api - its not actually used by the camel-web code per se.

[jira] Created: (CAMEL-1686) Aggregator - Completion Predicate being evaluated on-the-fly

2009-06-08 Thread Claus Ibsen (JIRA)
Aggregator - Completion Predicate being evaluated on-the-fly Key: CAMEL-1686 URL: https://issues.apache.org/activemq/browse/CAMEL-1686 Project: Apache Camel Issue Type: Improvement

[jira] Commented: (CAMEL-1686) Aggregator - Completion Predicate being evaluated on-the-fly

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52126#action_52126 ] Claus Ibsen commented on CAMEL-1686: [17:14] well the issue is when you use completion

[jira] Resolved: (CAMEL-1676) Endpoint.getParticipant should return Endpoint.getUser() if participant is null.

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1676. Resolution: Fixed Fix Version/s: 2.0.0 1.6.2 Assignee: Claus

[jira] Reopened: (CAMEL-993) NPE in TraceFormatter

2009-06-08 Thread Robert H. Pollack (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert H. Pollack reopened CAMEL-993: - I am experiencing the same problem in 1.6.0, without an aggregator. My route logic (in XM

Sharing CXF/ JettyHTTPServerEngineFactory accross classloaders/AppContext

2009-06-08 Thread Andi Abes
Hi Camel/CXF dev's I'm working in an environment where classloaders are heavily used to isolate components of the system. No, it's not quite OSGI, but has some similarities. One of the issues I'm trying to address is having multiple, separated CXF bus'es and Camel contexts with routes ref

Re: [jira] Commented: (CAMEL-1671) Incorrect enum name for WaitForTaskToComplete enum

2009-06-08 Thread Joe Gottman
The Async webpage on the wiki still uses the wrong enum value. -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28CAMEL-1671%29-Incorrect-enum-name-for-WaitForTaskToComplete-enum-tp23879397p23932793.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Jersey Usage: how to generate the resourcedoc.xml file for Jersey RS app

2009-06-08 Thread alloyer
When runing it with mvn jetty:run, it really generate the other two files. When I execute mvn jetty:run for the first time, another small problem occurs, but I found it has described on: http://www.nabble.com/Building-camel-failing-td22656916.html I reset the development enviroment as the colleagu

Re: [jira] Commented: (CAMEL-1671) Incorrect enum name for WaitForTaskToComplete enum

2009-06-08 Thread Claus Ibsen
On Mon, Jun 8, 2009 at 11:49 PM, Joe Gottman wrote: > > The Async webpage on the wiki still uses the wrong enum value. Thanks for spotting. Just fixed it. > -- > View this message in context: > http://www.nabble.com/-jira--Created%3A-%28CAMEL-1671%29-Incorrect-enum-name-for-WaitForTaskToComplete

[jira] Commented: (CAMEL-993) NPE in TraceFormatter

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52140#action_52140 ] Claus Ibsen commented on CAMEL-993: --- Thanks Robert for reporting. I have fixed the NPE in 1.

[jira] Resolved: (CAMEL-993) NPE in TraceFormatter

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-993. --- Resolution: Fixed Fix Version/s: 1.6.2 Fixed the NPE in 1.x: 782893 Was already fixed in 2.

[jira] Updated: (CAMEL-1564) Add an option to specify Ethernet network Interface to listen on for UDP (Unicast & Multicast) and TCP.

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1564: --- Fix Version/s: 2.1.0 > Add an option to specify Ethernet network Interface to listen on for UDP

[jira] Commented: (CAMEL-1564) Add an option to specify Ethernet network Interface to listen on for UDP (Unicast & Multicast) and TCP.

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52141#action_52141 ] Claus Ibsen commented on CAMEL-1564: Andy can you look at the Apache Mina project how to

[jira] Commented: (CAMEL-1619) nightly CI build doesn't deploy the website - the online javadoc is ancient

2009-06-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52142#action_52142 ] Claus Ibsen commented on CAMEL-1619: Also the XSD files is not updated as well. > nightl