Re: Camel 2.5.0 startup exception

2011-05-10 Thread Bingliu
Thanks, I have updated the lastest version.The problem have been solved.But what is reason of the problem in camel2.7.Why the "Enumeration e" is empty ? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-0-startup-exception-tp4381307p4385020.html Sent from the Camel - Us

Re: Camel 2.5.0 startup exception

2011-05-10 Thread Bingliu
I don't use the equinox which is the osgi environment of eclipse, i use the standard osgi framework.The eclipse is only a development tools.The camel-eclipse must be import? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-0-startup-exception-tp4381307p4384242.html Sen

Re: Camel 2.5.0 startup exception

2011-05-10 Thread Bingliu
Thanks,Claus.The excpetion also has been thrown if i use v2.7.But the exception is not same.Use v2.7 the exception is: 严重: Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=

Re: Camel 2.5.0 startup exception

2011-05-10 Thread Bingliu
Hi, willem, I send a simple test workspace of eclipse to you.The exception has been thrown when the osgi environment started.I use the spring sts tools.The version of spring is 3.0.5. http://camel.465427.n5.nabble.com/file/n4383823/laboratory.part01.rar laboratory.part01.rar http://camel.465427.n5

Re: Camel 2.5.0 startup exception

2011-05-09 Thread Bingliu
Ok,i try to build simple test and send to you.If i don't write any configuration in the camelContext.xml, the exception doesn't be thrown. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-0-startup-exception-tp4381307p4382305.html Sent from the Camel - Users mailing li

Re: Camel 2.5.0 startup exception

2011-05-09 Thread Bingliu
http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans

Camel 2.5.0 startup exception

2011-05-09 Thread Bingliu
Hi,I have an exception when camel 2.5 started.The problem is : Caused by: org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from type: java.lang.String to t

Re: Camel 2.3 throws exception on runtime

2011-05-05 Thread Bingliu
Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-3-throws-exception-on-runtime-tp4372198p4374901.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel 2.3 throws exception on runtime

2011-05-05 Thread Bingliu
Nothing. I use camel in osgi framework.I use a bundle config camelContext.xml and publish the camelContext as a osgi service.In other bundle, I get the camelContext and creating produceTemplate. It is 72. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-3-throws-exceptio

Re: Camel 2.3 throws exception on runtime

2011-05-05 Thread Bingliu
Runtime: JDK 1.6,OSGI framework;OS:Linux;I don't configure the -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-3-throws-exception-on-runtime-tp4372198p4372205.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel 2.3 throws exception on runtime

2011-05-05 Thread Bingliu
Hi,when i make pressure test, an exception has been thrown. Please look this: 2011 五月 05 15:32:39 219416 WARN [New I/O server worker #3-6] org.apache.camel.management.DefaultManagementLifecycleStrategy - Could not register thread pool: java.util.concurrent.ThreadPoolExecutor@13452c4 as ThreadP

Camel2.7 working in the OSGI container

2011-04-10 Thread Bingliu
Hi, Now i am using camel(version 2.7) in the osgi bundle, but when it started, some problem have been catched like these: Caused by: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot load type converters using OSGi bundle: 2 at org.apache.camel

Integrate camel and spring-integration

2010-11-30 Thread Bingliu
Hello, I am using camel link to spring-integration.I define some channels, and also define a route, a transformer and two service-activators.The graph like this: -->service-activator1-->router-->transformer-->service-activator2 but now camel call the inputchannel to link the service-activator1,and

Re: Integration camel and spring-integration

2010-11-29 Thread Bingliu
Thanks, the problem has been solved.I configure the "inOut=true" in the options. -- View this message in context: http://camel.465427.n5.nabble.com/Integration-camel-and-spring-integration-tp3284105p3284149.html Sent from the Camel - Users mailing list archive at Nabble.com.

Integration camel and spring-integration

2010-11-29 Thread Bingliu
Hi, I am integrating camel and spring-integration now. Please look this: the spring-integration configuration is this : but a problem has occur

Re: How throw Exception to Up route

2010-11-23 Thread Bingliu
Hi,willem. if I don't use the errorHandler in context scope.whether have a method make the exception throw up? Because I have defined many route in the context. Some route also throw exception,but need't use errorHandler. -- View this message in context: http://camel.465427.n5.nabble.com/How-thr

Re: Camel used in osgi

2010-10-25 Thread Bingliu
Hi, We have used spring-osgi's component as osgi runtime plugin.The information said like this: 2010 Oct 25 15:37:48 0INFO [SpringOsgiExtenderThread-1] org.apache.camel.spring.handler.CamelNamespaceHandler - camel-osgi.jar/camel-spring-osgi.jar not detected in classpath The top of infor

Re: Camel used in osgi

2010-10-25 Thread Bingliu
Hi, We have used spring-osgi's component as osgi runtime plugin.The information said like this: 2010 Oct 25 15:37:48 0INFO [SpringOsgiExtenderThread-1] org.apache.camel.spring.handler.CamelNamespaceHandler - camel-osgi.jar/camel-spring-osgi.jar not detected in classpath The top of infor

Camel used in osgi

2010-10-24 Thread Bingliu
Hi, I have asked a question of the camel be used in osgi.The information is camel-osgi.jar/camel-spring-osgi.jar not detected in classpath.I was used camel-2.3 then.But now i use camel-2.4,the problem also occur. List my runtime environment: IDE:Eclipse 3.5.2 Osgi framework:1.3.0 Spring framework

Re: An camel's exception in osgi

2010-09-20 Thread Bingliu
Hi,Willem When i use camel in osgi, i import three camel's jar as plugin. Include:camel-core.jar,camel-spring.jar,camel-spring-osgi.jar. The exception does't offen appear.Sometime the runtime environment can start succesful,but sometime it can't. What is cause of the exception -- View this messag

An camel's exception in osgi

2010-09-20 Thread Bingliu
Hello,when i used camel in osgi, an exception has be throwed at some time. - 2010 九月 20 22:48:51 5391 INFO [SpringOsgiExtenderThread-1] org.apache.camel.spring.handler.CamelNamespaceHandler - camel-osgi.j