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 |
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 |
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 |
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 |
Free forum by Nabble | Edit this page |