[jboss-user] [JBoss Seam] - Re: Update transactions occurring prematurely in Seam app
asookazian
do-not-reply at jboss.com
Thu Dec 20 15:32:15 EST 2007
On pg. 814 of JPA/Hibernate book, it talks about TransactionalSeamPhaseListener. I am currently not using this in my faces-config.xml. Is it required to use this with SMPC and flushMode=MANUAL?
<?xml version='1.0' encoding='UTF-8'?>
| <faces-config version="1.2"
| xmlns="http://java.sun.com/xml/ns/javaee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
|
| <application>
| <locale-config>
| <default-locale>en</default-locale>
| </locale-config>
| <!-- Disabled when using Ajax4JSF -->
| <!--
| <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
| -->
| </application>
|
| </faces-config>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114792#4114792
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114792
More information about the jboss-user
mailing list