[Lift] Where is scalajpa.jar?

2009-05-30 Thread chas
) com.munat.totc:totc-app:war:1.0-SNAPSHOT 2) org.scala-libs:scalajpa:jar:1.1-SNAPSHOT -- 1 required artifact is missing. (Yes, I did blow away .m2.) Chas. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Continued problems with JPA archetypes

2009-05-30 Thread chas
Thanks! Chas. --~--~-~--~~~---~--~~ 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 email to liftweb+unsubscr

[Lift] Single log in for three contexts

2010-01-29 Thread chas
and all suggestions welcome! Chas. -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit

[Lift] S.params disappear?

2010-02-03 Thread chas
entity. Tomcat issue? Or am I missing something obvious? This form is running on a subdomain, so that's where I'm looking now (in server.xml). TIA, Chas. -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift

Re: [Lift] S.params disappear?

2010-02-03 Thread chas
Thanks, David. That's a non-trivial exercise for me, so let me chase down another lead at the moment. If that proves fruitless, I'll bite the bullet and get something up on GitHub. Chas. Please put together a reproduceable example on GitHub (works in Jetty, doesn't work in Tomcat) and we'll

Re: [Lift] S.params disappear?

2010-02-03 Thread chas
and we'll see if it's something simple. If not, I'll put something on GitHub. Chas. Is it a POST or a GET? On Wed, Feb 3, 2010 at 11:44 PM, c...@munat.com wrote: Thanks, David. That's a non-trivial exercise for me, so let me chase down another lead at the moment. If that proves fruitless

Re: [Lift] S.params disappear?

2010-02-03 Thread chas
, but I'm 90% sure it's not Lift. Does the Lift filter engage before a valve? Chas. Are you sending Content-Type: application/x-www-form-urlencoded or multipart/form-data (as appropriate for the body)? -Ross On Feb 3, 2010, at 2:48 PM, c...@munat.com wrote: I have a lift app that works

Re: [Lift] Re: S.params disappear?

2010-02-05 Thread chas
directly (inside Maven), but my Tomcat container is proxied via Apache 2, so it's remotely possible that Apache is stripping the params out of the headers. But I doubt it. Still, if someone has Jetty behind an Apache proxy (or any other proxy), it would be nice to know... Chas. Crud. Can

Re: [Lift] Re: S.params disappear?

2010-02-05 Thread chas
... They seem to have ignored the spec on this point. Chas. On Fri, Feb 5, 2010 at 6:34 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Crud. Can someone do a survey of how other JVM web frameworks handle the PUT inconsistencies on different containers? Does S.param map directly