Yes it is working well with 1.2.1 GA
Here is my components.xml:
<?xml version="1.0" encoding="UTF-8"?>
|
| <components
xmlns="http://jboss.com/products/seam/components"
|
xmlns:core="http://jboss.com/products/seam/core"
|
xmlns:security="http://jboss.com/products/seam/security"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="
|
http://jboss.com/products/seam/core
http://jboss.com/products/seam/core-1.1.xsd
|
http://jboss.com/products/seam/components
http://jboss.com/products/seam/components-1.1.xsd
|
http://jboss.com/products/seam/security
http://jboss.com/products/seam/security-1.1.xsd
| ">
| <core:init jndi-pattern="java:comp/env/gop-ejb/#{ejbName}/local"
debug="true"/>
|
| <core:manager conversation-timeout="120000"
| concurrent-request-timeout="500"
| conversation-id-parameter="cid"
| conversation-is-long-running-parameter="clr"/>
|
| <core:transactionListener/>
| <!--core:ejb installed="@embeddedEjb@"/-->
| <security:identity
authenticate-method="#{otantikamator.otantikmi}"/>
|
| <event type="org.jboss.seam.notLoggedIn">
| <action expression="#{redirect.captureCurrentView}"/>
| </event>
| <event type="org.jboss.seam.postAuthenticate">
| <action expression="#{redirect.returnToCapturedView}"/>
| </event>
|
| <!--component name="org.jboss.seam.ui.entityConverter">
| <property
name="entityManager">#{isteklerAction}</property>
| </component-->
|
| <component class="org.jboss.seam.web.MultipartFilter">
| <property name="createTempFiles">true</property>
| <property name="maxRequestSize">1000000</property>
| </component>
|
| <event type="isteklerRefresh">
| <action expression="#{isteklerAra.refresh}"/>
| </event>
|
| </components>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058056#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...