RE: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-08 Thread eanbiso
ndError " during the loading. Now it seems to be all right. Thanks a lot for the support. Andrea Date: Wed, 8 May 2013 02:56:02 -0700 From: ml-node+s547215n5727421...@n5.nabble.com To: bisoma...@hotmail.it Subject: Re: java.lang.NoClassDefFoundError exception loading a rest endPoint

Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-08 Thread Sergey Beryozkin
Andrea Date: Wed, 8 May 2013 02:07:59 -0700 From: ml-node+s547215n5727417...@n5.nabble.com To: bisoma...@hotmail.it Subject: Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition I've done a quick local test: @Test public voi

RE: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-08 Thread eanbiso
On 07/05/13 17:29, eanbiso wrote: > >> Thanks for the fast reply. > >> I do not use a concrete class and when I create the proxyFactory I use the >> corresponding ws interface class as "clazz" value. > >> > >> Andrea > >> &g

Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-08 Thread Sergey Beryozkin
00 From: ml-node+s547215n572737...@n5.nabble.com To: bisoma...@hotmail.it Subject: Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition Can you give me a favor and attach an interface and GenCmdDescr source to JIRA ? Or nabble ? I'll give it a try Sergey On 07/05/

RE: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-07 Thread eanbiso
o not use a concrete class and when I create the proxyFactory I use the > corresponding ws interface class as "clazz" value. > > Andrea > > > > Date: Tue, 7 May 2013 09:01:10 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: java.lang.NoClassDe

Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-07 Thread Sergey Beryozkin
ss as "clazz" value. Andrea Date: Tue, 7 May 2013 09:01:10 -0700 From: ml-node+s547215n5727365...@n5.nabble.com To: bisoma...@hotmail.it Subject: Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition Hi On 07/05/13 15:56, eanbiso wro

RE: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-07 Thread eanbiso
ubject: Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition Hi On 07/05/13 15:56, eanbiso wrote: > Hi at all, > I have the following problem loading a rest endPoint using cxf. > The operations I do to load the rest endPoint after its publication a

Re: java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-07 Thread Sergey Beryozkin
Hi On 07/05/13 15:56, eanbiso wrote: Hi at all, I have the following problem loading a rest endPoint using cxf. The operations I do to load the rest endPoint after its publication are the following: JAXRSClientFactoryBean proxyFactory = new JAXRSC

java.lang.NoClassDefFoundError exception loading a rest endPoint in particular condition

2013-05-07 Thread eanbiso
Hi at all, I have the following problem loading a rest endPoint using cxf. The operations I do to load the rest endPoint after its publication are the following: JAXRSClientFactoryBean proxyFactory = new JAXRSClientFactoryBean();