|
Justin Taylor wrote:
SQL4306 Java stored procedure or user-defined function [procedure], specific name could not call Java method [method], signature (Ljava/lang/String;[Ljava/sql/ResultSet;)V. I have been unable to find any reference to this error. Does anyone know what this is trying to tell me
A quick guess:This might be a signature problem, i.e that the parameters and their types do not correspond exactly.
I am not THAT familiar with reading these anymore, but my guess is that it tries to look for method(String s, ResultSet[] resultSet). Is that what you specified?
It might also be that some prerequisite of your code is not available in the classpath active at that point, so that the class doesn't load in the first place.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.