hi all, i would like to use openejb in tomcat 6.0.30 with hibernate 3.6.3 as the jpa 2 provider.
i have checked out the openejb code from svn.apache.org/.../openejb/branches/openejb-3.2.x into a local directory on my windows machine i downloaded the latest version of maven, 3.0.3 and put its bin directory on my PATH, my javac is 1.6.0-17 i then ran the following command in a dos box: mvn -Dassemble clean install however, the build fails with the following error: [ERROR] Failed to execute goal on project openejb-itests-beans: Could not resolve dependencies for project org.apache.op enejb:openejb-itests-beans:ejb:3.2.0-SNAPSHOT: Failure to find org.apache.openejb:javaee-web-api:jar:6.0-SNAPSHOT in htt p://repository.apache.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the up date interval of apache-m2-snapshot has elapsed or updates are forced -> [Help 1] i re-ran the command with the -U switch and got the same error! since that about reaches the limit of my knowledge of maven :) i was wondering if anybody knew how i can get round this error? cheers, peter ps. i had a look in http://repository.apache.org/snapshots/ and, indeed, there is no mention of javaee-web-api at any version -- View this message in context: http://openejb.979440.n4.nabble.com/Best-version-to-build-with-JPA-2-in-mind-tp3518952p3519843.html Sent from the OpenEJB User mailing list archive at Nabble.com.
