When using the JMX RMI-IIOP connector the remote operations should run
within the connector server creator access control context.
The current Java platform's RMI-IIOP implementation does not guarantee
that the ACC set up to run the incoming remote operations will be the
one of the connector server creator. However, this is guaranteed by the
RMI-JRMP implementation so in order to keep the same functionality in
both JMX connectors, i.e. JMX RMI-JRMP and JMX RMI-IIOP, the JMX RMI-IIOP
connector should guarantee it.
It would be nice though that in a near future RMI-IIOP behaves exactly
the same as RMI-JRMP.