hotblac / voicexmlriot

VoiceXML application test framework
MIT License
2 stars 1 forks source link

JVoiceXML config is not loaded from voicexmlriot-driver jar #11

Closed hotblac closed 6 years ago

hotblac commented 6 years ago

The voicexmlriot-driver contains default config files in the resources directory but they cannot be used by applications that include voicexmlriot-driver.jar due to a limitation of JVoiceXML.

The JVoiceXML implementation of JVoiceXmlConfiguration expects configuration to be loaded as loose files. The directory is specified using the jvoicexml.config system property. This makes it impossible to load config from inside a JAR.

Suggested fix is to alter the implementation of the JVoiceXmlConfiguration class or to create a new implementation of Configuration.

hotblac commented 6 years ago

Fixed in release 0.3.0