[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread
I just checked repository. I think no 1.1-SNAPSHOT for scalajpa. Only 1.0-SNAPSHOT their. That should be the problem. 2009/5/31 Charles F. Munat c...@munat.com Nope. Now it just can't find the lift-jpa jar. Thanks. Chas. Atsuhiko Yamanaka wrote: Hi, On Sun, May 31, 2009 at 9:37 AM,

[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread
And also a thread scalajpa 1.1 you could follow. http://groups.google.com/group/liftweb/browse_thread/thread/3dc4c71216a24e6c?pli=1 2009/5/31 刘浩 sniperliu...@gmail.com I just checked repository. I think no 1.1-SNAPSHOT for scalajpa. Only 1.0-SNAPSHOT their. That should be the problem

[Lift] Re: Where is scalajpa.jar?

2009-05-30 Thread
I think you need to add snapshots repository in your pom.xml repositories repository idscala-tools.org/id nameScala-Tools Maven2 Repository/name urlhttp://scala-tools.org/repo-releases/url /repository repository idscala-tools.org.snapshots/id

[Lift] Re: your first Lift application on GAE/J

2009-04-22 Thread
Thanks. Maybe you also could put it in Wiki. 2009/4/22 Derek Chen-Becker dchenbec...@gmail.com Nice! On Wed, Apr 22, 2009 at 2:39 AM, Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com wrote: --~--~-~--~~~---~--~~ You received this message because you are

[Lift] Re: [scala] Google App Engine for Scala!

2009-04-20 Thread
Hi, Could anyone share the impelmentation of your JPA demo in GAE? Actually I encounter some problem during deploy them in GAE. a. The keys, GAE do not like Long as Key in OneToMany relation, So I use the Key type provided by GAE b. Model.mergeAndFlush(author) did not work as I expected. It

[Lift] Re: [scala] Google App Engine for Scala!

2009-04-20 Thread
Thanks a lot. I will try. 2009/4/20 Atsuhiko Yamanaka atsuhiko.yaman...@gmail.com Hi, On Sun, Apr 12, 2009 at 11:00 PM, Atsuhiko Yamanaka FYI, it must be trivial, but I have confirmed that Lift(org.scala_libs.jpa) has persistence via BigTable through JPA on GAE/J by using entity

[Lift] Re: Lift helloworld on App Engine: java.lang.NoClassDefFoundError: Could not initialize class net.liftweb.http.LiftRules$

2009-04-12 Thread
I have tried the build from http://github.com/ymnk/liftweb/tree/master It works fine for simple example. I am testing JPA. I did not encounter the class not found problem and list my problem below a. Actor problem, solved with new build (I only use lift-util, lift-webkit) b. Session problem, add

[Lift] Re: Build Comet applications using Scala, Lift, and jQuery

2009-04-11 Thread
I am studying the Comet example from developerworks. But encounter below problems. I build the code with Lift 1.0 release a. Compatible problem in AuctionActor.scala Line29 val button = button type=button{S.?(Bid Now!)}/button % (onclick -