Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Issac Noé García
cool! I test it with the trunk version 3.1.0-SNAPSHOT and it works for me, now the application could be used more than 15 times!! Thanks a lot 2010/6/17 Karl Pauls > Clement and me did debug this issue further and it is related to the > implicit bootdelegation in felix. We have a fix for it whic

Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Karl Pauls
Clement and me did debug this issue further and it is related to the implicit bootdelegation in felix. We have a fix for it which is commited to trunk now. I opened FELIX-2421 to track this. Please test it with the current trunk and let us know whether it works for you. regards, Karl 2010/6/17 I

Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Issac Noé García
Thanks a lot Stuart, Clement for your explanation and the solution meanwhile is solved in iPOJO, Felix, or Java :-D 2010/6/17 Stuart McCulloch > On 17 June 2010 15:52, Clement Escoffier >wrote: > > > Hello, > > > > On 17.06.2010, at 09:29, Stuart McCulloch wrote: > > > > > 2010/6/17 Issac No

Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Stuart McCulloch
On 17 June 2010 15:52, Clement Escoffier wrote: > Hello, > > On 17.06.2010, at 09:29, Stuart McCulloch wrote: > > > 2010/6/17 Issac Noé García > > > >> Hi, this is my first post here, > >> I have a bug I can solve :( > >> The context: > >> The platform: I'm using iPOJO 1.6.2, Felix 2.0.5, Jetty 1

Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Clement Escoffier
Hello, On 17.06.2010, at 09:29, Stuart McCulloch wrote: > 2010/6/17 Issac Noé García > >> Hi, this is my first post here, >> I have a bug I can solve :( >> The context: >> The platform: I'm using iPOJO 1.6.2, Felix 2.0.5, Jetty 1.0.1, XMLRPC or >> JsonRPC >> The application : >> I have two iPOJ

Re: NoClassDefFoundError after 15 method calls

2010-06-17 Thread Stuart McCulloch
2010/6/17 Issac Noé García > Hi, this is my first post here, > I have a bug I can solve :( > The context: > The platform: I'm using iPOJO 1.6.2, Felix 2.0.5, Jetty 1.0.1, XMLRPC or > JsonRPC > The application : > I have two iPOJO components (service-exporter and real-service) > service-exporter r

NoClassDefFoundError after 15 method calls

2010-06-16 Thread Issac Noé García
Hi, this is my first post here, I have a bug I can solve :( The context: The platform: I'm using iPOJO 1.6.2, Felix 2.0.5, Jetty 1.0.1, XMLRPC or JsonRPC The application : I have two iPOJO components (service-exporter and real-service) service-exporter requires the real-service and expose it as a J