Skip to content

Commit db88ae2

Browse files
committed
Bug 37535603 - RFA: Cannot set federated loading when using the spring: bean namespace (14.1.2.0 cl 114033 --> ce/14.1.2.0)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 114078]
1 parent 4d4b3e1 commit db88ae2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

prj/coherence-core/src/main/java/com/tangosol/coherence/config/xml/processor/ElementProcessorHelper.java

-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ public static ParameterizedBuilder<?> processParameterizedBuilder(ProcessingCont
117117
}
118118
else if (listChildren.size() == 2)
119119
{
120-
// or there may be a scheme-name element and a foreign namespace
121-
qName = new QualifiedName(sPrefix, "scheme-name");
122-
123120
XmlElement elementOne = listChildren.get(0);
124121
XmlElement elementTwo = listChildren.get(1);
125122

0 commit comments

Comments
 (0)