Reputation: 231
I created a web application using Netbeans 8.0.2 with JDK 1.8 and Glassfish 4.1.1. My application using webservice to store information on database. It works fine. So I had to updated netbeans tool to 8.2 version: now if I call my webservice to store information on database I got following exception:
Could not initialize class org.apache.xml.security.Init
My jar loaded in lib directory are following:
Any idea? Thanks
Upvotes: 0
Views: 2628
Reputation: 1
NetBeans 8.2 comes with Glassfish 4.1.1 and NetBeans 8.0.2 comes with Glassfish 4.1. I got it working running Glassfish 4.1 with NetBeans 8.2.
Upvotes: 0