[jira] Resolved: (CAMEL-1427) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

2009-03-18 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Moulliard resolved CAMEL-1427. -- Resolution: Fixed Hi, I have been able to deploy successfully camel cxf:endpoint i

Re: Camel 2.0 - About type converter degrade performance issue

2009-03-18 Thread William Tam
+1 on overloading methods. On Wed, Mar 18, 2009 at 7:22 AM, Claus Ibsen wrote: > Hi > > Any thoughts on this one? > > It all boils down to a suggestion to add 1 methods to the > org.apache.camel.Message API > > new method: > - tryGetBody(Class type) > > or overload existing with a boolean to indi

Re: svn commit: r755502 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfSpringEndpoint.java

2009-03-18 Thread William Tam
Hi Willem, Is it a good idea to import org.springframework packages from this module? I thought it could create class not found problem when Spring isn't in user's classpath (CxfComponent references CxfSpringEndpoint). Should we merge fix to 1.x? Cheers, William 2009/3/18 : > Author: ningjia

[jira] Commented: (CAMEL-1427) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

2009-03-18 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50636#action_50636 ] Charles Moulliard commented on CAMEL-1427: -- @Willem In fact, we cannot use import

[jira] Commented: (CAMEL-1459) TypeConverter - Avoid NoSuchTypeConverterException that can degrade performance

2009-03-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50633#action_50633 ] Claus Ibsen commented on CAMEL-1459: Game plans is: - Add getMandatoryBody(Class type) to

Re: Camel 2.0 - About type converter degrade performance issue

2009-03-18 Thread Claus Ibsen
Hi Any thoughts on this one? It all boils down to a suggestion to add 1 methods to the org.apache.camel.Message API new method: - tryGetBody(Class type) or overload existing with a boolean to indicate ignore exception and return null - getBody(Class, true) The same applies for the org.apache.c

[jira] Commented: (CAMEL-1465) Added a Spring configuration in the camel-example-reportincident

2009-03-18 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50631#action_50631 ] Charles Moulliard commented on CAMEL-1465: -- @Willem, There are two camel-config.xml

[jira] Commented: (CAMEL-1427) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

2009-03-18 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50629#action_50629 ] Charles Moulliard commented on CAMEL-1427: -- @Willem, Error still there : START LEV

Re: Camel - JMXConnector Thread

2009-03-18 Thread Claus Ibsen
On Tue, Mar 17, 2009 at 10:44 AM, Willem Jiang wrote: > +1 for using the Executor to support the managed thread. Hi I have fixed this now and will commit a fix in short time on trunk. > > Willem > > Claus Ibsen wrote: >> Hi >> >> Another minor note. >> We might wanna make sure the threads we cre

[jira] Commented: (CAMEL-1431) camel-cxf and spring DSL does not work very well

2009-03-18 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50628#action_50628 ] Charles Moulliard commented on CAMEL-1431: -- @Willem, I don't have this error ( java

[jira] Commented: (CAMEL-1431) camel-cxf and spring DSL does not work very well

2009-03-18 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50622#action_50622 ] Willem Jiang commented on CAMEL-1431: - Hi Charles, Clause's Java DSL will set the out mes

[jira] Commented: (CAMEL-1427) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

2009-03-18 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50621#action_50621 ] Willem Jiang commented on CAMEL-1427: - Hi Charles, After studied the Spring Osgi relates

[jira] Resolved: (CAMEL-1463) JMX instrumentation - will add DeadLetterChannel even if you have defined to use NoErrorHandler

2009-03-18 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1463. Resolution: Fixed Yes got it now. Trunk: Committed revision 755487. 1.x: Committed revision 75