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

Adrian Brock (JIRA) jira-events at lists.jboss.org
Tue Apr 15 08:53:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBAS-5446?page=all ]

Adrian Brock updated JBAS-5446:
-------------------------------

    Affects: [Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration]

> ClassPathExtension MBean "removed"
> ----------------------------------
>
>                 Key: JBAS-5446
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5446
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: ClassLoading
>            Reporter: Adrian Brock
>         Assigned To: Adrian Brock
>             Fix For: JBossAS-5.0.0.GA
>
>
> 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">
>       <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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list