| 
| Adding XSD for validation breaks JET transformation (0.8.x) [message #58378] | Wed, 11 March 2009 17:30  |  | 
| Eclipse User  |  |  |  |  | I've written an XSD for our JET model files. Now that they validate well against the XSD, we have discovered that running them as inputs for JET
 transformation results in numerous NullPointer Exceptions.
 
 Our <system> element now looks like this:
 
 <system
 xmlns:tiles="tiles"
 xmlns:jsp="jsp"
 xmlns:html="html"
 xmlns:kvl="kvl"
 xmlns:c="c"
 xmlns:custom="custom"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="../templates/crud-schema.xsd ">
 
 If I remove the "noNamespaceSchemaLocation" attribute, the JET
 transformations will work, but, of course, then I lose my ability to
 validate this.
 
 Any ideas?
 
 Thanks.
 |  |  |  | 
|  | 
Powered by 
FUDForum. Page generated in 0.03520 seconds