Joined: Fri Mar 26, 2004 7:02 am Posts: 17
|
Hi,
i sucessfully integrate hibernate service into jboss 3.2.3 now i try to switch from tomcat4 service to tomcat 5 service (still in jboss3.2.3) and in deployment step (.ear with inside Hibernate's .sar) i recive the following Exception:
----
Caused by: java.lang.IllegalAccessError: tried to access class org.apache.commons.logging.LogFactory$1 from class org.apache.commons.logging.LogFactory
at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:262)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
at net.sf.hibernate.jmx.HibernateService.<clinit>(HibernateService.java:30)
----
the same configuration pattern works with tmc4.... I think that it's a hibernate service problem
any idea??
thx
|
|