<?xml version="1.0"?>
<!DOCTYPE weblogic-ejb-jar PUBLIC 
          "-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN"
          "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd">

<weblogic-ejb-jar>

    <weblogic-enterprise-bean>
        <ejb-name>demo.Story</ejb-name>
        <entity-descriptor>
            <entity-cache>
                <max-beans-in-cache>100</max-beans-in-cache>
                <idle-timeout-seconds>600</idle-timeout-seconds>
                <read-timeout-seconds>0</read-timeout-seconds>
                <concurrency-strategy>Database</concurrency-strategy>
            </entity-cache>
            <lifecycle>
                <passivation-strategy>default</passivation-strategy>
            </lifecycle>
            <persistence>
                <delay-updates-until-end-of-tx>true</delay-updates-until-end-of-tx>
                <finders-load-bean>true</finders-load-bean>
                <persistence-type>
                    <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                    <type-version>5.1.0</type-version>
                    <type-storage>META-INF/weblogic-rdbms11-persistence-600.xml</type-storage>
                </persistence-type>
                <db-is-shared>true</db-is-shared>
                <persistence-use>
                    <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                    <type-version>5.1.0</type-version>
                </persistence-use>
            </persistence>
            <entity-clustering>
                <home-is-clusterable>true</home-is-clusterable>
            </entity-clustering>
        </entity-descriptor>
        <transaction-descriptor>
            <trans-timeout-seconds>30</trans-timeout-seconds>
        </transaction-descriptor>
        <enable-call-by-reference>true</enable-call-by-reference>
        <jndi-name>demo.StoryHome</jndi-name>
    </weblogic-enterprise-bean>


</weblogic-ejb-jar>