You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/03/27 23:11:32 UTC

[jira] Closed: (GERONIMO-3032) Array bounds problem in NoDTxServerTransactionPolicies.

     [ https://issues.apache.org/jira/browse/GERONIMO-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3032.
----------------------------------

    Resolution: Fixed

Committed revision 523079.

> Array bounds problem in  NoDTxServerTransactionPolicies.
> --------------------------------------------------------
>
>                 Key: GERONIMO-3032
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3032
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: CORBA
>    Affects Versions: 2.0-M5
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.0-M5
>
>
> The NoDTxServerTransactionPolicies static constructor allocates an array of 5 elements using a hardcoded size and then attempts to set 6 elements in the array.  This results in a NoClassDefFound error when the class is first used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.