Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-24 Thread Atsuhiko Yamanaka
b.com/dpp/liftweb/commit/4bfe8579c5283642c9c059b55f98236155f2d423 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 Skype callto://jcraft/ Twitter: @ymnk -- You received this message because you are subscribe

Re: [Lift] Welcome John De Goes as a Lift committer

2010-02-22 Thread Atsuhiko Yamanaka
Welcome John De Goes! On Tue, Feb 23, 2010 at 5:55 AM, David Pollak wrote: > Folks, > > Please join me in welcoming John De Goes as a Lift committer.  John burst > onto the Lift scene a week or so ago with some excellent enhancements to the > Lift-json stuff and the rest is history. > > Welcome J

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-12-05 Thread Atsuhiko Yamanaka
Please refer to pom.xml[1] included in lift-gae-jdo[2] if you are interested in it. [1] http://github.com/ymnk/lift-gae-jdo/blob/master/pom.xml [2] http://github.com/ymnk/lift-gae-jdo Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723

Re: [Lift] Please welcome Jon Hoffman to the Lift committers

2009-12-02 Thread Atsuhiko Yamanaka
Lift as part of the community.  Now, he's a > committer. > > Please join me in welcoming Jon.  I'm looking forward to his S3-related > additions to Lift and any other goodies he wants to toss into Lift. > > Jon, welcome and I'm looking forward to the grandeur of your

Re: [Lift] Re: Impossible to use Mapper on GAE?

2009-11-27 Thread Atsuhiko Yamanaka
Hi, On Sat, Nov 28, 2009 at 10:10 AM, jlist9 wrote: > Hmmm. I wonder how the database demo in the lift GAE demo was implemented... > is the source available somewhere? > > http://lift-example.appspot.com/database It is running with H2 in-memory mode. Sincerely, -- Atsuhiko Yamanak

Re: [Lift] Welcome Ross Mellgren to the Lift Committers

2009-11-19 Thread Atsuhiko Yamanaka
Welcome Ross! -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723-2150 +1-415-578-3454 Skype callto://jcraft/ Twitter: http://twitter.com/ymnk -- You received this message because you are subscribed to the Google Groups "Lift"

[Lift] Re: Problem with long keys in GAE using JDO

2009-11-16 Thread Atsuhiko Yamanaka
Hi, On Mon, Nov 16, 2009 at 2:33 PM, Margaret wrote: > > does appengine support actor in scala? Unfortunately, it does not. 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 Skype callto://jcraft/ T

[Lift] Re: Problem with long keys in GAE using JDO

2009-11-15 Thread Atsuhiko Yamanaka
: > http://bitbucket.org/kkarad/lift-playground/src/tip/src/main/scala/org/kkarad/liftplayground/model/Candidate.scala You can define that id field as java.lang.Long . Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723-2150 +1-415-

[Lift] Re: XmlResponse with cookies

2009-11-11 Thread Atsuhiko Yamanaka
code:Int = 200, cookies:List[HTTPCookie] = Nil) extends NodeResponse { def headers = List("Content-Type" -> "text/xml; charset=utf-8" def out = xml } and we will have XmlResponse(, cookies = S.responseCookies) Of course, it must wait for Liftweb 1.1 r

[Lift] XmlResponse with cookies

2009-11-11 Thread Atsuhiko Yamanaka
sponse { def docType = Empty def code = 200 def headers = List("Content-Type" -> "text/xml; charset=utf-8") def cookies: List[HTTPCookie] = Nil// !! def out = xml } If it is allowed, I'll commit it after the review process. Sincerely, -- Atsuhiko Y

[Lift] Re: Welcome Dirk Louwers to the Lift committers

2009-10-15 Thread Atsuhiko Yamanaka
ns! > Thanks, > David -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723-2150 +1-415-578-3454 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread Atsuhiko Yamanaka
ecause it will require hard work to support scala 2.8 and 2.7._ simultaneously. 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 Skype callto://jcraft/ --~--~-~--~~~---~--~

[Lift] Re: CometActor timeout problem

2009-10-04 Thread Atsuhiko Yamanaka
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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lif

[Lift] Re: CometActor timeout problem

2009-10-02 Thread Atsuhiko Yamanaka
Hi, On Sat, Oct 3, 2009 at 1:05 PM, jack wrote: > > Atsuhiko, > > The way I have modified the code, each thread is returning its Package > object at different times. But its seems the screen updates only when > they all have completed. Could you tell me what piece of the code > makes the screen

[Lift] Re: all page URLs appended with ;jsessionid=knq01t90ajh7

2009-09-18 Thread Atsuhiko Yamanaka
rmed to click and the page reload was happened unexpectedly. Now, I have rewritten those anchor tags as click and such troubles have disappeared. So, it is not a problem for me anymore. This is just FYI. Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-

[Lift] Re: OOME in using CometActor

2009-09-16 Thread Atsuhiko Yamanaka
Hi, On Wed, Sep 16, 2009 at 11:50 PM, Atsuhiko Yamanaka wrote: > I'll try lower value, for example, 50 for maxPoolSize before going to the bed. > I'll look forward to the good result in the next morning. I got the good result. By setting maxPoolSize as 50, OOME had not app

[Lift] Re: OOME in using CometActor

2009-09-16 Thread Atsuhiko Yamanaka
Hi, On Wed, Sep 16, 2009 at 11:36 PM, Erik Engbrecht wrote: > Yes, particularly maxPoolSize. Thank you for prompt reply. I'll try lower value, for example, 50 for maxPoolSize before going to the bed. I'll look forward to the good result in the next morning. Sincerely, -- Atsu

[Lift] Re: OOME in using CometActor

2009-09-16 Thread Atsuhiko Yamanaka
imeFreq referred in scala.actors. FJTaskScheduler2? 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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this message beca

[Lift] Re: StatefulComet example code?

2009-09-10 Thread Atsuhiko Yamanaka
ulComet. [1] http://github.com/dpp/lift-samples/tree/master/tictac 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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this messa

[Lift] Re: 1.1-SNAPSHOT broken in Google App Engine

2009-08-26 Thread Atsuhiko Yamanaka
){ datastore.delete(session.getKey()) } // clearing memcache import java.util.Collections import javax.cache._ val cacheFactory = CacheManager.getInstance.getCacheFactory val cache = cacheFactory.createCache(Collections.emptyMap()) val stats = cache.getCacheStatistics cache.clear Sincere

[Lift] Re: 1.1-SNAPSHOT broken in Google App Engine

2009-08-25 Thread Atsuhiko Yamanaka
lem. I'll check the code and think of what we can. 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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this messa

[Lift] sample code for using JDO on GAE/J

2009-06-16 Thread Atsuhiko Yamanaka
/ac06f6460bda5013acc2dc07fd65491a2be65dc0/README Enjoy! 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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Lift] Re: help! create lift project with 1.1-snapshorts

2009-06-11 Thread Atsuhiko Yamanaka
-DarchetypeArtifactId=lift-archetype-basic \ -DarchetypeVersion=1.1-SNAPSHOT \ -DgroupId=com.test -DartifactId=mytest Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-723-2150

[Lift] Re: org.mortbay.util.ajax.Continuation on GAE/J

2009-06-11 Thread Atsuhiko Yamanaka
Hi, Now, 'hasContinuations_?' has become 'false' on GAE/J. It seems that Google has been doing some experiments behind the scenes. Anyway, I'll keep on checking this area. Thank you for follow-up messages. Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AO

[Lift] Re: org.mortbay.util.ajax.Continuation on GAE/J

2009-06-10 Thread Atsuhiko Yamanaka
d dependecy on jetty is not acceptable. I will research that. 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 Skype callto://jcraft/ --~--~-~--~~~---~--~~ You received this m

[Lift] org.mortbay.util.ajax.Continuation on GAE/J

2009-06-10 Thread Atsuhiko Yamanaka
liftweb/blob/50b4e8b0490929d20e9361564393e21f845dcd67/lift/src/main/scala/net/liftweb/http/LiftRules.scala#L446 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 Skype callto://jcraft/ --~--~-~--~~---

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

2009-06-08 Thread Atsuhiko Yamanaka
code.google.com/intl/en/appengine/downloads.html#Google_App_Engine_SDK_for_Java , and the latest version is 1.2.1 at the present time. 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 Skype callto://jcraft/ --~--~---

[Lift] Re: Where is scalajpa.jar?

2009-05-31 Thread Atsuhiko Yamanaka
leases/org/scala-libs/scalajpa/1.1/ [1] http://scala-tools.org/repo-snapshots/net/liftweb/lift-jpa/1.1-SNAPSHOT/lift-jpa-1.1-SNAPSHOT.pom 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-

[Lift] Re: Where is scalajpa.jar?

2009-05-30 Thread Atsuhiko Yamanaka
PSHOT The 'scalajpa.jar' will be retrieved via lift-jpa. 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/ --~--~-~--~~~---~-

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

2009-05-16 Thread Atsuhiko Yamanaka
s the recent commit[1] has caused that exception. I have pushed the fix to the github repository. May I ask you to try it again? [1] http://github.com/dpp/liftweb/commit/9e39859be9b8f6f4fd7c17cf503b5bcfcd5e861a#diff-2 Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIY

[Lift] Re: developing Scala/Lift using Eclipse

2009-05-07 Thread Atsuhiko Yamanaka
be helpful, http://groups.google.com/group/liftweb/msg/c454004d15940996?hl=en 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/ --~--~-~--~~~---~--

[Lift] Re: Cannot access html files other than index.html in GAE using lift

2009-04-23 Thread Atsuhiko Yamanaka
Menu(Loc("Fileupload", List("fileupload"), "Fileupload", Hidden)) :: Nil 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 S

[Lift] your first Lift application on GAE/J

2009-04-22 Thread Atsuhiko Yamanaka
base, there must be many problems and bugs to run it there. I hope that this tutorial becomes the first step for Lift users to try GAE/J and contribution for finding, sharing and fixing bugs and problems. [1] http://appengine.google.com/ [2] http://code.google.com/intl/en/appengine/downloads.h

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

2009-04-20 Thread Atsuhiko Yamanaka
Hi, On Mon, Apr 20, 2009 at 11:24 PM, 刘浩 wrote: > Thanks a lot. > > I will try. I want to share my Author.scala and Book.scala for further references. I have pasted them at http://gist.github.com/98561 Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, M

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

2009-04-20 Thread Atsuhiko Yamanaka
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 classes in Java! FYI, I have confirmed that, by using datanucleus-enhancer-1.1.2[

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

2009-04-20 Thread Atsuhiko Yamanaka
thor], author.id) >tmp.get.name = author.name >Model.mergeAndFlush(tmp.get) > } > I think it is some attach/detach problem. Yes, I have also the same phenomenon, and I also have guessed that there must be such an attache/detach problem. Sincerely, -- Atsuhiko Yamanaka JCr

[Lift] indicator.gif has not been included in lift-webkit

2009-04-15 Thread Atsuhiko Yamanaka
it on my branch as follows, http://github.com/ymnk/liftweb/commit/da75cabb82380126c5565526a603819825986d96 http://github.com/ymnk/liftweb/commit/46c406565f320ee989182ebcf07de8d2b4e89d7f PS. GAE/J's Dashboard is really helpful to find such a glitch instantly :-) Sincerely, -- Atsuhiko Yam

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

2009-04-14 Thread Atsuhiko Yamanaka
ys start with SELECT/UPDATE/DELETE" will be thrown, and in current GAE/J system the class name must be fully qualified. And also, I don't know the reason, but Model.find works fine now ;-( Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 J

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

2009-04-14 Thread Atsuhiko Yamanaka
l 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 th

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

2009-04-14 Thread Atsuhiko Yamanaka
try it at http://lift-example.appspot.com/jpademo/ http://lift-example.appspot.com/jpademo/authors/list http://lift-example.appspot.com/jpademo/books/list The data has been really stored in BigTable! As I wrote, it has been done by JPA with entity classes written in Java. Sincerely, -- A

[Lift] Re: XML Creation

2009-04-13 Thread Atsuhiko Yamanaka
0: List[Int] = List(1, 2, 3) scala> {for(d<-res0) yield {d}} res1: scala.xml.Elem = 123 or scala> {res0.flatMap{case d => {d}}} res2: scala.xml.Elem = 123 Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU, SENDAI, MIYAGI 980-0014 Japan. Tel +81-22-72

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

2009-04-12 Thread Atsuhiko Yamanaka
Hi there, On Sun, Apr 12, 2009 at 12:46 AM, Atsuhiko Yamanaka wrote: > Hi, > > On Sat, Apr 11, 2009 at 10:43 PM, David Pollak > wrote: >> GAE supports JPA and there's a lot of Lift JPA support... so maybe we can >> update the example code to use JPA and we

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

2009-04-11 Thread Atsuhiko Yamanaka
ion of scala and DataNucleus(used via JPA on GAE/J) does not work, as far as I have been trying. Are there somebody who have succeeded to use scala and JPA on GAE/J? Can we work around this problem by implementing entity classes in Java? Sincerely, -- Atsuhiko Yamanaka JCraft,Inc. 1-14-20 HONCHO AOBA-KU

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

2009-04-11 Thread Atsuhiko Yamanaka
want to enjoy lunch with you! > On Apr 10, 2009 1:46 AM, "Atsuhiko Yamanaka" > wrote: > As a proof of concept, I have succeeded to run lift-example on GAE/J, it is > running at >  http://lift-example.appspot.com/index > > Of course, CometAcotr is not functional, and

[Lift] Re: How do you get Jorge's LinkShare Comet example to work?

2009-03-05 Thread Atsuhiko Yamanaka
Hi there, Please allow me to continue this thread, which nobody may be interested in. I found a reason(or solution) for that problem. On Wed, Mar 4, 2009 at 12:31 PM, Atsuhiko Yamanaka wrote: > By the way, I found the problem in running it on IE6/7; I mean that > the page must not be u