[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

nandhusriram do-not-reply at jboss.com
Thu Feb 7 19:09:47 EST 2008


Thanks Jay , 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:transaction="http://jboss.com/products/seam/transaction"
            xmlns:security="http://jboss.com/products/seam/security"
            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-2.0.xsd 
                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd 
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">

    <core:manager conversation-timeout="120000" 
                  concurrent-request-timeout="500"
                  conversation-id-parameter="cid"/>
                  
                  
    <persistence:entity-manager-factory name="bookingDatabase"/>
    
    <persistence:managed-persistence-context name="em"
                               auto-create="true" 
                    entity-manager-factory="#{bookingDatabase}"/>
                    
    <security:identity authenticate-method="#{authenticator.authenticate}"/>  
    
    <!-- WAS requires the filter to be mapped to a suffix, so can't use built in Seam filter --> 
    <web:ajax4jsf-filter disabled="true" />
    


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

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



More information about the jboss-user mailing list