[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

Stateless Bean do-not-reply at jboss.com
Thu Aug 2 03:18:11 EDT 2007


I think yes.

here is my components.xml. Maybe I should install some bean/class like processor in compoenents?


  | <?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:drools="http://jboss.com/products/seam/drools"
  |             xmlns:web="http://jboss.com/products/seam/web"
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xsi:schemaLocation=
  |                 "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  |                  http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  |                  http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  |                  http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.2.xsd
  |                  http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd">  
  | 
  |    <!--  <core:init jndi-pattern="Universum/#{ejbName}/local" debug="false"/>-->
  |    <core:init jndi-pattern="#{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="true"/>
  |     <core:dispatcher/>
  |     <component name="org.jboss.seam.remoting.remoting">
  |       <property name="debug">false</property>
  |       <property name="pollTimeout">2</property>
  |       <property name="pollInterval">1</property>
  |     </component> 
  |     
  |     <drools:rule-base name="securityRules">
  |         <drools:rule-files><value>/META-INF/security-rules.drl</value></drools:rule-files>
  |     </drools:rule-base>
  |     
  |     <security:identity authenticate-method="#{authenticator.authenticate}"/>
  |     
  |     <!-- ><component name="em" auto-create="true" class="org.jboss.seam.core.ManagedPersistenceContext">
  |         <property name="persistenceUnitJndiName">java:/sguEntityManagerFactory</property>
  |     </component>  -->
  |     <core:managed-persistence-context name="em"
  |                                       auto-create="true"
  |                                       persistence-unit-jndi-name="java:/sguEntityManagerFactory" />    
  |     
  |     <factory name="remoteAddr" value="#{facesContext.externalContext.request.remoteAddr}" />
  |     
  | 	<core:locale-selector cookie-enabled="true"/>            
  | </components>

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069930



More information about the jboss-user mailing list