[jboss-jira] [JBoss JIRA] (WFLY-4200) WAR MDB cannot obtain superclass on module classpath

John Mazzitelli (JIRA) issues at jboss.org
Tue Dec 23 00:04:29 EST 2014


     [ https://issues.jboss.org/browse/WFLY-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Mazzitelli updated WFLY-4200:
----------------------------------
    Attachment: mdb-test.zip


I'm attaching the zip file with the replication code here (its the same as that which was attached to the associated forum thread).

To replicate the problem:

1) take this zip file, and unzip it in the root install dir of your wildfly 8.2 distro (this zip file will overlay a war and a module deployment inside your wildfly)

2) run wildfly's standalone.sh.

See the error logs and notice the MDB fails to deploy.

Source code is in the attached .zip file but see the forum thread post where I show the relevant source.

> WAR MDB cannot obtain superclass on module classpath
> ----------------------------------------------------
>
>                 Key: WFLY-4200
>                 URL: https://issues.jboss.org/browse/WFLY-4200
>             Project: WildFly
>          Issue Type: Bug
>          Components: Class Loading, EJB
>    Affects Versions: 8.2.0.Final
>            Reporter: John Mazzitelli
>            Assignee: David Lloyd
>            Priority: Minor
>         Attachments: mdb-test.zip
>
>
> see the forum post for details:
> https://developer.jboss.org/message/914355
> but suffice it to say this is similar to https://issues.jboss.org/browse/AS7-2638 which appears to have come back again.
> In my WAR, I have an MDB which extends a class (in which that superclass implements MessageListener) and that superclass is in a module that my WAR depends on; the MDB fails to deploy. I have to explicitly add an annotation attribute to workaround the problem.
> Again, see the forum for the very easy steps to replicate with a small zip file that contains the replication code.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list