[Registry-dev] [Build Report] WSO2 Registry - Nightly Build build 77 was SUCCESSFUL (with 120 tests). Change made by Glen Daniels, chanaka and chathura

WSO2 Builder builder at wso2.org
Tue May 13 17:35:43 PDT 2008


The project WSO2 Registry - Nightly Build has the following 4 changes by 3 authors:

*Glen Daniels* made the following changes at 

Comment:
More coalescing of initialization and configuration.

There will be one more step after this to finish cleaning up a bit more (which will involve renaming "EmbeddedRegistry" among other things), but this moves us a lot closer to a reasonable startup sequence.

The main thing users now do is create a RegistryContext.  You can hand the constructor an InputStream (with "registry.xml" info) or not (in which case it'll try to find registry.xml on the classpath).  You can also specify a datasource if you don't want to use one in registry.xml, and optionally a Realm.  Then you get your EmbeddedRegistry (i.e. factory) from the RegistryContext.



> /trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryProvider.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/InMemoryEmbeddedRegistry.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryAdapter.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryContext.java (16961)
> /trunk/registry/modules/core/src/test/java/org/wso2/registry/jdbc/LifeCycleTest.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/JDBCRegistry.java (16961)
> /trunk/registry/modules/core/src/test/java/org/wso2/registry/app/RegistryServer.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/InMemoryJDBCRegistry.java (16961)
> /trunk/registry/modules/core/src/test/java/org/wso2/registry/secure/ResourceRenamingTest.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/session/UserRegistry.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/config/RegistryConfigurationProcessor.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/EmbeddedRegistry.java (16961)
> /trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/utils/AdminUtil.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/realm/InMemoryRegistryRealm.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/RegistryServlet.java (16961)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/Registry.java (16961)
*chanaka* made the following changes at 

Comment:
Association tree added to the UI.
Association tree still not supports the infinite association loop.

> /trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/actions/AssociationTreeViewAction.java (16954)
> /trunk/registry/modules/webapps/src/main/webapp/admin/images/editshred.png (16954)
> /trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/ControllerServlet.java (16954)
> /trunk/registry/modules/webapps/src/main/webapp/admin/css/main.css (16954)
> /trunk/registry/modules/webapps/src/main/webapp/admin/images/spacer.gif (16954)
> /trunk/registry/modules/webapps/src/main/webapp/admin/association-tree.jsp (16954)
*chathura* made the following changes at 

Comment:

Minor fix in the version handling code to invalidate the snapshots of all descendants after a resource/collection change.

More UI integration work.



> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/Repository.java (16959)
> /trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/TransactionalJDBCRegistry.java (16959)
> /trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp (16959)
*Glen Daniels* made the following changes at 

Comment:
Protect against NPEs in RegistryUtils

Make subscribe button for non-collections use the ";logs" URL


> /trunk/registry/modules/core/src/main/java/org/wso2/registry/utils/RegistryUtils.java (16943)
> /trunk/registry/modules/webapps/src/main/webapp/admin/registry-resources.jsp (16943)



---------------------------------------------------------------------------------------

All 120 tests passed.

Click http://builder.wso2.org/browse/REGISTRY-NIGHTLY-77 to find out more.

Thanks,

Bamboo



More information about the Registry-dev mailing list