1. Hibernate and Jboss 6.0 stackoverflow.comI'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.comGood afternoon, ... |
3. JPA on JBoss As 6.X or 7 stackoverflow.comI 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.orgHi 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.orgNewbie 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.orgWatcha, 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.orgHibernate 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. |
8. JBoss 3.2.6 configuration forum.hibernate.orgHibernate 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: |
9. Hibernate 2.1.6 + Jboss 3.2.5: AssertionFailure forum.hibernate.orgHi, 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.orgj.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.orgJboss 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.orgI 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.orgHi, 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 ... |