javax.xml.registry.JAXRException: Failed to create instance of: null
Friends,
I don't understand why this error is coming :-
javax.xml.registry.JAXRException: Failed to create instance of: null
at javax.xml.registry.ConnectionFactory.newInstance(ConnectionFactory.java:75)
at JAXRFindBusiness.doQuery(JAXRFindBusiness.java:46)
at JAXRFindBusiness.main(JAXRFindBusiness.java:28)
Caused by: java.lang.NullPointerException
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at javax.xml.registry.ConnectionFactory.newInstance(ConnectionFactory.java:70)
... 2 more
Please help
Thanks
Vishal

