Hi,

On Mon, Apr 13, 2009 at 6:08 AM, Derek Chen-Becker
<dchenbec...@gmail.com> wrote:
> Cool, so the ScalaJPA stuff works fine under GAE?

I have some problems.
For example, in some cases, ScalaEtityManager#find could not find the object.

I mean that it could not find an object,
  Model.find[Author](classOf[Author], id) ,
but I got it by the following,
  Mode.createNamedQuery[Author]("findAllAuthors").getResultList().filter(_.getId
== id)(0)

I, however, have guessed that problem has not come from ScalaJPA.
It may be from DataNucleus or its driver for GEA's datastore.
I have encountered several weired behaviors in using that datastore.


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
   +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to