Release History

Data format is : YYYY-MM-DD

Version format is : major.minor.patch

2.2.0 Released ( 2017-04-04 )

배포자원

db_script.zip
glue-master-access-2.2.0-RELEASE.jar
glue-master-manager-2.2.0-RELEASE.war
GlueMaster.properties
glue-master-access.xml

DB

db_script.zip
    + CreateTable
        - GlueMaster_DB2.sql
        - GlueMaster_MSSQL.sql
        - GlueMaster_MySQL.sql
        - GlueMaster_Oracle.sql         <-- 수정 : Contraint 명 개선
        - GlueMaster_Ppas.sql           <-- 삭제
        - GlueMaster_PostgreSQL.sql     <-- 추가
    + CreatePackage
        - GlueMaster_Oracle_PLSQL.sql   <-- 추가
    + SetupData
        - GlueMaster_Data.sql
        - zh_CN_common.sql
    + Support
        - GlueMaster_Data(edu).sql
        - GlueMaster_Data(edu)_mysql.sql
        - GlueMaster_Data(edu)_mssql.sql

Access Java API

  1. glue-master-access.xml 수정

    CONFIG_PATH에 glue-master-access.xml를 추가하고 DB연결정보를 설정하도록 수정

  2. GlueMaster.properties 수정
    manager.datasource.jndiname=jdbc/rw/MasterDS
    manager.querypath=query/oracle
    manager.ismain=false
    manager.ismasterhistory=true
    access.querypath=access-query/oracle
    access.rmi.registryPort=1199
    

Manager

  1. GlueMaster.properties 수정
    manager.datasource.jndiname=jdbc/rw/MasterDS
    manager.querypath=query/oracle
    manager.ismain=false
    manager.ismasterhistory=true
    access.querypath=access-query/oracle
    access.rmi.registryPort=1199