Re: JavaGroups changed package name?
Scott Farquhar <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <[email protected]> |
Please raise a JIRA issue: http://jira.opensymphony.com Cheers, Scott On Tue, May 18, 2004 at 11:15:21PM +1000, Jason Polites wrote: > Hello all, > > I just downloaded fresh versions of both OSCache and JavaGroups and have > noticed that there is a discrepancy between the current OSCache's use of > JavaGroups and the current version of JavaGroups. Having not used either > previously I am not certain as to the history, but it appears that the > JavaGroups libraries may have changed their package naming. > > Specifically, the > com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListen > er class in OSCache version 2.0.2 references the following classes from > JavaGroups: > > import org.javagroups.Address; > import org.javagroups.Channel; > import org.javagroups.blocks.NotificationBus; > > The current version of JavaGroups (version 2.2.1) does not use this package > naming, but rather uses org.jgroups.xxx > > Consequently any attempt to use the JavaGroups broadcast listener in OSCache > results in abnormal ClassNotFound errors. > > I took the liberty of changing the source code for > JavaGroupsBroadcastingListener in my version such that the import statements > above now appear as: > > import org.jgroups.Address; > import org.jgroups.Channel; > import org.jgroups.blocks.NotificationBus; > > Regards, > > Jason Polites. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Opensymphony-oscache mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensymphony-oscache ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click