Kbase P82171: ColdFusion does not understand our *Holder java classes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Trying to call Open Client proxy method from ColdFusion
ColdFusion does not understand our *Holder java classes
CAUSE:
ColdFusion has no way for the user to do an import statement so consequently there is no way for ColdFusion to call methods on a proxy that return input-output or output parameters
FIX:
Write a Java wrapper class around the Open Client proxy and call the Java wrapper class from ColdFusion