|
From: Rod J. <ro...@in...> - 2005-03-22 12:19:13
|
I'm seeing rowset.jar and jmx-tools.jar missing in CVS. R |
|
From: <tho...@tr...> - 2005-03-23 16:42:37
|
rowset.jar was moved to the lib/j2ee directory. Don't know about the jmx-tools.jar. Thomas Quoting Rod Johnson <ro...@in...>: > I'm seeing rowset.jar and jmx-tools.jar missing in CVS. > > R > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Juergen H. <ju...@in...> - 2005-03-23 16:44:49
|
I've moved rowset.jar and removed jmx-tools.jar for 1.2 RC1, which probably just needs to be reflected in the Eclipse classpath file. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Rod Johnson Sent: Tuesday, March 22, 2005 1:14 PM To: spr...@li... Subject: [Springframework-developer] Missing JARS I'm seeing rowset.jar and jmx-tools.jar missing in CVS. R ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Juergen H. <ju...@in...> - 2005-03-23 17:02:06
|
The reason why I've removed jmx-tools.jar is that I've moved the JMX AdapterHost stuff back to the sandbox for 1.2 RC1 (and commented out the jmx-tools dependency). It currently just served as a wrapper around Sun's old JMX RI HtmlAdaptor, which dates back to 2002 and seems to have been abandoned, so I guess we shouldn't ship it unless someone asks for it. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Juergen Hoeller Sent: Wednesday, March 23, 2005 5:44 PM To: spr...@li... Subject: RE: [Springframework-developer] Missing JARS I've moved rowset.jar and removed jmx-tools.jar for 1.2 RC1, which probably just needs to be reflected in the Eclipse classpath file. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Rod Johnson Sent: Tuesday, March 22, 2005 1:14 PM To: spr...@li... Subject: [Springframework-developer] Missing JARS I'm seeing rowset.jar and jmx-tools.jar missing in CVS. R ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Rob H. <ro...@ca...> - 2005-03-23 17:07:12
|
I agree with that. In the final release we should probably change to using MX4J rather than the Sun RI for our JMX dist. ROb Juergen Hoeller wrote: >The reason why I've removed jmx-tools.jar is that I've moved the JMX >AdapterHost stuff back to the sandbox for 1.2 RC1 (and commented out the >jmx-tools dependency). It currently just served as a wrapper around Sun's >old JMX RI HtmlAdaptor, which dates back to 2002 and seems to have been >abandoned, so I guess we shouldn't ship it unless someone asks for it. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Juergen Hoeller >Sent: Wednesday, March 23, 2005 5:44 PM >To: spr...@li... >Subject: RE: [Springframework-developer] Missing JARS > > >I've moved rowset.jar and removed jmx-tools.jar for 1.2 RC1, which probably >just needs to be reflected in the Eclipse classpath file. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Rod Johnson >Sent: Tuesday, March 22, 2005 1:14 PM >To: spr...@li... >Subject: [Springframework-developer] Missing JARS > > >I'm seeing rowset.jar and jmx-tools.jar missing in CVS. > >R > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > >------------------------------------------------------- >This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 >Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows >Embedded(r) & Windows Mobile(tm) platforms, applications & content. >Register >by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > >------------------------------------------------------- >This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 >Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows >Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register >by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Colin S. <col...@ex...> - 2005-03-23 17:11:13
|
+1 Rob Harrop wrote: > I agree with that. In the final release we should probably change to > using MX4J rather than the Sun RI for our JMX dist. > > ROb > > Juergen Hoeller wrote: > >> The reason why I've removed jmx-tools.jar is that I've moved the JMX >> AdapterHost stuff back to the sandbox for 1.2 RC1 (and commented out the >> jmx-tools dependency). It currently just served as a wrapper around >> Sun's >> old JMX RI HtmlAdaptor, which dates back to 2002 and seems to have been >> abandoned, so I guess we shouldn't ship it unless someone asks for it. >> >> Juergen >> >> >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...]On Behalf >> Of Juergen Hoeller >> Sent: Wednesday, March 23, 2005 5:44 PM >> To: spr...@li... >> Subject: RE: [Springframework-developer] Missing JARS >> >> >> I've moved rowset.jar and removed jmx-tools.jar for 1.2 RC1, which >> probably >> just needs to be reflected in the Eclipse classpath file. >> >> Juergen >> >> >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...]On Behalf >> Of Rod Johnson >> Sent: Tuesday, March 22, 2005 1:14 PM >> To: spr...@li... >> Subject: [Springframework-developer] Missing JARS >> >> >> I'm seeing rowset.jar and jmx-tools.jar missing in CVS. >> >> R > |