Jboss 6 « JBoss « JPA Q&A





1. Hibernate and Jboss 6.0    stackoverflow.com

I'm having problems when I'm trying to deploy on JBoss 6.0 a roo spring application. The exception I'm getting is: "Deployment "here goes my war file/" is in error due to the following ...

2. Jboss AS 6.1.0 + JPA2 + Hibernate - Case Sensitive problem    stackoverflow.com

Good afternoon,
I am trying to migrate from Jboss AS version 5.1 to 6.1 and I am having this strange issue. I´ll aprecciate if someone help me.
I´ve this class:

...

3. JPA on JBoss As 6.X or 7    stackoverflow.com

I m trying to find good reference for how to do JPA project (with EJB 3.x). Its been very difficult for me to find how to configure persistance unit according to ...

4. Hibernate 3.6.1 on JBoss AS 6.0.0    forum.hibernate.org

Hi what is the recommended way to deploy an application with Hibernate as JPA 2-provider on a JBoss AS 6.0.0.Final? Earlier I always used to include the hibernate jars in my ear but now that cause conflicts with JBoss-provided hibernate jars, which seams to be of version 3.6.0. It may be a minor problem now if JBossAS is just one version ...

5. Jboss AS 6.1.0 + JPA + Hibernate - Case Sensitive problem    forum.hibernate.org

Newbie Joined: Tue Sep 13, 2011 2:16 pm Posts: 5 Good afternoon, I am trying to migrate from Jboss AS version 5.1 to 6.1 and I am having this strange issue. Ill aprecciate if someone help me. Ive this class: Code: @Entity @Table(name = "TESTE_JBOSS") public class Teste implements Serializable { ... } And Ive the ...

6. JBoss3.2.6RC1-Hibernate2 problem    forum.hibernate.org

Watcha, We're also having the same problem. Have followed the examples as close as possible and am pretty sure everything is working as it should be. Har is deploying ok and I can see the JNDI bind for the HibernateFactory. The Stateless Session Bean interceptor is working, as I can also see it in the stack trace when it complains about ...

7. JBoss 3.2.6RC1 --> 3.2.6    forum.hibernate.org

Hibernate version: JBoss 3.2.6 Attempting to get a SessionFactory from the HibernateContext and I get the following error: 10:30:14,099 ERROR [LogInterceptor] Unexpected Error in method: public abstract java.util.List com.tsys.esc.ta.ejb.session.interfaces.ProgramSession.getProgram(java.lang.Object) throws java.rmi.RemoteException java.lang.NoSuchMethodError: org.jboss.hibernate.session.TransactionSynch.(Ljava/lang/String;Lnet/sf/hibernate/Session;)V at org.jboss.hibernate.session.HibernateContext.prepareSession(HibernateContext.java:171) at org.jboss.hibernate.session.HibernateContext.getSession(HibernateContext.java:99) at com.tsys.esc.ta.dao.util.HibernateManager.getSession(HibernateManager.java:42) at com.tsys.esc.ta.dao.util.HibernateManager.getSession(HibernateManager.java:37) at com.tsys.esc.ta.dao.hibernate.AbstractHibernateDAO.getObject(AbstractHibernateDAO.java:98) at com.tsys.esc.ta.ejb.session.bean.ProgramSessionBean.getProgram(ProgramSessionBean.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683) at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72) at ...

8. JBoss 3.2.6 configuration    forum.hibernate.org

Hibernate version: 2.1.5 (inside JBoss distribution) hello, with JBoss 3.2.6 it seems Hibernate is inside the distribution, but how must it be configurate to use my DataSource already defined ? i change hibernate-deployer-service.xml to: java:/hibernate/SessionFactory java:/DefaultDS net.sf.hibernate.dialect.Oracle9Dialect but i get errors in JBoss start... 12:29:53,250 INFO [Environment] Hibernate 2.1.5 12:29:53,250 INFO [Environment] hibernate.properties not ...

9. Hibernate 2.1.6 + Jboss 3.2.5: AssertionFailure    forum.hibernate.org

Hi, We've implemented page hierarchies in Confluence using Parent/Child relationships. When a user tries to add a child on an existing hierarchy 3 levels deep, we get an assertion failure. This _only_ occurs under Jboss. It works fine on all other major app servers (resin, tomcat, orion) Hibernate version: 2.1.6 Full stack trace of any exception that occurs: 09:55:55,968 ERROR [AssertionFailure] ...





10. Hibernate 2.1.6 + JBoss 4.0 + Java 5.0    forum.hibernate.org

j.underwood wrote: I'm currently using Hibernate 2.1.6 and Java 1.4.2. Are there any problems with moving to Java 5.0? (I'm also using MySQL 4.1.7) Following exception is thrown when I try to deploy my EJB Jar bundle. It includes hiberanate jars in lib folder and all are listed in META-INF. hibernate.cfg.xml is in root of jar file. and contained specifically these ...

11. Jboss 3.2.6 - overwriting the existing hibernate    forum.hibernate.org

Jboss 3.2.6 already comes with hibernate (2.1.5) - default/lib directory. However, I want to use an updated version (2.1.7) with my app. I've been adding the new hibernate files to myapp/WEB-INF/lib directory but jboss is still using the version from the default/lib directory. How do I get jboss to use my version? Dino

12. Integrating hibernate3 with jboss-3.2.6    forum.hibernate.org

I wanted some of the new features of hibernate3, but am stuck with jboss 3.2.6 for a while, so I thought I'd share my process for getting that setup working. 1. check out Hibernate3 and build the jar (or download it) 2. download and unpack the jboss 326 source (from the jboss-3.2.6-src directory) 3. copy hibernate3.jar(from step 1) to thirdparty/hibernate/lib/ 4. ...

13. Hibernate3 and JBoss 3.2.6    forum.hibernate.org

14. Move to jre 1.6 and jboss 5.1    forum.hibernate.org

Hi, In production, we currently have: * jdk 1.5 * jboss 4.2.1 * hibernate 3.2.5 We want to move to using jdk 1.6, which means we move to jboss 4.2.3/5.1. Now the issue is hibernate. I saw this ticket: http://opensource.atlassian.com/project ... e/HHH-2412 I am not worried about compiling hibernate and can continue to use hibernate distribution binaries. But comment by Steve ...