javolution.util.FastList

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

javolution.util.FastList

BJ Freeman
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.

Reply | Threaded
Open this post in threaded view
|

Re: javolution.util.FastList

BJ Freeman
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.
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: javolution.util.FastList

Jacques Le Roux
Administrator
:D

Jacques

From: "BJ Freeman" <[hidden email]>

> 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.
>>
>>
>>
>>
>