Hi, thank you for your response. "Neelixx" wrote : Check your log files for DEBUG messages. | I will do that. | | I have found, when working with EJB3.0 and EntityManagers, that if you have a failure for one of your beans, the EntityManager will not bind the name declared in your persistence.xml file.
But I hat the same application running with the jboss version before and everything was working fine. I had just error messages (in the log files of thelast version of jboss), which had no effect on the application, but they were logged. Here they are(an example) : ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table CUSTOMERS (CUSTOMERID integer generated by default as identity (start with 1), STATE varchar(20), COUNTRY varchar(30), TITLE varchar(4) not null, CITY varchar(20), EMAIL varchar(40) not null, PHONE varchar(20), LASTNAME varchar(40) not null, FIRSTNAME varchar(40) not null, birthday varchar(255), USERPWD varchar(15) not null, STREET varchar(40), ZIPCODE varchar(5), REGISTERED timestamp not null, primary key (CUSTOMERID)) And also cascade deletes was not supported. Do you use the production version of jboss too? Have you been similar problems? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901806#3901806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901806 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
