[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-21 Thread NickDeGraeve
We did some more testing and we found out that the problem is caused by Hibernate. If we remove all Hibernate POJOs from the archive it deploys. Even with a simple POJO it fails. We have no clue as to why. Do you? Thanks. POJO:Entity | @Table(name = allowed_locales) | public class

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-18 Thread PeterJ
You might try deploying your EJBs to JBossAS 4.2.2. That will at least tell you if the problem is one of configuration (if the EJBs do not successfully deploy to 4.2.2) or a problem with the rewrite of the deployers for 5.0 (if the EJBs deploy successfully to 4.2.2). View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-17 Thread PeterJ
Are you starting the app server with your application already in the deploy directory, or are you hot-deploying (starting the app server first and then copying your application to the deploy directory after the app server is started)? The reason I ask is that about 1/2 of my applications will

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-17 Thread NickDeGraeve
We get the same error regardless whether we deploy them from start-up or use hot-deploy. We have several JARs with EJBs and so far only 1 of them was successfully deployed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121186#4121186 Reply to the post :