Jboss 7.1 ejb 2.1-benutzerdefinierte Transaktion-timeout Konfiguration

Ich bin gerade dabei, ein upgrade für meine web-Applikation von jboss 5.1 auf jboss 7.1.1.Letzte

In meinem jboss.xml ich habe konfiguriert, einige benutzerdefinierte ejb-timeouts, wie die folgenden:

     <session>
        <ejb-name>MSServiceEJB</ejb-name>
        <jndi-name>ejb/MSServiceEJB</jndi-name>
        <local-jndi-name>ejb/LocalMSServiceEJB</local-jndi-name>
        <method-attributes>
            <method>
                <method-name>*</method-name>
                <transaction-timeout>3600</transaction-timeout>
            </method>
        </method-attributes>
    </session>

jboss 7 ignoriert jboss.xml, wo kann ich geben mein ejb 2.1 Transaktions-timeouts?

InformationsquelleAutor mobile | 2012-10-22
Schreibe einen Kommentar