Large Data Editor Does Not Display XML Correctly After Going To Win 7

fzshw4

Member
We are currently running PL/SQL developer 6.0.6.947. We have some xml transaction that have a path encoded in them (like this - xsi:schemaLocation="urn:yessolutions.com/ns/schemas/CMSClubProductInfoMsg file:/C:/soa/ns/schemas/CMSClubProductInfomsg.xsd")

The large data editor would correctly display the xml (stored in a table as a CLOB) under the xml tab as an xml tree when we were running on Windows XP boxes.

We have started to roll out Windows 7 boxes. Now when we try to view these transactions in the Large Data Editor we cannot view under the XML tab. We get the following error:

Error: While loading schema 'file:/C:/soa/ns/schemas/CMSClubProductInfomsg.xsd' following error has occured:
The system cannot find the path specified.

We must look at the xml only under the text tab.

Is there a setting somewhere in PL/SQL developer or in Win 7 that needs to be changed so that we can once again see the XML transaction under the XML tab as an XML tree and get around this check for the file path?

thanks!
 
Back
Top