[jboss-user] [JBoss Seam] - Re: 2.0.1.CR1 - Testing w/o Hibernate

holmes.j do-not-reply at jboss.com
Mon Dec 17 18:27:15 EST 2007


If anybody else has this issue, just ensure you have this class in your classpath...


  | import org.jboss.seam.ScopeType;
  | import org.jboss.seam.annotations.Install;
  | import org.jboss.seam.annotations.Name;
  | import org.jboss.seam.annotations.Scope;
  | 
  | /**
  |  * At the moment the folks at JBoss decided that Hibernate should be required
  |  * on the classpath.
  |  * 
  |  * This fixes that
  |  * 
  |  * @author Jason Holmes
  |  * 
  |  */
  | @Deprecated
  | @Name("org.jboss.seam.ui.hibernateEntityLoader")
  | @Install(precedence = Install.MOCK)
  | @Scope(ScopeType.STATELESS)
  | public class HibernateEntityLoader {
  | }
  | 

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

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



More information about the jboss-user mailing list