[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread [EMAIL PROTECTED]
Nothing to do with Seam - ask on the hibernate or ejb3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129947#4129947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129947

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread wiggy
Thanks pete will try to cross post and see igf any one can teel whats going on pretty frsutrating though. Thanks for the post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129984#4129984 Reply to the post :

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-09 Thread msystems
Where is the 'transaction.manager_lookup_class': | property name=hibernate.transaction.manager_lookup_class value=org.hibernate.transaction.JBossTransactionManagerLookup/ | and the 'jta-data-source' looks wrong, try: |

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-09 Thread wiggy
first off - the data source - was struggling earlier with where names were getting posted into the JNDI so i forced the name into the global space - havent been back to play with this again - so its still there - so heres the datasource defn as exported to the deploy dir | datasources |

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-09 Thread msystems
anonymous wrote : | as to your first question about hibernate.transaction_manager_lookup_class... I dont know! where is this xml configuration set? In the persistence.xml: | persistence xmlns=http://java.sun.com/xml/ns/persistence; |

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-09 Thread wiggy
are okay i see it now howeevr its the same at work and home - i also set the value in hibernate console at work also and it still fails. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128069#4128069 Reply to the post :

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null : same code w

2008-02-08 Thread wiggy
okay can any one help on this. I've imported the same code base onto my pc at home - think i have the same config but it works fine at home i stall have the persistence.xml as | persistence xmlns=http://java.sun.com/xml/ns/persistence; |