Re: [Lift] Re: [lift] scalajpa for 2.8

2010-02-28 Thread Indrajit Raychaudhuri
You are using scalajpa-1.2-SNAPSHOT which is built with Scala 2.7.x and thus binary incompatible with Scala 2.8. To use 2.8 port of scalajpa, you should be using the version scalajpa-1.2-scala280-SNAPSHOT. Your best bet would be to start with a lift-jpa archetype from 2.8 branch. You could c

[Lift] Re: [lift] scalajpa for 2.8

2010-02-28 Thread sjcarroll6
I've downloaded the scalajpa-1.2SNAPSHOT. I am now getting the following error: Error while loading ScalaEntityManager, Scala signature entity manager has wrong version, expecting 5 found 4.1 in scalajpa-1.2-SNAPSHOT. Any help in resolving this issue would be helpful. sjcarroll6 wrote: > > I wa

[Lift] Re: [lift] scalajpa for 2.8

2010-02-27 Thread sjcarroll6
I was able to locate the 1.2 snapshot. From this I was able to find out that this was initial port for 2.8. I'm trying to read Proj JPA and converting the java code to scala. Since I don't know much about scala or JPA this is proving to be a challenge. If anyone could point me to a simple LocalEM