Loading jboss/configure-standalone.sh +5 −0 Original line number Diff line number Diff line Loading @@ -117,3 +117,8 @@ chkconfig as7-standalone on chkconfig as7-domain off service as7-domain stop service as7-standalone restart # Add PostgreSQL JDBC driver align_left "$DOTSTRING" "Add PostgreSQL JDBC Driver" result=`jboss-cli.sh --connect --commands="/subsystem=datasources/jdbc-driver=postgresql:add(driver-name=postgresql, driver-module-name=org.postgresql, driver-xa-datasource-class-name=org.postgresql.xa.PGXADataSource)"` &>/dev/null align_echo $? $result Loading
jboss/configure-standalone.sh +5 −0 Original line number Diff line number Diff line Loading @@ -117,3 +117,8 @@ chkconfig as7-standalone on chkconfig as7-domain off service as7-domain stop service as7-standalone restart # Add PostgreSQL JDBC driver align_left "$DOTSTRING" "Add PostgreSQL JDBC Driver" result=`jboss-cli.sh --connect --commands="/subsystem=datasources/jdbc-driver=postgresql:add(driver-name=postgresql, driver-module-name=org.postgresql, driver-xa-datasource-class-name=org.postgresql.xa.PGXADataSource)"` &>/dev/null align_echo $? $result