I've downloaded apache-tomee-plus-1.7.0 and per
https://tomee.apache.org/tomee-mp-getting-started.html I've generated a
basic TomEE project.  

mvn archetype:generate -DarchetypeGroupId=org.apache.openejb.maven
-DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=1.7.0

Taking a look at the generated pom I see the following:

          <dependency>
            <groupId>org.apache.openjpa</groupId>
            <artifactId>openjpa</artifactId>
            
            <version>2.3.0</version>
          </dependency>

I haven't run TomEE yet.  How does one know the openjpa runtime version
without first running TomEE and viewing the logs?  I took a look in
<TomEE_HOME>/lib and noted the following file:
openjpa-2.4.0-nonfinal-1598334.jar.  Assuming the openjpa runtime version
was 2.4.0 I updated the pom and then I discovered that the Maven Central
Repository latest version is 2.3.0 updated 11-Nov-2013.

Is my pom's openjpa version correct?  Or not?



-----
TomEE+ 1.7.0 
--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/How-to-determine-OpenJPA-runtime-version-tp4671807.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to