Hi,

I am using TomEE 7.0.2 with HANA database. Below is my XADataSource resource
configuration.

        <Resource id="resource/dignesh" type="DataSource">
                JdbcDriver com.sap.db.jdbcext.XADataSourceSAP
                Url jdbc:sap://10.96.2.1:30044/?databaseName=DB1
                User dignesh
                Password dignesh                
        </Resource>

The above configuration works fine with no issues. I dont want plain
password text to be given in the resource configuration. I modified the
above configuration to add passwordcipher

        <Resource id="resource/dignesh" type="DataSource">
                JdbcDriver com.sap.db.jdbcext.XADataSourceSAP
                Url jdbc:sap://10.96.2.1:30044/?databaseName=DB1
                User dignesh
                Password eGBzFTP2XlJzBrrvwk7/OQ==
                PasswordCipher digneshcipher                    
        </Resource>

I see the passwordcipher is not used and  I am not able to connect to
database.

Is it something I am doing wrong in configuration ? Can anyone please help
me on this.

Thank you,

Dignesh.





--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/PasswordCipher-attribute-is-not-honoured-tp4681761.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Reply via email to