JavaGroups changed package name?
"Jason Polites" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <009b01c43cda$2e0827c0$0100a8c0@base> |
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