-
Bug
-
Resolution: Done
-
Minor
-
10.0.0.Alpha1
-
None
Implementation of ORB - JacORB is replaced by JDK ORB in WildFly 10. Neverhteless server xml configuration files contain term 'jacorb' at several places.
Should not be word 'jacorb' removed from xml configuration and replaced by term 'iiop orb'?
Examples of occurrence
<!-- TODO - only show this if the jacorb subsystem is added --> <interface name="unsecure"> <!-- ~ Used for IIOP sockets in the standard configuration. ~ To secure JacORB you need to setup SSL --> <inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/> </interface>
<logger category="jacorb"> <level name="WARN"/> </logger> <logger category="jacorb.config"> <level name="ERROR"/> </logger>
- clones
-
JBEAP-161 Term 'jacorb' is part of xml configuration file despite of fact being replaced by IIOP orb
- Closed
- relates to
-
JBEAP-1231 Configuration xml files contain notion about jacorb even if it's already removed as supported subsystem
- Closed