ClassNotFoundException EntityResolver2 with bean saxon.TransformerFactoryImpl

2023-07-04 Thread Marc Ramachers
the Camel 3.20.5 release notes I found the following entry: BUG CAMEL-19095Camel Karaf using buggy Saxon bundle with wrong imports see https://issues.apache.org/jira/browse/CAMEL-19095 Could the ClassNotFoundException EntityResolver2 somehow be related to this bug? Environment details:

Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Jean-Baptiste Onofre
CAMEL-15936. >> -- >>Resolution: Invalid >> >> Please ask on the users mailing list or dev mailing list. >> >>> ClassNotFoundException: >&g

Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Claus Ibsen
> > ] > > > > Andrea Cosentino resolved CAMEL-15936. > > -- > > Resolution: Invalid > > > > Please ask on the users mailing list or dev mailing list. > > > > > ClassNotFoundException: > > o

Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Prabhu Sharma
] > > Andrea Cosentino resolved CAMEL-15936. > -- > Resolution: Invalid > > Please ask on the users mailing list or dev mailing list. > > > ClassNotFoundException: > org.eclipse.jetty.server.HttpConfiguration$Customizer not found by >

Re: Apache Camel 3.X migration - ClassNotFoundException: org.apache.camel.impl.BreakpointSupport

2020-11-09 Thread Claus Ibsen
fail > with ClassNotFoundException: org.apache.camel.impl.BreakpointSupport. > > java.lang.NoClassDefFoundError: org/apache/camel/impl/BreakpointSupport > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:763) > at java.security

Apache Camel 3.X migration - ClassNotFoundException: org.apache.camel.impl.BreakpointSupport

2020-11-08 Thread Deepak Reddy Ekkati
Hello There, When Migrating app from 2.X to 3.X, Build is successful but the tests fail with ClassNotFoundException: org.apache.camel.impl.BreakpointSupport. java.lang.NoClassDefFoundError: org/apache/camel/impl/BreakpointSupport at java.lang.ClassLoader.defineClass1(Native Method) at

Re: ClassNotFoundException cxfrs + cxfws.

2019-06-25 Thread Zoltán Balogh
Hi, the scenario is a simple cxfrs endpoint from that passing message to a cxf ws. env: WildFly-Camel 4.9.0 the error message: java.lang.ClassNotFoundException: hu.fornax.olir3.dms.producer.UTPasswordCallback CxfEndpoint with password callback: @Named("dmsProducerEndpoint") @Produces

ClassNotFoundException cxfrs + cxfws.

2019-06-25 Thread Magyar Zoltán
Hi, the scenario is a simple cxfrs endpoint from that passing message to a cxf ws.env: WildFly-Camel 4.9.0 the error message:java.lang.ClassNotFoundException: hu.fornax.olir3.dms.producer.UTPasswordCallback CxfEndpoint with password callback: @Named("dmsProducerEndpoint") @Produces p

Hazelcast serialization suddenly throwing ClassNotFoundException.

2018-01-27 Thread John Smith
Hello, I'm using the hazelcast component to store messages and forward to other routes. This has been working perfectly. However I am now seeing: com.hazelcast.nio.serialization.HazelcastSerializationException: java.lang.ClassNotFoundException: my.package.integrator.core.config.IntegrationProfile

Re: RabbitMQ Component ClassNotFoundException issue when deserializing custom types

2017-01-14 Thread Michal Siemaszko
similar to https://issues.apache.org/jira/browse/AMQ-2392 Regards, Michal From: Michal Siemaszko Sent: Friday, January 13, 2017 6:33:23 PM To: users@camel.apache.org Subject: RabbitMQ Component ClassNotFoundException issue when deserializing custom types Hi,

RabbitMQ Component ClassNotFoundException issue when deserializing custom types

2017-01-13 Thread Michal Siemaszko
few others, all embeded in Equinox OSGi container, with Jetty. We had this resolved for about two weeks then suddenly this stopped working - i.e. deserialization of messages works with Strings / built-in types, however utilizing custom types (our classes) fails with ClassNotFoundException at

Re: ClassNotFoundException ObjectFactory

2016-05-20 Thread Rakesh
Hi Yogesh, its a simple file component route. Also I am using Consumer Template to receive file. I will send github project link. thanks Rakesh -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-ObjectFactory-tp5782443p5782846.html Sent from the Camel

Re: ClassNotFoundException ObjectFactory

2016-05-13 Thread James Green
nfo on your route and project setup.. > > Regards, > -Yogesh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ClassNotFoundException-ObjectFactory-tp5782443p5782502.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: ClassNotFoundException ObjectFactory

2016-05-12 Thread yogu13
Need more info on your route and project setup.. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-ObjectFactory-tp5782443p5782502.html Sent from the Camel - Users mailing list archive at Nabble.com.

ClassNotFoundException ObjectFactory

2016-05-11 Thread Rakesh
.17.1] at org.apache.camel.processor.Pipeline.process(Pipeline.java:121) [camel-core-2.17.1.jar:2.17.1] -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-ObjectFactory-tp5782443.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Claus Ibsen
; > And the other way around in the second route. > > Thanks > Gustav Sinder > > -Original Message- > From: Gustav Sinder [mailto:gustav.sin...@ferrologic.se] > Sent: den 17 juni 2015 09:46 > To: users@camel.apache.org > Subject: Unmarshalling serialization fai

RE: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Gustav Sinder
: And the other way around in the second route. Thanks Gustav Sinder -Original Message- From: Gustav Sinder [mailto:gustav.sin...@ferrologic.se] Sent: den 17 juni 2015 09:46 To: users@camel.apache.org Subject: Unmarshalling serialization fails with ClassNotFoundException Hi, I&#

Unmarshalling serialization fails with ClassNotFoundException

2015-06-17 Thread Gustav Sinder
base64, serialization), reads a CamelExchange The issue occurs in the second context when I try to unmarshal the bytestream to the Java object and I get a ClassNotFoundException for "MyObject". "MyMessage" -> "MyObject" A common bundle exports the objects in ques

Re: CamelContextLifecycle causes ClassNotFoundException when compiled with java 1.7

2015-02-02 Thread yuncil
we upgrate our camel libraries. Regards -- View this message in context: http://camel.465427.n5.nabble.com/CamelContextLifecycle-causes-ClassNotFoundException-when-compiled-with-java-1-7-tp5762144p5762314.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CamelContextLifecycle causes ClassNotFoundException when compiled with java 1.7

2015-01-29 Thread Willem Jiang
rverService.java:180) > > at > weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96) > > at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) > at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) > > > > > > I triple checked the web.xml and the CamelContextLifecycle parameter is > definitely correct, plus with Java 1.6 it works. > > Do you have any ideas what am I might doing wrong? > > Thanks in advance. > > Regards > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CamelContextLifecycle-causes-ClassNotFoundException-when-compiled-with-java-1-7-tp5762144.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

CamelContextLifecycle causes ClassNotFoundException when compiled with java 1.7

2015-01-27 Thread yuncil
itely correct, plus with Java 1.6 it works. Do you have any ideas what am I might doing wrong? Thanks in advance. Regards -- View this message in context: http://camel.465427.n5.nabble.com/CamelContextLifecycle-causes-ClassNotFoundException-when-compiled-with-java-1-7-tp5762144.html Sent fro

mongodb - component - ClassNotFoundException

2014-04-10 Thread sanbhat
View this message in context: http://camel.465427.n5.nabble.com/mongodb-component-ClassNotFoundException-tp5750090.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-20 Thread lb
gt; > willem.jiang@ > > > >wrote: > > > >> There some magic happens when you use the maven bundle plugin to build > >> the > >> bundle. The bundle plugin generates the OSGi bundle which is based on > the > >> packages import and export descri

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-20 Thread Babak Vahdat
>> If you just run the test from the root, the bundle plugin doesn’t have a >> chance to be called, so it makes sense that you got the >> ClassNotFoundException. >> >> >> -- >> Willem Jiang >> >> Red Hat, Inc. >> Web: http://www.redhat.com

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-20 Thread lb
t makes sense that you got the > ClassNotFoundException. > > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) > (English) > http://jnn.iteye.com (http://jnn.j

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-11 Thread Willem jiang
called, so it makes sense that you got the ClassNotFoundException. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-11 Thread lb
logspot.com/) > (English) > http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > > > On Monday, November 11, 2013 at 5:24 AM, lb wrote: > > > Hi, > > I'm trying to execute a s

Re: testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-10 Thread Willem jiang
ub) and the test > fails because of a ClassNotFoundException: > org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean. > > Here the command i use: > > [luca@juniper apache-camel]# mvn -Dtest=*BindyComplexCsvUnmarshallTest

testing camel : ClassNotFoundException - org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean

2013-11-10 Thread lb
Hi, I'm trying to execute a single test in camel main (github) and the test fails because of a ClassNotFoundException: org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean. Here the command i use: [luca@juniper apache-camel]# mvn -Dtest=*BindyComplexCsvUnmarshallTest* test ... Tes

Re: ClassnotfoundException

2013-06-28 Thread Christian Müller
framework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(Abstrac > tBeanDefinition.java:408) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(Abstract > BeanFactory.java:1282) > at > > org.springframework.beans.fact

Re: ClassnotfoundException

2013-06-28 Thread Sean Beck
pport.AbstractBeanFactory.doResolveBeanClass(Abstract >BeanFactory.java:1282) >at >org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBe >anFactory.java:1253) >... 23 more >Caused by: java.lang.ClassNotFoundException: >org.ap

ClassnotfoundException

2013-06-27 Thread krishnagjs
ed jars in classpath but I could not find the solution. Please Help me. Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/ClassnotfoundException-tp5734946.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-20 Thread Smith-John
quot;).process(myProcessor).marshal(jaxb).to("stream:out").to("cxf:..."); Seems I have to go back to camel 2.10.3 ? -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p572953

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-20 Thread Smith-John
o: No component found with scheme: direct "ss" on console says that all camel and needed bundles are active. -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5729521.html Sent from the Camel - Use

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-18 Thread Willem jiang
ggingEvent.(LoggingEvent.java:114) > > [logback-classic-1.0.3.jar:na] > > at > > ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:468) > > [logback-classic-1.0.3.jar:na] > > at ch.qos.logback.classic.Logger.filterAndLog_2(Logger.java:461) > > [logback-classic-1.0.3.jar:na] > > at ch.qos.logback.classic.Logger.trace(Logger.java:482) > > [logback-classic-1.0.3.jar:na] > > at > > org.apache.camel.impl.DefaultUnitOfWork.(DefaultUnitOfWork.java:77) > > [camel-core-2.10.3.jar:2.10.3] > > at > > org.apache.camel.impl.DefaultUnitOfWork.(DefaultUnitOfWork.java:71) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.UnitOfWorkProcessor.createUnitOfWork(UnitOfWorkProcessor.java:190) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:102) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.RouteInflightRepositoryProcessor.processNext(RouteInflightRepositoryProcessor.java:48) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:99) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:86) > > [camel-core-2.10.3.jar:2.10.3] > > at > > > > org.apache.camel.component.cxf.CxfConsumer$1.syncInvoke(CxfConsumer.java:125) > > [camel-cxf-2.10.3.jar:2.10.3] > > at > > org.apache.camel.component.cxf.CxfConsumer$1.invoke(CxfConsumer.java:75) > > [camel-cxf-2.10.3.jar:2.10.3] > > at > > > > org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > > [na:1.6.0_34] > > at > > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > > [na:1.6.0_34] > > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > > [na:1.6.0_34] > > at > > > > org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:107) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:241) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > org.apache.cxf.interceptor.OneWayProcessorInterceptor$1.run(OneWayProcessorInterceptor.java:144) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > org.apache.cxf.workqueue.AutomaticWorkQueueImpl$3.run(AutomaticWorkQueueImpl.java:426) > > [cxf-api-2.7.3.jar:2.7.3] > > at > > > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > [na:1.6.0_34] > > at > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > [na:1.6.0_34] > > at > > > > org.apache.cxf.workqueue.AutomaticWorkQueueImpl$AWQThreadFactory$1.run(AutomaticWorkQueueImpl.java:351) > > [cxf-api-2.7.3.jar:2.7.3] > > at java.lang.Thread.run(Thread.java:662) [na:1.6.0_34] > > > > > > > > -- > > View this message in context: > > http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5729091.html > > Sent from the Camel - Users mailing list archive at Nabble.com > > (http://Nabble.com). > > > > > > --

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-18 Thread Christian Müller
at > > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:99) > [camel-core-2.10.3.jar:2.10.3] > at > > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:86) > [camel-core-2.10.3.jar:2.10.3] > at > > org.apache.camel.component.cxf.CxfConsumer$1.syncInvoke(CxfConsumer.java:125) > [camel-cxf-2.10.3.jar:2.10.3] > at > org.apache.camel.component.cxf.CxfConsumer$1.invoke(CxfConsumer.java:75) > [camel-cxf-2.10.3.jar:2.10.3] > at > > org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > [cxf-api-2.7.3.jar:2.7.3] > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > [na:1.6.0_34] > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > [na:1.6.0_34] > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > [na:1.6.0_34] > at > > org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > [cxf-api-2.7.3.jar:2.7.3] > at > > org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:107) > [cxf-api-2.7.3.jar:2.7.3] > at > > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271) > [cxf-api-2.7.3.jar:2.7.3] > at > > org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:241) > [cxf-api-2.7.3.jar:2.7.3] > at > > org.apache.cxf.interceptor.OneWayProcessorInterceptor$1.run(OneWayProcessorInterceptor.java:144) > [cxf-api-2.7.3.jar:2.7.3] > at > > org.apache.cxf.workqueue.AutomaticWorkQueueImpl$3.run(AutomaticWorkQueueImpl.java:426) > [cxf-api-2.7.3.jar:2.7.3] > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > [na:1.6.0_34] > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > [na:1.6.0_34] > at > > org.apache.cxf.workqueue.AutomaticWorkQueueImpl$AWQThreadFactory$1.run(AutomaticWorkQueueImpl.java:351) > [cxf-api-2.7.3.jar:2.7.3] > at java.lang.Thread.run(Thread.java:662) [na:1.6.0_34] > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5729091.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-13 Thread Smith-John
$AWQThreadFactory$1.run(AutomaticWorkQueueImpl.java:351) [cxf-api-2.7.3.jar:2.7.3] at java.lang.Thread.run(Thread.java:662) [na:1.6.0_34] -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5729091.html

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-12 Thread Christian Müller
g.apache.servicemix.bundles.xerces-2.10.0_1.jar > org.apache.servicemix.bundles.bcel-5.2_4.jar > Using Java 1.6 and Equinox osgi framework. > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xslt

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-05 Thread Smith-John
vicemix.bundles.bcel-5.2_4.jar Using Java 1.6 and Equinox osgi framework. -- View this message in context: http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455p5728578.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ClassNotFoundException: org.apache.xalan.xsltc.trax.DOM2SAX

2013-03-04 Thread Christian Müller
ny idea how to get rid of it? > (Working with Equinox) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ClassNotFoundException-org-apache-xalan-xsltc-trax-DOM2SAX-tp5728455.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Re: ClassNotFoundException

2013-02-25 Thread Willem jiang
ver, when I deploy into ServiceMix via right > click/deploy, I get the following ClassNotFoundException: > > karaf@root> Exception in thread "SpringOsgiExtenderThread-2" > org.springframework > .beans.factory.CannotLoadBeanCla

Re: ClassNotFoundException

2013-02-25 Thread Christian Müller
to apache Servicemix > that I have previously deployed as a war. I ported the application into > FUSE IDE, and was able to do an initial run of the application via right > click/run on the camelContext.xml. However, when I deploy into ServiceMix > via right click/deploy, I get the fo

ClassNotFoundException

2013-02-25 Thread Carl Buxbaum
ServiceMix via right click/deploy, I get the following ClassNotFoundException: karaf@root> Exception in thread "SpringOsgiExtenderThread-2" org.springframework .beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframew ork.beans.factory.config.PropertyPlaceholderCo

Re: Camel - unmarshal().serialization() - ClassNotFoundException

2012-12-02 Thread Willem jiang
Hi, You need to consider to upgrade the camel version to 2.9.x. This issue should be fixed by CAMEL-4915[1] [1]https://issues.apache.org/jira/browse/ CAMEL-4915 -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://

Re: Problems unmarshalling with Java serialization (ClassNotFoundException)

2012-11-30 Thread Matthieu Vincent
Hi, I've already sent another mail to mailing lists without any response :) Here is what i was saying : I'm trying to unmarshal with serialization method a bean that is not the current bundle but in a commons components bundle (with only pojo within). I get the following error when camel tries t

Re: Problems unmarshalling with Java serialization (ClassNotFoundException)

2012-11-30 Thread Henryk Konsek
> reading this title, i think i may have a similar problem. > Do you have any solution ?? :) :) Hi, You're referring to the post older than year and which have been removed from the Nabble archive. :) Please describe your problem so we could help you :) . -- Henryk Konsek http://henryk-konsek

Re: Problems unmarshalling with Java serialization (ClassNotFoundException)

2012-11-29 Thread yodamad
Hi, reading this title, i think i may have a similar problem. Do you have any solution ?? :) :) Thx -- View this message in context: http://camel.465427.n5.nabble.com/Problems-unmarshalling-with-Java-serialization-ClassNotFoundException-tp1044690p5723419.html Sent from the Camel - Users

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-02-15 Thread Claus Ibsen
otal 3 routes, of > which 3 is started. > > 12:28:11,503 INFO  [stdout] (MSC service thread 1-3) 2012-02-15 12:28:11,503 > [vice thread 1-3] INFO  SpringCamelContext             - Apache Camel 2.9.0 > (CamelContext: camel-1) started in 0.531 seconds > > 12:28:11,519 INF

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-02-15 Thread Willem Jiang
tpManagementService-threads - 4) JBAS018559: Deployed "camel-example-cxf-tomcat.war" -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-9-0-startup-error-message-ClassNotFoundException-org-osgi-framework-BundleActivator-tp5133932p5486884.html Sent fr

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-02-15 Thread dvsridhar
eb context: /camel-example-cxf-tomcat 12:28:11,550 INFO [org.jboss.as.server] (HttpManagementService-threads - 4) JBAS018559: Deployed "camel-example-cxf-tomcat.war" -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-9-0-startup-error-message-ClassNotFoundExcepti

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-01-14 Thread Claus Ibsen
eerio, > Nic > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-9-0-startup-error-message-ClassNotFoundException-org-osgi-framework-BundleActivator-tp5133932p5133932.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibs

Re: Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-01-10 Thread Willem Jiang
don't really know what it is to be honest) but i would prefer not to get an error message in my logs every time the server starts Many thanks Cheerio, Nic -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-9-0-startup-error-message-ClassNotFoundException-org-osgi-fram

Camel 2.9.0 startup error message > ClassNotFoundException org.osgi.framework.BundleActivator

2012-01-10 Thread iamniche
error-message-ClassNotFoundException-org-osgi-framework-BundleActivator-tp5133932p5133932.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: dot generation with maven plugin -> classNotFoundException

2011-04-04 Thread Michael Dewitte
Thanks for the answer, but it didn't solve the problem... :-( 2011/4/4 David Karlsen > You can probably work around it by adding: > http://repo1.maven.org/maven2/org/slf4j/slf4j-simple/ > to the plugins dependency list. > > 2011/4/4 Michael Dewitte > > > Hi, > > > > I was trying to get some vis

Re: dot generation with maven plugin -> classNotFoundException

2011-04-04 Thread David Karlsen
You can probably work around it by adding: http://repo1.maven.org/maven2/org/slf4j/slf4j-simple/ to the plugins dependency list. 2011/4/4 Michael Dewitte > Hi, > > I was trying to get some visualisation of my developped route, and so I > tried the mvn camel:dot target on my route. > But then I g

dot generation with maven plugin -> classNotFoundException

2011-04-04 Thread Michael Dewitte
Hi, I was trying to get some visualisation of my developped route, and so I tried the mvn camel:dot target on my route. But then I got the following stacktrace. Any clue ? I use Camel 2.7.0 and my route is configured via Spring XML... [INFO] Running Camel embedded to load Spring XML files from cl

activemq 5.3.2 - spring 3.0.3 - camel 2.5-SNAPSHOT (ClassNotFoundException: org.springframework.jms.connection.SingleConnectionFactory)

2010-08-24 Thread Charles Moulliard
Hi, I get this error even if the package is well imported by my camel bundle Caused by: java.lang.ClassNotFoundException: org.springframework.jms.connection.SingleConnectionFactory at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivil

Re: Problems unmarshalling with Java serialization (ClassNotFoundException)

2010-07-07 Thread davsclaus
://camel.465427.n5.nabble.com/Problems-unmarshalling-with-Java-serialization-ClassNotFoundException-tp1044690p1044785.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Serialzable Classnotfoundexception after route stop/start

2010-06-15 Thread waterback
could maybe consider storing text instead? For example you can > marshal to/from objects using XML, JSon etc. > With XML you can use JAXB etc. > -- View this message in context: http://old.nabble.com/Serialzable-Classnotfoundexception-after-route-stop-start-tp28878193p2778.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Serialzable Classnotfoundexception after route stop/start

2010-06-15 Thread Claus Ibsen
> i need help on understanding, what happens when i stop a running (& fully > functioning) route and start it up again. > I use Camel 2.2 w Spring Configured in a webapp and WAS 6.1 on a Java 1.5 > jdk and WebSphere MQ 7. > > The root of the problem seems to be a classnotfound

Re: Serialzable Classnotfoundexception after route stop/start

2010-06-14 Thread Willem Jiang
use Camel 2.2 w Spring Configured in a webapp and WAS 6.1 on a Java 1.5 jdk and WebSphere MQ 7. The root of the problem seems to be a classnotfoundexception of the object-class that is put as a serialized Object on the Queue. When i start up my application on WebSphere, it actually works (finds

Serialzable Classnotfoundexception after route stop/start

2010-06-14 Thread waterback
Hello All, i need help on understanding, what happens when i stop a running (& fully functioning) route and start it up again. I use Camel 2.2 w Spring Configured in a webapp and WAS 6.1 on a Java 1.5 jdk and WebSphere MQ 7. The root of the problem seems to be a classnotfoundexception of

Re: classNotFoundException when invoking listener to weblogic jms Q

2009-07-07 Thread Willem Jiang
Hi, Can you just start stand alone camel context without servicemix ? From the stack trace , I don't know why it will throw a CORBA related exception. Willem vvchoy wrote: Hi, This is my first project in camel where I set up a very simple route from a weblogic jms Q to a file. My RouteBuild

classNotFoundException when invoking listener to weblogic jms Q

2009-07-07 Thread vvchoy
ream_1_0.java:1034) at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:253) ... 16 more Caused by: java.lang.ClassNotFoundException ... 49 more -- View this message in context: http://www.nabble.com/classNotFoundException-when-invoking-listener-to-weblogic-jms-Q-tp24383673p243