never mind one of those senior moments.
BJ Freeman sent the following on 9/1/2008 12:11 PM:
> Writting new code using Svn 690593
>
> I have tried
> Map<String, String> ProductInfo = FastMap.newInstance();
> Map<String, object> ProductInfo = FastMap.newInstance();
> Map<String, String> ProductInfo =(Map<String, String>)
> FastMap.newInstance();
> Map<String, object> ProductInfo = (Map<String,
> object>)FastMap.newInstance();
>
>
>
> get this error
>
> Problems Processing Event
> Exception: java.lang.ClassCastException
> Message: javolution.util.FastList
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.ClassCastException: javolution.util.FastList
> on the line that has the declaration.
>
> Error calling event: org.ofbiz.webapp.event.EventHandlerException:
> Problems processing event: java.lang.ClassCastException:
> javolution.util.FastList (javolution.util.FastList)
>
> any Ideas.
>
>
>
>