[jira] [Commented] (CAMEL-3941) Camel-cxf dependencies problem as: jetty-7.3.1 is servlet-2.5 and cxf-2.4.0 is servlet-3.0 dependent

2011-09-25 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114257#comment-13114257 ] Willem Jiang commented on CAMEL-3941: - Another workaround is adding the synchronous

[jira] [Resolved] (CAMEL-4473) Unable to use cxf:binding configuration for the endpoint

2011-09-22 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4473. - Resolution: Fixed Fix Version/s: 2.9.0 2.8.2 Just commit a quick fix

[jira] [Commented] (CAMEL-4479) Camel-Karaf feature.xml has version numbers specified too tightly

2011-09-22 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113134#comment-13113134 ] Willem Jiang commented on CAMEL-4479: - Can you try to install the apache-camel feature

[jira] [Assigned] (CAMEL-4473) Unable to use cxf:binding configuration for the endpoint

2011-09-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4473: --- Assignee: Willem Jiang Unable to use cxf:binding configuration for the endpoint

[jira] [Assigned] (CAMEL-4463) Add OSGi integration for camel-jpa

2011-09-18 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4463: --- Assignee: Ioannis Canellos (was: Willem Jiang) Add OSGi integration for camel-jpa

[jira] [Resolved] (CAMEL-4463) Add OSGi integration for camel-jpa

2011-09-18 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4463. - Resolution: Fixed Add OSGi integration for camel-jpa --

[jira] [Commented] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-16 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13105886#comment-13105886 ] Willem Jiang commented on CAMEL-4452: - I found the NPE are thrown from other

[jira] [Resolved] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-16 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4452. - Resolution: Fixed Applied the patch into trunk and 2.8.x branch. CXFConsumer may extract the

[jira] [Assigned] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4452: --- Assignee: Willem Jiang CXFConsumer may extract the request message as the response message

[jira] [Commented] (CAMEL-4452) CXFConsumer may extract the request message as the response message and this can lead to problems

2011-09-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13105368#comment-13105368 ] Willem Jiang commented on CAMEL-4452: - Hi Aki, I checked the code of NPE, I don't

[jira] [Resolved] (CAMEL-4411) DefaultPackageScanClassResolver should skip the bundleresource url when it try to find the classes

2011-09-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4411. - Resolution: Fixed Fix Version/s: 2.8.2 Applied patch into trunk and camel-2.8.x branch.

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-14 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104504#comment-13104504 ] Willem Jiang commented on CAMEL-4447: - Camel 2.8.1 is promoted to the maven central

[jira] [Commented] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13105112#comment-13105112 ] Willem Jiang commented on CAMEL-4429: - Hi Aki, I just did a test with your patch, it

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104206#comment-13104206 ] Willem Jiang commented on CAMEL-4447: - I just check the code of Camel 2.8.x, there are

[jira] [Resolved] (CAMEL-4430) Using the ClientFactoryBean instead of ProxyFactoryBean to create the Client for the CxfProducer

2011-09-10 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4430. - Resolution: Fixed Fix Version/s: 2.8.2 Applied patch into trunk and Camel 2.8.x branch.

[jira] [Commented] (CAMEL-4419) Upgrade to CXF 2.4.3

2011-09-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101079#comment-13101079 ] Willem Jiang commented on CAMEL-4419: - Hi JB, Do worry, I dig the code for while and

[jira] [Issue Comment Edited] (CAMEL-4419) Upgrade to CXF 2.4.3

2011-09-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101079#comment-13101079 ] Willem Jiang edited comment on CAMEL-4419 at 9/9/11 9:10 AM: -

[jira] [Created] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-09 Thread Willem Jiang (JIRA)
CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat -- Key: CAMEL-4429 URL:

[jira] [Created] (CAMEL-4430) Using the ClientFactoryBean instead of ProxyFactoryBean to create the Client for the CxfProducer

2011-09-09 Thread Willem Jiang (JIRA)
Using the ClientFactoryBean instead of ProxyFactoryBean to create the Client for the CxfProducer Key: CAMEL-4430 URL:

[jira] [Updated] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4429: Component/s: camel-cxf CXFProducer should tell CXF to ignore the part response handling when it

[jira] [Updated] (CAMEL-4430) Using the ClientFactoryBean instead of ProxyFactoryBean to create the Client for the CxfProducer

2011-09-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4430: Component/s: camel-cxf Using the ClientFactoryBean instead of ProxyFactoryBean to create the

[jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4429. - Resolution: Fixed Fix Version/s: 2.8.2 Applied patch into trunk and Camel 2.8.x branch.

[jira] [Commented] (CAMEL-4419) Upgrade to CXF 2.4.3

2011-09-08 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100164#comment-13100164 ] Willem Jiang commented on CAMEL-4419: - Hi JB, Any news about it? These test failures

[jira] [Resolved] (CAMEL-4412) ServletEndpoint doesn't support to create the producer

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4412. - Resolution: Fixed Applied patch into trunk and camel 2.8.x branch. ServletEndpoint doesn't

[jira] [Commented] (CAMEL-4363) Allow for static file handlers to be added to the jetty component

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097977#comment-13097977 ] Willem Jiang commented on CAMEL-4363: - I just did some test on the current Jetty

[jira] [Resolved] (CAMEL-4363) Allow for static file handlers to be added to the jetty component

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4363. - Resolution: Won't Fix Current there is no solution for it. Allow for static file handlers to

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

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098020#comment-13098020 ] Willem Jiang commented on CAMEL-4213: - This issue may be fixed by CAMEL-4347.

[jira] [Commented] (CAMEL-4363) Allow for static file handlers to be added to the jetty component

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098514#comment-13098514 ] Willem Jiang commented on CAMEL-4363: - @Joshua, Because jetty endpoint share the

[jira] [Created] (CAMEL-4422) NPE when sending the SMS message less than 255.

2011-09-06 Thread Willem Jiang (JIRA)
NPE when sending the SMS message less than 255. --- Key: CAMEL-4422 URL: https://issues.apache.org/jira/browse/CAMEL-4422 Project: Camel Issue Type: Bug Components: camel-smpp

[jira] [Resolved] (CAMEL-4402) OsgiCamelContextPublisher should publish the camel context with the camelName

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4402. - Resolution: Fixed OsgiCamelContextPublisher should publish the camel context with the camelName

[jira] [Resolved] (CAMEL-4422) NPE when sending the SMS message less than 255.

2011-09-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4422. - Resolution: Fixed Fix Version/s: 2.8.2 Applied patch into trunk and 2.8.x branch. NPE

[jira] [Assigned] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4410: --- Assignee: Willem Jiang The URI of the ServletEndpoint exposed to the JMX is not accurate

[jira] [Created] (CAMEL-4411) DefaultPackageScanClassResolver should skip the bundleresource url when it try to find the classes

2011-09-04 Thread Willem Jiang (JIRA)
DefaultPackageScanClassResolver should skip the bundleresource url when it try to find the classes -- Key: CAMEL-4411 URL:

[jira] [Commented] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096849#comment-13096849 ] Willem Jiang commented on CAMEL-4410: - @Babak, oh, the test is failed on my box

[jira] [Resolved] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4410. - Resolution: Fixed Applied patch into trunk and camel-2.8.x with thanks to Babak. The URI of

[jira] [Created] (CAMEL-4412) ServletEndpoint doesn't support to create the producer

2011-09-04 Thread Willem Jiang (JIRA)
ServletEndpoint doesn't support to create the producer -- Key: CAMEL-4412 URL: https://issues.apache.org/jira/browse/CAMEL-4412 Project: Camel Issue Type: Improvement Reporter:

[jira] [Updated] (CAMEL-4412) ServletEndpoint doesn't support to create the producer

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4412: Component/s: camel-servlet Fix Version/s: 2.8.1 ServletEndpoint doesn't support to create

[jira] [Commented] (CAMEL-4363) Allow for static file handlers to be added to the jetty component

2011-09-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095877#comment-13095877 ] Willem Jiang commented on CAMEL-4363: - Current camel-jetty component just binds one

[jira] [Resolved] (CAMEL-3510) cxf namespace should support Camel properties placeholder out of the box

2011-09-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3510. - Resolution: Fixed Fix Version/s: (was: Future) Applied patch into trunk. Now, you can

[jira] [Resolved] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-09-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4324. - Resolution: Fixed Applied patch into trunk. Response body lost when an HTTP error code is

[jira] [Resolved] (CAMEL-4325) Wrong exception uri when an HTTP error code is returned

2011-09-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4325. - Resolution: Fixed Applied patch with unit test into the trunk. Wrong exception uri when an

[jira] [Commented] (CAMEL-3521) OsgiLifecycleStrategy - To register and unregister camel services in OSGi service registry on-the-fly

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095173#comment-13095173 ] Willem Jiang commented on CAMEL-3521: - I did some experiment on this task by using the

[jira] [Resolved] (CAMEL-3521) OsgiLifecycleStrategy - To register and unregister camel services in OSGi service registry on-the-fly

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3521. - Resolution: Won't Fix OsgiLifecycleStrategy - To register and unregister camel services in OSGi

[jira] [Created] (CAMEL-4402) OsgiCamelContextPublisher should publish the camel context with the camelName

2011-09-01 Thread Willem Jiang (JIRA)
OsgiCamelContextPublisher should publish the camel context with the camelName - Key: CAMEL-4402 URL: https://issues.apache.org/jira/browse/CAMEL-4402 Project: Camel

[jira] [Assigned] (CAMEL-4363) Allow for static file handlers to be added to the jetty component

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4363: --- Assignee: Willem Jiang Allow for static file handlers to be added to the jetty component

[jira] [Commented] (CAMEL-4405) Invalid URIs used by camel-cxf

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095710#comment-13095710 ] Willem Jiang commented on CAMEL-4405: - { and } are not URI safe character, we did some

[jira] [Issue Comment Edited] (CAMEL-4405) Invalid URIs used by camel-cxf

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13095710#comment-13095710 ] Willem Jiang edited comment on CAMEL-4405 at 9/2/11 1:41 AM: -

[jira] [Assigned] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4324: --- Assignee: Willem Jiang Response body lost when an HTTP error code is returned

[jira] [Assigned] (CAMEL-4325) Wrong exception uri when an HTTP error code is returned

2011-09-01 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4325: --- Assignee: Willem Jiang Wrong exception uri when an HTTP error code is returned

[jira] [Assigned] (CAMEL-3521) OsgiLifecycleStrategy - To register and unregister camel services in OSGi service registry on-the-fly

2011-08-31 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-3521: --- Assignee: Willem Jiang (was: Gert Vanthienen) OsgiLifecycleStrategy - To register and

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

2011-08-31 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4351. - Resolution: Fixed Fix Version/s: 2.9.0 Impossible to use placeholders in endpointName

[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] [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] [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-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

[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] [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

[jira] [Resolved] (CAMEL-4380) FactoryFinder should support to find the class with a right version of class

2011-08-28 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4380. - Resolution: Fixed Applied patch into trunk. FactoryFinder should support to find the class

[jira] [Commented] (CAMEL-4209) Upgrade camel-guice to use guice 3.0

2011-08-28 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092594#comment-13092594 ] Willem Jiang commented on CAMEL-4209: - Hi Tim, guicefruit has some changes on the

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

2011-08-28 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4351: --- Assignee: Willem Jiang Impossible to use placeholders in endpointName and serviceName

[jira] [Assigned] (CAMEL-3510) cxf namespace should support Camel properties placeholder out of the box

2011-08-28 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-3510: --- Assignee: Willem Jiang cxf namespace should support Camel properties placeholder out of the

[jira] [Resolved] (CAMEL-4375) FilterCreateCamelContextPerClassTest is wrong configured

2011-08-26 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4375. - Resolution: Fixed FilterCreateCamelContextPerClassTest is wrong configured

[jira] [Updated] (CAMEL-4380) FactoryFinder should support to find the class with a right version of class

2011-08-26 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4380: Summary: FactoryFinder should support to find the class with a right version of class (was:

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

2011-08-26 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4356: --- Assignee: Willem Jiang faster way of testing for file existence

[jira] [Resolved] (CAMEL-4367) Camel-netty option encoder and decoder does not work

2011-08-26 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4367. - Resolution: Fixed Fix Version/s: 2.9.0 2.8.1 Applied patch into trunk

[jira] [Created] (CAMEL-4380) FactoryFinder should support to find the class with a filter to get a right version of class

2011-08-25 Thread Willem Jiang (JIRA)
FactoryFinder should support to find the class with a filter to get a right version of class Key: CAMEL-4380 URL: https://issues.apache.org/jira/browse/CAMEL-4380

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

2011-08-25 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13091512#comment-13091512 ] Willem Jiang commented on CAMEL-4264: - Merged the patch into camel 2.8.x branch.

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

2011-08-25 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reopened CAMEL-4264: - The routeContext stack of DefaultUnitOfWork should be thread safe

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

2011-08-25 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4264. - Resolution: Fixed The routeContext stack of DefaultUnitOfWork should be thread safe

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

2011-08-25 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4264: Fix Version/s: 2.8.1 The routeContext stack of DefaultUnitOfWork should be thread safe

[jira] [Created] (CAMEL-4372) Add FiltersRef option for the Jetty component

2011-08-24 Thread Willem Jiang (JIRA)
Add FiltersRef option for the Jetty component - Key: CAMEL-4372 URL: https://issues.apache.org/jira/browse/CAMEL-4372 Project: Camel Issue Type: New Feature Components: camel-jetty

[jira] [Resolved] (CAMEL-4368) The debug doesn't work in the CamelSpringTestSupport

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4368. - Resolution: Fixed Applied patch into trunk and camel-2.8.x branch. The debug doesn't work in

[jira] [Resolved] (CAMEL-4355) CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to the producers lifecycle

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4355. - Resolution: Fixed Applied patch into trunk CxfRsProducer - Should use LRUSoftCache and

[jira] [Resolved] (CAMEL-4372) Add FiltersRef option for the Jetty component

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4372. - Resolution: Fixed Applied patch into the trunk. Add FiltersRef option for the Jetty component

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090160#comment-13090160 ] Willem Jiang commented on CAMEL-4374: - @Andreas If there are more than one camel

[jira] [Assigned] (CAMEL-4375) FilterCreateCamelContextPerClassTest is wrong configured

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4375: --- Assignee: Willem Jiang FilterCreateCamelContextPerClassTest is wrong configured

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090277#comment-13090277 ] Willem Jiang commented on CAMEL-4374: - @Andreas I just ran a test within camel-test in

[jira] [Assigned] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4374: --- Assignee: Willem Jiang The debugger doesn't work in the CamelSpringTestSupport with route

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090744#comment-13090744 ] Willem Jiang commented on CAMEL-4374: - The SpringTestSupport of camel-testng is not

[jira] [Updated] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4374: Fix Version/s: (was: 2.8.1) The debugger doesn't work in the CamelSpringTestSupport with

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090746#comment-13090746 ] Willem Jiang commented on CAMEL-4374: - As there a lots of change on the camel-test

[jira] [Resolved] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4374. - Resolution: Fixed Applied the patch into trunk. The debugger doesn't work in the

[jira] [Commented] (CAMEL-4367) Camel-netty option encoder and decoder does not work

2011-08-23 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089344#comment-13089344 ] Willem Jiang commented on CAMEL-4367: - I just checked the camel-netty wiki page, it

[jira] [Commented] (CAMEL-4367) Camel-netty option encoder and decoder does not work

2011-08-22 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089189#comment-13089189 ] Willem Jiang commented on CAMEL-4367: - Hi Szabolcs, Thanks for the patch. Can you

[jira] [Created] (CAMEL-4368) The debug doesn't work in the CamelSpringTestSupport

2011-08-22 Thread Willem Jiang (JIRA)
The debug doesn't work in the CamelSpringTestSupport Key: CAMEL-4368 URL: https://issues.apache.org/jira/browse/CAMEL-4368 Project: Camel Issue Type: Improvement Components:

[jira] [Assigned] (CAMEL-4355) CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to the producers lifecycle

2011-08-19 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4355: --- Assignee: Willem Jiang CxfRsProducer - Should use LRUSoftCache and start/stop the cache

[jira] [Created] (CAMEL-4336) camel-cxf payload should take consideration of the namespace which is defined in the soap envelope

2011-08-15 Thread Willem Jiang (JIRA)
camel-cxf payload should take consideration of the namespace which is defined in the soap envelope -- Key: CAMEL-4336 URL:

[jira] [Resolved] (CAMEL-4335) Upgrade to CXF 2.4.2

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4335. - Resolution: Fixed Applied patch into trunk and camel-2.8.x branch. Upgrade to CXF 2.4.2

[jira] [Resolved] (CAMEL-4336) camel-cxf payload should take consideration of the namespace which is defined in the soap envelope

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4336. - Resolution: Fixed Applied patch into trunk. camel-cxf payload should take consideration of the

[jira] [Resolved] (CAMEL-4110) camel-cxf - Add blueprint namespace parser for CXFRS (and possible another missing)

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4110. - Resolution: Fixed Fix Version/s: 2.8.1 Upgraded CXF version to 2.4.2. camel-cxf - Add

[jira] [Resolved] (CAMEL-4259) Add blueprint integration test for CXF endpoint

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4259. - Resolution: Fixed Add blueprint integration test for CXF endpoint

[jira] [Resolved] (CAMEL-4258) Add blueprint integrate test for CXFRS

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4258. - Resolution: Fixed Add blueprint integrate test for CXFRS

[jira] [Resolved] (CAMEL-4137) CxfNamespaceHandler should not just set the TCCL and not set it back

2011-08-15 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4137. - Resolution: Fixed Fix Version/s: 2.8.1 Applied patch into trunk and Camel 2.8.x after

[jira] [Resolved] (CAMEL-4323) camel-example-spring-javaconfig

2011-08-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4323. - Resolution: Fixed Fix Version/s: 2.8.1 Submitted the patch into trunk and 2.8.x branch.

[jira] [Created] (CAMEL-4322) AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class

2011-08-10 Thread Willem Jiang (JIRA)
AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class -- Key: CAMEL-4322 URL: https://issues.apache.org/jira/browse/CAMEL-4322

[jira] [Resolved] (CAMEL-4322) AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class

2011-08-10 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4322. - Resolution: Fixed Applied patch into trunk and camel-2.8.x branch.

[jira] [Assigned] (CAMEL-4323) camel-example-spring-javaconfig

2011-08-10 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4323: --- Assignee: Willem Jiang camel-example-spring-javaconfig ---

[jira] [Commented] (CAMEL-4315) Blueprint namespace handler mismatch in camel-cxf

2011-08-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081497#comment-13081497 ] Willem Jiang commented on CAMEL-4315: - Which version of Camel are you using, I just

[jira] [Commented] (CAMEL-4315) Blueprint namespace handler mismatch in camel-cxf

2011-08-09 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13081499#comment-13081499 ] Willem Jiang commented on CAMEL-4315: - Which version of Camel are you using, I just

  1   2   3   4   5   6   7   8   9   10   >