Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'JDBC' code blocks updated

...

Code Block
languagexml
titleExample: JobScheduler Database Driver in scheduler_install.xml
<com.izforge.izpack.panels.UserInputPanel id="jdbc"> 
 
     <userInput> 
 
          <!-- JobScheduler Database Configuration for JDBC® Driver 
-->
 
          <!-- You can specify an external JDBC connector Thisthen entryset isinternalConnector only= necessaryno
 if the package 'Database Support' is chosen and 
      For license reasons MySQL, Sybase, MS SQL Server and youOracle selectedojdbc7 aJDBC DBMS
 type like MySql®, Microsoft® SQL Server or Sybase in the previous <userInput> element. --> 
 
     drivers are not provided. 
      <!-- You must provide the MySql®, Microsoft® SQL Server orAlternatively Sybaseyou JDBC®can Driveruse respectivelythe ifmariadb youJDBC selectedDriver correspondingfor DBMSMySQL type.and 
               Forthe licensejTDS reasonsJDBC MySql®Driver andfor Microsoft®MS SQL Server JDBC®and DriversSybase arewhich notis provided. 
               An SpecifyOracle theojdbc6 JDBC®JDBC Driverdriver source (e.g. mysql-connector-java-*.jar for MySql®, sqljdbc.jar for Microsoft® SQL Server, jconn3.jar for Sybase). 
is also provided.
               An internal JDBC connector for DB2 is not    Alternatively you can use:
available -->

          <!-- You can choose between 'yes' or 'no' for -using the MariaDB®internal JDBC®JDBC Driverconnector
 for MySql® and 
           or not -->
   - the jTDS JDBC® Driver for Microsoft® SQL Server and Sybase, which is provided. --> <entry key="internalConnector" value="yes"/>

            <!-- Select the path to JDBC® Driver --> 
               <entry key="connector" value=""/> 
 
          <!-- Only for DB2: Select the path to DB2 license file for JDBC Driver -->
               <entry key="connectorLicense" value=""/>
            
     </userInput> 
 
</com.izforge.izpack.panels.UserInputPanel>

...

Code Block
languagexml
titleExample: Reporting Database Driver in scheduler_install.xml
<com.izforge.izpack.panels.UserInputPanel id="reportingJdbc"> 
 
     <userInput> 
 
          <!-- Reporting Database Configuration 
               NOT SUPPORTED FOR SYBASE AND DB2 -->
           NOT SUPPORTED FOR SYBASE AND DB2 -->
 
          <!-- You can Configurationspecify foran JDBC®external DriverJDBC 
connector then set reporting.internalConnector = no
          This entry is only necessary ifFor thelicense packagereasons 'Database Support' is chosenMySQL, MS SQL Server and 
Oracle ojdbc7 JDBC 
            you selected a DBMSdrivers typeare likenot MySql®,provided. Microsoft®
 SQL Server or Sybase in the previous 
       Alternatively you can use the mariadb JDBC Driver <userInput>for element. --> 
 MySQL and 
          <!-- You have to provide the jTDS JDBC MySQLDriver orfor MS SQL Server JDBCand driverSybase respectivelywhich if you selectedis provided. 
               correspondingAn DBMSOracle type.ojdbc6 ForJDBC licensedriver reasonsis MySQLalso and MS SQL Server JDBC Drivers are 
provided. -->
                
   not provided. Specify the JDBC Driver source (e.g. mysql-connector-java-*.jar for MySQL, 
        <!-- You can choose between 'yes' or 'no' for using the internal JDBC connector
        sqljdbc.jar for MS SQL Server). Alternatively you canor use the mariadb JDBC Driver for 
not -->
               <entry key="reporting.internalConnector" value="yes"/>
   MySQL and the jTDS JDBC Driver for MS SQL Server which is provided. --> 

          <!-- Select the path to JDBC®JDBC Driver -->
     
          <entry key="reportingconnectorreporting.connector" value=""/> 
 
     </userInput> 
 
</com.izforge.izpack.panels.UserInputPanel>

...