Re: Meecrowave java 9 support

2017-12-18 Thread Romain Manni-Bucau
2017-12-18 15:19 GMT+01:00 John D. Ament : > If you explicitly add the dependencies that Ravi's mentioning, you'll get > the correct output without --add-modules. However, it is a hard dependency > for CXF to include these dependencies. Some of their core feature work is

Re: Meecrowave java 9 support

2017-12-18 Thread John D. Ament
If you explicitly add the dependencies that Ravi's mentioning, you'll get the correct output without --add-modules. However, it is a hard dependency for CXF to include these dependencies. Some of their core feature work is based on JAX-WS features, so there's no way to avoid the dependency. On

Re: Meecrowave java 9 support

2017-12-18 Thread Romain Manni-Bucau
Hi I hope to get rid of the dependency completely since we shouldn't need it at all but for now the way to have it working is to use --add-modules. Feel free to do a PR to remove it completely if you want, it would be very welcomed. side note: we also need to upgrade OWB when released to support

Meecrowave java 9 support

2017-12-18 Thread Ravisankar Challa
Meecrowave not working with java 9 (using latest snapshot of openwebbeans) Caused by: org.apache.webbeans.exception.WebBeansException: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:371)