[jboss-jira] [JBoss JIRA] Commented: (JBAS-3658) Remote classloading service - Redesign
Tom Elrod (JIRA)
jira-events at lists.jboss.org
Tue Feb 13 12:24:30 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-3658?page=comments#action_12352964 ]
Tom Elrod commented on JBAS-3658:
----------------------------------
Per forum:
Seems to me should be handled at the invoker level (i.e. UnifiedInvoker) and use a service like the org.jboss.web.WebService we currently have. The WebService actually looks fairly good to me to what is needed (i.e. downloading classes). Maybe add another configuration attribute for what type of class files can be downloaded (i.e. "com.acme.domain.*") and should be sufficient?
Also, where is the client code for downloading classes from the WebService?
> Remote classloading service - Redesign
> --------------------------------------
>
> Key: JBAS-3658
> URL: http://jira.jboss.com/jira/browse/JBAS-3658
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Remoting
> Reporter: Dimitris Andreadis
> Assigned To: Tom Elrod
> Fix For: JBossAS-4.2.0.CR1
>
>
> We need to redesign the remote classloading service such that there is more control at the deployment layer on what is exposed.
> I will create a forum thread where this can be discussed in more detail.
> Requirement 1:
> Provide sensible defaults, which probably means no remote classloading by default
> Requirement 2:
> Individual deployments can choose whether remote classloading is enabled and what is available remotely
> Requirement 3:
> Allow "aspects" of the deployment to enhance what can be downloaded remotely, e.g. RMI/IIOP generated proxies or AOP remoting proxies
> Requirement 4:
> Use the spec defined RMIClassloaderSPI (exposed via an MBean) to make this configurable
> Requirement 5:
> Alternate implementations, e.g. exposure of remote classloading via a servlet in Tomcat or a custom resource url that triggers the use of invokers to do remote classloading.
--
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