Thanks Lorenzo
the Entities, placed my DTOs in shared package as well as added to my
Could this be a reason why my Persistence-aware Entities cannot be
compiled even after placing them under client package? I did relocate
module file this:or does it have to be:
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>
<source path='com/foo/client' />
<source path='com/foo/shared' />
But in as much as compile was successful, I still get the errors:
The import javax.persistence cannot be resolved
[ERROR] Line 10: The import javax.persistence cannot be resolved
[ERROR] Line 18: Entity cannot be resolved to a type
[ERROR] Line 21: Id cannot be resolved to a type
[ERROR] Line 22: GeneratedValue cannot be resolved to a type
[ERROR] Line 22: The attribute strategy is undefined for the
annotation type GeneratedValue
[ERROR] Line 22: GenerationType cannot be resolved
[ERROR] Line 25: Table cannot be resolved to a type
[ERROR] Line 25: The attribute name is undefined for the
annotation type Table
[ERROR] Line 26: NamedQueries cannot be resolved to a type
--> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
Odeyemi 'Kayode O.
B.Sc(Hons) Econs, Application Developer & Systems Engineer (Sun Certified
Professional),
Oracle Certified Associate, Solaris Systems Administrator, Drupal Developer
Website: http://sinati.com <http://www.sinati.com>
Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde,
http://www.google.com/profiles/dreyemi
Skype:drecute
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
<source path='shared'/>
Could this be a reason why my Persistence-aware Entities cannot be
compiled even after placing them under client package? I did relocate
the Entities as well as added to my module file this:
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>
But in as much as compile was successful, I still get the errors:
The import javax.persistence cannot be resolved
[ERROR] Line 10: The import javax.persistence cannot be resolved
[ERROR] Line 18: Entity cannot be resolved to a type
[ERROR] Line 21: Id cannot be resolved to a type
[ERROR] Line 22: GeneratedValue cannot be resolved to a type
[ERROR] Line 22: The attribute strategy is undefined for the
annotation type GeneratedValue
[ERROR] Line 22: GenerationType cannot be resolved
[ERROR] Line 25: Table cannot be resolved to a type
[ERROR] Line 25: The attribute name is undefined for the
annotation type Table
[ERROR] Line 26: NamedQueries cannot be resolved to a type
On 2/21/11, l.denardo <lorenzo...@gmail.com> wrote:
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
Odeyemi 'Kayode O.
B.Sc(Hons) Econs, Application Developer & Systems Engineer (Sun Certified
Professional),
Oracle Certified Associate, Solaris Systems Administrator, Drupal Developer
Website: http://sinati.com <http://www.sinati.com>
Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde,
http://www.google.com/profiles/dreyemi
Skype:drecute
I tried Objectify with a small project. Works fine. But nonetheless,
I'm still keen on getting my initial try with GWT/JPA/GAE compile and
run successfully. At the moment, I have no external library that
requires inclusion.
I see some GWT/JPA samples from the book Google Web Toolkit 2
Application Development Cookbook
(http://www.packtpub.com/article/working-entities-google-web-toolkit).
Let me see what I can get from it.
Thanks
> *Jeff Schwartz*
> http://jefftschwartz.appspot.com/
> follow me on twitter: @jefftschwartz
>
Kind regards
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
Odeyemi 'Kayode O.
B.Sc(Hons) Econs, Application Developer & Systems Engineer (Sun Certified
Professional),
Oracle Certified Associate, Solaris Systems Administrator, Drupal Developer
Website: http://sinati.com <http://www.sinati.com>
Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde,
http://www.google.com/profiles/dreyemi
Skype:drecute