2 Replies Latest reply on Sep 3, 2009 6:33 AM by vector_jdev.work

    Properties file encoding problem

    vector_jdev.work

      Hello!

      We have a set of property files in /etc folder - one file for each bundle. We use

       

      <osgix:managed-service persistent-id="serviceName" update-strategy="bean-managed"

                                     update-method="setProperties"/>

      to bind properties to our bundle. That works fine, however, some properties are written on native language (russian) and we have troubles with encoding- when properties are readed from file they are in the wrong encoding. Does anybody has any ideas about of how to configure the encoding of Config Admin property files?

       

      Thanks.