Hi,
For Teiid project (
http://teiid.org), we typically deploy a .xml or .VDB (zip archive)
file to define a virtual database artifact. We are planning to deliver a feature where a
virtual database is written in DDL, for this we would like to deploy a file artifact like
"foo-vdb.ddl".
I have written deployment processors for it, and added DEPLOYMENT_ROOT mounter to
recognize the deployment artifact etc, however during the deployment scanning, WildFly
always looks at anything other than ".xml" file as zip archive, or a exploded
zip archive, so that it can do VFS mount on that file. I would like to add this
".ddl" extension file exactly similar to ".xml" file. Is there any way
to achieve this?
Thank you.
Ramesh..