Hi all,
i tried to deploy the jboss hibernate example which is often referenced in the forum from jboss cvs.
I tried to run with 4.0.3RC1, changed import in players.jsp to com.hibernate.xy, changed the find()-method to createQuery() together with list() and in hibernate-service.xml the packagepath for attributes Dialect and CacheProviderClass, deployed it and it works.
If i try to deploy in Jboss 4.0.2 i get exceptions:
NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap
Seems to me like common-collections.jar not found...
and for using
<attribute name="CacheProviderClass">org.hibernate.cache.NoCacheProvider</attribute>
if get a NoClassDefFoundError: org/apache/commons/collections/SequencedHashMap
I think some packages are missing. Any idea, where i need to place them?
And can perhaps someone descripe how to use the JBoss TreeCache?
Regards
Peter
|