You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2009/04/17 12:10:17 UTC

createdTxStamp not found in the ContactMechDetail Entity

was doing an export of the ContactMechDetail
this is with a new install and using derby db
got this error.

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

Re: createdTxStamp not found in the ContactMechDetail Entity

Posted by BJ Freeman <bj...@free-man.net>.
done
https://issues.apache.org/jira/browse/OFBIZ-2319

Scott Gray sent the following on 4/17/2009 4:32 AM:
> Sounds like a new jira issue is in order.
> 
> Regards
> Scott
> 
> HotWax Media
> http://www.hotwaxmedia.com
> 
> On 17/04/2009, at 11:21 PM, BJ Freeman wrote:
> 
>> Yes and should be exclude from an export
>> Normally get a message it is a view entity and will not be exported.
>>
>> Scott Gray sent the following on 4/17/2009 3:14 AM:
>>> Isn't ContactMechDetail a view entity?
>>>
>>> Regards
>>> Scott
>>>
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>>
>>>
>>>
>>> On 17/04/2009, at 10:10 PM, BJ Freeman wrote:
>>>
>>>> was doing an export of the ContactMechDetail
>>>> this is with a new install and using derby db
>>>> got this error.
>>>>
>>>> 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
>>>
>>>
> 
> 

Re: createdTxStamp not found in the ContactMechDetail Entity

Posted by Scott Gray <sc...@hotwaxmedia.com>.
Sounds like a new jira issue is in order.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 17/04/2009, at 11:21 PM, BJ Freeman wrote:

> Yes and should be exclude from an export
> Normally get a message it is a view entity and will not be exported.
>
> Scott Gray sent the following on 4/17/2009 3:14 AM:
>> Isn't ContactMechDetail a view entity?
>>
>> Regards
>> Scott
>>
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>>
>>
>> On 17/04/2009, at 10:10 PM, BJ Freeman wrote:
>>
>>> was doing an export of the ContactMechDetail
>>> this is with a new install and using derby db
>>> got this error.
>>>
>>> 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
>>
>>


Re: createdTxStamp not found in the ContactMechDetail Entity

Posted by BJ Freeman <bj...@free-man.net>.
Yes and should be exclude from an export
Normally get a message it is a view entity and will not be exported.

Scott Gray sent the following on 4/17/2009 3:14 AM:
> Isn't ContactMechDetail a view entity?
> 
> Regards
> Scott
> 
> HotWax Media
> http://www.hotwaxmedia.com
> 
> 
> 
> On 17/04/2009, at 10:10 PM, BJ Freeman wrote:
> 
>> was doing an export of the ContactMechDetail
>> this is with a new install and using derby db
>> got this error.
>>
>> 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
> 
> 

Re: createdTxStamp not found in the ContactMechDetail Entity

Posted by Scott Gray <sc...@hotwaxmedia.com>.
Isn't ContactMechDetail a view entity?

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com



On 17/04/2009, at 10:10 PM, BJ Freeman wrote:

> was doing an export of the ContactMechDetail
> this is with a new install and using derby db
> got this error.
>
> 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