[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems using a mysql database - please help with confi

2006-03-16 Thread cocoFrance
you have this message in your error message: Every derived table must have its own alias it means that you have two tables or more having the same alias View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930581#3930581 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem with jboss when i try to deploy an EJB CMP

2006-03-15 Thread cocoFrance
when i try to deploy my EJB CMP jboss send à lot of exception: the first lines of the exception are : | [EntityContainer]Starting failed jboss.j2ee:jndiName=Pays,service=EJB | org.jboss.deployment.DeploymentException: Couldn't create entity command: ; | - nested throwable :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - how to disconnect jboss from DefaultDS?

2006-03-15 Thread cocoFrance
how to disconnect jboss from defaultds? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930301#3930301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930301 ---

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems using a mysql database - please help with confi

2006-03-15 Thread cocoFrance
also, check this page http://www.onjava.com/lpt/a/4525#mysql good luck View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930365#3930365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930365

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems using a mysql database - please help with confi

2006-03-15 Thread cocoFrance
what is the version of your jboss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930401#3930401 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930401 --- This SF.Net

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems if i try to access database

2006-03-14 Thread cocoFrance
when i want to set some datas in my database like that : | public void ajoutePays(String detail_pays) throws Exception{ | System.out.println(Execute CommonSessionBean.ajoutePays); | int idpays=0; | String pays = getMaxIdPays(); |