0 Replies Latest reply on Mar 29, 2012 4:28 AM by japochino1

    Configurations in my standalone.xml can be set within my project?

    japochino1

      Hello

       

      I have in my standalone.xml some configurations about:

       

      Security:

       

                          ...

                          <authentication>

                              <login-module code="Database" flag="required">

                                  <module-option name="dsJndiName" value="java:/database"/>

                                  <module-option name="principalsQuery" value="select password from principals where username = ?"/>

                                  <module-option name="rolesQuery" value="select role, roles from roles where username = ?"/>

                                  <module-option name="suspendResume" value="false"/>

                              </login-module>

                          </authentication>

                          ...

       

      zeroDateTimeBehavior:

       

                          ...

                          <connection-property name="zeroDateTimeBehavior">

                              convertToNull

                          </connection-property>

                              ...

       

       

      It's possible that I can not edit the standalone.xml file in the production environment (because I'm not the administrator) so, can I set this configurations perhaps in a descriptor file whitin my project?

       

      Thanks!