[JBoss-user] [JBoss Seam] - Re: Can't deploy, embedded EJB3 container fails to deploy

2006-01-21 Thread andrew.rw.robinson
Oh, by the way, I checked the jar, and found the method that is supposedly missing, it is there. Not sure why the error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918856#3918856 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Can't deploy, embedded EJB3 container fails to deploy

2006-01-21 Thread andrew.rw.robinson
Well, I just saw the new jars for hibernate, and downloaded them, and saw they broke my code. I hope that using the '[EMAIL PROTECTED](field)' will work the same way the entity did. Also I was bummed to find that the FlushMode.NEVER is gone. Really bad as Gavin told me to use it for a solution

[JBoss-user] [JBoss Seam] - Re: Can't deploy, embedded EJB3 container fails to deploy

2006-01-21 Thread [EMAIL PROTECTED]
andrew.rw.robinson wrote : I am attempting to run a new seam project on tomcat with EJB3 enabled The booking example in jboss-seam CVS runs on tomcat 5.5. Follow that. andrew.rw.robinson wrote : (Specifically I wanted the 'access' property: @Entity(access=AccessType.FIELD)) AccessType has

[JBoss-user] [JBoss Seam] - Re: Can't deploy, embedded EJB3 container fails to deploy

2006-01-21 Thread [EMAIL PROTECTED]
andrew.rw.robinson wrote : Well, I just saw the new jars for hibernate, and downloaded them, and saw they broke my code. I hope that using the '[EMAIL PROTECTED](field)' You don't need it anymore. EJB3 decides the access type based upon whether the annotations are defined at field or property

[JBoss-user] [JBoss Seam] - Re: Can't deploy, embedded EJB3 container fails to deploy

2006-01-21 Thread andrew.rw.robinson
Any clue on the NoSuchMethodError? I can only find one jar with that deployed class so it doesn't seem to be a classpath issue (though I won't say I'm 100% sure). When I deploy the booking example it works, so I am thinking it may be the updated jars from the hibernate-entity-manager, but can't