
| Key: |
CACHE-126
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Xavier O'Neal
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
- Linux 2.6.5-7.97-smp
- SunOne 6.1-sp3
- JVM 1.4.2_04-b05
- Linux 2.6.5-7.97-smp
- SunOne 6.1-sp3
- JVM 1.4.2_04-b05
|
|
|
com.opensymphony.plugins.clustersupport.JavaGroupsBroadcastingListener
depends on
org/javagroups/blocks/NotificationBus$Consumer.
Unfortunataly the JAR jgroups-2.2.7.bin.zip (which contains jgroups-all.jar) does not contain this class. Instead all classes in this jar are packaged as org.jgroups.
JavaGroups-2.1.1.bin.zip does contain the correct class path, but has been discontinued and will not ever be updated.
Suggestion: Either specify in your clustering docs to use the version that works or update the code to now look for the new classpath that jgroups have changed in their latest versions.
Don't cha hate depending on third party software! =)
-Xavier
|
|
Description
|
com.opensymphony.plugins.clustersupport.JavaGroupsBroadcastingListener
depends on
org/javagroups/blocks/NotificationBus$Consumer.
Unfortunataly the JAR jgroups-2.2.7.bin.zip (which contains jgroups-all.jar) does not contain this class. Instead all classes in this jar are packaged as org.jgroups.
JavaGroups-2.1.1.bin.zip does contain the correct class path, but has been discontinued and will not ever be updated.
Suggestion: Either specify in your clustering docs to use the version that works or update the code to now look for the new classpath that jgroups have changed in their latest versions.
Don't cha hate depending on third party software! =)
-Xavier |
Show » |
|