Re: JPA and Scala

2010-05-22 Thread Christopher Schmidt
Just to be sure: what do you mean with practical purpose? Christopher Am 22.05.2010 13:49 schrieb "Web developer" : Interesting, and what is a practical purpose of application(s) that you develop? John 2010/5/21 Christopher Schmidt > Hi all, > I am working on a JPA wrapper for Scala and I th

compile error

2010-05-22 Thread Oliver Krohne
hi, i would like to build openjpa2.0.0 but the jdbc part gives a compile error: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Users/oliver/Documents/workspace/openjpa-trunk/openjpa/openjpa-jdbc/src/main/java/org/ap

Re: JPA and Scala

2010-05-22 Thread Web developer
Interesting, and what is a practical purpose of application(s) that you develop? John 2010/5/21 Christopher Schmidt > Hi all, > I am working on a JPA wrapper for Scala and I think that I have found > an elegant way to use some ideas of JPA. > I managed to wrap EntityManager, EntitiyManagerFactor

Re: Tests are ignored

2010-05-22 Thread Web developer
I usually go to my ~ directory, make checkout from svn trunk: svn checkout http://svn.apache.org/repos/asf/openjpa/trunk openjpa After checkout is finished - I cd to 'openjpa' dub-dir. And make 'mvn test ...' from ~/openjpa, respectively under root (to have rights for 'ulimit -n 1'). John 201

Re: JPA and Scala

2010-05-22 Thread Christopher Schmidt
Hi Kevin, thanks for your reply In general the Scala community tends to invent things new (one example are the available persistence layers). This is OK, mostly, because a language like Scala has many new possibility to express things in terms of implementation and design of frameworks (DSL). But