[jboss-user] [JBoss Seam] - Re: problem with 1.3.0 alpha
laksu
do-not-reply at jboss.com
Wed Jun 27 06:11:18 EDT 2007
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#4058056
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058056
More information about the jboss-user
mailing list