admin@glassfish.java.net

Re: GlassFish Issue# 3219 on using jmxremote_optional.jar from OpenDMK.

From: Sreenivas Munnangi <Sreenivas.Munnangi_at_Sun.COM>
Date: Tue, 19 Jun 2007 11:40:21 -0700

Thanks Kedar, I'll write the blurb.

- sreeni

Kedar Mhaswade wrote:
> Looks good to me.
> Pleas go ahead. Just write a blurb about this at:
>
> http://wiki.glassfish.java.net/Wiki.jsp?page=GlassFishV2SubProjects
>
> so that we can point interested people to it.
>
> Also, mention in that blurb that we are using our own copy of this
> file since it is a private interface of app server. The classes
> from this jar are NOT exposed to the users of app server, they are
> required for correct functioning of the app server.
>
> Kedar
>
>
> Sreenivas Munnangi wrote:
>> Hi,
>>
>> I have created the above issue and the description is given below.
>> https://glassfish.dev.java.net/issues/show_bug.cgi?id=3219
>>
>> In the effort towards making GlassFish Application Server all open
>> source
>> project, existing jmxremoteoptional.jar to be used from OpenDMK
>> instead of
>> rjmx-ri-jdmk51FCS package.
>>
>>
>> Here are the code changes and pl. let me know your
>> comments/suggestions by 4pm today to enable me check in the code.
>>
>> thanks
>> sreeni
>>
>> cvs diff: Diffing .
>> Index: glassfish.xml
>> ===================================================================
>> RCS file: /cvs/glassfish/bootstrap/glassfish.xml,v
>> retrieving revision 1.99
>> diff -r1.99 glassfish.xml
>> 423,428d422
>> < <param name="name" value="${glassfish.rjmx_ri.name}"/>
>> < <param name="version"
>> value="${glassfish.rjmx_ri.version}"/>
>> < <param name="directory" value="${glassfish.home}/lib"/>
>> < </antcall>
>> <
>> < <antcall target="do.unzip">
>> 683c677
>> < <delete
>> file="${glassfish.home}/lib/SUNWjdmk/5.1/lib/jmxremote_optional.jar"/>
>> ---
>> > <move
>> file="${glassfish.home}/lib/SUNWjdmk/5.1/lib/jmxremote_optional.jar"
>> todir="${glassfish.home}/lib"/>
>> Index: project.properties
>> ===================================================================
>> RCS file: /cvs/glassfish/bootstrap/project.properties,v
>> retrieving revision 1.371
>> diff -r1.371 project.properties
>> 144,145c144,145
>> < glassfish.rjmx_ri.name=rjmx-ri
>> < glassfish.rjmx_ri.version=jdmk51FCS
>> ---
>> > glassfish.rjmx_ri.name=opendmk
>> > glassfish.rjmx_ri.version=1.0-b01-ea-bin-dual-04-Apr-2007
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>