[
https://issues.apache.org/jira/browse/OPENEJB-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Blevins closed OPENEJB-288.
---------------------------------
Resolution: Won't Fix
It doesn't look like there will be any more releases of the 2.x codebase.
> NPE in TranqlCmpSchemaBuilder
> -----------------------------
>
> Key: OPENEJB-288
> URL: https://issues.apache.org/jira/browse/OPENEJB-288
> Project: OpenEJB
> Issue Type: Bug
> Components: deployment
> Affects Versions: 2.2
> Reporter: Prasad Kashyap
> Attachments: TranqlCmpSchemaBuilder.patch
>
>
> [TranqlCmpSchemaBuilder.java |
> https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/main/java/org/apache/openejb/deployment/TranqlCmpSchemaBuilder.java]
> {code:title=TranqlCmpSchemaBuilder.java|borderStyle=solid}
> // -- build parameter type array
> {color:red}
> String[] parameterTypeNames = null;
> {color}
> String[] javaTypeTypes =
> openejbQueryType.getQueryMethod().getMethodParams().getMethodParamArray();
> if (null != javaTypeTypes) {
> for (int j = 0; j < javaTypeTypes.length; j++) {
> // parameterType
> String paramType = javaTypeTypes[j];
> {color:red}
> parameterTypeNames[i] = paramType;
> {color}
> }
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.