<?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:transaction="http://jboss.com/products/seam/transaction";
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |             xsi:schemaLocation=
  |                 "http://jboss.com/products/seam/core 
http://jboss.com/products/seam/core-2.0.xsd
  |                  http://jboss.com/products/seam/transaction 
http://jboss.com/products/seam/transacti
  | on-2.0.xsd
  |                  http://jboss.com/products/seam/security 
http://jboss.com/products/seam/security-2.0
  | .xsd
  |                  http://jboss.com/products/seam/components 
http://jboss.com/products/seam/components
  | -2.0.xsd">
  | 
  |     <core:init      jndi-pattern="fork_seam/#{ejbName}/local"
  |                             debug="true"/>
  | 
  |     <core:manager conversation-timeout="120000"
  |                   concurrent-request-timeout="500"
  |                   conversation-id-parameter="cid"/>
  | 
  |     <transaction:ejb-transaction/>
  |     
  |     <security:identity authenticate-method="#{loginAction.login}"/>
  |     
  |     <event type="org.jboss.seam.notLoggedIn">
  |             <action expression="#{redirect.captureCurrentView}"/>
  |     </event>
  |     
  |     <event type="org.jboss.seam.postAuthenticate">
  |         <action expression="#{redirect.returnToCapturedView}"/>
  |     </event>
  |                     
  | </components>

This was a bug in the docs (already fixed in CVS)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072400#4072400

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072400
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to