[Lift] Re: Issue with Context Handling

2010-01-02 Thread Marius
Thanks Tim but first let's see if the board approves the changes :) Br's, Marius On Jan 2, 1:15 am, Timothy Perrett timo...@getintheloop.eu wrote: Just to continue this thread, Marius has done some great work, and its on review board i just tried it with my app and its working super

[Lift] Re: Minor breaking changes -- LiftRules.getResourceAsStream and LiftRules.finder

2010-01-02 Thread greekscala
Hello, I think applier is to general. applier for...? As Naftoli said, a name like StreamManager or StreamHandler is clearer for a newbie like me. best regards On 31 Dez. 2009, 21:48, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I've changed LiftRules.getResourceAsStream and

[Lift] Re: Minor breaking changes -- LiftRules.getResourceAsStream and LiftRules.finder

2010-01-02 Thread Timothy Perrett
Yeah - I too dont like the name Applier. StreamManager[T] sounds cool to me. Cheers, Tim On Jan 2, 12:58 pm, greekscala hellectro...@gmail.com wrote: Hello, I think applier is to general. applier for...? As Naftoli said, a name like StreamManager or StreamHandler is clearer for a newbie

Re: [Lift] Re: Minor breaking changes -- LiftRules.getResourceAsStream and LiftRules.finder

2010-01-02 Thread Heiko Seeberger
StreamManager[T] sounds cool to me. +1 Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google

[Lift] Re: Postmortem thoughts on a small production Lift site

2010-01-02 Thread Nathan Parry
Jetty seems to do questionable things with filehandles, opening multiple copies of the same template file and keeping them open too long. Setting ulimit fixes the issue of Too many open files exceptions failed requests, but it still seems like at most templates should need 1

[Lift] Re: Postmortem thoughts on a small production Lift site

2010-01-02 Thread cody koeninger
On Dec 30 2009, 3:16 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Dreamweaver doesn't deal with head merge, it will automatically move the head tags outside of the lift:surround.  Not really a lift issue. Is there a way we could do something to make Lift stuff more DW friendly?

Re: [Lift] re: How do I get the stacktrace when EntityManager fails to be instantiated

2010-01-02 Thread James Black
Thank you for the response. The problem was that I was not printing out the stack trace, just the exception message. On Wed, Dec 30, 2009 at 10:05 AM, Derek Chen-Becker dchenbec...@gmail.comwrote: Are you using ScalaJPA? It shouldn't be absorbing any exceptions. Perhaps you have the log4j

Re: [Lift] Re: Minor breaking changes -- LiftRules.getResourceAsStream and LiftRules.finder

2010-01-02 Thread Naftoli Gugenheim
I actually like StreamHandler better than StreamManager. StreamManager sounds like a something more complex. On Sat, Jan 2, 2010 at 7:58 AM, greekscala hellectro...@gmail.com wrote: Hello, I think applier is to general. applier for...? As Naftoli said, a name like StreamManager or

[Lift] Problem with creating new project

2010-01-02 Thread Jaroslaw Zabiello
I cannot create a new project because of Embedded error: The META- INF/maven/archetype.xml descriptor cannot be found. I use Mac OS-X 10.6.2, MacPorts and Scala 2.7.7 final. $ scala -version Scala code runner version 2.7.7.final -- Copyright 2002-2009, LAMP/ EPFL $ mvn -version Apache Maven