[jira] [Updated] (CAMEL-4311) Camel Bindy Parser One to Many KvP Unmarshall Issue

2011-08-06 Thread surya (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] surya updated CAMEL-4311: - Attachment: (was: BindyKeyValuePairFactory_patch_4311.txt) > Camel Bindy Parser One to Many KvP Unmarshall Is

[jira] [Updated] (CAMEL-4311) Camel Bindy Parser One to Many KvP Unmarshall Issue

2011-08-06 Thread surya (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] surya updated CAMEL-4311: - Attachment: BindyKeyValuePairFactory_patch_4311.txt update comments in patch file. > Camel Bindy Parser One to

[jira] [Updated] (CAMEL-4311) Camel Bindy Parser One to Many KvP Unmarshall Issue

2011-08-06 Thread surya (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] surya updated CAMEL-4311: - Attachment: BindyKeyValuePairFactory_patch_4311.txt BindyKeyValuePairDataFormat_patch_4311.txt

[jira] [Commented] (CAMEL-4311) Camel Bindy Parser One to Many KvP Unmarshall Issue

2011-08-06 Thread surya (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080450#comment-13080450 ] surya commented on CAMEL-4311: -- changed few files to handle instance variable causing issues

[jira] [Updated] (CAMEL-4308) commons-dbcp bundle used in camel feature.xml doesn't allow dynamic imports

2011-08-06 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated CAMEL-4308: Attachment: CAMEL-4308.patch append patch which use smx wrapped commons-dbcp 1.4 bundle and also up

Re: [jira] [Commented] (CAMEL-4308) commons-dbcp bundle used in camel feature.xml doesn't allow dynamic imports

2011-08-06 Thread Freeman Fang
Hi Claus, commons-dbcp may not be used directly by camel components. But as datasource like org.apache.commons.dbcp.BasicDataSource is popularly used by specifying DAO when use database related camel features such as camel-jpa, so I'm not sure simply remove commons-dbcp bundle from camel fe

[jira] [Updated] (CAMEL-3938) Re-add support for ComsumerType.Simple/JMS SimpleMessageListenerContainer

2011-08-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3938: --- Estimated Complexity: Moderate Fix Version/s: Future > Re-add support for ComsumerType.Sim

[jira] [Commented] (CAMEL-3938) Re-add support for ComsumerType.Simple/JMS SimpleMessageListenerContainer

2011-08-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080387#comment-13080387 ] Claus Ibsen commented on CAMEL-3938: We need unit tests as well. Do you care to work o

[jira] [Commented] (CAMEL-4310) Generate CamelSplitSize property with streaming splitter

2011-08-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080384#comment-13080384 ] Claus Ibsen commented on CAMEL-4310: Sebastian do you want to try working on a patch f

[jira] [Updated] (CAMEL-4311) Camel Bindy Parser One to Many KvP Unmarshall Issue

2011-08-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4311: --- Labels: (was: patch) Remaining Estimate: (was: 168h) Original Estimate:

Re: [jira] [Commented] (CAMEL-4308) commons-dbcp bundle used in camel feature.xml doesn't allow dynamic imports

2011-08-06 Thread Claus Ibsen
On Sat, Aug 6, 2011 at 3:31 AM, Freeman Fang wrote: > Hi Christian, > > Yeah, If camel team agree to upgrade to commons-dbcp 1.4 then we can use SMX > wrapped commons-dbcp 1.4 bundle directly. > > If there's no other objection I'll append a patch which upgrade to > commons-dbcp 1.4 also. The comm