Bug 1423476 - (6.4.z) jboss-as-jacorb doesn't compile on IBM Java
Summary: (6.4.z) jboss-as-jacorb doesn't compile on IBM Java
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.4.14
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.15
Assignee: Petr Jurak
QA Contact: Peter Mackay
URL:
Whiteboard:
Depends On:
Blocks: eap6415-payload
TreeView+ depends on / blocked
 
Reported: 2017-02-17 12:10 UTC by Peter Mackay
Modified: 2017-05-19 08:07 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-19 08:07:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1259902 0 unspecified CLOSED [GSS] (6.4.z) EJB IOR contains wrong port (non-SSL port) information when SSL is required 2021-02-22 00:41:40 UTC

Internal Links: 1259902

Description Peter Mackay 2017-02-17 12:10:54 UTC
Description of problem:

There's following compilation failure when building EAP 6.4.14.CR1 with IBM Java:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jboss-as-jacorb: Compilation failure: Compilation failure:
[ERROR] /.../jacorb/src/main/java/org/jboss/as/jacorb/JacORBSubsystemAdd.java:[25,52] package com.sun.org.apache.xpath.internal.operations does not exist

This was introduced by BZ-1259902 [1].
Specifically by: import com.sun.org.apache.xpath.internal.operations.Bool; [2].

As far as I can tell that import (together with some more from that commit) is unused. After removing it, the build passed fine.

How reproducible: very

Steps to Reproduce:
1. make sure you are using IBM Java
2. run the ./build.sh script

Actual results:
Maven build fails due to compilation failure caused by missing package.

Expected results:
Maven build finishes successfully.

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1259902
[2]: https://github.com/jbossas/jboss-eap/pull/2917/files#diff-c6292238b71727ab0a832d7a2e1179b9R25

Comment 4 Peter Mackay 2017-05-11 11:47:42 UTC
Verified with EAP 6.4.15.CP.CR3

Comment 5 Petr Penicka 2017-05-19 08:07:05 UTC
Released on May 18 as part of EAP 6.4.15.


Note You need to log in before you can comment on or make changes to this bug.