Jacques Le Roux created OFBIZ-6894:
--------------------------------------
Summary: Cannot find linkToProduct from createCommunicationEvent
SECA
Key: OFBIZ-6894
URL: https://issues.apache.org/jira/browse/OFBIZ-6894
Project: OFBiz
Issue Type: Bug
Components: specialpurpose/scrum
Reporter: Jacques Le Roux
At r1596506 I had removed the createCommunicationEvent SECA because the related
tests (a lot) failed. Here is the stack trace:
{code}
2016-02-14 13:07:36,013 |main |GenericDelegator
|E| Failure in findByCondition operation for entity [SystemProperty]:
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: Service
[linkToProduct] threw an unexpected
exception/errororg.ofbiz.service.GenericServiceException: Cannot find service
[linkToProduct] location class (org.ofbiz.scrum.ScrumServices) (Cannot find
service [linkToProduct] location class (org.ofbiz.scrum.ScrumServices)).
Rolling back transaction.
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: Service
[linkToProduct] threw an unexpected
exception/errororg.ofbiz.service.GenericServiceException: Cannot find service
[linkToProduct] location class (org.ofbiz.scrum.ScrumServices) (Cannot find
service [linkToProduct] location class (org.ofbiz.scrum.ScrumServices))
at
org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:142)
~[ofbiz-entity.jar:?]
at
org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:110)
~[ofbiz-entity.jar:?]
at
org.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1577)
[ofbiz-entity.jar:?]
at org.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:454)
[ofbiz-entity.jar:?]
at org.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:379)
[ofbiz-entity.jar:?]
at org.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:420)
[ofbiz-entity.jar:?]
at
org.ofbiz.entity.util.EntityUtilProperties.getSystemPropertyValue(EntityUtilProperties.java:61)
[ofbiz-entity.jar:?]
at
org.ofbiz.entity.util.EntityUtilProperties.getPropertyValue(EntityUtilProperties.java:88)
[ofbiz-entity.jar:?]
at
org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:312)
[ofbiz-common.jar:?]
[...]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)