Using Transfer 1.1. I have an invalid XML model definition file and
Transfer is throwing this error:
invalid component definition, can't find
transfer.com.exception.InValidXMLException
Thrown from (transfer/com/io/XMLFileReader.cfc: line 107):
105: }
106:
107: createObject("component",
"transfer.com.exception.InValidXMLException").init(arguments.xmlPath,
detail);
108: }
109: </cfscript>
But in looking at the code that CFC is in fact located at:
transfer.com.io.exception.InValidXMLException
And sure enough, when I change XMLFileReader.cfc line 107 and the
correct the path to the InValidXMLException.cfc to:
transfer.com.io.exception.InValidXMLException
All is well.
Well, Transfer works but my XML is still invalid. Which is my
problem. :)
/Cody
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---