Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
(Java) V4 4.1.0
-
None
Description
Has problems dealing with Terms of the kind mentioned below that has "AppliesTo" attribute set to more than one type
<Term Name="ResourcePath" Type="Edm.String" AppliesTo="EntitySet Singleton ActionImport FunctionImport">
</Term>
Suggestions to fix: [In method private CsdlTerm readTerm(StartElement element]
if (attr(element, "AppliesTo") != null)