Reputation: 437
Iam developing a java EE 6 application with JBOSS As 6. In JBoss As 6 Hibernate version is 3.6.0 . How can I replace it with 3.6.3 ???
Upvotes: 0
Views: 2143
Reputation: 452
You should be able to find the the current hibernate jars under common/lib.
Make a backup of the directory first, then remove the hibernate jars from them, and replace them with the more current version.
Upvotes: 3