Conversion issue in recent commits

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

Conversion issue in recent commits

Sumit Pandit-3
Hi Devs,

I am getting an error at -
https://localhost:8443/accounting/control/ViewGlReconciliationWithTransaction?glReconciliationId=9001&finAccountId=ABN_CHECKING

It is -
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://accounting/widget/FinAccountScreens.xml#ViewGlReconciliationWithTransaction]: java.lang.IllegalArgumentException: Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported (Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported)

Is it coming due to recent commits in Conversions ? It would be great and much helpful if someone verify it.

--
Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Conversion issue in recent commits

Jacques Le Roux
Administrator
I guess it's related to Adrian recent changes, I just got one also

Jacques

From: "Sumit Pandit" <[hidden email]>
Hi Devs,

I am getting an error at -
https://localhost:8443/accounting/control/ViewGlReconciliationWithTransaction?glReconciliationId=9001&finAccountId=ABN_CHECKING

It is -
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
[component://accounting/widget/FinAccountScreens.xml#ViewGlReconciliationWithTransaction]: java.lang.IllegalArgumentException: Could
not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]:
org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported (Could not convert field
value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion
from java.lang.String to List not currently supported)

Is it coming due to recent commits in Conversions ? It would be great and much helpful if someone verify it.

--
Thanks And Regards
Sumit Pandit


Reply | Threaded
Open this post in threaded view
|

Re: Conversion issue in recent commits

Adrian Crum
In reply to this post by Sumit Pandit-3
Fixed, rev 835159.

Thanks!

-Adrian

Sumit Pandit wrote:

> Hi Devs,
>
> I am getting an error at -
> https://localhost:8443/accounting/control/ViewGlReconciliationWithTransaction?glReconciliationId=9001&finAccountId=ABN_CHECKING
>
> It is -
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://accounting/widget/FinAccountScreens.xml#ViewGlReconciliationWithTransaction]: java.lang.IllegalArgumentException: Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported (Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported)
>
> Is it coming due to recent commits in Conversions ? It would be great and much helpful if someone verify it.
>
> --
> Thanks And Regards
> Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Conversion issue in recent commits

Sumit Pandit-3
Thanks Adrian,

--
Regards
Sumit Pandit

On Nov 11, 2009, at 4:30 PM, Adrian Crum wrote:

> Fixed, rev 835159.
>
> Thanks!
>
> -Adrian
>
> Sumit Pandit wrote:
>> Hi Devs,
>> I am getting an error at - https://localhost:8443/accounting/control/ViewGlReconciliationWithTransaction?glReconciliationId=9001&finAccountId=ABN_CHECKING
>> It is -
>> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://accounting/widget/FinAccountScreens.xml#ViewGlReconciliationWithTransaction]: java.lang.IllegalArgumentException: Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported (Could not convert field value for the field: [finAccountTransIds] to the [List] type for the value [[]]: org.ofbiz.base.util.GeneralException: Conversion from java.lang.String to List not currently supported)
>> Is it coming due to recent commits in Conversions ? It would be great and much helpful if someone verify it. --
>> Thanks And Regards
>> Sumit Pandit