Hi Yusuf
I am just a geronimo user and I don't know about G:s release schedule
but in the men time this may be a solution for you.
Add the openjpa jar you want to use in your apps lib and set the
following hidden classes filter in your geronimo plan (gernonimo-web.xml
for web apps.). The hidden classes filter will hide Gs openjpa classes
from your app.
<dependencies>
<dependency>
:
:
</dependency>
</dependencies>
<hidden-classes>
<filter>org.apache.openjpa</filter>
</hidden-classes>
</environment>
Hope this helps but maybe some of the devs can give you more information.
thanks
Peter P
yusuf.baker wrote:
Hi
I was wondering when the next realsed version of geronimo is going to be. I
ask this because as i understand geronimo v2.0.2 uses openjpa v1.0.0. (Jira
GERONIMO-3474)and this has a bug in it(jira OPENJPA-402).
To me this is huge! as now , my application server is dictating to me the
way i layout my database.
Please advise on next release date to include openjpa v1.1 or alternatively
advise how one can go about installing openjpa v1.1 version into the current
geronimo v2.0.2.
Thanks in advance
Yusuf