You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2008/04/09 22:50:08 UTC

[jira] Commented: (OFBIZ-1728) XML export of a no-auto-stamp entity does not work

    [ https://issues.apache.org/jira/browse/OFBIZ-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587340#action_12587340 ] 

Bruno Busco commented on OFBIZ-1728:
------------------------------------

Many thanks Ray!

I have tested the patch against the last SVN trunk (646522) and now it is ok. For my no-auto-stamp entity all the records are exported regardless of the dates put in the fields.

You are right, the error that I mentioned was only when asking for a to-file export. For to-folder export it was already OK.
But now it is ok in all cases !

> XML export of a no-auto-stamp entity does not work
> --------------------------------------------------
>
>                 Key: OFBIZ-1728
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1728
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP - OFBIZ SVN trunk 642807
>            Reporter: Bruno Busco
>         Attachments: entity_export.patch
>
>
> When trying to XML export an entity that has been configured with the no-auto-stamp="true" property the following error is generated:
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://webtools/widget/CommonScreens.xml#main-decorator]: org.ofbiz.entity.transaction.GenericTransactionException: 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 Articolo Entity (Field with name createdTxStamp not found in the Articolo Entity) (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 Articolo Entity (Field with name createdTxStamp not found in the Articolo Entity))

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.