[jboss-jira] [JBoss JIRA] Updated: (JBAS-7274) Add dependecies on HttpRMIClassLoading
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Dec 29 22:07:30 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-7274:
-----------------------------------
Summary: Add dependecies on HttpRMIClassLoading (was: org.jboss.test.jrmp.test.DynLoadingFromSARUnpackedUnitTestCase)
Description:
Move of mbeans related to RMI Classloading out of conf/jboss-service.xml and into deploy/ has broken things. HttpRMIClassLoading (aka jboss:service=WebService) needs to start before any other services export an RMI object or create a MarshalledObject. If it doesn't, some static initializers in the JDK java.rmi implementation will not see the correct values. So add dependencies.
Ones I'm aware of are RemoteNamingBean, UnifiedInvoker(HA), JRMPInvoker(HA).
was:Move of mbeans related to RMI Classloading out of conf/jboss-service.xml and into deploy/ has broken things. See forum thread for details.
Affects: [Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration, Release Notes]
> Add dependecies on HttpRMIClassLoading
> --------------------------------------
>
> Key: JBAS-7274
> URL: https://jira.jboss.org/jira/browse/JBAS-7274
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Brian Stansberry
> Fix For: JBossAS-6.0.0.M2
>
>
> Move of mbeans related to RMI Classloading out of conf/jboss-service.xml and into deploy/ has broken things. HttpRMIClassLoading (aka jboss:service=WebService) needs to start before any other services export an RMI object or create a MarshalledObject. If it doesn't, some static initializers in the JDK java.rmi implementation will not see the correct values. So add dependencies.
> Ones I'm aware of are RemoteNamingBean, UnifiedInvoker(HA), JRMPInvoker(HA).
--
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