- 2ca5793 FELIX-4401 Rewrite main factory component tests by David Jencks · 10 years ago
- b899d73 FELIX-4402 make the ServiceComponentRuntime work with factory components, and make tests pass by David Jencks · 10 years ago
- 2571616 FELIX-4401, FELIX-4402 Remove obsolete proprietary admin classes and split ComponentHolder interface into inward and outward facing pieces by David Jencks · 10 years ago
- 9f3f02e FELIX-4402 separate ComponentHolder interface into 2 sides, one called from configuration support etc and one called from the component managers. Remove some unused methods from AbstractComponentManager. Some factory component tests currently fail. by David Jencks · 10 years ago
- d02418a FELIX-4402 don't enable a new ComponentManager until it's configuration is supplied to it by David Jencks · 10 years ago
- c2357ed FELIX-4401 fix tests and test assumptions by David Jencks · 10 years ago
- 8a2d686 FELIX-4402 Fix factory component to not think the factory is a configuration by David Jencks · 10 years ago
- 06d332c FELIX-4402 work towards CC exists only when all required configurations present. Always get the xml properties into the CC. Use a flag for pre-13 deleted config doesn't call modify behavior by David Jencks · 10 years ago
- c4773f2 FELIX-4401 Initial refactoring of integration tests to use ServiceComponentRuntime. Does not include factory component tests which do not compile by David Jencks · 10 years ago
- e165efc FELIX-4401 Temporarily add runtime spec packages to source by David Jencks · 10 years ago
- 400050a FELIX-4402 multiple pid support, parse pids by David Jencks · 10 years ago
- acb8321 [FELIX-4022] Implement spec compliant behavior for pre and post 1.3 with a flag to get reasonable behavior pre-1.3. Question is whether deleting a config calls modify(1.3) or deactivates(pre 1.3) by David Jencks · 11 years ago
- 445be02 [FELIX-4406] [FELIX-4506] [FELIX-4507] finish r6 xml processing, felix extension processing, and test persistent factory component by David Jencks · 11 years ago
- 93564a1 [FELIX-4506] [FELIX-4406] [FELIX-4507] Implement felix extension attribute namespace and service scope parsing. Also use extension attribute to turn persistent factory component on by David Jencks · 11 years ago
- 3f5817d [FELIX-4507] Implement new style component factory with modify method (turned off, no tests) by David Jencks · 11 years ago
- f58fac9 FELIX-4391 initial support for refname.cardinality.minimum property by David Jencks · 11 years ago
- 3173228 FELIX-4348 async locate service deadlock test by David Jencks · 11 years ago
- 6268e46 FELIX-4350: additional failing use cases by Guillaume Nodet · 11 years ago
- f2d67f0 FELIX-4350 Fix race between activation and deactivation. Problem with ServiceTracker exposed and ignored by David Jencks · 11 years ago
- 1022cd1 [FELIX-4350] Add disable integration test by Guillaume Nodet · 11 years ago
- 80506e4 FELIX-4323 fix CCH.getComponents to return complete list of components, including possible single component. by David Jencks · 11 years ago
- 2fe519b FELIX-4297 Fix deadlock when binding one reference creates another, with a test by David Jencks · 11 years ago
- e53a381 FELIX-4293 test for location changed event with null properties. Be sure to run with -PcaR5,felix by David Jencks · 11 years ago
- 853b55b FELIX-4290 Commit a slightly simpler fix than Pierre proposed and his test, moved into the existing ComponentFactory test class by David Jencks · 11 years ago
- b5fa560 FELIX-4286 remove unnecessary DelayedComponentManager class and improve some class names by David Jencks · 11 years ago
- d91e83d FELIX-3651 TargetedPID tests by David Jencks · 11 years ago
- 77ef1fc FELIX-3651 Location tests for LOCATION_CHANGED event and region locations by David Jencks · 11 years ago
- 71a4df1 [FELIX-4188] Add an integration test by Guillaume Nodet · 11 years ago
- 8a14886 FELIX-4166 unregister service if it becomes unsatisfied before being created, tests for unactivated components by David Jencks · 11 years ago
- 1ff677d FELIX-4166 unregister service if it becomes unsatisfied before being created by David Jencks · 11 years ago
- c8a0111 FELIX-3651 simplify import-package in test probe bundle preparatory to location binding tests by David Jencks · 11 years ago
- 74db3bb FELIX-3651 add apache header to new file by David Jencks · 11 years ago
- dcad483 FELIX-3651 escape some characters in bundle location to make valid filters more likely by David Jencks · 11 years ago
- c72ea97 FELIX-4070 separate config for component factory tests by David Jencks · 11 years ago
- 18c86c8 FELIX-3584 start work on location changed. Breaks factoryPIDs by David Jencks · 11 years ago
- e36433c FELIX-4020 refactoring to have one method that creates the service, called from activate and getService by David Jencks · 12 years ago
- 91128a4 FELIX-4020 fix a several locking problems and bugs in modifiedService customizer methods, add thread dumps, reset interrrupt flag on interrupedException, rename open to prebind to reduce confusion with open(S) method by David Jencks · 12 years ago
- 37243aa FELIX-4011 use a final ComponentContext since it now has useful state (later made non-final again) and make ComponentInstance a separate class by David Jencks · 12 years ago
- 6271c44 FELIX-4011 move edge info tracking to component context by David Jencks · 12 years ago
- 22af12f FELIX-3971 (disabled due to uncertainty about correct behavior) test for factory component by David Jencks · 12 years ago
- 613f1fa FELIX-3971 tests for configuration change effects by David Jencks · 12 years ago
- cf54aff FELIX-3891 add missing apache headers by David Jencks · 12 years ago
- fbf5f8e FELIX-3915 R5 way of eliminating timing hole using changecount by David Jencks · 12 years ago
- edf5b1e FELIX-3891 wait a while for concurrent registration/unregistration requests to complete by David Jencks · 12 years ago
- d284584 FELIX-3891 Fix the new way to avoid deadlocks, and preserve state change ordering, with an actual unit test by David Jencks · 12 years ago
- ef3ee75 FELIX-3902 test for SingleDynamic config change problem by David Jencks · 12 years ago
- c564fcc FELIX-3891 avoid deadlock in Felix ServiceRegistry unregister service by proper use of DS component context in test by David Jencks · 12 years ago
- 8cd7038 FELIX-3891 minor cleanup of felix3680_2 test by David Jencks · 12 years ago
- a4af0eb FELIX-3875 test for services bound/unbound on configuration change by David Jencks · 12 years ago
- c0b87cd FELIX-3870 improve logging and straighten out logic around calling modified method on config update by David Jencks · 12 years ago
- 848705c FELIX-3825 provide correct component manager as logger to Method management objects by David Jencks · 12 years ago
- 8608936 FELIX-3825 Include component ID in logging when known by David Jencks · 12 years ago
- 972f418 FELIX-3729 fix circular reference problems by David Jencks · 12 years ago
- accee62 fix var names by David Jencks · 12 years ago
- eeb03d2 FELIX-3708 use java 5-isms in DS by David Jencks · 12 years ago
- f56535b FELIX-3754 Add tests for delayed and service factory service components by Felix Meschberger · 12 years ago
- 89a24c9 FELIX-3754 Internally register the component instance before calling the activate method to make sure (dynamic) services can be bound during activation. In case of activation failure, the instance has to be unregistered again. Plus test case. by Felix Meschberger · 12 years ago
- dd2c517 FELIX-3680 use enable/disable counting in test, use restricted logging by David Jencks · 12 years ago
- 2037e2b FELIX-3680 fix test so it is might pass, and add shutdown logic by David Jencks · 12 years ago
- 301226a provide a way to only log last 1000 lines for lengthy tests by David Jencks · 12 years ago
- 636c982 FELIX-3680: Added a second integration test which concurrently register dependend services by Pierre De Rop · 12 years ago
- ffe3a69 Improved the ComponentTestBase.Log class in order to flush logs when beeing handled by Pierre De Rop · 12 years ago
- 58d9d3e FELIX-3717 make sure unbind and updated methods get the service parameter if used even if the bind method didn't need it by David Jencks · 12 years ago
- 9b3c660 FELIX-3700: Unregister ComponentFactory when configuration is lost and when by Pierre De Rop · 12 years ago
- f70d25f FELIX-3680: Don't use anymore a LogReaderService because the LogReaderService is handled in by Pierre De Rop · 12 years ago
- 8113ace FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
- 2128505 FELIX-37000: if configuration policy = require, then wait for configuration availability before registering the by Pierre De Rop · 12 years ago
- 94d5d0b FELIX-3557 resolve-circular-dependencies-later implementation by David Jencks · 12 years ago
- 8c89098 Log performed test iterations every 500 loops. by Pierre De Rop · 12 years ago
- e69536e - Flush logs. by Pierre De Rop · 12 years ago
- b043e4c Use warn level by default, in order to avoid displaying "ServiceEvent UNREGISTERING" logs. by Pierre De Rop · 12 years ago
- a5a6225 FELIX-3680 make test more likely to pass by shutting down activity before checking logs; reduce log level for this test by David Jencks · 12 years ago
- 532c6bd FELIX-3680 fix test so it can pass by David Jencks · 12 years ago
- 7978fb9 FELIX-3708 update to java 5 for type safety during development by David Jencks · 12 years ago
- a83d8d9 FELIX-3680 move RefPair to its own class by David Jencks · 12 years ago
- bfd409d Added missing license header which was causing rat-plugin to fail. by Göktürk Gezer · 12 years ago
- 2bdb771 include milliseconds in test logging by David Jencks · 12 years ago
- b98f344 FELIX-3680: invoke latches from B/C/D/E/F/G/H/I/J/K start/stop methods. by Pierre De Rop · 12 years ago
- a580b55 Uncommitted previous commit (latches are initialize to 11). by Pierre De Rop · 12 years ago
- 6b9926b Simplified latch, which are now initialized to 1 instead of 11 by Pierre De Rop · 12 years ago
- bf33586 return from the run method instead of exiting, when a latch can't be acquired timely. by Pierre De Rop · 12 years ago
- 09f4217 Added integration test for the FELIX-3680 issue. by Pierre De Rop · 12 years ago
- 99aba71 FELIX-3679 As of DS 1.1 component names need not be globablly unique but must be unique within a bundle. Introducing a ComponentRegistryKey allowing for registration of same named components from different bundles but preventing such registration from within the same bundle. by Felix Meschberger · 12 years ago
- 0de0bb3 FELIX-3659 share method objects as much as possible by David Jencks · 12 years ago
- bc3bea6 FELIX-3645 start of separating finding the bound services from creating the impl object. Most itests fail. Some confusion about how bound services are recorded. by David Jencks · 12 years ago
- 29ea6c0 FELIX-3645 fix concurrency test to allow expected logged errors. Provide logging for all itests by David Jencks · 12 years ago
- 5387d8c FELIX-3648 Fail validation if an updated method is declared in a DS 1.0 or DS 1.1 namespaced declaration. by Felix Meschberger · 12 years ago
- 794af6d FELIX-3645: Tests which reproduces the "Could not obtain lock in 5000 milliseconds" Exception. by Pierre De Rop · 12 years ago
- 714cb3c FELIX-3639 fix up Factory instance behavior when component instance is registered as a service by David Jencks · 12 years ago
- 1511632 FELIX-3559 Fix factory components whose newInstances are services referred to by other components by David Jencks · 12 years ago
- 64520ea FELIX-3557 more circular ref tests, for b 0..1 to A by David Jencks · 12 years ago
- e715824 FELIX-3456 use Registered status to create component if missing by David Jencks · 12 years ago
- ef12079 FELIX-3559 Change immediate component manager to register service, then create implementation per spec by David Jencks · 12 years ago
- 8584cf9 FELIX-3558 add code cribbed from ScrCommand to the base integration test to make it easy to print out the component state for test debugging by David Jencks · 12 years ago
- a9cbe1b FELIX-3557 tests for circular dependency behavior by David Jencks · 12 years ago
- ce7ca4d FELIX-3556: Modified getField method in order to be able to find fields from parent classes (the ComponentFactoryImpl class has been recently extended by the ConfigurationComponentFactoryImpl class since FELIX-3536) by Pierre De Rop · 12 years ago
- 1ae2e0a FELIX-3524: Added test_get_configuration_pid_method in order to validate that by Pierre De Rop · 12 years ago
- bad95fc FELIX-3536 split up spec and non-spec Factory component behavior into separate classes. Run spec-compliant tests with only spec behavior configured. Determine satisfied state from class rather than switch statement by David Jencks · 12 years ago
- 99cd15c FELIX-3533 strip out private . properties when a lifecycle method returns service properties by David Jencks · 12 years ago
- a9a7666 FELIX-3524: Added test_configuration_pid_use_ds12 for validation of configuration-pid usage in the proper ds12 namespace. by Pierre De Rop · 12 years ago