Added some details to the steps of running Hibernate with an EJB application in the WSAD 5.0.1 environment, originally posted at this link:
http://www.hibernate.org/173.html.
I've added some details to make it easier for beginners like myself.
Note all test server configurations refer to the WSAD test environment
1.Create the EAR and EJB projects as you normally do, create the Session bean that normally used as transactional facade.
2.Import the following jar archives to the EAR project root directory from the file system:
cglib2.jar
commons-collections.jar
commons-logging.jar
dom4j.jar
hibernate2.jar
odmg.jar
xalan.jar
There may be warnings about the dependent Jar files not available for some of the JARs above. You can either ignore them or add them from WSAD