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

2007-12-18 Thread [EMAIL PROTECTED]
oops, my bad, fixed in cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113859#4113859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113859 ___ jboss-user mailing list jbo

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

2007-12-18 Thread [EMAIL PROTECTED]
My first question would be what container are you attempting deploy to? Some app servers (OC4J especially) have a very eager classloader that will attempt to load all classes (and imports) whether or not the classes are used. Thanks, Jay View the original post : http://www.jboss.com/index.html

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

2007-12-17 Thread holmes.j
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