I installed jboss under D:\jboss-4.0.3
First, in my hibernate.cfg.xml, I have not defined 
hibernate.cache.provider_class, because I think the default cache provider is 
ehcache.
I got followin error messages:
=======================
...
17:35:15,890 INFO  [SettingsFactory] Cache provider: 
org.hibernate.cache.EhCacheProvider
17:35:15,906 ERROR [HibernateUtil] HibernateUtil.static: Initial SessionFactory 
creation failed.java.lang.NoClassDefFoundError: net/sf/ehcache/CacheException
...
========================

Then, I found jboss-4.0.3 needs ehcache-1.1.jar, so I got ehcache-1.1.jar from 
hibernate-3.1.beta3.zip,  because during I startup jboss, i got following 
message:
=================================
17:35:10,421 INFO  [Environment] Hibernate 3.1 beta 3
===============================
I copy ehcache-1.1.jar into D:\jboss-4.0.3\server\default\lib

Now, everything is ok, my application (just a simple session bean) could get 
data from database through hibernate, but I got another WARN message:
===============================
17:44:05,109 WARN  [Configurator] No configuration found. Configuring ehcache 
from ehcache-failsafe.xml found in the classpath: 
jar:file:/D:/jboss-4.0.3/server/default/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
===============================
I try to put one META-INF/ehcache.xml in my ejar jar file, but hibernate could 
find my ehcache configuration at all. (this is my first problem)

If I defined 
net.sf.ehcache.hibernate.Provider
 in my hibernate.cfg.xml, 
I will following error message, even I have added ehcache-1.1.jar
================================
17:52:16,703 ERROR [HibernateUtil] HibernateUtil.static: Initial SessionFactory 
creation failed.org.hibernate.HibernateException: could not instantiate 
CacheProvider: net.sf.ehcache.hibernate.Provider
17:52:17,921 ERROR [LogInterceptor] Unexpected Error in method: public abstract 
arden.pshop.ejbclient.CheckUserResult 
arden.pshop.ejb.interfaces.Pshop.checkUser(java.lang.String,java.lang.String) 
throws arden.pshop.PshopException,java.rmi.RemoteException
java.lang.NoClassDefFoundError
===================================
it is my second problem . :-((


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902794#3902794

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902794


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to