1 Reply Latest reply on Oct 15, 2003 6:44 PM by juha

    <method-intf> and ServiceEndpoint

    hesino

       

      "hesino" wrote:
      "hesino" wrote:
      As of EJB 2.1, ServiceEndpoint is a new value for <container-transaction> <method-intf>. JBoss 4 won't except ServiceEndpoint, it wants Home, Local or Remote for a value. here is code excerpted from ejb-jar.xml:

      <container-transaction>
      <method>
      <ejb-name>MbEndpointBean</ejb-name>
      <method-intf>ServiceEndpoint</method-intf>
      <method-name>getMemberDetails</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
      </container-transaction>

      anyone have any clues as to whats going on here?