[Lift] lift-webkit 0.10-SNAPSHOT

2008-10-07 Thread Oliver
When's this likely to be 0.10 and stable? cheers Oliver --~--~-~--~~~---~--~~ 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

[Lift] Re: JPADemo weird disappearing boot

2008-10-07 Thread Charles F. Munat
I figured this out (sort of). The problem was in the master pom.xml. Not sure what it was, though. Chas. Charles F. Munat wrote: > I seem to have lost my boot. > > I copied the JPADemo out of the liftweb source code and changed the poms > and everything else to make it the basis for a new app

[Lift] Re: Sitemap problem

2008-10-07 Thread efleming969
that makes sense. I really don't know much about implicit conversions yet, but they do appear to be somewhat magical. thanks for the heads up. On Oct 7, 7:13 pm, "Jorge Ortiz" <[EMAIL PROTECTED]> wrote: > It's not an importing thing but an implicits thing. > > The Loc object defines a lot of im

[Lift] JPADemo weird disappearing boot

2008-10-07 Thread Charles F. Munat
I seem to have lost my boot. I copied the JPADemo out of the liftweb source code and changed the poms and everything else to make it the basis for a new app I'm trying to get online this week. Everything compiles just fine, and the site works (sort of), but the Boot class fails to load. Here

[Lift] Re: Sitemap problem

2008-10-07 Thread Jorge Ortiz
It's not an importing thing but an implicits thing. The Loc object defines a lot of implicit conversions that massage data structures into the types that those methods expect. --j On Tue, Oct 7, 2008 at 5:07 PM, efleming969 <[EMAIL PROTECTED]> wrote: > > Just found what I was missing: > > impor

[Lift] Re: Sitemap problem

2008-10-07 Thread efleming969
Just found what I was missing: import Loc._ don't quite get scala's importing features yet (hours on this problem) On Oct 7, 7:05 pm, efleming969 <[EMAIL PROTECTED]> wrote: > I'm using code from example sites and getting an error saying that Loc > is expecting a Link object rather than List[Str

[Lift] Sitemap problem

2008-10-07 Thread efleming969
I'm using code from example sites and getting an error saying that Loc is expecting a Link object rather than List[String], am I missing someting? val entries = Menu(Loc("Home", List("index"), "Home")) :: Menu(Loc("Schedules", List("schedules"), "Schedules")) ::

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Derek Chen-Becker
I can probably add something in. I'm also going to fix the scope issue with the Geronimo JTA dependency. Derek On Tue, Oct 7, 2008 at 3:24 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote: > > Hey, Derek, > > Do you have any intention of including some sort of User and log in > feature on your dem

[Lift] Re: new JPADemo

2008-10-07 Thread Derek Chen-Becker
Fixed. I'm not sure where, but a .gitignore was preventing it from being added. Try a git pull and run it again. Derek On Tue, Oct 7, 2008 at 3:20 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote: > > I updated my liftweb directory from git, and then cd'd to the new > JPADemo app. But when I run i

[Lift] *Breaking Changes* sitemap.Loc

2008-10-07 Thread David Pollak
Folks, I've materially enhanced SiteMap and integrated it (in a type-safe way) with URL re-writing. I've gotta head to a meeting, but when I get back, I'll do a core dump on what I changed and why. Thanks, David -- Lift, the simply functional web framework http://liftweb.net Collaborative Tas

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Charles F. Munat
Hey, Derek, Do you have any intention of including some sort of User and log in feature on your demo? I've finally figured out how to do log in using the mapper's proto-user. I'm trying to figure out how to do something similar in JPA. Just curious. Chas. Derek Chen-Becker wrote: > OK, I ju

[Lift] new JPADemo

2008-10-07 Thread Charles F. Munat
I updated my liftweb directory from git, and then cd'd to the new JPADemo app. But when I run it and go to localhost:9090 (thanks for not using 8080!), I get this output: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Welcome to the super duper catalog! That's i

[Lift] A coupel of quick questions

2008-10-07 Thread Charles F. Munat
What is the benefit of the Dispatch Snippet over the Snippet? When would I use one and when the other? Is there a quick explanation somewhere that is *up-to-date* on how to do one-to-many bidirectional relationships and many-to-many bidirectional relationships in the mapper? I've looked around

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Derek Chen-Becker
Weird. Are we using the EPFL mailing list servers suddenly? Your email says 9:29pm, but it arrived after the one I sent at 10:26pm... Derek On Mon, Oct 6, 2008 at 9:29 PM, Kris Nuttycombe <[EMAIL PROTECTED]>wrote: > > Oh, and you'll need to explicitly remove the JTA dependency from > Hibernate,

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Kris Nuttycombe
I did send it at around 9:30, but no big deal regardless. You may however want to put the geronimo-spec dep in provided scope so that it's not bundled with the war for deployment though in order to avoid classpath issues, since the container may provide an implementation. In fact, you can probably

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Kris Nuttycombe
Oh, and you'll need to explicitly remove the JTA dependency from Hibernate, of course: org.hibernate hibernate 3.2.4.ga javax.transaction jta Tests pass with these changes. Kris On Mon, Oct 6, 2008 at 9:11 PM, Kri

[Lift] Re: Compilation error with new JPA stuff

2008-10-07 Thread Kris Nuttycombe
I'm pretty sure that the glassfish jars have javax.transaction implementations: maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2 org.glassfish javax.javaee