[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-10-09 Thread brett.schuchert
I had the same problem. Here's partial code that does the trick. Note that I'm using an EntityManager in a JSE environment, not a JEE environment. Also, since I'm using hibernate, I did one hacky thing... I down casted the EntityManager to EntityManagerImpl. Here's what I wrote to set

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-09-25 Thread petemuir
I would suggest asking on the hibernate.org forum or in the JBoss EJB3 forum. Seam is only wrapping EJB3 persistence (to provide support for long-runing conversations) in it's transaction management. View the original post :

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-09-22 Thread mzeijen
isn't this a EJB3 topic? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973493#3973493 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973493 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-09-22 Thread max522over
I don't think so. I've tried to go out to jdbc to do that but it always fails because I have a managed transaction. This is seam managing the transaction and not allowing me a way to talk direct sql to database engine. View the original post :