hi i got the same problem, what i found is that web module is missing the templates-hidden dir and the default template.
I generate my project with mvn archetype:generate -DarchetypeRepository=http://scala-tools.org/ repo-snapshots -DarchetypeGroupId=net.liftweb - DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1- SNAPSHOT is this the correct maven archetype? also i had to put manually the scala tools repo in order to resolve scalajpa lib. Thanks On Mar 25, 8:12 am, Derek Chen-Becker <[email protected]> wrote: > That's a really weird error. Could you post up the XHTML source that you're > getting so we can try to find what the parse error is? > > Thanks, > > Derek > > On Tue, Mar 24, 2009 at 10:49 PM, Randinn <[email protected]> wrote: > > > I fetched the JPA Archetype, maven installed it, cd'd to web, did a > > mvn jetty:run and got this error in firefox. So in got into Netbeans > > and did the same thing, I know I did something wrong, just what. > > > XML Parsing Error: junk after document element > > Location:http://localhost:9090/ > > Line Number 4, Column 3: <h2>Welcome to the super duper > > catalog!</h2> > > ----------------^ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
