[HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Claus Ibsen
Hi The current Simple language in camel-core has reached its potential in terms of maintenance and how easy it would be, for example to add new functions and operators. Likewise the current error reporting is not precise to point out where in the expression String the problem is. The

[jira] [Commented] (CAMEL-4028) Simple language - Allow to configure prefix and suffix tokens

2011-08-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092691#comment-13092691 ] Claus Ibsen commented on CAMEL-4028: Taariq, thanks for the work on this ticket. Last

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Christian Schneider
Hi Claus, the parser looks quite good as far as I looked into it. In any case much better than regex. Before we replace the old parser we should also think about tooling though. Some longer time ago I thought about using Xtext for the camel DSL and also the languages. The advantage would be

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092722#comment-13092722 ] Marco Crivellaro commented on CAMEL-4356: - I could not find any incident related

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092742#comment-13092742 ] Willem Jiang commented on CAMEL-4356: - I committed a patch by introducing a new option

[jira] [Commented] (CAMEL-4351) Impossible to use placeholders in endpointName and serviceName attributes of cxf:cxfEndpoint

2011-08-29 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092757#comment-13092757 ] Willem Jiang commented on CAMEL-4351: - Hi Sergey, I just commit a quick fix for it,

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092767#comment-13092767 ] Claus Ibsen commented on CAMEL-4356: I would suggest the option would be named:

[jira] [Commented] (CAMEL-4351) Impossible to use placeholders in endpointName and serviceName attributes of cxf:cxfEndpoint

2011-08-29 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092787#comment-13092787 ] Sergey Zhemzhitsky commented on CAMEL-4351: --- Hi Willem, I will try it and will

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Claus Ibsen
On Mon, Aug 29, 2011 at 11:14 AM, Christian Schneider ch...@die-schneider.net wrote: Hi Claus, the parser looks quite good as far as I looked into it. In any case much better than regex. Before we replace the old parser we should also think about tooling though. Some longer time ago I thought

Re: Camel 2.8.0 in fuse service mix

2011-08-29 Thread skompelly
Thanks JB -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-8-0-in-fuse-service-mix-tp4734805p4745990.html Sent from the Camel Development mailing list archive at Nabble.com.

Camel SNMP Producer - SNMP producer not implemented

2011-08-29 Thread skompelly
Hi, I am trying to use camel snmp component to send the request. For this i am using as below .to(snmp://ipaddress:port?[options]) - so that i can send a message to snmp device. But i am getting error as SNMP Producer not implemented When i saw the implementation i see that creatProducer

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092816#comment-13092816 ] Marco Crivellaro commented on CAMEL-4356: - I agree fastExistsCheck is more

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092817#comment-13092817 ] Marco Crivellaro commented on CAMEL-4356: - I agree fastExistsCheck is more

[jira] [Updated] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Crivellaro updated CAMEL-4356: Comment: was deleted (was: I agree fastExistsCheck is more descriptive option name)

[jira] [Commented] (CAMEL-4351) Impossible to use placeholders in endpointName and serviceName attributes of cxf:cxfEndpoint

2011-08-29 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092818#comment-13092818 ] Willem Jiang commented on CAMEL-4351: - I just committed a new patch, you don't need to

Question about // Snippet blocks in unit tests

2011-08-29 Thread Mathieu Lalonde
Hi guys, I think I got confused about those snippet blocks in the test code. Are they used to extract example code snippets at release time? eg.     // START SNIPPET: register     JndiRegistry reg = super.createRegistry();     reg.bind(testdb, ds);     return reg;     //

Re: Question about // Snippet blocks in unit tests

2011-08-29 Thread Zbarcea Hadrian
Mathieu, you can ignore those. There is a confluence plugin that allows us to point in our wiki to a snippet in the source code. That insures that the code we document in the wiki is the actual code from the sources and stays up to date. Hadrian On Aug 29, 2011, at 8:47 AM, Mathieu Lalonde

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Zbarcea Hadrian
The principle of not having *unnecessary* extra dependencies is good. However this looks to me more like reinventing the wheel. If we write all the code in Camel we won't have dependencies, but we get a bloated code base, hard to maintain and taking forever to test. Reusing code (and having

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092830#comment-13092830 ] Willem Jiang commented on CAMEL-4356: - Just a commit a new patch by changing the

[jira] [Commented] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092831#comment-13092831 ] Marco Crivellaro commented on CAMEL-4356: - any chance to get it as 2.8.1? faster

[jira] [Resolved] (CAMEL-4356) faster way of testing for file existence

2011-08-29 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4356. - Resolution: Fixed Fix Version/s: 2.9.0 Update the ftp2 wiki page for the new option of

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Willem Jiang
It could be handy if we leverage the other lib in the other camel-module. If the user need the module, it will not be a burden for him to include a third part lib. On 8/29/11 8:19 PM, Claus Ibsen wrote: On Mon, Aug 29, 2011 at 11:14 AM, Christian Schneider ch...@die-schneider.net wrote: Hi

Stale docs at the site

2011-08-29 Thread David Karlsen
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/bean/BeanInvocation.htmlhas 2.7.0 docs - it should probably be 2.8.0. -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

[jira] [Resolved] (CAMEL-4385) DefaultExchange.copy always creates a DefaultMessage even if the source exchange had a custom Message type

2011-08-29 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider resolved CAMEL-4385. Resolution: Fixed DefaultExchange.copy always creates a DefaultMessage even if

[jira] [Commented] (CAMEL-4381) Simplify ServiceSupport and introduce ServiceWithStatus interface to remove tangle between util and support

2011-08-29 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092932#comment-13092932 ] Christian Schneider commented on CAMEL-4381: I have now finished an

[jira] [Updated] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated CAMEL-4034: Patch Info: [Patch Available] Create Camel component for Jclouds

[jira] [Updated] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated CAMEL-4034: Attachment: CAMEL-4034-patch.txt I am attaching a patch, which adds jclouds component

[jira] [Commented] (CAMEL-4381) Simplify ServiceSupport and introduce ServiceWithStatus interface to remove tangle between util and support

2011-08-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092974#comment-13092974 ] Claus Ibsen commented on CAMEL-4381: Its fine to have a dependency on util, as that is

[jira] [Assigned] (CAMEL-4230) BeanProcessor - Improved exception message if failed to invoke method

2011-08-29 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day reassigned CAMEL-4230: Assignee: Ben O'Day BeanProcessor - Improved exception message if failed to invoke method

[jira] [Issue Comment Edited] (CAMEL-4381) Simplify ServiceSupport and introduce ServiceWithStatus interface to remove tangle between util and support

2011-08-29 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092932#comment-13092932 ] Christian Schneider edited comment on CAMEL-4381 at 8/29/11 5:42 PM:

[jira] [Commented] (CAMEL-4381) Simplify ServiceSupport and introduce ServiceWithStatus interface to remove tangle between util and support

2011-08-29 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093002#comment-13093002 ] Christian Schneider commented on CAMEL-4381: Yes the big F was a typo. I also

[jira] [Commented] (CAMEL-4381) Simplify ServiceSupport and introduce ServiceWithStatus interface to remove tangle between util and support

2011-08-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093019#comment-13093019 ] Claus Ibsen commented on CAMEL-4381: Ah good about F, because if you rename in svn on

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Claus Ibsen
On Mon, Aug 29, 2011 at 10:18 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi The current Simple language in camel-core has reached its potential in terms of maintenance and how easy it would be, for example to add new functions and operators. Likewise the current error reporting is not

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-08-29 Thread Claus Ibsen
On Mon, Aug 29, 2011 at 3:52 PM, Willem Jiang willem.ji...@gmail.com wrote: It could be handy if we leverage the other lib in the other camel-module. If the user need the module, it will not be a burden for him to include a third part lib. There is already other scripting languages you can

[jira] [Updated] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated CAMEL-4034: Attachment: CAMEL-4034-updated-patch.txt I am attaching a slightly updated patch. The

[jira] [Commented] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093198#comment-13093198 ] Hadrian Zbarcea commented on CAMEL-4034: Ioannis, many thanks for the

[jira] [Created] (CAMEL-4392) LRUCache should not be a service

2011-08-29 Thread Hadrian Zbarcea (JIRA)
LRUCache should not be a service Key: CAMEL-4392 URL: https://issues.apache.org/jira/browse/CAMEL-4392 Project: Camel Issue Type: Bug Reporter: Hadrian Zbarcea Assignee: Hadrian

[jira] [Updated] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated CAMEL-4034: Attachment: blobstore-test.xml I am attaching the missing blobstore-test.xml. Create

[jira] [Commented] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093237#comment-13093237 ] Ioannis Canellos commented on CAMEL-4034: - @Hadrian, the file was missing from the

[jira] [Issue Comment Edited] (CAMEL-4034) Create Camel component for Jclouds

2011-08-29 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093237#comment-13093237 ] Ioannis Canellos edited comment on CAMEL-4034 at 8/29/11 9:43 PM:

[jira] [Commented] (CAMEL-4383) StreamResequencer logs unhandled Exceptions at DEBUG level

2011-08-29 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093322#comment-13093322 ] David Tombs commented on CAMEL-4383: Thanks for the quick fix! StreamResequencer

[jira] [Commented] (CAMEL-4264) The routeContext stack of DefaultUnitOfWork should be thread safe

2011-08-29 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093323#comment-13093323 ] David Tombs commented on CAMEL-4264: Excellent, thank you! The routeContext stack of

[jira] [Issue Comment Edited] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093331#comment-13093331 ] Mathieu Lalonde edited comment on CAMEL-4332 at 8/30/11 12:17 AM:

[jira] [Updated] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Attachment: camel-nagios_test-contribution.tar Please ignore the previous patch and use this

[jira] [Created] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-29 Thread Mathieu Lalonde (JIRA)
Camel :: Nagios unit test will break if exception is thrown during set up - Key: CAMEL-4393 URL: https://issues.apache.org/jira/browse/CAMEL-4393 Project: Camel Issue

[jira] [Assigned] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reassigned CAMEL-4393: -- Assignee: Mathieu Lalonde Camel :: Nagios unit test will break if exception is thrown

[jira] [Updated] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Fix Version/s: (was: Future) 2.9.0 camel-nagios - Use Camel type

[jira] [Assigned] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reassigned CAMEL-4332: -- Assignee: Mathieu Lalonde camel-nagios - Use Camel type converter to convert message

[jira] [Work started] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4332 started by Mathieu Lalonde. camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

CAMEL-4332 appears to be working already

2011-08-29 Thread Mathieu Lalonde
Hi guys, I contributed a unit test to this issue that shows that it seems to be working already so I assigned it to this version (2.9.0). https://issues.apache.org/jira/browse/CAMEL-4332 I suspect the user who reported this was experiencing a different problem.

[jira] [Created] (CAMEL-4394) MyAsyncComponent uses invalid URIs

2011-08-29 Thread Hadrian Zbarcea (JIRA)
MyAsyncComponent uses invalid URIs -- Key: CAMEL-4394 URL: https://issues.apache.org/jira/browse/CAMEL-4394 Project: Camel Issue Type: Test Components: camel-core Reporter: Hadrian

[jira] [Work started] (CAMEL-4394) MyAsyncComponent uses invalid URIs

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4394 started by Hadrian Zbarcea. MyAsyncComponent uses invalid URIs -- Key: CAMEL-4394

Re: Question about // Snippet blocks in unit tests

2011-08-29 Thread Willem Jiang
If you move the snippet code to anther file, you need to update the wiki page at the same time to avoid the complain. On 8/30/11 5:08 AM, Mathieu Lalonde wrote: Thanks for the info Hadrian. One of the reasons I was asking is because I wanted to slightly re-factor the test classes for the

[jira] [Commented] (CAMEL-4394) MyAsyncComponent uses invalid URIs

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093349#comment-13093349 ] Hadrian Zbarcea commented on CAMEL-4394: MyAsyncComponent is define three times in

[jira] [Issue Comment Edited] (CAMEL-4394) MyAsyncComponent uses invalid URIs

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093349#comment-13093349 ] Hadrian Zbarcea edited comment on CAMEL-4394 at 8/30/11 1:20 AM:

[jira] [Updated] (CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4350: --- Attachment: camel-jdbc_keyOrdering.tar Thanks for the encouragement Claus! :) The attached

(CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order - attached patch

2011-08-29 Thread Mathieu Lalonde
Hi guys, I've attached a patch and unit test to the above issue.  Let me know if there any problems. If all is well, I will use the same approach to improve test Camel-sql. Thanks! Mathieu

[jira] [Resolved] (CAMEL-4394) MyAsyncComponent uses invalid URIs

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-4394. Resolution: Fixed Fix Version/s: (was: 2.8.1) MyAsyncComponent uses invalid

[jira] [Work started] (CAMEL-4392) LRUCache should not be a service

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4392 started by Hadrian Zbarcea. LRUCache should not be a service Key: CAMEL-4392

[jira] [Updated] (CAMEL-4392) LRUCache should not be a service

2011-08-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-4392: --- Component/s: camel-core Affects Version/s: 2.9.0 LRUCache should not be a service

Camel - Build # 1315 - Failure

2011-08-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel (build #1315) Status: Failure Check console output at https://builds.apache.org/job/Camel/1315/ to view the results.