This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes JBoss and the fly likes Are there performance disadvantages to using my packaging Hibernate in a WAR instead of using JBoss? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Are there performance disadvantages to using my packaging Hibernate in a WAR instead of using JBoss?" Watch "Are there performance disadvantages to using my packaging Hibernate in a WAR instead of using JBoss?" New topic
Author

Are there performance disadvantages to using my packaging Hibernate in a WAR instead of using JBoss?

Dave Alvarado
Ranch Hand

Joined: Jul 02, 2008
Posts: 434
Hi,

I'm using JBoss 7.1.1.Final and am building a WAR application using Spring 3.1.1.RELEASE and Hibernate 4.1.5.Final. The Hibernate version is a slight upgrade from what module JBoss provides. My question is, are there performance (or other) disadvantages of doing this? I would prefer not to install a new module in JBoss because there may be other applications running that depend on the Hibernate version taht ships with JBoss.

Thanks for your feedback, - Dave
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Are there performance disadvantages to using my packaging Hibernate in a WAR instead of using JBoss?
 
Similar Threads
Is it possible to set the transaction timeout at the application level
EJB 2.1 deployment problem on JBoss 5.0.1 GA/Spring 1.2.2
Valid user login attempts
Jboss class loader isolation problem with spring
JBoss 7.1.1.Final: how to exclude Hibernate 4 and use the version packaged in the application ?