[jboss-user] [JBoss Seam] - Re: IllegalStateException: No Transaction: what have I misse

2007-09-04 Thread weliwarmer
Got it! The named query needed to be called blog.findAll not just findAll. Thanks. See you again soon! Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080885#4080885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No Transaction: what have I misse

2007-09-04 Thread weliwarmer
Hi Pete, There does not seem to be any other exception. The root cause is the IllegalStateException The nearest piece of my code is Query query = em.createNamedQuery("blog.findAll"); as in the trace: anonymous wrote : at com.vc-jobs.jobsite.web.BlogFinderAction.doBlogSearch(BlogFinde

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No Transaction: what have I misse

2007-09-04 Thread [EMAIL PROTECTED]
Normally this signifies a previous problem in the code. No exceptions further up the log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080850#4080850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080850 ___