EntitForLang.java Does not Compile on Java 1.5
----------------------------------------------
Key: JUDDI-285
URL: https://issues.apache.org/jira/browse/JUDDI-285
Project: jUDDI
Issue Type: Bug
Components: uddi-client
Affects Versions: 3.0beta
Reporter: Brian
Assignee: Kurt T Stam
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.