3 Replies Latest reply on Mar 21, 2005 8:57 PM by adrian.brock

    DS keystore encrypted password

    andrzejros

      Hi!

      As described in wiki and example JCA config, I have configured my datasource with Master Server Password (http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords, part about keystore, but with consolepassword plugin).

      Works fine, but - when starting server - all resorces configured for given datasource throws exception, java.lang.SecurityException: Invalid authentication attempt, principal=null at org.jboss.resource.connectionmanager.BaseConnectionManager2.getSubject(blah) ...

      when deploying after full server startup - exception is not thrown, and database connection is made

      tried to put deployments in deploy.last but still doesn't work - server password is asked AFTER ALL deployments are made, is there any workaround?

      my that defines service=JaasSecurityDomain,domain=ServerMasterPassword is located in master conf/jboss-service.xml not in ds.xml file

      any ideas?