3 Replies Latest reply on Nov 12, 2002 10:59 AM by rakn

    EXCEPTION_ACCESS_VIOLATION

    rakn

      Hi,

      I tried to deploy an xml-descriptor file with following contents and I get an exception_access_violation:

      <container-transaction>

      <ejb-name>IbDomainEntityBean</ejb-name>
      <method-intf>Local</method-intf>
      <method-name>addIbContractToIbDomain</method-name>
      <method-params> <method-param>com.ibservices.dependentobject.IbContractDO</method-param>
      </method-params>

      <trans-attribute>Required</trans-attribute>
      </container-transaction>

      Does anyone know what's the reason for this behaviour

      Thanks



        • 1. Re: EXCEPTION_ACCESS_VIOLATION

          what is exception_access_violation?

          • 2. Re: EXCEPTION_ACCESS_VIOLATION
            rakn

            Precisely I receive following message

            An unexpected exception has been detected in native code outside the VM.
            Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x530052
            Function name=(N/A)
            Library=(N/A)

            NOTE: We are unable to locate the function name symbol for the error
            just occurred. Please refer to release documentation for possible
            reason and solutions.

            • 3. Re: EXCEPTION_ACCESS_VIOLATION
              rakn

              I solved my problem: I use now jdk 1.4 instead of 1.3 (with Jboss 3.0)