Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread shekher awasthi
I have no idea about TCCL so will try to build from source and mean time can wait for the new snapShot Thanks Willem for the help On Wed, Aug 10, 2011 at 7:07 PM, Willem Jiang wrote: > You may try to build source for camel or wait for new SNAPSHOT. > I don't think there is a way to work around t

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread Willem Jiang
You may try to build source for camel or wait for new SNAPSHOT. I don't think there is a way to work around the issue unless you can set the TCCL of your WebApplication. On 8/10/11 9:11 PM, shekher awasthi wrote: Thanks Willem!! So how can a get workaround for this problem since as per the JI

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread shekher awasthi
Thanks Willem!! So how can a get workaround for this problem since as per the JIRA ticket it is supposed to be fixed in next release On Wed, Aug 10, 2011 at 4:59 PM, Willem Jiang wrote: > Hi, > > I just checked the code of AnnotationTypeConverterLoader and found the > converter class could not be

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread Willem Jiang
Hi, I just checked the code of AnnotationTypeConverterLoader and found the converter class could not be loaded rightly when the TCCL is not set rightly. So I created a JIRA[1] for it and committed a patch for it. [1]https://issues.apache.org/jira/browse/CAMEL-4322 On 8/10/11 6:05 PM, shekhe

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread shekher awasthi
No i have no camel 2.7.x component in my classpath even i have a standalong java project in 2.8.0 which is working with no error and on same workbench a web-application is causing the exception regarding using camel-core 2.7.x i believe that u suggesting me to use camel-core 2.7.x in place of came

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread Willem Jiang
Can you check if there are other version of camel in your class patch? I guess you may use camel-core 2.7.x with camel component 2.8.x. On 8/10/11 5:44 PM, shekher awasthi wrote: i have not created any war was trying to run my web-appication from my Eclipse IDE though as per your suggestion i re

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread shekher awasthi
i have not created any war was trying to run my web-appication from my Eclipse IDE though as per your suggestion i removed camel-scala jar from classpath still problem exists Strangely one of my friend working on same application using camel 2.7.2 is not experiencing aany such issue On Wed, Aug

Re: TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-10 Thread Willem Jiang
It looks like you wrapped the camel-scala jar into the war. And it caused the TypeConverterLoaderException Can try you remove the camel-scala jar from you war ? On 8/10/11 2:55 PM, shekher awasthi wrote: Hi All, While everything was working fine in standalong java project moment we moved it to

TypeConverterLoaderException in WebApplication on ContextLoad

2011-08-09 Thread shekher awasthi
Hi All, While everything was working fine in standalong java project moment we moved it to webapplication we are facing TypeConverterLoaderException we are using camel 2.8.0 in our web-based application and we have disabled ContextLoading on server startup, so tomcat is getting started with no exc