Bug 274976 - Stack name not read in JGroups URI
Summary: Stack name not read in JGroups URI
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-05-05 09:09 EDT by Pierre-Henry Perret CLA
Modified: 2010-06-07 12:11 EDT (History)
1 user (show)

See Also:


Attachments
Modified JGgroupsID (840 bytes, patch)
2009-05-05 09:09 EDT, Pierre-Henry Perret CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Henry Perret CLA 2009-05-05 09:09:14 EDT
Created attachment 134417 [details]
Modified JGgroupsID

When changing stackName parameter in TARGET_NAME (JGroups URI), it is not read by JGroups stackInfo() method.

Example:
 TARGET_NAME="jgroups://localhost/testRemoteServiceGroup&stackName=tcp";

If test is launched, the console shows [cluster=udp] in place of [cluster=tcp]
Comment 1 Scott Lewis CLA 2009-05-05 14:10:41 EDT
+1 from me on this fix/change.
Comment 2 Scott Lewis CLA 2010-06-06 21:05:50 EDT
Pierre, if this fix was applied please resolve this bug as fixed.
Comment 3 Pierre-Henry Perret CLA 2010-06-07 12:11:22 EDT
I have added a stack to defaultStacks.xml wiwth name 'encrypt' and added a config test in o.e.e.tests.provider.jgroups.config.JGroupsConfigTest to assert the config in defaultStacks.

All tests pass.