[ 
https://issues.apache.org/jira/browse/AXIS2-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIS2-5704.
------------------------------------
       Resolution: Fixed
         Assignee: Andreas Veithen
    Fix Version/s: 1.7.0

I fixed this issue by overriding the dependency on BCEL, replacing it with a 
patched version from the findbugs project. That's a bit delicate because BCEL 
is an Apache project and the patched version is produced by a non Apache 
project, but I don't think that there are any legal issues here. Hopefully BCEL 
will do a release soon.

> JiBX doesn't works with Jdk 1.8
> -------------------------------
>
>                 Key: AXIS2-5704
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5704
>             Project: Axis2
>          Issue Type: Sub-task
>    Affects Versions: 1.6.3
>            Reporter: Shameera Rathnayaka
>            Assignee: Andreas Veithen
>             Fix For: 1.7.0
>
>
> Getting following build failure, from more details check this 
> https://github.com/jibx/jibx/issues/3 . One option is to replace JiBX module 
> with JAXB which is default comes with java 8. 
> [INFO] --- maven-antrun-plugin:1.2:run (compile) @ axis2-jibx ---
> [INFO] Executing tasks
>      [java] Error running binding compiler
>      [java] java.lang.IllegalStateException: Error loading class 
> java.lang.CharSequence: Error reading path java/lang/CharSequence.class for 
> class java.lang.CharSequence
>      [java]   at 
> org.jibx.binding.classes.ClassCache$ClassCacheLocator.getClassInfo(ClassCache.java:264)
>      [java]   at 
> org.jibx.binding.model.ClassHierarchyContext.accumulateInterfaces(ClassHierarchyContext.java:96)
>      [java]   at 
> org.jibx.binding.model.ClassHierarchyContext.addTypedComponent(ClassHierarchyContext.java:121)
>      [java]   at 
> org.jibx.binding.model.DefinitionContext.addFormat(DefinitionContext.java:469)
>      [java]   at 
> org.jibx.binding.model.BindingElement.defineBaseFormat(BindingElement.java:774)
>      [java]   at 
> org.jibx.binding.model.BindingElement.runValidation(BindingElement.java:793)
>      [java]   at 
> org.jibx.binding.model.BindingElement.validateBinding(BindingElement.java:885)
>      [java]   at org.jibx.binding.Utility.validateBinding(Utility.java:246)
>      [java]   at org.jibx.binding.Utility.loadBinding(Utility.java:288)
>      [java]   at org.jibx.binding.Utility.loadFileBinding(Utility.java:431)
>      [java]   at org.jibx.binding.Compile.compile(Compile.java:212)
>      [java]   at org.jibx.binding.Compile.main(Compile.java:374)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to