[jboss-user] [EJB 3.0] - Could not dereference object [Root exception is java.lang.Nu

2007-04-26 Thread avdyk
Hi, JBoss 4.0.5GA, Sun JDK6, EJB3, Eclipse 3.2 (WTP). I have a SLSB working fine, but if I change the @Stateless with a @Stateful, my servlet does not find the SessionBean. What are the changes I have to make to change a SLSB into a SFSB in EJB3? Many thanks for your help, View the original

[jboss-user] [EJB 3.0] - Re: Could not dereference object [Root exception is java.lan

2007-04-26 Thread avdyk
does someone else have similar problem? Why does @EJB works, @Stateless also, but @Stateful not? Is there a bug issue somewhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040943#4040943 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - [JBoss-5.0.0Beta2] PostgreSQL DataSource problems

2007-04-26 Thread avdyk
Hi, I'm trying to install JBoss 5.0.0Beta2 with a PostgreSQL DataSource. There was a failure at JBoss startup, trying to create qrtz_job_details. AFAIK (but I'm not an expert), there is no BINARY type in PostgreSQL but 'bytea'. Here is the SQL code to create the table: | CREATE TABLE

[jboss-user] [Installation, Configuration Deployment] - Re: [JBoss-5.0.0Beta2] PostgreSQL DataSource problems

2007-04-26 Thread avdyk
I also have a problem with 'qrtz_locks' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040957#4040957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040957 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Re: [JBoss-5.0.0Beta2] PostgreSQL DataSource problems

2007-04-26 Thread avdyk
Here is the configuration of the PostgreSQL DataSource: | ?xml version=1.0 encoding=UTF-8? | datasources |local-tx-datasource | jndi-nameDefaultDS/jndi-name | connection-urljdbc:postgresql://localhost:5432/ejb/connection-url |