jboss « Test « JPA Q&A





1. how to configure cache in hibernate with jboss? ? And test as well in kumud console?    stackoverflow.com

Does any one know, how to configure cache for hibernate with jboss ? My clear question is I am using JPA and Jboss. Every time I call JPA method its creating entity ...

2. Executing hibernate perf test suite    stackoverflow.com

I recently downloaded and notice that it comes with a test suite. However, i couldnt find any instructions on how to run them. The tests are found in: HIBERNATE_INSTALL/project/testsuite/src/test/perf/org/hibernate/test/perf I tried to ...

3. Cache and test problem on the JBoss    forum.hibernate.org

Hello, I'm searching on the net and in this forum and I'm not able to find out any reasonable solution. I'm using JBoss and Hibernate together. I wrote some junit tests that come up to database directly by jdbc connection. They delete data from database tables - it means that they prepare database. Then some operations are provided by hibernate in ...