Hi
I downloaded Jboss 4.0.1_Sp1 source code and trying to integrate with hibernate 3.0. Modified build.xml to refer hibernate3.jar and when I compiled Jboss source code, It is prompting with one error.(infact two errors, I resolved one issue).
It is:
^
jboss-4.0.1sp1-src\hibernate\src\main\org\jboss\hibernate\cache\DeployedTreeCa
che.java:22: org.jboss.hibernate.cache.DeployedTreeCache is not abstract and does not override abstr
act method update(java.lang.Object,java.lang.Object) in org.hibernate.cache.Cache
public class DeployedTreeCache
^
Any pointers?
Regards
Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt: