-
Notifications
You must be signed in to change notification settings - Fork 9
Plugin does not work with JDK 8 #129
Comments
Reported by daedalus |
zentrum said: |
pe4enko said: the same error. |
diversit said: If the source repo would have been a git repo, I would have been able to provide a pull request. Time to move to Git? Subversion is so 2000's. |
mplushni said: |
ralf_muehle said: |
in-fke said: The ClassCastException itself seems to be fixed in 2.3.1 (beta) 2.3.0
2.3.1
see http://grepcode.com/file/repo1.maven.org/maven2/org.jvnet.jax-ws-commons/jaxws-maven-plugin/2.3.1-b20150201.1248/org/jvnet/jax_ws_commons/jaxws/Invoker.java?av=f The ClassCastException itself should be a separate issse IMHO. This only seems to be an error as the result of another error. |
This issue was imported from java.net JIRA JAX_WS_COMMONS-129 |
Version 2.3, 2.2.1 and 2.2 do not work with JDK 8.
Error Message:
Exception in thread "main" java.lang.ClassCastException: java.lang.AssertionError cannot be cast to java.lang.Exception
at org.jvnet.jax_ws_commons.jaxws.Invoker.main(Invoker.java:87)
The Version 2.1 is working!
Environment
Windows 7 64bit
java version "1.8.0"
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
Affected Versions
[2.2, 2.2.1, 2.3]
The text was updated successfully, but these errors were encountered: