[jbossts-issues] [JBoss JIRA] (JBTM-1742) Tidy up the JTS IDL

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Thu Jun 6 12:47:54 EDT 2013


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

Tom Jenkinson commented on JBTM-1742:
-------------------------------------

I put some comments on JBTM-1746 (which was raised when CI broke). I will "back port" those comments here..

Comment 1:
Note that it is in the JDK orb IDL processing, rather than jacorb.
A default build does not build the JDK orb but CI will which is where this issue was first discovered. You can reproduce this issue by:
./build.sh clean install -f ArjunaJTS/idl/idlj/pom.xml

Comment 2:
Seems to be this bit of the commit that removed

#ifdef ORB_CURRENT_SUPPORT
interface Current : CORBA::Current
#else
interface Current
#endif

and went to:
interface Current : CORBA::Current
                
> Tidy up the JTS IDL
> -------------------
>
>                 Key: JBTM-1742
>                 URL: https://issues.jboss.org/browse/JBTM-1742
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JTS
>    Affects Versions: 5.0.0.M3
>            Reporter: Mark Little
>            Assignee: Mark Little
>             Fix For: 5.0.0.M4
>
>
> The IDL hasn't been updated for over a decade and has preprocessor directives in there that are probably no longer needed, unless we want to be backwardly compatible for ORBs that are no longer produced.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list