[
https://issues.jboss.org/browse/AS7-3315?page=com.atlassian.jira.plugin.s...
]
Jesper Pedersen edited comment on AS7-3315 at 1/16/12 9:27 AM:
---------------------------------------------------------------
The real problem is that there is no error from the ARQ layer for this deployment.
The two deployments uses different classloaders with a definition of the same classes.
Therefore the classes should be installed as a module, and the .rar's should reference
that module through META-INF/MANIFEST.MF (Dependencies: ).
was (Author: jesper.pedersen):
The real problem is that there is no error from the ARQ layer for this deployment.
The two deployments uses different classloaders with a definition of the same classes.
Therefore the classes should be installed as a module, and the .rar's should reference
that module through META-INF/MANIFEST.MF (Dependencies:).
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
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