BUILD COMPLETE - build.19 |
Date of build: 02/06/2007 20:53:49 |
Time to build: 46 minutes 29 seconds |
Last changed: 02/06/2007 20:38:37 |
Last log entry: - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 45) | ||||
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/db/HibernateUserModuleImpl.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/IdentityContext.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/IdentityServiceControllerImpl.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/service/IdentityModuleService.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/build.xml | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/service/UserModuleService.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6181 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/ldap/LDAPUserModuleImpl.java | - Integrate IdentityEventService and fireEvent() invocations into UserModule implementations |
6179 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/IdentityConfiguration.java | - add SSL connections to LDAP and possibility to use ExternalContext- some more flexible authentication of users |
6179 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/ldap/LDAPConnectionContext.java | - add SSL connections to LDAP and possibility to use ExternalContext- some more flexible authentication of users |
6179 | modified | bdaw | //trunk/identity/src/main/org/jboss/portal/identity/ldap/LDAPUserModule.java | - add SSL connections to LDAP and possibility to use ExternalContext- some more flexible authentication of users |
6178 | modified | sohil.shah@jboss.com | //trunk/cms/build.xml | fixing this test case to do proper cleanup |
6178 | modified | sohil.shah@jboss.com | //trunk/cms/src/main/org/jboss/portal/test/cms/TestRepositoryBootStrap.java | fixing this test case to do proper cleanup |
6177 | modified | prabhat.jha@jboss.com | //trunk/build/distrib.xml | fixed to resolve JBPORTAL-1221 |
6176 | added | bdaw | //trunk/identity/src/resources/example/portal-sample.ldif | - example ldif to test portal and LDAP |
6176 | added | bdaw | //trunk/identity/src/resources/example | - example ldif to test portal and LDAP |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/UserCreatedEvent.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/IdentityEvent.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/service/IdentityEventService.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/IdentityEventListener.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/UserDestroyedEvent.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/IdentityEventBroadcaster.java | added trivial eventing stuff for identity, not yet wired anywhere |
6175 | added | julien@jboss.com | //trunk/identity/src/main/org/jboss/portal/identity/event/IdentityEventEmitter.java | added trivial eventing stuff for identity, not yet wired anywhere |
6174 | modified | julien@jboss.com | //trunk/cms/src/resources/test/jcr/repository.xml | really have to switch back to hibernate PM as JBossCache PM make the DB matrix test fails. |
6174 | modified | julien@jboss.com | //trunk/cms/build.xml | really have to switch back to hibernate PM as JBossCache PM make the DB matrix test fails. |
6173 | modified | julien@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java | make compile on 1.4 |
6172 | modified | sohil.shah@jboss.com | //trunk/cms/src/resources/test/jcr/repository.xml | fixed the JBossCachePersistenceManager to work with test suite with multiple dbs |
6172 | modified | sohil.shah@jboss.com | //trunk/cms/src/main/org/jboss/portal/cms/hibernate/state/JBossCachePersistenceManager.java | fixed the JBossCachePersistenceManager to work with test suite with multiple dbs |
6171 | modified | chris.laprun@jboss.com | //trunk/registration/src/main/org/jboss/portal/registration/policies/DefaultRegistrationPolicy.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/impl/ProducerConfigurationServiceImpl.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/conf/config.xml | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/ProducerRegistrationRequirements.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/ProducerConfigurationService.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/registration/src/main/org/jboss/portal/registration/impl/RegistrationManagerImpl.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/impl/ProducerConfigurationImpl.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-producer-configuration-lib-jar/extended.xml | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | added | chris.laprun@jboss.com | //trunk/registration/src/main/org/jboss/portal/registration/policies/RegistrationPropertyValidator.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/config/ProducerConfigurationTestCase.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/ProducerConfigurationFactory.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/META-INF/jboss-service.xml | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | added | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-producer-configuration-lib-jar/invalid1.xml | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | added | chris.laprun@jboss.com | //trunk/registration/src/main/org/jboss/portal/registration/policies/DefaultRegistrationPropertyValidator.java | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |
6171 | added | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-producer-configuration-lib-jar/invalid2.xml | - Added support for policy configuration from the Producer configuration file.- Improved robustness of configuration file parsing.- Made producer depend on configuration service instead of the reverse.- Updated test cases. |