[jboss-user] [JBoss Seam] - Re: How to use Seam without persistence?
Kragoth
do-not-reply at jboss.com
Wed Oct 10 21:52:51 EDT 2007
Thank you all for your help.
I did not see the line
| <transaction:no-transaction/>
|
when reading the documentation. The addition of that line has indeed fixed my problems at least for now. :)
What I read was.
_____________________________________
8.2.1. Disabling Seam-managed transactions
Seam transaction management is enabled by default for all JSF requests. If you want to disable this feature, you can do it in components.xml:
<core:init transaction-management-enabled="false"/>
______________________________________
There is no mention there of using the line: <transaction:no-transaction/>
So I'm sorry for missing that as I did try to read up before asking.
sebasfiorent: We are thinking of possibly using some JBPM so I may have to get a little more info off you if I run into the IllegalOperationException if that's ok. :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093808#4093808
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093808
More information about the jboss-user
mailing list