[
https://issues.jboss.org/browse/AS7-3315?page=com.atlassian.jira.plugin.s...
]
Aslak Knutsen commented on AS7-3315:
------------------------------------
If JUL log level for org.jboss.arquillian.test.spi.TestEnricher is set to level fine, the
ResourceEnricher will report the issue, but it won't fail the whole test.
Failing on resource injection will be fixed in Arquillian Core as part of ARQ-480, not in
AS7.
Not sure if this issue is open to track the Arq-Core change or to fix the deployment issue
with the test.
Class loading problem in case of multiple .rar deployments
----------------------------------------------------------
Key: AS7-3315
URL:
https://issues.jboss.org/browse/AS7-3315
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Environment: a694b08fd04d8b70729a019b5b72e68cf5b20a7b
Reporter: Vladimir Rastseluev
Assignee: Aslak Knutsen
Priority: Critical
Labels: arq_qe_blocker
Fix For: 7.1.0.Final
I wrote a test, which deploys 2 .rar archives and tries to activate objects from both
archives.
Test doesn't pass. Seems, it can find objects by jndi names, if they were deployed in
.rar together with test, but it can't find objects from another archive.
Probably, there is a class loading problem.
Test
org.jboss.as.test.smoke.embedded.deployment.rar.examples.IronJacamarMultipleActivationTestCase.java
is in my branch
https://github.com/vratsel/jboss-as/commit/a694b08fd04d8b70729a019b5b72e6....
--
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