[
https://issues.jboss.org/browse/JBTM-934?page=com.atlassian.jira.plugin.s...
]
Michael Musgrove commented on JBTM-934:
---------------------------------------
It seems that idlj does not support the psuedo keyword (which I find surprising since
ORB.idl uses pseudo). Eg compiling (idlj -fall Eg.idl) this module:
module EgModule {
interface Eg {
pseudo interface XYZ {}; // PIDL
};
};
produces these errors:
Eg.idl (line 3): pseudo is an undeclared type.
pseudo interface XYZ {}; // PIDL
^
Eg.idl (line 3): Expected `<identifier>'; encountered `interface'.
pseudo interface XYZ {}; // PIDL
Ensure that Narayana (trunk) can build a JTS that works with the JDK
ORB
------------------------------------------------------------------------
Key: JBTM-934
URL:
https://issues.jboss.org/browse/JBTM-934
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Build System, JTS
Reporter: Tom Jenkinson
Assignee: Michael Musgrove
Fix For: 5.0.0.M2
It is suggested to make use of *maven profiles* that determine which ORB to test against
and potentially build against.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira