Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Claus Ibsen
Hi Why are you using 1.0.1 of SI integration? 1.0.1.RELEASE Its current stable release is 1.0.4 AFAIR On Thu, Nov 19, 2009 at 7:42 AM, wrote: > Author: ningjiang > Date: Thu Nov 19 06:42:27 2009 > New Revision: 882057 > > URL: http://svn.apache.org/viewvc?rev=882057&view=rev > Log: > CAMEL-

[jira] Commented: (CAMEL-2202) Upgrade to CXF 2.2.5

2009-11-19 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55576#action_55576 ] Willem Jiang commented on CAMEL-2202: - This is caused by an improvement of CXF to let the

[jira] Commented: (CAMEL-2200) No component found with sc heme: file at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:442)

2009-11-19 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55577#action_55577 ] Charles Moulliard commented on CAMEL-2200: -- For your information we have the same is

[jira] Resolved: (CAMEL-1791) Upgrade to quartz 1.6.5

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1791. Resolution: Fixed Fix Version/s: (was: 2.2.0) 2.1.0 Assig

[jira] Updated: (CAMEL-1791) Upgrade to quartz 1.6.6

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1791: --- Summary: Upgrade to quartz 1.6.6 (was: Upgrade to quartz 1.6.5) > Upgrade to quartz 1.6.6 >

[jira] Commented: (CAMEL-1791) Upgrade to quartz 1.6.5

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55581#action_55581 ] Claus Ibsen commented on CAMEL-1791: Changed to use regular quarz jar instead of the -all

Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Willem Jiang
Hi Claus, I will change to use it after I run the test with it :) Thanks for reminding Willem Claus Ibsen wrote: Hi Why are you using 1.0.1 of SI integration? 1.0.1.RELEASE Its current stable release is 1.0.4 AFAIR On Thu, Nov 19, 2009 at 7:42 AM, wrote: Author: ningjiang Date: Thu No

Re: [jira] Commented: (CAMEL-1994) WS-Adressing: No headers in the respose, [MAPs retrieved from message null]

2009-11-19 Thread kav m
Hi, I am having a POJO based camel-cxf service endpoint with ws-addressing enabled and on upgrading to camel-cxf 2.0.0, Soap headers ceased to show up in the response. With the help of this thread, I switched to using camel-cxf-2.1-SNAPSHOT and am now able to see soap headers in the response. My

Re: [jira] Commented: (CAMEL-1994) WS-Adressing: No headers in the respose, [MAPs retrieved from message null]

2009-11-19 Thread kav m
Hi, I am having a POJO based camel-cxf service endpoint with ws-addressing enabled and on upgrading to camel-cxf 2.0.0, Soap headers ceased to show up in the response. With the help of this thread, I switched to using camel-cxf-2.1-SNAPSHOT and am now able to see soap headers in the response. My

Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Willem Jiang
FYI The latest release version of Spring Integration 1.x is 1.0.3.RELEASE. Maybe we need to head to Spring Integration 2.x some time later. http://www.springsource.org/spring-integration Willem Willem Jiang wrote: Hi Claus, I will change to use it after I run the test with it :) Thanks for re

Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Claus Ibsen
On Thu, Nov 19, 2009 at 10:51 AM, Willem Jiang wrote: > FYI > The latest release version of Spring Integration 1.x is 1.0.3.RELEASE. > Maybe we need to head to Spring Integration 2.x some time later. > > http://www.springsource.org/spring-integration > No as SI 2.0 is Spring 3.0+ only. > Willem

[jira] Commented: (CAMEL-1921) New SMPP component

2009-11-19 Thread Pete Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55587#action_55587 ] Pete Mueller commented on CAMEL-1921: - Any updates on the status of this component? I wa

Big problem with classloading of Camel 2.1-SNAPSHOT top of ServiceMix 4.1-SNAPSHOT or Felix 1.1.0-SNAPSHOT

2009-11-19 Thread Charles Moulliard
Here is the error that I have when deploying the following spring config file on SMX 4 http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:osgi="http://www.springframework.org/schema/osgi"; xsi:schemaLocation="http://www.springframework.

Re: Big problem with classloading of Camel 2.1-SNAPSHOT top of ServiceMix 4.1-SNAPSHOT or Felix 1.1.0-SNAPSHOT

2009-11-19 Thread Claus Ibsen
The class MultipleConsumersSupport is added yesterday into camel-core. So you may have to refresh/restart everything so camel-core is updated in your container. The class is in org.apache.camel so its a central class - in fact its just an interface. On Thu, Nov 19, 2009 at 11:29 AM, Charles Mou

[jira] Commented: (CAMEL-1921) New SMPP component

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55588#action_55588 ] Claus Ibsen commented on CAMEL-1921: Last time he gave a status he was working with legal

Re: Big problem with classloading of Camel 2.1-SNAPSHOT top of ServiceMix 4.1-SNAPSHOT or Felix 1.1.0-SNAPSHOT

2009-11-19 Thread Charles Moulliard
Your are right. I tought that my camel build of this morning include it but that was not the case. Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://ww

[jira] Commented: (CAMEL-1921) New SMPP component

2009-11-19 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55590#action_55590 ] Christian Mueller commented on CAMEL-1921: -- Hey Pete, I finished the update for Cam

[jira] Issue Comment Edited: (CAMEL-1921) New SMPP component

2009-11-19 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55590#action_55590 ] Christian Mueller edited comment on CAMEL-1921 at 11/19/09 2:45 AM: ---

[jira] Updated: (CAMEL-1921) New SMPP component

2009-11-19 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mueller updated CAMEL-1921: - Attachment: (was: camel-smpp-1.6.1.patch) > New SMPP component >

[jira] Commented: (CAMEL-1921) New SMPP component

2009-11-19 Thread Pete Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55591#action_55591 ] Pete Mueller commented on CAMEL-1921: - Great news! Do you think your patch will be throu

Re: Big problem with classloading of Camel 2.1-SNAPSHOT top of ServiceMix 4.1-SNAPSHOT or Felix 1.1.0-SNAPSHOT

2009-11-19 Thread Charles Moulliard
I have understand why I have such mistake. The ServiceMix 4 server contains in the system folder, the camel 2.1-SNAPSHOT jar which is not update using the command osgi:update !! Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : htt

[jira] Created: (CAMEL-2203) camel-jms - Add option to test connection on startup

2009-11-19 Thread Claus Ibsen (JIRA)
camel-jms - Add option to test connection on startup Key: CAMEL-2203 URL: https://issues.apache.org/activemq/browse/CAMEL-2203 Project: Apache Camel Issue Type: New Feature Compo

[jira] Resolved: (CAMEL-2203) camel-jms - Add option to test connection on startup

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2203. Resolution: Fixed trunk: 882112. > camel-jms - Add option to test connection on startup >

[jira] Commented: (CAMEL-2199) Introduce a new log component for dynamic logging.

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55593#action_55593 ] Claus Ibsen commented on CAMEL-2199: Eric Bouer is working on this. Maybe if he shape it

[jira] Assigned: (CAMEL-2187) jcr URI authentication tokens are not parsed correctly

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-2187: -- Assignee: Hadrian Zbarcea > jcr URI authentication tokens are not parsed correctly > --

[jira] Assigned: (CAMEL-2187) jcr URI authentication tokens are not parsed correctly

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-2187: -- Assignee: Hadrian Zbarcea (was: Hadrian Zbarcea) > jcr URI authentication tokens are not p

[jira] Created: (CAMEL-2204) Import of package javax.xml.bind.annotation.adapters

2009-11-19 Thread Markus Wolf (JIRA)
Import of package javax.xml.bind.annotation.adapters Key: CAMEL-2204 URL: https://issues.apache.org/activemq/browse/CAMEL-2204 Project: Apache Camel Issue Type: Bug Components: c

[jira] Commented: (CAMEL-2204) Import of package javax.xml.bind.annotation.adapters

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55594#action_55594 ] Claus Ibsen commented on CAMEL-2204: And you have tried with latest code from trunk? And

[jira] Resolved: (CAMEL-2163) camel-jdbc - Add option to split rows

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2163. Resolution: Won't Fix Fix Version/s: (was: 2.2.0) 2.1.0 I added a

[jira] Assigned: (CAMEL-2204) Import of package javax.xml.bind.annotation.adapters

2009-11-19 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2204: --- Assignee: Willem Jiang > Import of package javax.xml.bind.annotation.adapters > -

[jira] Commented: (CAMEL-2204) Import of package javax.xml.bind.annotation.adapters

2009-11-19 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55596#action_55596 ] Willem Jiang commented on CAMEL-2204: - We exclude the importation of javax.xml.bind.annot

[jira] Assigned: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-2063: -- Assignee: Claus Ibsen (was: Stan Lewis) > DeadLetterChannel - Should pre check the endpoin

[jira] Commented: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55597#action_55597 ] Claus Ibsen commented on CAMEL-2063: I am taking over and getting the fixed today. Runnin

[jira] Commented: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Stan Lewis (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55598#action_55598 ] Stan Lewis commented on CAMEL-2063: --- Fair 'nuff Claus. Do you want the test I had for this

[jira] Commented: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55599#action_55599 ] Claus Ibsen commented on CAMEL-2063: Stan you are welcome to attach it however I created

[jira] Commented: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Stan Lewis (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55600#action_55600 ] Stan Lewis commented on CAMEL-2063: --- Yep, that's about it! Okay, you're all set then... >

[jira] Resolved: (CAMEL-2063) DeadLetterChannel - Should pre check the endpointUri is valid and report failure on startup

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2063. Resolution: Fixed trunk: 882139. > DeadLetterChannel - Should pre check the endpointUri is val

[jira] Commented: (CAMEL-2182) Unable to start camel-example-guice-jms bundle after deploying into servicemix

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55603#action_55603 ] Claus Ibsen commented on CAMEL-2182: This is not within the timeframe of 2.1 so I will mo

[jira] Updated: (CAMEL-2182) Unable to start camel-example-guice-jms bundle after deploying into servicemix

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2182: --- Patch Info: (was: [Patch Available]) Priority: Minor (was: Major) Fix Version/s

[jira] Updated: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1690: --- Priority: Minor (was: Major) Fix Version/s: (was: 2.1.0) Future

[jira] Commented: (CAMEL-1567) Upgrading to JUEL 2.1.1 - Beware of API changes in JUEL

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55604#action_55604 ] Claus Ibsen commented on CAMEL-1567: Hadrian can you speed up this one or we are going to

[jira] Updated: (CAMEL-2030) camel-dataset - document minRate option

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2030: --- Fix Version/s: (was: 2.1.0) 2.2.0 > camel-dataset - document minRate optio

[jira] Updated: (CAMEL-1567) Upgrading to JUEL 2.1.1 - Beware of API changes in JUEL

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1567: --- Fix Version/s: (was: 1.6.3) And we wont upgrade on 1.x branch > Upgrading to JUEL 2.1.1 - Be

[jira] Updated: (CAMEL-1350) camel-quickfix component in apache camel distribution

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1350: --- Fix Version/s: (was: 2.1.0) Future 2.2.0 > camel-quickf

[jira] Updated: (CAMEL-2010) camel-quickfix - add wiki documention

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2010: --- Priority: Minor (was: Major) Fix Version/s: (was: 2.1.0) Future

[jira] Commented: (CAMEL-1567) Upgrading to JUEL 2.1.1 - Beware of API changes in JUEL

2009-11-19 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55606#action_55606 ] Hadrian Zbarcea commented on CAMEL-1567: I planned to work on it this weekend. > Upg

[jira] Assigned: (CAMEL-1483) Graceful shutdown

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1483: -- Assignee: Claus Ibsen > Graceful shutdown > - > > Key: CAME

[jira] Resolved: (CAMEL-2202) Upgrade to CXF 2.2.5

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2202. Resolution: Fixed Willem have done this > Upgrade to CXF 2.2.5 > > >

[jira] Updated: (CAMEL-1483) Graceful shutdown

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1483: --- Fix Version/s: (was: 2.1.0) > Graceful shutdown > - > > Key:

[jira] Resolved: (CAMEL-2116) make camel example friendly to deploy into Servicemix

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2116. Resolution: Fixed > make camel example friendly to deploy into Servicemix > ---

[jira] Resolved: (CAMEL-1794) small glitches in tutorial-osgi-camel-partxxx

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1794. Resolution: Fixed > small glitches in tutorial-osgi-camel-partxxx > ---

[jira] Updated: (CAMEL-1386) create a way of loading all of the available components & languages on startup - so that they can be exposed for tooling/reporting

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1386: --- Fix Version/s: (was: 2.2.0) Future > create a way of loading all of the av

[jira] Updated: (CAMEL-1901) DataSet - Add ability to be timer based

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1901: --- Priority: Minor (was: Major) Fix Version/s: Future > DataSet - Add ability to be timer

[jira] Updated: (CAMEL-2156) ActivityMonitorEngine uses ?1 parameters in JPAQL, which don't work with (at least) the hibernate JPA provider.

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2156: --- Description: Trying to just replace my RouteBuilder with a ProcessBuilder to start moving towa

[jira] Updated: (CAMEL-2156) ActivityMonitorEngine uses ?1 parameters in JPAQL, which don't work with (at least) the hibernate JPA provider.

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2156: --- Fix Version/s: (was: 2.2.0) 2.3.0 > ActivityMonitorEngine uses ?1 paramete

[jira] Created: (CAMEL-2205) When the "from" endpoint is improperly set, it can be very hard to work out why/where

2009-11-19 Thread Karl Palsson (JIRA)
When the "from" endpoint is improperly set, it can be very hard to work out why/where - Key: CAMEL-2205 URL: https://issues.apache.org/activemq/browse/CAMEL-2205 Proj

[jira] Created: (CAMEL-2206) Addition of 'Sample' Throttling strategy

2009-11-19 Thread Stephen Gargan (JIRA)
Addition of 'Sample' Throttling strategy Key: CAMEL-2206 URL: https://issues.apache.org/activemq/browse/CAMEL-2206 Project: Apache Camel Issue Type: Improvement Components: camel-core, camel

[jira] Updated: (CAMEL-2206) Addition of 'Sample' Throttling strategy

2009-11-19 Thread Stephen Gargan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated CAMEL-2206: -- Attachment: sampling-patch-spring.txt sampling-patch-core.txt > Addition of

[jira] Updated: (CAMEL-1075) mina tcp: support for asyncronous InOut endpoint.

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1075: --- Fix Version/s: Future Issue Type: New Feature (was: Improvement) Requires Mina 2.0 > min

[jira] Resolved: (CAMEL-1788) camel-flatpack does not work inside of an OSGi bundle in ServiceMix 4

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1788. Resolution: Incomplete Closing this as reported is providing details and the problem is the fla

[jira] Commented: (CAMEL-2188) JcrProducer node creation throws javax.jcr.PathNotFoundException when using exchange ID as node name

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55614#action_55614 ] Claus Ibsen commented on CAMEL-2188: Paul can you work on the patches and provide a compl

[jira] Updated: (CAMEL-2188) JcrProducer node creation throws javax.jcr.PathNotFoundException when using exchange ID as node name

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2188: --- Fix Version/s: 2.2.0 > JcrProducer node creation throws javax.jcr.PathNotFoundException when usin

[jira] Updated: (CAMEL-2167) Upgrade camel-scala to scala 2.8

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2167: --- Fix Version/s: 2.3.0 2.2.0 > Upgrade camel-scala to scala 2.8 > --

[jira] Updated: (CAMEL-2200) No component found with sc heme: file at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:442)

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2200: --- Fix Version/s: 2.1.0 > No component found with sc heme: file at > org.apache.camel.impl.

[jira] Commented: (CAMEL-2200) No component found with sc heme: file at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:442)

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55615#action_55615 ] Claus Ibsen commented on CAMEL-2200: Charles are you sure. Have you completely stopped th

[jira] Updated: (CAMEL-2199) Introduce a new log component for dynamic logging.

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2199: --- Priority: Minor (was: Major) Fix Version/s: 2.2.0 Issue Type: New Feature (was:

[jira] Updated: (CAMEL-2187) jcr URI authentication tokens are not parsed correctly

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2187: --- Priority: Minor (was: Major) Fix Version/s: 2.2.0 > jcr URI authentication tokens are n

[jira] Updated: (CAMEL-2204) Import of package javax.xml.bind.annotation.adapters

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2204: --- Fix Version/s: 2.1.0 > Import of package javax.xml.bind.annotation.adapters > ---

[jira] Resolved: (CAMEL-1857) Improvements to Flatpack DataFormat

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1857. Resolution: Won't Fix Feature which is better implemented in flatpack. However flatpack is also

[jira] Commented: (CAMEL-2013) Docs need to stress importance of having org.apache.camel.component.bean as an Import-Package for Bean Binding to work with @Consumes in an OSGi container (SMX4)

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55617#action_55617 ] Claus Ibsen commented on CAMEL-2013: Scott what happened? Are you name still not listed?

[jira] Updated: (CAMEL-1902) ThroughputLogger - Add ability to be timer based

2009-11-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1902: --- Fix Version/s: Future > ThroughputLogger - Add ability to be timer based > --