[jboss-jira] [JBoss JIRA] Assigned: (JBAS-5446) ClassPathExtension MBean "removed"

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Mon Sep 15 05:20:21 EDT 2008


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

Dimitris Andreadis reassigned JBAS-5446:
----------------------------------------

    Assignee: Dimitris Andreadis  (was: Mark Newton)


> ClassPathExtension MBean "removed"
> ----------------------------------
>
>                 Key: JBAS-5446
>                 URL: https://jira.jboss.org/jira/browse/JBAS-5446
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: ClassLoading
>            Reporter: Adrian Brock
>            Assignee: Dimitris Andreadis
>             Fix For: JBossAS-5.0.0.CR2
>
>
> This is a dummy issue to go in the releases notes.
> It records that if you previously used the ClassPathExtension MBean, e.g.
> my-classpath-extension-service.xml
> <server>
>    <mbean code="org.jboss.deployment.ClasspathExtension"
>                    name="com.acme:service=whatever"
>    >
>       <attribute name="MetaDataURL">protocol:/some/url</attribute>
>    </mbean>
> </server>
> In JBoss5 this is replaced with a vfs classloader definition
> my-classpath-extension-beans.xml
> <deployment xmlns="urn:jboss:bean-deployer:2.0">
>    <classloader xmlns="urn:jboss-classloader:1.0"
>                            name="whatever"
>                            importAll="true"
>                            exportAll="NON_EMPTY"
>    >
>       <root>protocol:/some/url</root>
>    </classloader>
> </deployment>

-- 
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