Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-30 Thread Jean-Baptiste Onofré
20, at 1:24 PM, Jean-Baptiste Onofré >>>>> <mailto:j...@nanthrax.net>> wrote: >>>>>> >>>>>> Hi Alex, >>>>>> >>>>>> It sounds like a classloader issue (two classloaders,

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-29 Thread Alex Soto
-Baptiste Onofré >>>> <mailto:j...@nanthrax.net>> wrote: >>>>> >>>>> Hi Alex, >>>>> >>>>> It sounds like a classloader issue (two classloaders, the one of >>>>> camel-groovy bundle and the

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-29 Thread Claus Ibsen
s like a classloader issue (two classloaders, the one of > >>> camel-groovy bundle and the one of your bundle). > >>> > >>> I guess the camel-groovy is actually missing the groovy import. > >>> Can you try to enable dynamic import for c

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Jean-Baptiste Onofré
t, can you please create a Jira and assign to me ? >>> >>> Thanks >>> Regards >>> JB >>> >>> On 28/01/2020 19:17, Alex Soto wrote: >>>> Hello, >>>> >>>> With Camel 3.0.1, I am experiencing th

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Alex Soto
r camel-groovy and your bundle to >>> see if it helps ? >>> >>> If not, can you please create a Jira and assign to me ? >>> >>> Thanks >>> Regards >>> JB >>> >>> On 2

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Alex Soto
On 28/01/2020 19:17, Alex Soto wrote: >>> Hello, >>> >>> With Camel 3.0.1, I am experiencing this error: >>> >>> java.lang.RuntimeException: java.lang.NoClassDefFoundError: >>> groovy/lang/Script >>> at >

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Andrea Cosentino
gn to me ? > > > > Thanks > > Regards > > JB > > > > On 28/01/2020 19:17, Alex Soto wrote: > >> Hello, > >> > >> With Camel 3.0.1, I am experiencing this error: > >> > >> java.lang.RuntimeE

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Alex Soto
your bundle to > see if it helps ? > > If not, can you please create a Jira and assign to me ? > > Thanks > Regards > JB > > On 28/01/2020 19:17, Alex Soto wrote: >> Hello, >> >> With Camel 3.0.1, I am experiencing this error: >> >> jav

Re: java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Jean-Baptiste Onofré
please create a Jira and assign to me ? Thanks Regards JB On 28/01/2020 19:17, Alex Soto wrote: > Hello, > > With Camel 3.0.1, I am experiencing this error: > > java.lang.RuntimeException: java.lang.NoClassDefFoundError: groovy/lang/Sc

java.lang.NoClassDefFoundError: groovy/lang/Script

2020-01-28 Thread Alex Soto
Hello, With Camel 3.0.1, I am experiencing this error: java.lang.RuntimeException: java.lang.NoClassDefFoundError: groovy/lang/Script at org.codehaus.groovy.control.CompilationUnit.convertUncaughtExceptionToCompilationError(CompilationUnit.java:1107) at