Re: [Resin-interest] 2 errors in simple project

2008-03-19 Thread Riccardo Cohen
I tried to use the eclipse environment to run this little sample with the help of Steffen Busch, but I continue to have the error: com.caucho.amber.AmberRuntimeException: 'adlhessian.Ejbuser' with classloader EnvironmentClassLoader[web-app:http://localhost:8000] is an illegal instance class R

Re: [Resin-interest] 2 errors in simple project

2008-03-17 Thread Riccardo Cohen
hi again I'm really blocked with my developments, can somebody help me with this strange problem ? I can send the source it is very small and the error is systematic. Thanks a lot. Riccardo Cohen wrote: > ok thanks for the info. > > > Now for the amber problem : I cleaned all including work d

Re: [Resin-interest] 2 errors in simple project

2008-03-15 Thread Riccardo Cohen
ok thanks for the info. Now for the amber problem : I cleaned all including work directory, after first run, found a .class for all my ejbs (in classes folder). In work/pre-enhance folder I have the following files : Ejbuser__ResinExt.class Ejbuser__ResinExt.java Ejbuser.class and nothing in

Re: [Resin-interest] 2 errors in simple project

2008-03-14 Thread Scott Ferguson
On Mar 14, 2008, at 9:00 AM, Riccardo Cohen wrote: > Hi > I'm using resin 3.1.5 and the latest mysql jdbc driver. > I try to build a minimal sample from scratch to be sure to > understand everything with entity ejbs. > > I found 2 problems I cannot understand : > > 1) database configuration > >

[Resin-interest] 2 errors in simple project

2008-03-14 Thread Riccardo Cohen
Hi I'm using resin 3.1.5 and the latest mysql jdbc driver. I try to build a minimal sample from scratch to be sure to understand everything with entity ejbs. I found 2 problems I cannot understand : 1) database configuration This is my conf : com.mysql.jdbc.Driver jdbc:mys