Skip to Content
0
Former Member
Dec 26, 2007 at 06:50 AM

To test XML Schema validation

29 Views

Hi,

I have designed code as per the following blog which is meant for XML validations in Java mapping. But when I try to test the same code locally, the following exception is thrown.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3363. [original link is broken] [original link is broken] [original link is broken]

Error is :-

java.lang.IllegalArgumentException: No attributes are implemented

at org.apache.crimson.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:93)

Please any one assist me in case you are aware of this type error before.

Thanks