I'm using JBoss Embedded version beta3.SP10 and I'm facing a persistence bug that is should be fixed in some Hibernate version. Sadly, I don't know what version of Hibernate is used in my JBoss Embedded and couldn't find a way to find this information, the hibernate-all.jar
bundled in it doesn't contain a org.hibernate.Version
class, nor a MANIFEST.
How can I find the currently loaded Hibernate version without using org.hibernate.Version
?