Problem importing 2.3.0 into VA Java 4 2003-01-31 - By Law, Larry
I am having a problem importing the xerces 2.3.0 source into VA Java. It doesn't seem to like the private constructor for org.apache.xerces.impl.xs.SchemaGrammar which is implicitly invoked by it inner class BuiltinSchemaGrammar. The error I get is:
"Cannot invoke private super constructor defined on org.apache.xerces.impl.xs.SchemaGrammar with arguments (), access emulation would violate VM specifications"
If I make constructor for SchemaGrammer public or protected, VA doesn't complain, but I am hesitant to change the xerces source.
Any thoughts?
Larry
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|