View Entities cause errors in web tools export
----------------------------------------------
Key: OFBIZ-2319
URL: https://issues.apache.org/jira/browse/OFBIZ-2319
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: BJ Freeman
Fix For: Release Branch 9.04, SVN trunk
used to be when a entityview was selected for export the log would show it
could not be exported.
that may be so, still but the error is in the way.
Steps to show error:
https://demo.ofbiz.org/webtools/control/xmldsdump
fill in a directory to write to
check ContactMechDetail
click on export
get the followning errors
Message: Error rendering screen
[component://webtools/widget/EntityScreens.xml#xmldsdump]:
org.ofbiz.base.util.GeneralException: Error running Groovy script at
location
[component://webtools/webapp/webtools/WEB-INF/actions/entity/XmlDsDump.groovy]
(The current transaction is marked for rollback, not beginning a new
transaction and aborting current operation; the rollbackOnly was caused
by: Error reading data for XML
export:org.ofbiz.entity.GenericModelException: Field with name
createdTxStamp not found in the ContactMechDetail Entity (Field with
name createdTxStamp not found in the ContactMechDetail Entity)) (Error
running Groovy script at location
[component://webtools/webapp/webtools/WEB-INF/actions/entity/XmlDsDump.groovy]
(The current transaction is marked for rollback, not beginning a new
transaction and aborting current operation; the rollbackOnly was caused
by: Error reading data for XML
export:org.ofbiz.entity.GenericModelException: Field with name
createdTxStamp not found in the ContactMechDetail Entity (Field with
name createdTxStamp not found in the ContactMechDetail Entity)))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.base.util.GeneralException
Message: Error running Groovy script at location
[component://webtools/webapp/webtools/WEB-INF/actions/entity/XmlDsDump.groovy]
(The current transaction is marked for rollback, not beginning a new
transaction and aborting current operation; the rollbackOnly was caused
by: Error reading data for XML
export:org.ofbiz.entity.GenericModelException: Field with name
createdTxStamp not found in the ContactMechDetail Entity (Field with
name createdTxStamp not found in the ContactMechDetail Entity))
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.transaction.GenericTransactionException
Message: The current transaction is marked for rollback, not beginning a
new transaction and aborting current operation; the rollbackOnly was
caused by: Error reading data for XML
export:org.ofbiz.entity.GenericModelException: Field with name
createdTxStamp not found in the ContactMechDetail Entity (Field with
name createdTxStamp not found in the ContactMechDetail Entity)
---- cause
---------------------------------------------------------------------
Exception: org.ofbiz.entity.GenericModelException
Message: Field with name createdTxStamp not found in the
ContactMechDetail Entity
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.