[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-16 Thread neilac333
Though this might be a long shot, it occurred to me that I might be using s:selectItems incorrectly. In my case, when I do the following in my Facelet as described above: | select jsfc=h:selectOneMenu id=categoryDropdown value=#{myAction.category} | s:selectItems

[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-15 Thread neilac333
From my application log: | 15 Feb 2008 13:19:02,245: DEBUG org.hibernate.hql.ast.ErrorCounter - throwQueryException() : no errors | 15 Feb 2008 13:19:02,245: DEBUG org.hibernate.hql.ast.QueryTranslatorImpl - HQL: from com.myApp.persistence.TechnicalCategory | 15 Feb 2008 13:19:02,245:

[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-15 Thread neilac333
I should also mention that my driver is weblogic.jdbc.oracle.OracleDriver. Here also is some stuff in my WL server log. It means nothing to me, but it may to you: | Feb 15, 2008 1:08:11 PM EST Error JDBC TSP617758 AdminServer [ACTIVE] ExecuteThread: '17' for queue:

[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-15 Thread neilac333
So here is something interesting! I added some more debug statements to my code and found this: | 15 Feb 2008 15:39:19,847: DEBUG com.myapp.persistence.QueryServiceImpl - Executed query | 15 Feb 2008 15:39:19,847: DEBUG com.myapp.persistence.QueryServiceImpl - Ending method getCategories

[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-14 Thread [EMAIL PROTECTED]
Can you turn on weblogic/hibernate logging to print out when the rollback actually happens? Are there any other exceptions in the log? -Jay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129521#4129521 Reply to the post :