> I have registered
> platform:/resource/au.edu.uq.itee.mdavv.wrsa.foxbus.test2code/
> transformations/test2code.qvt
> as the transformation in a TransformationTask, and left the VarGroup
> blank (do not know what is for).
> The source is:
> "
> TRANSFORMATION test2code : uml -> rel
> NAMESPACE http:///au/edu/uq/itee/mdavv/wrsa/foxbus/test.ecore
> NAMESPACE http:///au/edu/uq/itee/mdavv/wrsa/foxbus/code.ecore
> "
> The resource factory apparently defaults to an XMI or XML encoding,
> and I have the concrete syntax. The TefaktBuilder fails:
> java.io.IOException: Could not load 'platform:/resource/
> au.edu.uq.itee.mdavv.wrsa.foxbus.test2code/transformations/
> test2code.qvt': org.xml.sax.SAXParseException: Content is not allowed
> in prolog.
> at tefkat.plugin.TefkatPlugin.getResource(Unknown Source)
> You can see from the stack that this is EMF demand load, defaulting to
> SAX
> Do I need a different filename extension? What resource factories does
> the Tefkat plugin register (path? extension?) ...