Posted By:
Martin_Assensoh
Posted On:
Friday, July 14, 2006 04:06 AM
I,m using Jbuilder X and trying to create Stubs for my ejb-client jar file.
When I select the 'Generate RMI Stub/Skeleton' option in Jbuilder, and try to rebuild I get the error that stubs are needed only for remote object classes.
The message is:
"DBAccess.java": error: com.netinfo.system.db.DBAccess is an interface; stubs are needed only for remote object classes.
My DBAccess is the interface which extends EJBObject.
Is there some configuration I'm missing in Jbuilder?
regards
Martin