RE: com.webobjects.eoaccess does not exist, wrong target?
RE: com.webobjects.eoaccess does not exist, wrong target?
- Subject: RE: com.webobjects.eoaccess does not exist, wrong target?
- From: <email@hidden>
- Date: Wed, 6 Apr 2005 09:46:56 +0200
- Thread-topic: com.webobjects.eoaccess does not exist, wrong target?
EOAccess does not exist on the client side.
JavaClient applications do not rely on the EOAccess layer for
persistence. They rather rely on the EODistribution layer. When working with
JavaClient one has to be very careful not to mix the EOControl and EOAccess layer. E.g. EOs belong into the EOControl layer and may thus be used on both the
server and client. EOs should thus not directly reference or depend on the EOAccess layer as this is not available on the client.
Pierre
I'm working on a non direct java client application.
In my EOInterfaceController I'm tring to catch a
EOGeneralAdaptorException (for optimistic lock failures).
It won't compile with the following error:
import com.webobjects.eoaccess;
Customer.java:15: package
com.webobjects.eoaccess does not exist
I've read several posts claiming that this error will
go away if the controller is reassigned to the Application Server target. I
understood from the release notes that it should be under Web Server. Which is
right?
**********************************************************************
This email and any files transmitted with it are intended solely for
the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the sender
of this message. (email@hidden)
This email message has been checked for the presence of computer
viruses; however this protection does not ensure this message is
virus free.
Banque centrale du Luxembourg; Tel ++352-4774-1; http://www.bcl.lu
**********************************************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden