Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: Trouble Deploying Seam App To Tomcat

scott.stark@jboss.org

2007-07-06


Sorry I should have mentioned: I'm using Tomcat 6.0.13 and Seam 2.0 Beta1

also, 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:persistence="http://jboss.com/products/seam/persistence"
|         xmlns:drools="http://jboss.com/products/seam/drools"
|         xmlns:security="http://jboss.com/products/seam/security"
|         xmlns:mail="http://jboss.com/products/seam/mail"
|         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/persistence http://jboss.com/products/seam/persistence-2.0.xsd
|            http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
|            http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
|            http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
|            http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
|            http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd">
|
|   <core:init debug="@debug@(protected)@"/>
|    
|   <core:manager concurrent-request-timeout="500"
|            conversation-timeout="120000"
|            conversation-id-parameter="cid"/>
|            
|   <transaction:ejb-transaction/>
|  
|   <!--
|   <persistence:managed-persistence-context name="entityManager"
|                         auto-create="true"
|                  entity-manager-factory="#{mmogwidgetsEntityManagerFactory}"/>
|
|   <persistence:entity-manager-factory name="mmogwidgetsEntityManagerFactory"
|               persistence-unit-name="mmogwidgets"/>
|  
|   <drools:rule-base name="securityRules">
|     <drools:rule-files><value>/security.drl</value></drools:rule-files>
|   </drools:rule-base>
|  
|   -->
|
|   <security:identity authenticate-method="#{authenticator.authenticate}"
|                   security-rules="#{securityRules}"
|                     remember-me="true"/>
|                    
|   <event type="org.jboss.seam.notLoggedIn">
|     <action expression="#{redirect.captureCurrentView}"/>
|   </event>
|   <event type="org.jboss.seam.postAuthenticate">
|     <action expression="#{redirect.returnToCapturedView}"/>
|   </event>
|  
|   <!--
|  
|   <mail:mail-session host="localhost" port="2525" username="test" password="test" />
|   -->
|   <!-- For use with jBPM pageflow or process management -->
|   <!--
|   <bpm:jbpm>
|     <bpm:process-definitions></bpm:process-definitions>
|     <bpm:pageflow-definitions></bpm:pageflow-definitions>
|   </bpm:jbpm>
|   -->
|    
| </components>
|

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061419
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.