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

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093471#comment-13093471 ] Claus Ibsen commented on CAMEL-4381: When you do those big refactorings then avoid

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

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093474#comment-13093474 ] Claus Ibsen commented on CAMEL-4393: This is okay as we have a farm of CI servers

[jira] [Updated] (CAMEL-4391) Support for marking a CamelProxy as a primary or non-primary spring bean

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4391: --- Priority: Minor (was: Major) Fix Version/s: Future Issue Type: New Feature (was:

[jira] [Commented] (CAMEL-4391) Support for marking a CamelProxy as a primary or non-primary spring bean

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093475#comment-13093475 ] Claus Ibsen commented on CAMEL-4391: Can you attach an unit test as a sample?

[jira] [Assigned] (CAMEL-4169) simple calculations in route

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4169: -- Assignee: Claus Ibsen simple calculations in route

[jira] [Assigned] (CAMEL-3619) Improve the Simple Expression Language parser to detect syntax errors

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3619: -- Assignee: Claus Ibsen Improve the Simple Expression Language parser to detect syntax errors

[jira] [Commented] (CAMEL-4213) camel-jpa can't find entities when using blueprint in OSGi

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093478#comment-13093478 ] Claus Ibsen commented on CAMEL-4213: Can you attach the configuration of the

WrappedFile

2011-08-30 Thread Claus Ibsen
Hi The WrappedFile seems like when people create a facade for another facade. public interface WrappedFileT { T getFile(); } That WrappedFile is not specific for a File, it could in fact be anything. So I suggest to come up with a more generic name and API. I bet it could come handy in

BytesSource and StringSource

2011-08-30 Thread Claus Ibsen
Hi Its a pita that these classes is moved to the root package of Camel. The root package is an API having only interfaces, exceptions, enums, annotations etc. Then we got those two stranded whales here which seems misplaced. The JDK have its xxxSource implementations in sub packages:

[jira] [Commented] (CAMEL-4213) camel-jpa can't find entities when using blueprint in OSGi

2011-08-30 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093486#comment-13093486 ] Ioannis Canellos commented on CAMEL-4213: - ObjectHelper is using the Thread

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

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093492#comment-13093492 ] Claus Ibsen commented on CAMEL-4381: Spotted another issue, in the ServiceSupport. The

[jira] [Commented] (CAMEL-4213) camel-jpa can't find entities when using blueprint in OSGi

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093518#comment-13093518 ] Claus Ibsen commented on CAMEL-4213: I think Gert fixed camel-blueprint to set the

[jira] [Commented] (CAMEL-4213) camel-jpa can't find entities when using blueprint in OSGi

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093519#comment-13093519 ] Claus Ibsen commented on CAMEL-4213: A patch is of course welcome, but an osgi

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

2011-08-30 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093531#comment-13093531 ] Christian Schneider commented on CAMEL-4381: Hi Claus, the logic for not

Re: WrappedFile

2011-08-30 Thread Christian Schneider
Hi Claus, technically you are correct. WrappedFile is rather a WrappedObject. But this is not the intent. The intent is to have an interface for the minimum part of GenericFile that is needed outside of the file component. This is necessary to avoid having other parts of camel know about

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

2011-08-30 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093540#comment-13093540 ] Christian Schneider commented on CAMEL-4381: Btw. Do we really need these

[jira] [Commented] (CAMEL-3476) Contribute camel-sns component to the new camel-aws component.

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093546#comment-13093546 ] Kai Wähner commented on CAMEL-3476: --- Hey guys, one great thing about Camel is to do

Re: BytesSource and StringSource

2011-08-30 Thread Christian Schneider
Hi Claus, I think you are right. These classes can be put into util. As they are only two classes I suggest to directly put them in util. Originally I put them ino the API package as they are needed in camel-jms and so are needed in at least some components. We now agreed that support may

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

2011-08-30 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093550#comment-13093550 ] Christian Schneider commented on CAMEL-4381: Honestly I think we have to many

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

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4350. Resolution: Fixed Thanks for the patch. Camel-jdbc with ListMap has arbitrary column order

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

2011-08-30 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093572#comment-13093572 ] Claus Ibsen commented on CAMEL-4332: Please use target for tmp dir. That is what we

Re: svn commit: r1163153 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ main/java/org/apache/camel/component/cxf/spring/ test/java/org/apache/camel/component/cxf

2011-08-30 Thread Claus Ibsen
The CamelContext API have that method String resolvePropertyPlaceholders(String text) throws Exception; So you do *not* need to depend on DefaultCamelContext, but just CamelContext interface. On Tue, Aug 30, 2011 at 11:19 AM, ningji...@apache.org wrote: Author: ningjiang Date: Tue Aug

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

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zhemzhitsky updated CAMEL-4351: -- Attachment: CxfEndpointBeans.xml.patch Impossible to use placeholders in endpointName

Re: [DISCUSS] - Apache Camel 2.8.1 release

2011-08-30 Thread Claus Ibsen
Anyone got cycles to take a look at the bug fixes in Camel 2.9, which may not have been backported. And then merge any bug fixes which seems reasonable to be backported? I guess this is the current bug fixed on 2.9

Jenkins dependency in camel-core pom.xml for SNAPSHOTs

2011-08-30 Thread Claus Ibsen
Hi Take a look at the pom.xml for camel-core that the CI server at Apache produces https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-core/2.9-SNAPSHOT/camel-core-2.9-SNAPSHOT.pom If you notice then it adds a dependency to jenkins dependency

camel 2.9 release plan

2011-08-30 Thread Marco Crivellaro
Hi all, is there any plan regarding releasing Camel 2.9? -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-9-release-plan-tp4749402p4749402.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: camel 2.9 release plan

2011-08-30 Thread Christian Schneider
I guess it will be in the next two to three weeks. Any other suggestions? Christian Am 30.08.2011 11:11, schrieb Marco Crivellaro: Hi all, is there any plan regarding releasing Camel 2.9? -- View this message in context:

Re: Jenkins dependency in camel-core pom.xml for SNAPSHOTs

2011-08-30 Thread Claus Ibsen
Maybe we need to add this profile in camel-core http://maven.apache.org/general.html#tools-jar-dependency Also discussed here http://jenkins.361315.n4.nabble.com/com-sun-tools-jar-1-5-is-missing-td390964.html On Tue, Aug 30, 2011 at 11:49 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi

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

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093648#comment-13093648 ] Sergey Zhemzhitsky commented on CAMEL-4351: --- Hi Willem, I've just tested the

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

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093648#comment-13093648 ] Sergey Zhemzhitsky edited comment on CAMEL-4351 at 8/30/11 10:56 AM:

Re: camel 2.9 release plan

2011-08-30 Thread Hadrian Zbarcea
Definitely not. Christian was probably referring to 2.8.1. Camel 2.8.0 was just released, and the earliest you could expect camel 2.9 would probably be October, but there is no clear plan yet. We also got into the habit of issuing patch releases every 6-8 weeks so users could get fixes more

Re: [DISCUSS] - Apache Camel 2.8.1 release

2011-08-30 Thread Hadrian Zbarcea
I will and get ready for the 2.8.1 release. Hadrian On 08/30/2011 05:44 AM, Claus Ibsen wrote: Anyone got cycles to take a look at the bug fixes in Camel 2.9, which may not have been backported. And then merge any bug fixes which seems reasonable to be backported? I guess this is the current

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

2011-08-30 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093736#comment-13093736 ] Willem Jiang commented on CAMEL-4351: - Hi Sergey, I can reproduce the error, will

[jira] [Created] (CAMEL-4395) MockEndpoint should save copies of received exchanges.

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
MockEndpoint should save copies of received exchanges. -- Key: CAMEL-4395 URL: https://issues.apache.org/jira/browse/CAMEL-4395 Project: Camel Issue Type: Bug Components:

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

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

[jira] [Closed] (CAMEL-4395) MockEndpoint should save copies of received exchanges.

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zhemzhitsky closed CAMEL-4395. - Resolution: Won't Fix Closing this issue because it has already been fixed on trunk

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

2011-08-30 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093809#comment-13093809 ] Sergey Zhemzhitsky commented on CAMEL-4351: --- Hi Willem, I've just tried the

[jira] [Created] (CAMEL-4396) XML validation errors should be not logged on System.err

2011-08-30 Thread metatech (JIRA)
XML validation errors should be not logged on System.err Key: CAMEL-4396 URL: https://issues.apache.org/jira/browse/CAMEL-4396 Project: Camel Issue Type: Improvement

[jira] [Updated] (CAMEL-4396) XML validation errors should be not logged on System.err

2011-08-30 Thread metatech (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] metatech updated CAMEL-4396: Attachment: camel_xml_exceptions2.patch camel_xml_exceptions1.patch XML validation errors

[jira] [Commented] (CAMEL-3476) Contribute camel-sns component to the new camel-aws component.

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094080#comment-13094080 ] Christian Müller commented on CAMEL-3476: - Kai, I added a link from our [Artices

[jira] [Commented] (CAMEL-3476) Contribute camel-sns component to the new camel-aws component.

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094087#comment-13094087 ] Christian Müller commented on CAMEL-3476: - Kai, I looking forward for the

Re: [DISCUSS] Supporting our users to be more involved with our project

2011-08-30 Thread E.Gherardini
Christian Mueller wrote: The easy to resolve issues have the Novices annotation. Dan created and shared the new JIRA view which is called Camel-Novice [1]. I have linked this page from our contribution page [2]. I hope our users/contributors will like it and are more easily involved.

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

2011-08-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-4394: --- Affects Version/s: 2.8.0 MyAsyncComponent uses invalid URIs

[jira] [Work started] (CAMEL-4396) XML validation errors should be not logged on System.err

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4396 started by Christian Müller. XML validation errors should be not logged on System.err

[jira] [Assigned] (CAMEL-4396) XML validation errors should be not logged on System.err

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller reassigned CAMEL-4396: --- Assignee: Christian Müller XML validation errors should be not logged on System.err

[jira] [Resolved] (CAMEL-4396) XML validation errors should be not logged on System.err

2011-08-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller resolved CAMEL-4396. - Resolution: Fixed Fix Version/s: 2.9.0 Committed r1163420 Thanks for the patch.

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

2011-08-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-4392. Resolution: Fixed Fix Version/s: 2.9.0 LRUCache should not be a service

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

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4393: --- Fix Version/s: (was: Future) I guess I jumped to conclusion too soon. I'll make sure to

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

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde resolved CAMEL-4393. Resolution: Won't Fix Camel :: Nagios unit test will break if exception is thrown during

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

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094166#comment-13094166 ] Mathieu Lalonde commented on CAMEL-4332: Thanks for the feedback. I will also

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

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reopened CAMEL-4350: I was going to submit a patch for the camel-sql component as well. I should have it done in

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

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094175#comment-13094175 ] Mathieu Lalonde commented on CAMEL-4350: Based on the SqlProducer code the

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

2011-08-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094197#comment-13094197 ] Hadrian Zbarcea commented on CAMEL-4034: @Ioannis, no need for a full patch. I'll

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

2011-08-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-4034: -- Assignee: Hadrian Zbarcea (was: Ioannis Canellos) Create Camel component for Jclouds

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

2011-08-30 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4034 started by Hadrian Zbarcea. Create Camel component for Jclouds -- Key: CAMEL-4034

[jira] [Created] (CAMEL-4397) add route support for Hazelcast distributed locking/unlocking

2011-08-30 Thread Ben O'Day (JIRA)
add route support for Hazelcast distributed locking/unlocking - Key: CAMEL-4397 URL: https://issues.apache.org/jira/browse/CAMEL-4397 Project: Camel Issue Type: Improvement

[jira] [Updated] (CAMEL-4397) add route support for Hazelcast distributed locking/unlocking

2011-08-30 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day updated CAMEL-4397: - Description: add support for Hazelcast distributed locking/unlocking APIs in a route...see

[jira] [Updated] (CAMEL-4397) add route support for Hazelcast distributed locking/unlocking

2011-08-30 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day updated CAMEL-4397: - Description: add support for Hazelcast distributed locking/unlocking APIs in a route...see

Camel - Build # 1316 - Fixed

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