[
https://issues.apache.org/jira/browse/DELTASPIKE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352595#comment-15352595
]
Tibor Digana commented on DELTASPIKE-1179:
------------------------------------------
[~johndament]
The config in Maven and _@RunWith_ is same with mine.
The problem might be that both repositories refer to one entity.
Is it this issue we can see. Again individual tests run as expected but
together they do not.
If the Deltaspike Data was not strict to use any of _@Repository(forEntity =
MyEntity.class)_ or _EntityPersistenceRepository_ we could implement
DELTASPIKE-1177. Maybe two repositories referring to one entity is problem for
both JIRA issues, not sure.
> [Deltaspike Data] ContextNotActiveException: WELD-001303: No active contexts
> for scope type javax.enterprise.context.ApplicationScoped
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DELTASPIKE-1179
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1179
> Project: DeltaSpike
> Issue Type: Bug
> Components: Data-Module
> Affects Versions: 1.7.0
> Reporter: Tibor Digana
> Priority: Critical
>
> I have two repositories _MyRepository_ and _Java8Repository_ which refer both
> to the same entity. They represent a service.
> The first test _producer.Java8RepoTest_ passed but the second test
> _producer.ProducerTest_ failed in container while trying to call the business
> method on _MyRepository_. I have no idea why this coincidence happens but
> standalone tests running always pass but running them together the testset
> fails.
> Run Maven command
> {code}
> mvn --pl features/generic-dao-producer/deltaspike-generic-dao test
> {code}
> and this is my project in GitHub
> https://github.com/Tibor17/javaee-samples.git
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)