[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java 2 collections. NEVER MIND.



NEVER MIND,
It works now, after I fixed my code.

__________

Can I use the Java 2 collections like HashMap, ArrayList instead of the
DxMap and DxBag?

I keep getting an error when using the Java 2 collections to store the
references from one object to others.

I am using ozone 0.3x

When I try to retrieve the references ex:
List buyerGroups = projectUpload.getBuyerGroups()

I get a java.lang.String ClassCastException... I do not see where it is
trying to cast to a String either.

Thanks.