[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John D. Ament reassigned DELTASPIKE-1179:
-----------------------------------------

    Assignee: John D. Ament

> [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: Proxy-Module
>    Affects Versions: 1.7.0
>            Reporter: Tibor Digana
>            Assignee: John D. Ament
>            Priority: Critical
>             Fix For: 1.7.1
>
>
> 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
> StackTrace:
> {code}
> org.jboss.weld.context.ContextNotActiveException: WELD-001303: No active 
> contexts for scope type javax.enterprise.context.ApplicationScoped
>         at 
> org.jboss.weld.manager.BeanManagerImpl.getContext(BeanManagerImpl.java:689)
>         at 
> org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:90)
>         at 
> org.jboss.weld.bean.ContextualInstanceStrategy$ApplicationScopedContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:124)
>         at 
> org.jboss.weld.bean.ContextualInstance.getIfExists(ContextualInstance.java:63)
>         at 
> org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:83)
>         at 
> org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
>         at 
> org.apache.deltaspike.proxy.impl.invocation.InterceptorLookup$Proxy$_$$_WeldClientProxy.lookup(Unknown
>  Source)
>         at 
> org.apache.deltaspike.proxy.impl.invocation.AbstractManualInvocationHandler.invoke(AbstractManualInvocationHandler.java:40)
>         at 
> org.apache.deltaspike.proxy.impl.invocation.DelegateManualInvocationHandler.staticInvoke(DelegateManualInvocationHandler.java:39)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to