On Mon, Nov 30, 2009 at 3:56 AM, Bryan Harper <[email protected]> wrote:
> No source code is available for type
> javax.jdo.PersistenceManagerFactory; did you forget to inherit a
> required module?
>
> I'm working on a simple app that I just got to the point of persisting
> data. When I call the PMF I get the error above. Any ideas?

that's an error from the GWT. Check your project layout and do not put
classes that should not be cross compiled to GWT under the *.client.*
package...

solution:
move the class to the *.server.* package and it will solve the prob...

ra
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" 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-java?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.


Reply via email to