I am trying to use a MultiAttributeType. But when I create a feature using an ArrayList for the attribuite, it complains that it wants a java.util.List not an ArrayList. I think the problem is that in ListTypeAttribute.java, it checks for:

if(obj instanceof List){

perhapse it should be

if(obj implements List){

I tried to make the change and compile the code, but after an hour of trying, I could not get either maven 1 or 2 to compile the project (it complained about problems in project.xml).

Any thoughts?

David Robison

Reply via email to