You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2008/09/01 21:11:30 UTC

javolution.util.FastList

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.


Re: javolution.util.FastList

Posted by Jacques Le Roux <ja...@les7arts.com>.
:D

Jacques

From: "BJ Freeman" <bj...@free-man.net>
> 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.
>> 
>> 
>> 
>> 
>

Re: javolution.util.FastList

Posted by BJ Freeman <bj...@free-man.net>.
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.
> 
> 
> 
>