[jboss-jira] [JBoss JIRA] Commented: (JBREM-542) change how remoting servlet finds servlet invoker

John Mazzitelli (JIRA) jira-events at jboss.com
Sat Jul 15 16:34:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBREM-542?page=comments#action_12339647 ] 
            
John Mazzitelli commented on JBREM-542:
---------------------------------------

>From summary: "This is limited in that requires JMX be available within the web container"

I don't see how this fix really isolates you from requiring JMX.  You will still need your web container to load in JMX classes won't you?  Alot of remoting classes require JMX just to load (e.g. Connector implements the JMX interface MBeanRegistration; InvokerRegistry loads ServerInvoker classes which need JMX).

e.g. when this new servlet runs, it makes this call:

ServerInvoker[] serverInvokers = InvokerRegistry.getServerInvokers();

But ServerInvoker has alot of dependencies on JMX classes.  So this servlet will still require JMX classes to be loaded.  Or am I missing something?

> change how remoting servlet finds servlet invoker
> -------------------------------------------------
>
>                 Key: JBREM-542
>                 URL: http://jira.jboss.com/jira/browse/JBREM-542
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: general
>    Affects Versions: 2.0.0.Beta2 (Boon)
>            Reporter: Tom  Elrod
>         Assigned To: Tom  Elrod
>             Fix For: 2.0.0.CR1 (Boon)
>
>
> Currently the servlet deployed within servlet-invoker.war uses the servlet server invoker's JMX Object name (provide within the init-param of web.xml) to lookup the servlet server invoker to make calls upon.  This is limited in that requires JMX be available within the web container.  Althought this will probably be available in most J2EE app servers, might not be in other web container only deployments.  Need to remove this restriction.

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