We have XML Applications that use dtd's that include other files. In the past, even though the entities are declared with relative paths, as long as we put the files in the Application Support Folder, Documentum was able to find them. With 6.5 SP2, for an entity like
<!ENTITY % mapgroup-d-decPUBLIC "-//OASIS//ENTITIES DITA 1.2 Map Group Domain//EN""../../base/dtd/mapGroup.ent">%mapgroup-d-dec;We get an error:16:39:05,131 ERROR [http-8080-Processor24] com.documentum.webcomponent.library.contenttransfer.checkin.CheckinContainer - WARNING: unexpected error occured
DfException:: THREAD: Timer-64; MSG: C:\Documentum\contentXfer\base\dtd\mapGroup.ent (The system cannot find the path specified); ERRORCODE: ff; NEXT: null
at com.documentum.operations.impl.DfXMLUtils.generateDfException(DfXMLUtils.java:549)
at com.documentum.operations.impl.DfXMLUtils.generateDfException(DfXMLUtils.java:559)
at com.documentum.xml.DfGenerateXMLReader.start(DfGenerateXMLReader.java:152)
at com.documentum.xml.DfGenerateXMLReader.getReader(DfGenerateXMLReader.java:95)
at com.documentum.xml.DfBuildNodeFromXML.execute(DfBuildNodeFromXML.java:160)Is there some other setup required for 6.5 SP2?Thanks,Patti