1 Reply Latest reply on Nov 28, 2008 12:42 PM by peterj

    How to protect datasource with security role

    henryzhao

      I am doing a project migration from Weblogic to JBOSS 4.2.2.

      In weblogic, we can define a security policy to protect datasource only accessed by centain roles. Which means, if you are not in the group, even you know the database username/password, you can't access that datasource.

      I looked at JBOSS datasource setup, only thing I can do now is to use application-policy to encrypt database password.

      Can anyone here show me how to do it in JBOSS?

      Regards,