Problem is solved.

On 26 Jul., 17:05, AlexG <[email protected]> wrote:
> Hi all,
>
> I want to build a Web-App, which is strongly mpdular. This means the
> GUI and the Database Classes and Services
> are in their own Projects.
>
> So I got following:
>
> DataStore-Classes (jdo) and the Services to store data in the datastor
> are in a JavaProject, everything is ok.
> The GUI includes the Seervice interfaces and the GUI. So it works also
> fine.
> I´m including the project with the DataStorre-Classes and Services to
> the GWT/GAE-Project with the GUI.
>
> The GUI project compiles and everything seems ok.
>
> OK, now to the prolems I have:
>
> When I want to store something in the Database, I got Errors. The
> Error-Messages say, that the Database-Classes are not enhanced ...
>
> The problem is, as I can see, that the Datastore-Classes are not seen
> by the DataNucleus Enhancer. So they aren´t enhanced.
> I saw a article on the google-site, where a command line is added to
> the configuration, but this doesn´t work for me. I´m using EEclipse
> btw...
>
> MY question is now: How can I tell the DataNucleus Enhancer to enhance
> the classes in the external Project.
> (Reference or .jar) ??
>
> Note: I also saw the Preferences at Google->App->Engine->ORM, but I can
> ´t add classes from pther projects, only from the own project?
>
> Somebody any idea, how I can solve this??
>
> Thanks
> Greets
> Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to