Author Message
TahirBesok
Joined: Jun 22, 2010
Messages: 9
Offline
Hi,

I am developing a new localization package, and i have deployed that package to 2 IVR applications on live, then i realized that some more phrases need to be added to the package.
Is there a way to update localization package's phrases without redeploying those applications?

In that moment when i add a new phrase i do these ;
- Adding phrases to phraseset (I do this by bulk inserting to xml file if there are lots of phrases to be added)
- Adding phrase definitions to IPhraseDefs.java like
public static final String STD015 = "std015";


Thanks,
Regards
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
It is probably best to redeploy the application
TahirBesok
Joined: Jun 22, 2010
Messages: 9
Offline
Thanks for your response Ross,

Do you think isn't there a way to update phraseset and IPhraseDefs.java of the package externally for all applications? In the feature we don't want to redeploy all applications for a minor phrase change.

Thanks,
Regards
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
It is more error prone to fiddle with a deployed application. You can replace a wav file on the fly or you could just replace the language jar file (es-es.jar for example) but you would need to stop the server to replace the jar.
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
I am saying we do not recommend to do that, and if you did that, best of luck.
Go to:   
Mobile view