[
https://jira.jboss.org/browse/TEIID-974?page=com.atlassian.jira.plugin.sy...
]
John Doyle commented on TEIID-974:
----------------------------------
I don't know of any specific test for this, the original hasn't been resolved yet.
When JChoate was initially developing the connectors he used a servlet that took a file
name as an input param and returned that file from the server's filesystem as the XML
response. A servlet like that could be used for lots of different tests.
XML-Relational connectors have trouble with reponse XMLs that contain
DTD reference
-----------------------------------------------------------------------------------
Key: TEIID-974
URL:
https://jira.jboss.org/browse/TEIID-974
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 7.1
Reporter: John Doyle
Assignee: John Doyle
Fix For: 7.0
Whenever we tried to query the document with the XML-Relational HTTP Connector, the
following error occured:
java.io.FileNotFoundException: <designer_home>/<docname>_XML.dtd (No such
file or directory).
What it looks like is happening is that this XML document contains a relative reference
to a DTD, but instead we look for it in the working directory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira