I'm getting errors, too. I would like to build this so I can do some testing of what may be bugs in the current 4.0.3 version. Hopefully, they're fixed and I can move on.
Here's the output from my build. Thanks Nic ----------------------------------------------------------------------------------------------------------- /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:49: org.jboss.ejb3.entity.ExtendedHibernateSession is not abstract and does not override abstract method update(java.lang.String,java.lang.Object,java.io.Serializable) in org.hibernate.Session public class ExtendedHibernateSession implements Session, ExtendedPersistenceContext, Serializable ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:309: delete(java.lang.Object) in org.hibernate.Session cannot be applied to (java.lang.String,java.lang.Object) getHibernateSession().delete(entityName, object); ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:454: cannot find symbol symbol : method getTransaction() location: interface org.hibernate.Session return getHibernateSession().getTransaction(); ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:52: org.jboss.ejb3.entity.InjectedHibernateSession is not abstract and does not override abstract method update(java.lang.String,java.lang.Object,java.io.Serializable) in org.hibernate.Session public class InjectedHibernateSession implements Session, Externalizable ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:316: delete(java.lang.Object) in org.hibernate.Session cannot be applied to (java.lang.String,java.lang.Object) getHibernateSession().delete(entityName, object); ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:461: cannot find symbol symbol : method getTransaction() location: interface org.hibernate.Session return getHibernateSession().getTransaction(); ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java:92: cannot find symbol symbol : method getDefinedFilterNames() location: interface org.hibernate.SessionFactory return getSessionFactory().getDefinedFilterNames(); ^ /work/jboss-4.0/ejb3/src/main/org/jboss/ejb3/entity/InjectedSessionFactory.java:97: cannot find symbol symbol : method getFilterDefinition(java.lang.String) location: interface org.hibernate.SessionFactory return getSessionFactory().getFilterDefinition(filterName); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 8 errors 9 warnings BUILD FAILED View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920801#3920801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920801 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user