PCML problem
0 pts.
0
Q:
PCML problem
I have been trying to use PCML to run a test program on AS400,using Java. However inspite of my PCML and the java code being syntactically correct, I am repeatedly getting java.lang.VerifyError exception-
java.lang.VerifyError: (class: com/ibm/as400/data/PcmlSAXParser, method: <init> signature: (Ljava/lang/String;Ljava/lang/ClassLoader;)V) Incompatible object argument for function call...
Where am I going wrong? Please help asap.
ASKED: May 16 2005  11:22 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
It appears it is a parameter/object type problem just by guessing at your error message. I cant tell if it's in the pcml or in the java code.

Check you parm list in your program and make your it jives with the pcmc code generated. FYI, the RPG compiler will generate pcml code for you.

Check the data types your using for your java method arguments and make sure it is compatible with the method signature.
Last Answered: May 16 2005  11:49 AM GMT by davisty   0 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0