Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FRM-92100, PJC problem

364594Nov 25 2002
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2002
Added on Nov 25 2002
4 comments
304 views