[jboss-jira] [JBoss JIRA] (WFLY-4670) Term 'jacorb' is part of xml configuration file despite of fact being replaced by IIOP orb

Ondřej Chaloupka (JIRA) issues at jboss.org
Tue Jul 7 12:38:02 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087488#comment-13087488 ] 

Ondřej Chaloupka commented on WFLY-4670:
----------------------------------------

ok, I see. Thanks for explanation.

> Term 'jacorb' is part of xml configuration file despite of fact being replaced by IIOP orb
> ------------------------------------------------------------------------------------------
>
>                 Key: WFLY-4670
>                 URL: https://issues.jboss.org/browse/WFLY-4670
>             Project: WildFly
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 10.0.0.Alpha1
>            Reporter: Ondřej Chaloupka
>            Assignee: Tomasz Adamski
>            Priority: Minor
>             Fix For: 10.0.0.Alpha2
>
>
> 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
> {code}
>         <!-- 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>
> {code}
> {code}
>             <logger category="jacorb">
>                 <level name="WARN"/>
>             </logger>
>             <logger category="jacorb.config">
>                 <level name="ERROR"/>
>             </logger>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list