[Registry-dev] [Build Report] WSO2 Registry - Nightly Build build
78 was
SUCCESSFUL (with 120 tests). Change made by chathura and chanaka
WSO2 Builder
builder at wso2.org
Wed May 14 17:37:25 PDT 2008
The project WSO2 Registry - Nightly Build has the following 5 changes by 2 authors:
*chathura* made the following changes at
Comment:
Fixing some issues in the versioning implementation.
Integrating the versioning to the UI.
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/dao/ResourceVersionDAO.java (16985)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/VersionRepository.java (16985)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/TransactionalJDBCRegistry.java (16985)
> /trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp (16985)
*chathura* made the following changes at
Comment:
Renamed TransactionalJDBCRegistry to BasicRegistry.
Renamed NonTransactionalJDBCRegistry to AutomicRegistry.
All the method calls in the AutomicRegistry are done in a single transaction and the transaction is commited immediately after the method call.
BasicRegistry performs the basic operations of the registry, without caring about other aspects like authorizations, transactions, etc.
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/TransactionalJDBCRegistry.java (16987)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/BasicRegistry.java (16987)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/AtomicRegistry.java (16987)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java (16987)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/NonTransactionalJDBCRegistry.java (16987)
*chanaka* made the following changes at
Comment:
minor fix
> /trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/actions/AssociationTreeViewAction.java (16992)
*chathura* made the following changes at
Comment:
Added database indexes to the resource store tables.
Made the content in the database delete when deleting resources.
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/utils/creators/DerbyDatabaseCreator.java (16995)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/utils/creators/HSQLDatabaseCreator.java (16995)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/utils/creators/DatabaseCreator.java (16995)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/dao/ResourceVersionDAO.java (16995)
> /trunk/registry/modules/core/src/main/resources/database-scripts/derby-complete.sql (16995)
> /trunk/registry/modules/core/src/main/resources/database-scripts/derby-registry.sql (16995)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/dao/ResourceDAO.java (16995)
*chanaka* made the following changes at
Comment:
Fix the validation issues
> /trunk/registry/modules/webapps/src/main/webapp/admin/permisions.jsp (16997)
> /trunk/registry/modules/webapps/src/main/webapp/admin/js/common.js (16997)
> /trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp (16997)
---------------------------------------------------------------------------------------
All 120 tests passed.
Click http://builder.wso2.org/browse/REGISTRY-NIGHTLY-78 to find out more.
Thanks,
Bamboo
More information about the Registry-dev
mailing list