Hans Zeller created TRAFODION-2752:
--------------------------------------
Summary: Missing method name from error message when creating
routine
Key: TRAFODION-2752
URL: https://issues.apache.org/jira/browse/TRAFODION-2752
Project: Apache Trafodion
Issue Type: Bug
Components: sql-cmu
Affects Versions: 2.0-incubating
Reporter: Hans Zeller
Assignee: Hans Zeller
Priority: Minor
Fix For: 2.3-incubating
Error messages with sqlcode values from 11231 to 11234 show only the signature
but not the method name. Example:
*** ERROR[11234] The Java method '(II[I)V' was not found in Java class 't100'
Instead, the message should say something like this:
*** ERROR[11234] The Java method 'nosuchname(II[I)V' was not found in Java
class 't100'
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)