...
With Geronimo stopped, create a directory and place geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar
in it.
No Format bgColor #000000 borderStyle solid
jlaskowski@dev /cygdrive/c/geronimo
$ mkdir -p repository/org/apache/geronimo/hibernate/transaction/geronimo-hibernate-transaction-manager-lookup/1.0-SNAPSHOT
jlaskowski@dev /cygdrive/c/geronimo
$ cp c\:/.m2/org/apache/geronimo/hibernate/transaction/geronimo-hibernate-transaction-manager-lookup/1.0-SNAPSHOT/geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar \
repository/org/apache/geronimo/hibernate/transaction/geronimo-hibernate-transaction-manager-lookup/1.0-SNAPSHOT/
Hibernate JPA change
Note |
---|
As of GERONIMO-3880 PersistenceUnitInfo.getJarFileUrls() can return null, i.e. Geronimo 2.2-SNAPSHOT built after 02/27 you should not run into this issue and hence no need to execute the steps described in this section. |
If you tried to deploy JBoss Seam's booking application with Hibernate JPA as it is now it would choke with NPE.
...