[jira] Created: (CAMEL-3760) ManagementNamingStrategy - Should normalize ObjectName to avoid using illegal characters

2011-03-06 Thread Claus Ibsen (JIRA)
ManagementNamingStrategy - Should normalize ObjectName to avoid using illegal characters Key: CAMEL-3760 URL: https://issues.apache.org/jira/browse/CAMEL-3760 Pr

[jira] Commented: (CAMEL-3760) ManagementNamingStrategy - Should normalize ObjectName to avoid using illegal characters

2011-03-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003123#comment-13003123 ] Claus Ibsen commented on CAMEL-3760: We just needed to quote the thread pool name whic

[jira] Resolved: (CAMEL-3760) ManagementNamingStrategy - Should normalize ObjectName to avoid using illegal characters

2011-03-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3760. Resolution: Fixed trunk: 1078442. > ManagementNamingStrategy - Should normalize ObjectName to avoi

[jira] Created: (CAMEL-3761) LOG a warning message when CXFProducer can't set right payload parameters according to the BindingOperationInfo

2011-03-06 Thread Willem Jiang (JIRA)
LOG a warning message when CXFProducer can't set right payload parameters according to the BindingOperationInfo --- Key: CAMEL-3761 URL: https://issues.apa

[jira] Updated: (CAMEL-3761) Throw exception when CXFProducer can't set right payload parameters according to the BindingOperationInfo

2011-03-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-3761: Summary: Throw exception when CXFProducer can't set right payload parameters according to the Bindi

[jira] Updated: (CAMEL-3761) Throw exception when CXFProducer can't set right payload parameters according to the BindingOperationInfo

2011-03-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-3761: Description: When camel-cxf endpoint deals with the client side request, it will try to setup the

[jira] Resolved: (CAMEL-3761) Throw exception when CXFProducer can't set right payload parameters according to the BindingOperationInfo

2011-03-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3761. - Resolution: Fixed > Throw exception when CXFProducer can't set right payload parameters according

Re: svn commit: r1078684 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/CxfEndpoint.java test/java/org/apache/camel/component/cxf/CxfProducerRouterTest.java

2011-03-06 Thread Claus Ibsen
Hi Willem You added by mistake this import which is not needed: +import java.security.InvalidParameterException; On Mon, Mar 7, 2011 at 5:43 AM, wrote: > Author: ningjiang > Date: Mon Mar  7 04:43:35 2011 > New Revision: 1078684 > > URL: http://svn.apache.org/viewvc?rev=1078684&view=rev > Lo