You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by "yusuf.baker" <yu...@gmail.com> on 2007/12/31 10:58:21 UTC

Geronimo v2.0.3/ v2.1.0

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
-- 
View this message in context: http://www.nabble.com/Geronimo-v2.0.3--v2.1.0-tp14555855s134p14555855.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Geronimo v2.0.3/ v2.1.0

Posted by Peter Petersson <pe...@pmb.mine.nu>.
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
>