[
https://issues.apache.org/jira/browse/AXIOM-502?focusedWorklogId=424935&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424935
]
ASF GitHub Bot logged work on AXIOM-502:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/20 17:37
Start Date: 18/Apr/20 17:37
Worklog Time Spent: 10m
Work Description: veithen commented on pull request #1: AXIOM-502: make
AXIOM usable in GraalVM Native Image
URL: https://github.com/apache/ws-axiom/pull/1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 424935)
Time Spent: 20m (was: 10m)
> Unable to use AXIOM in GraalVM Native Image application
> -------------------------------------------------------
>
> Key: AXIOM-502
> URL: https://issues.apache.org/jira/browse/AXIOM-502
> Project: Axiom
> Issue Type: Bug
> Components: Core Model
> Affects Versions: 1.2.22
> Reporter: Auke Schrijnen
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When building an application using the GraalVM Native Image compiler it fails
> when AXIOM is used in the application. The GraalVM compiler fails with the
> exception java.lang.InternalError: Enclosing method not found. (see
> [https://github.com/oracle/graal/issues/1438]).
> This seems to be caused by missing type information for an anonymous class in
> CoreParentNodeSupport. The IntelliJ decompiler decompiles the codeGetNodes
> method as return {{new 1(ajc$this_, ajc$this_, axis, type, semantics);}},
> where 1 is the missing type. The source of this code is the anonymous
> AbstractNodeIterator implementation in CoreParentNodeSupport.aj.
> When using the latest AXIOM version from the master branch (1.3.0-SNAPSHOT)
> the application builds fine since the anonymous class is replaced by a
> concrete class.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]