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

2010-01-02 Thread James Black
old at INFO instead of DEBUG? > > Derek > > > On Tue, Dec 22, 2009 at 8:54 PM, James Black wrote: > >> I am having a problem with one entity trying to use @OneToMany, and I >> would like to see what the actual error is, but that seems to be >> getting absorbed. >

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

2009-12-22 Thread James Black
I am having a problem with one entity trying to use @OneToMany, and I would like to see what the actual error is, but that seems to be getting absorbed. For more on my actual problem you can look at this: http://stackoverflow.com/questions/1947627/entitymanager-fails-to-instantiate-using-jpa-hibe

Re: [Lift] Re: DB connection fail after upgrade from 1.1M7 to 1.1M8

2009-12-18 Thread James Black
It would seem that this error is the main problem that has to be solved: Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl. socketConnect(Native Method) This should have nothing to do with the web framework, as it seems that the driver just can't connect

[Lift] re: user_id has value, but get constraint exception of it being null, using JPA and Lift 1.1

2009-12-18 Thread James Black
Hello, I have struggled with this for a few hours and hopefully someone can see what I am doing wrong. Basically, I insert into users, I then select the user, I then set that in my address and try to insert and get an error that the user_id cannot be null, but it has a value. I am including the t

[Lift] re: trying to get minimum needed for unit test to work using LIFT 1.1 and JPA

2009-12-17 Thread James Black
I am trying to test that my entities are working properly, but I get this at the end of the surefire output for the test: 1634 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: jblack.resumeapp.lift.model.Author.books -> Book 1639 [main] INFO org.hibernate.cfg.Annotat

Re: [Lift] About the performance

2009-12-12 Thread James Black
On Sat, Dec 12, 2009 at 5:12 AM, daiwhea wrote: > I just have a test with some example lift apps. But I'm sorry to say > that I cannot achieve this high performance on my dev box(Dell xps > 420, 6 G RAM, Quad CPU) > > my env is Ubuntu 8.10. > java version "1.6.0_14" > Java(TM) SE Runtime Environm

Re: [Lift] re: error when using maven to create LIFT project

2009-12-07 Thread James Black
(b) Once done, move to the sub-directory web and execute "mvn jetty:run". > > (c) Finally, visit the url http://localhost:9090/ and profit! > > Cheers, Indrajit > > On 07/12/09 8:45 PM, James Black wrote: > > For some reason I am having an error while trying to cre

[Lift] re: error when using maven to create LIFT project

2009-12-07 Thread James Black
For some reason I am having an error while trying to create my project. It appears I need a JPA project, as this project will have many tables involved, but I get the same error when I try: lift-archetype-jpa-basic -blank -basic -bl

Re: [Lift] re: what changes would need to be made so LIFT can work with HTML5

2009-12-06 Thread James Black
I forgot, this is in my default.html: http://liftweb.net/";> On Sun, Dec 6, 2009 at 10:43 PM, James Black wrote: > I tried S.setDocType and got this error, using LIFT 1.0.1, with this bit of > code in Boot.scala: > class Boot { > def boot { > if (!DB

Re: [Lift] re: what changes would need to be made so LIFT can work with HTML5

2009-12-06 Thread James Black
ncher.main(Launcher.java:375) 2009-12-06 22:38:32.686:INFO::Started selectchannelconnec...@0.0.0.0:8080 On Sun, Dec 6, 2009 at 1:15 AM, Alex Boisvert wrote: > Have you tried calling S.setDocType("") ? > > alex > > > On Sat, Dec 5, 2009 at 8:29 PM, James Black wrote:

Re: [Lift] re: what changes would need to be made so LIFT can work with HTML5

2009-12-06 Thread James Black
CRUDify, so which version should I use that will work properly with CRUDify and setDocType? On Sun, Dec 6, 2009 at 1:15 AM, Alex Boisvert wrote: > Have you tried calling S.setDocType("") ? > > alex > > > On Sat, Dec 5, 2009 at 8:29 PM, James Black wrote: > >>

[Lift] re: what changes would need to be made so LIFT can work with HTML5

2009-12-05 Thread James Black
I tried to use HTML5 doctype and LIFT threw an error. It complained about line 1: ... -- 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 lift

[Lift] Schemify has SQL Exception, IDENIFY instead of IDENTIFY is in the SQL query

2009-12-03 Thread James Black
I had used LIFT 1.0 to build my framework, and I am curious what I need to do to get beyond this error. I tried to use mvn -U clean install compile jetty:run I had set my dependency in pom.xml to point to LIFT 1.0, 1.0.2 and 1.1, but none of these made any difference, so I am not certain it made