Create SSL socket factories that rely on a configured JSSESecurityDomain to setup secure channels. These are to be installed if SSL support is enabled in the subsystem and will be used to setup SSL sockets whenever transport protection is required by an EJB (via ior-security-settings in the jboss-ejb3.xml descriptor).
A security-domain attribute is to be added to the subsystem configuration to allow specification of the JSSE domain to be used. The configuration will look like this:
<subsystem xmlns="urn:jboss:domain:jacorb:1.1">
<orb>
<initializers security="on">
</orb>
<security support-ssl="on" security-domain="jsse-domain"/>
</subsystem>