[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1876) CNFE on loading business interface of succesfully injected MBean in a quartz activated MDB

Daniel Wachter (JIRA) jira-events at lists.jboss.org
Mon Aug 3 07:51:29 EDT 2009


    [ https://jira.jboss.org/jira/browse/EJBTHREE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12478585#action_12478585 ] 

Daniel Wachter commented on EJBTHREE-1876:
------------------------------------------

The isolation for the EARClassLoaderDeployer is set to false, but this doesn't work for me!

server/all/deployers/ear-deployer-jboss-beans.xml:
<bean name="EARClassLoaderDeployer" class="org.jboss.deployment.EarClassLoaderDeployer">
      <property name="isolated">false</property>
</bean>

Or do I need to set the isolation in another place?

> CNFE on loading business interface of succesfully injected MBean in a quartz activated MDB
> ------------------------------------------------------------------------------------------
>
>                 Key: EJBTHREE-1876
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1876
>             Project: EJB 3.0
>          Issue Type: Bug
>          Components: proxy-impl
>    Affects Versions: 1.1.5
>         Environment: JBoss 5.1.0.GA, JDK Java version: 1.6.0_14,Sun Microsystems Inc., Fedora 11-64bit
>            Reporter: Sanne Grinovero
>            Assignee: jaikiran pai
>
> Getting a classnotfound exception when trying to use a reference to a MBean, injected by annotations.
> Both MBean and the timer triggered MDB deploy correctly, also injection is working (something? is injected): the value of the reference is not null; as soon
> as a method is called on the injected object CNFE happens on the interface being the type of the reference itself.
> Please refer to the forum post for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list