[Resin-interest] s080430: java:comp/env/jdbc/xxx' is an unknown bean

2008-05-03 Thread Stargazer
Not seen this with earlier snapshots. In resin.conf: jdbc:mysql://localhost:3306/xxx which includes example.com.xml: ... java:comp/env/jdbc/xxx SELECT password FROM licensees WH

Re: [Resin-interest] s080430: java:comp/env/jdbc/xxx' is an unknown bean

2008-05-03 Thread Scott Ferguson
Thanks, good catch. -- Scott On May 3, 2008, at 2:51 AM, Stargazer wrote: > Not seen this with earlier snapshots. In resin.conf: > > > type="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"> > jdbc:mysql://localhost:3306/xxx > > > > > > >

Re: [Resin-interest] remote hessian EJB 3.0 with resin-3.1.5

2008-05-03 Thread Dinesh Bolkensteyn
Okay, it seems that remote EJB 3.0 just doesn't work. So I changed it into a local EJB, which I then make accessible remotely using a hessian webservice. web.xml : webservice net.dinsoft.genielogiciel.webservice.server.RestaurantWebService webservice /webservic