Hi:
I have the following error when run the airline web-service:
Error creating bean with name 'wsSecurityInterceptor' defined in class path resource [org/springframework/ws/samples/airline/security/applicationContext-security.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: javax.xml.parsers.DocumentBuilderFactory.getSchema ()Ljavax/xml/validation/Schema;java.lang.NoSuchMethodError: javax.xml.parsers.DocumentBuilderFactory.getSchema ()Ljavax/xml/validation/Schema;
I'm completly new to web-services
Thanks


Reply With Quote