Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0beta
-
None
Description
EntityForLang in uiid-client component does not compile under java 1.5.
Here is the error from maven build
/home/soafa-user/juddi-3.0.0.beta/uddi-client/src/main/java/org/uddi/api_v3/client/i18n/EntityForLang.java:[41,30] name clash: get(java.util.List<org.uddi.api_v3.Address>,java.lang.String) and get(java.util.List<org.uddi.api_v3.Name>,java.lang.String) have the same erasure
Looks like generics are not being handled properly.