Hello Jens,
I am thinking of a scenario where one just needs to validate the given .edmx
file.
So What about having a separate method like
public boolean validate(final InputStream in) throws EntityProviderException{
}.
Thanks,
Kind Regards
Chandan VA
-----Original Message-----
From: Huesken, Jens [mailto:[email protected]]
Sent: Thursday, October 24, 2013 4:19 AM
To: [email protected]
Subject: RE: Support for Metadata validation
Hi Chandan,
the validation can be enforced during parsing but there is currently no
separate method.
Do you require the validation in a separate method?
Regards,
Jens.
-----Original Message-----
From: V.A, Chandan [mailto:[email protected]]
Sent: Mittwoch, 23. Oktober 2013 02:09
To: [email protected]
Subject: Support for Metadata validation
Hello All,
The EdmxProvider class currently parsers a .edmx file into a EdmProvider. Can
we also have a validation method part of EdmxProvider so it could validate
whether the .edmx file is complaint with OData specifications before converting
it to EdmProvider.
WDYT?
Thanks,
Kind Regards
Chandan VA