[Lift] Re: problems logging

2009-05-19 Thread Martin Ellis
> On May 17, 10:33 pm, Timothy Perrett wrote: >> Can you verify the log4j.xml file is being read? >> On Mon, May 18, 2009 at 9:38 PM, Channing Walton wrote: > Not sure how I can tell. Specifying -Dlog4j.debug on the command line should prompt log4j to tell you what it's doing. Martin --~--~-

[Lift] Why XML tags, not attributes, for lift markup?

2009-05-19 Thread Martin Ellis
Hi, I was wondering why lift markup uses XML elements to reference snippets, rather than using namespaced attributes in the way that (I think) Wicket and Tapestry do? Or like Plone's TAL, which is the first place I saw such a thing. The reason I ask is this: I'm sure I've read somewhere that Da

[Lift] Re: New Lift Actor code

2009-05-23 Thread Martin Ellis
On Sat, May 23, 2009 at 6:19 AM, David Pollak wrote: > I am happy to share the Lift Actor code with EPFL and if it makes it into > the Scala distribution as SimpleActors or something similar, I'm totally > cool with that.  I'm not interested in owning or maintaining an Actor > library.  I am howe

[Lift] Re: JPA w/Scala

2008-09-08 Thread Martin Ellis
Hi Tim, On Mon, Sep 8, 2008 at 12:29 PM, Tim Perrett wrote: > > Just been doing some more debugging on this - it appears that the > correct values are being passed through and are assigned to an entity > instance, but they blow up when trying to do the em.merge(author) > call. > > The stack trace

[Lift] Re: One further: JPA + JTA + Lift

2008-09-10 Thread Martin Ellis
On Wed, Sep 10, 2008 at 4:27 PM, Kris Nuttycombe <[EMAIL PROTECTED]> wrote: > The only question I have is thread safety - it doesn't seem > like I should really be using a variable on the singleton to store the > transaction; should I instead be creating a separate RequestVar to > hold it? It is

[Lift] Re: Many to many in Lift mapper

2008-09-20 Thread Martin Ellis
On Sat, Sep 20, 2008 at 10:01 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote: > I can't find any examples of a many-to-many relationship using Lift's > mapper. Am I missing one? How does one map two classes in a many-to-many > bidirectional relationship? Using the HasManyThrough class: http://li

[Lift] Re: Caching JPA entities and JPA vs Hibernate

2008-10-01 Thread Martin Ellis
On Tue, Sep 30, 2008 at 11:54 PM, Tim Perrett <[EMAIL PROTECTED]> wrote: > Having an issue with ehcache.xml being picked up. The docs say that it > need to be on the classpath - I've tried having it in META-INF, WEB- > INF/classes/META-INF but yet nothing seems to work. It never gets > picked up.

[Lift] Re: expired sessions and log in

2008-10-05 Thread Martin Ellis
On Sun, Oct 5, 2008 at 7:28 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote: > > I'm working on an app in which users may spend significant time editing > a form before submitting it. It's possible during this time that their > session could time out. My concern is that they might submit a long > e

[Lift] Re: Progress on JPADemo and JTA

2008-10-10 Thread Martin Ellis
On Fri, Oct 10, 2008 at 10:37 PM, Derek Chen-Becker <[EMAIL PROTECTED]> wrote: > OK, I think I know how to create a new branch, but being a Git newb I really > don't want to nuke anything. Do I just do a "git branch name>" in my local repo? I think you want: git checkout -b branchName git branc

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Martin Ellis
On 5 February 2010 05:00, philip wrote: > I downloaded the git source and made a OSGi jar package by running the > maven, now what do I do with it? > > I see its a jar file with the manifest for OSGi, I guess I can load it > into Apache Felix, but doesn't Liftweb need tomcat or jetty to run? So >

Re: [Lift] anybody used OPA?

2010-02-23 Thread Martin Ellis
On 22 February 2010 21:45, Raoul Duke wrote: >> This is related to Lift how? It appears to be a framework itself... > > i figure people who use Lift are the kinds of people who might have > their ear to the ground for other approaches to the web problem, and > might have insight into Competitor X,