Hi all,
When doing a regular strings customization I got deadened. In order to customize notification e-mails I have determined that the necessary strings are found and used from this file: uimail.properties
located in:...WebSphere\AppServer\profiles\AppSrv01\installedApps\....\Profiles.ear\lc.profiles.core.service.impl-3.0.jar\com\ibm\lconn\profiles\strings
The issue is that when separately copied to uimail.properties file in customization\strings\ folder, the custom strings are no longer taken into account.
I notice that "uimail.properties" and lc.profiles.core.service.impl-3.0.jar are not mentioned on:
http://www-10.lotus.com/ldd/lc... but only:
* com.ibm.lconn.profiles.strings.ui_xx
* com.ibm.lconn.profiles.strings.uilabels_xx
* where xx is the language identifier in lc.profiles.app.war/WEB-INF/lib/lc.profiles.web.app-3.0.jar.
Is it possible that strings found in lc.profiles.core.service.impl-3.0.jar cannot be customized (but, only directly edited in lc.profiles.core.service.impl-3.0.jar file)?
Thanks for helping