FRM-92100, PJC problem
Hi,
I'm trying to use PJC, I've created a new ui(class) item extending JTextField in my class and I've implemented the IView interface for it, but when I change the implementation class for the corresponding item in the form module to this new class (and ofcourse doing everything related to deploying the files and changing the cfg file), after applet initialization I get the mentioned error message, with the following stack:
FRM-92100:Your connection to the Server was interrupted.
This may be the result of a network error, or a failure on the Server.
You will need to reestablish your session.
Details...
Java Exception:
java.lang.ClassCastException:MyTextItem.MyTextItem
at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
at oracle.forms.handler.TextItem.onUpdate(Unknown Source)
...
I'd be most grateful if anyone is kind enough this long question and helps me in resolving it.(my email is sasantavakoli@yahoo.com)
regards,
Sasan Tavakoli.
P.S. : If I change the class I'm extending from JTextField to oracle's VTextField then every thing is ok , but I need it to be JTextField.