[
https://issues.jboss.org/browse/JBTM-1742?page=com.atlassian.jira.plugin....
]
Tom Jenkinson edited comment on JBTM-1742 at 6/6/13 12:48 PM:
--------------------------------------------------------------
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:
The problem seems to be the following bit of the commit which breaks the JDK ORB idl
processing:
These statements were removed:
#ifdef ORB_CURRENT_SUPPORT
interface Current : CORBA::Current
#else
interface Current
#endif
And then replaced with just:
interface Current : CORBA::Current
was (Author: tomjenkinson):
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:
The problem seems to be the following bit of the commit which breaks the JDK ORB idl
processing:
#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