[
https://issues.jboss.org/browse/AS7-4119?page=com.atlassian.jira.plugin.s...
]
Appa Rao Nali updated AS7-4119:
-------------------------------
Attachment: server.log
I forgot to attach server log in previous comment, I added couple of debug messages to
weld module to know the flow and issue,
Log message syntax is
"APPU::<ClassName>::<MethodName()>::<message>" most of the
placed I followed, may be I missed some places.
By looking at this if you can give any pointers for further debug would be helpful to find
the issue and solution.
Issue with using remote WAR application deployed not inside EAR
application.
-----------------------------------------------------------------------------
Key: AS7-4119
URL:
https://issues.jboss.org/browse/AS7-4119
Project: Application Server 7
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 7.1.0.Final
Environment: Windows 7, JBoss 7.1
Reporter: Lukasz Szymik
Assignee: Stuart Douglas
Attachments: RequestScopedFailTestCase.zip, server.log
I have application(s) which are build with one EAR application and couple of external WAR
applications. I could deploy EAR and WAR applications into JBoss7.1 Final. As soon as I am
invoking session bean from WAR application I got: javax.ejb.EJBException:
org.jboss.weld.context.ContextNotActiveException: WELD-001303 No active contexts for scope
type javax.enterprise.context.RequestScoped exception.
The same issue does not occur if connection is done from remote desktop client (standard
Java SE command line application.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira