Hans Bakker wrote:
in the commits of the last 13 hours is a commit that causes the error
below. It however only happens the first time....if the request is
repeated the error disappears.....
anybody any idea?
Message: Error rendering screen
[component://common/widget/CommonScreens.xml#FindScreenDecorator]:
java.lang.UnsupportedOperationException: =
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Error rendering screen
[component://common/widget/CommonScreens.xml#FindScreenDecorator]:
java.lang.UnsupportedOperationException: =
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:311)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:258)
org.ofbiz.widget.screen.ModelScreen.renderScreenString(ModelScreen.java:401)
org.ofbiz.widget.screen.ModelScreenWidget
$DecoratorScreen.renderWidgetString(ModelScreenWidget.java:654)
This is not the real error, just a wrapper error.
ps: I hate how ofbiz lacks proper exception handling