Hi,
finally figured it out:
private static String m2Home() {
return SystemInstance.get().getProperty("openejb.m2.home",
System.getProperty("user.home") + "/.m2/repository/");
}
So
openejb.m2.home is NOT a typical .m2 directory but .m2/repository/
so openejb.m2.home=/opt/tomee/.m2/repository/ will work
openejb.m2.home=/opt/tomee/.m2/repository will NOT work. Ending slash is
apparently mandatory.
br hw
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/jars-txt-in-jar-with-EJBs-tp4673404p4673473.html
Sent from the TomEE Users mailing list archive at Nabble.com.