Re: NoTypeConversionAvailableException exception while running junit test case

2017-05-09 Thread Tomohisa Igarashi
Ravi, answer for you is always same, use latest camel 2.19.0 without SwitchYard or ask Red Hat support. Stop abuse camel user community. On 05/10/2017 01:48 AM, ravi21588 wrote: Hi iam getting NoTypeConversionAvailableException while using xpath in camel,iam using camel 2.10.Iam getting this

NoTypeConversionAvailableException exception while running junit test case

2017-05-09 Thread ravi21588
Hi iam getting NoTypeConversionAvailableException while using xpath in camel,iam using camel 2.10.Iam getting this exception only in junit test case,but it is working fine while deployed in Jboss EAP server. My camel route is as below: http://camel.apache.org/schema/spring

RE: NoTypeConversionAvailableException

2015-05-11 Thread Hans Orbaan
yourself and then marshal it: FACTORY.createAcknowledgeOrders((OrderResults) object); -Oorspronkelijk bericht- Van: jainmcs03 [mailto:tojayendran.in...@gmail.com] Verzonden: Monday 11 May 2015 13:31 Aan: users@camel.apache.org Onderwerp: Re: NoTypeConversionAvailableException Hi Claus

Re: NoTypeConversionAvailableException

2015-05-11 Thread jainmcs03
element . Regards Jayendran -- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5766952p5766977.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: NoTypeConversionAvailableException

2015-05-11 Thread jainmcs03
The WS Inquiry service request message root element declaration Couldnt find my mistake. Regards Jayendran -- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5766952p5766976.html Sent from the Camel - Users mailing list

Re: NoTypeConversionAvailableException

2015-05-11 Thread Claus Ibsen
ded below dependency. Any special handling needed in > processor? > > > > org.apache.camel > camel-jaxb > 2.15.1 > > > > Regards, > Jayendran > > > > -- > View this message in context: > http://camel.465427.n5.

Re: NoTypeConversionAvailableException

2015-05-11 Thread jainmcs03
Hi Claus, Its already added below dependency. Any special handling needed in processor? org.apache.camel camel-jaxb 2.15.1 Regards, Jayendran -- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException

Re: NoTypeConversionAvailableException

2015-05-11 Thread Claus Ibsen
> > > > contextPath="com.equifax.services.eport.ws.schemas._1"/> > >uri="file:/home/analyzer/Desktop/input/?fileName=realrequest.xml"/> > > > > Regards > Jayendran > > > &

NoTypeConversionAvailableException

2015-05-11 Thread jainmcs03
-- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5766952.html Sent from the Camel - Users mailing list archive at Nabble.com.

NoTypeConversionAvailableException FOMList to Document

2014-01-31 Thread Craig Tataryn
I'm converting an rss consumer route to atom, however I'm running into a problem (see below). For rss there was an actual marshaller I could invoke before using split, however with atom I don't see an equivalent. If I replace the marshalling section with: .marshal().string("utf-8") I get anoth

Re: route cxf jaxb webservices -> NoTypeConversionAvailableException

2013-11-27 Thread tapdur
context: http://camel.465427.n5.nabble.com/route-cxf-jaxb-webservices-NoTypeConversionAvailableException-tp5743864p5743936.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: route cxf jaxb webservices -> NoTypeConversionAvailableException

2013-11-27 Thread Claus Ibsen
t;http://camel.apache.org/schema/spring"; > useMDCLogging="true"> > > uri="cxf:bean:WS-SERVICE-ROUTER?dataFormat=PAYLOAD" /> > > > > > both webservices are gene

route cxf jaxb webservices -> NoTypeConversionAvailableException

2013-11-26 Thread tapdur
Endpoint but when i send the message to the target webservice WS-Service i have NoTypeConversionAvailableException exception. i understand the reaason, the body is of type CxfPayload No type converter available to convert from type: org.apache.camel.component.cxf.CxfPayload to the required type .

Re: NoTypeConversionAvailableException : When using interface as Apache Camel Proxy

2012-12-10 Thread Willem jiang
ponse > > com.common.util.ApiServices.performOperation(com.common.util.ServiceProviderRequest) > > with [com.common.util.ServiceProviderRequest@4ce55b]] > > at > > org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:147) > > at > > org.apache.camel.impl.MessageSupport.getMandatoryBody(MessageSupport.java:100) > > ... 50 more > > > > Exception says something about TypeConverters, do I need to implement a type > > converter also now ? If yes how to do it? I have already gone through Camel > > docs for type converter but I dont understand from it much. > > Also I guess most of you have understood what I want to achieve, so if you > > guys have any different methods to accomplish this or some suggestions, > > please post it. > > > > > > > > > > > > > > > > -- > > View this message in context: > > http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-When-using-interface-as-Apache-Camel-Proxy-tp5723880.html > > Sent from the Camel - Users mailing list archive at Nabble.com > > (http://Nabble.com). >

Re: NoTypeConversionAvailableException : When using interface as Apache Camel Proxy

2012-12-10 Thread Willem jiang
quest@4ce55b]] > at > org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:147) > at > org.apache.camel.impl.MessageSupport.getMandatoryBody(MessageSupport.java:100) > ... 50 more > > Exception says something about TypeC

NoTypeConversionAvailableException : When using interface as Apache Camel Proxy

2012-12-10 Thread anand_tech
have understood what I want to achieve, so if you guys have any different methods to accomplish this or some suggestions, please post it. -- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-When-using-interface-as-Apache-Camel-Proxy-tp5723880.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: NoTypeConversionAvailableException

2012-07-07 Thread Christian Müller
I wand to receive the same message from my camel code. > > Please send the sample code for this. > > Thanks in advance. > > Regards, > Bharathi S. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp571554

Re: NoTypeConversionAvailableException

2012-07-05 Thread bharathi_camel_learn
message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5715545p5715586.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: NoTypeConversionAvailableException

2012-07-05 Thread Christian Müller
ue, droppable = false} ActiveMQStreamMessage{ bytesOut = > null/ > > This is my camel-context.xml file. > > pls help me to fix this. > http://camel.465427.n5.nabble.com/file/n5715545/camel-context.xml > camel-context.xml > > -- > View this message in context: > http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5715545.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

NoTypeConversionAvailableException

2012-07-05 Thread bharathi_camel_learn
. pls help me to fix this. http://camel.465427.n5.nabble.com/file/n5715545/camel-context.xml camel-context.xml -- View this message in context: http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5715545.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Got a NoTypeConversionAvailableException even with the same class

2012-06-21 Thread Bruno Borges
Just for the sake of Google, this is (as I thought), a JBoss issue. https://issues.jboss.org/browse/AS7-1769 Thanks *Bruno Borges* (21) 7672-7099 *www.brunoborges.com* On Thu, Jun 21, 2012 at 6:28 PM, Bruno Borges wrote: > Got a NoTypeConversionAvailableException even when getting a MyU

Re: Observation on OSGi and NoTypeConversionAvailableException

2011-03-29 Thread Hendy Irawan
this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p4268926.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-30 Thread Hendy Irawan
resolve) all Camel bundles, especially camel-core which provides the type converters. - http://www.Soluvas.com/ Soluvas - Making eCommerce Work for You -- View this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p3323165

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-01 Thread klausb
I switched to camel 2.4.0 and it works now. Thanks to all, klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p3287614.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-12-01 Thread Willem Jiang
f (^D) gracefully and restart it, Karaf wants reloads the bundles from its cache to reach the state before the shutdown. Here I see the NoTypeConversionAvailableException on one of the two bundles. And it is always complaining about: No type converter available to convert from type: java.lang.String t

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-11-30 Thread klausb
Yes, I used features. I defined my own feature, which loads this camel-core camel-spring camel-xstream klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Observation-on-OSGi-and-NoTypeConversionAvailableException-tp3285742p3285822.html Sent from the Camel - Users

Re: Observation on OSGi and NoTypeConversionAvailableException

2010-11-30 Thread Claus Ibsen
f wants > reloads the bundles from its cache to reach the state before the shutdown. > Here I see the NoTypeConversionAvailableException on one of the two bundles. > And it is always complaining about: > > No type converter available to convert from type: java.lang.String to the &

Observation on OSGi and NoTypeConversionAvailableException

2010-11-30 Thread klausb
wants reloads the bundles from its cache to reach the state before the shutdown. Here I see the NoTypeConversionAvailableException on one of the two bundles. And it is always complaining about: No type converter available to convert from type: java.lang.String to the required type: java.lang.Boolean

Re: XML file input - NoTypeConversionAvailableException

2010-02-23 Thread Willem Jiang
Hi, I think you need to turn the Generic File into InputStream first, just like this from("file:../../../data/notice?noop=true").convertBodyTo(InputStream.class).convertBodyTo(Notice.class).to("jpa:au.com.interlated.server.domain.Notice"); Willem john robens wrote: Claus Java is java versio

Re: XML file input - NoTypeConversionAvailableException

2010-02-23 Thread john robens
Claus The only jaxb library I can see missing is jaxb-xjc. Manifest (split up class path) Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: johnrobens Build-Jdk: 1.6.0_17 Main-Class: au.com.hearing.server.AhsMessageRouter Class-Path: camel-core-2.2.0.ja

Re: XML file input - NoTypeConversionAvailableException

2010-02-22 Thread john robens
Claus Java is java version "1.6.0_17" - macos. Was getting the same result on linux. Thanks John On 23 February 2010 04:10, Claus Ibsen wrote: > Hi > > No I have not seen this before. Are you using jdk 1.5 or 1.6? > If 1.5 are you sure all the JAXB classes is included in the classpath? > > >

Re: XML file input - NoTypeConversionAvailableException

2010-02-22 Thread Claus Ibsen
Hi No I have not seen this before. Are you using jdk 1.5 or 1.6? If 1.5 are you sure all the JAXB classes is included in the classpath? On Mon, Feb 22, 2010 at 1:46 PM, john robens wrote: > Hi > > I have this error - which seems relatively common except that my twist seems > to happen when am

XML file input - NoTypeConversionAvailableException

2010-02-22 Thread john robens
Hi I have this error - which seems relatively common except that my twist seems to happen when am running camel from a jar file not from the mvn:camel target. > Works fine when run under "mvn camel:run" > Fails when run java -jar target/server-1.0-SNAPSHOT-jar-with-dependencies.jar Is this a kno

Re: NoTypeConversionAvailableException - Camel 2.1-SNASPHOT & Camel QuickFix

2009-11-12 Thread Claus Ibsen
Hi I guess the problem is that you use bean parameter binding and that you use a List type in your bean. And that the quickfix message cannot be coverted to a java.util.List. Otherwise create an small unit test in camel-quickfix that demonstrates this and mark it with @Ignore. Then I can take a l

NoTypeConversionAvailableException - Camel 2.1-SNASPHOT & Camel QuickFix

2009-11-10 Thread Charles Moulliard
I have this error generated using the last snapshot of Camel core/spring CaughtExceptionType:org.apache.camel.NoTypeConversionAvailableException, CaughtExceptionMessage:No type converter available to convert from type: quickfix.Message to the required type: java.util.List at org.apache.ca