JBoss 2 « JBoss « JPA Q&A





1. Help with Hibernate anf JBoss    forum.hibernate.org

Hi Everybody, I am new to Java and application Servers so please pardon me if this question sounds too foolish. I have worked with the .Net version of Hibernate ie: NHibernate.. I am currently using Hibernate Version 3.2. I would like to know the basic steps to create a simple Test application of Hibernate so that it runs in the JBoss ...

2. custom ConnectionProvider in JBOSS environment    forum.hibernate.org

3. Jboss BPEL(JBPM) and Hibernate, how to avoid conflict?    forum.hibernate.org

Hi, I have an web application with hibernate-1.3.1 inside and I deploy it on Jboss 4.0.5 and it works. I use MSSQL 2005 and driver net.sourceforge.jtds.jdbc.Driver. But after JBoss JBPM(BPEL) installation ,hibernate (called by my app) produces errors , like that: Caused by: java.sql.SQLException: Three part identifiers prohibited in statement Before that I see(it seems like that), that hibernate "takes" JBPM's ...

4. How do i configure hibernate with JBoss    forum.hibernate.org

hi first u create the JNDI in JBoss Application server first configure the the mysql-ds.xml file jboss-4.0.4.GA\docs\examples\jca\mysql-ds.xml copy that file into C:\Program Files\jboss-4.0.4.GA\server\default\deploy and configure the database driver ,url and JNDI name ...........etc and you must configure hibernate-cfg.xml file like this java:comp/env/MySqlDS org.hibernate.dialect.MySQLDialect

10. Hibernate Password Encryption with JBOSS    forum.hibernate.org

I want that hibernate get the encrypted password from C:\jboss-3.2.7\server\default\conf\login-config.xml programatically. Problem is somewhere in step 3. How to tell the Configuration to get the encrypted password from the login-config.xml. I got the following exception javax.ejb.EJBException: Couldn't create resource The user must supply a JDBC connection Using the following configuration. 1: in login-config.xml root ...

11. BatchUpdateException with JBoss    forum.hibernate.org

Hello, I'm using Hibernate with JBoss and the problem is that in cases an insert/update operation to the database fails and a BatchUpdateException is thrown, JBoss converts it to a NestedSQLException with a message that just says "Error" and does not provide any informative details, and a recursive cause! I know it's a JBoss problem and not a Hibernate one, but ...