Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

syntax error returned when deploying ejb proxy object

44 views
Skip to first unread message

eugenechoi

unread,
Dec 30, 2008, 1:28:25 PM12/30/08
to
Hi,
I have a problem with the following scenario:
1) custom java class that uses a 3rd party library that
makes use of java.awt class (PaintEvent)
1a) my custom classes were written in java 1.5 and i set the
IDE's jdk to 1.5. I am using Powerbuilder 10.5.2 using the
most current EBF.
2) creation of the ejb proxy objects is successful.
3) but when i go to deploy my application making use of the
proxy objects, Powerbuilder returns back an error for the
following stubs:
mfa105.pbl(paintevent).9: Error C0031: Syntax error
mfa105.pbl(dialogtype).7: Error C0031: Syntax error

if i remove the stubs for these 2 objects, i can get around
the syntax error, but then i get a new set of syntax errors
from objects that used the original 2.

Does anyone know how to fix this?

eugenechoi

unread,
Dec 31, 2008, 12:32:27 PM12/31/08
to
The way i fixed it was to keep the interface to my java
object (the public methods) to have really basic signatures
(using basic POJOs that did not make use of objects that had
deep dependencies). what a headache.
0 new messages