index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
modules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-27
When running binding-sca-axis unit tests in Eclipse I was getting javax.jms n...
slaws
1
-1
/
+3
2009-08-27
Move the reference/service resetting outside the loop as they don't need to b...
slaws
1
-17
/
+21
2009-08-27
Add policy matching to the endpoint builder and prepare for problems to be ra...
slaws
5
-46
/
+202
2009-08-27
Initial update to handle nodes being restarted. Similar changes needed in man...
antelder
1
-11
/
+32
2009-08-27
During rebuild also reset the status of the endpoint reference so it gets reb...
antelder
1
-0
/
+2
2009-08-27
Throw exception if scope container isn't running (need to do similar for all ...
antelder
1
-2
/
+4
2009-08-27
Fixes to generate proper exception for ASM_6029 and ASM_6030 otests
ramkumar
2
-2
/
+13
2009-08-26
Add domain node to build
antelder
1
-0
/
+1
2009-08-26
Update manifest
antelder
1
-39
/
+7
2009-08-26
Update to activate the separate nodes tests as it works now after the 808033 fix
antelder
1
-2
/
+2
2009-08-26
Change endpoint registry to not use a static for the Maps so there's one per ...
antelder
1
-2
/
+2
2009-08-26
Remove unused import
antelder
1
-1
/
+0
2009-08-26
Update testcase to have more meaningful method names
antelder
1
-2
/
+2
2009-08-26
Start of a test for multiple nodes within a single JVM
antelder
1
-0
/
+91
2009-08-26
Update the node creation to be per test so it properly tests the scenarios
antelder
1
-7
/
+6
2009-08-26
Update the client jar to remove the sayHello call in the init method as its c...
antelder
1
-0
/
+0
2009-08-26
Split big test method into several discrete test methods
antelder
1
-5
/
+23
2009-08-26
Update test for removing a contribution so that the test actually works
antelder
1
-3
/
+8
2009-08-26
Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might b...
antelder
2
-1
/
+21
2009-08-26
Correct arg type in warning method to match error method
antelder
1
-1
/
+1
2009-08-25
Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has multipl...
antelder
4
-5
/
+11
2009-08-25
Fix ASM_5031, wire with @replace=true overrides reference @target attribute
antelder
1
-0
/
+3
2009-08-24
More progress on the ModelBuilder approach. Doesn't work yet but I'm using it...
slaws
3
-57
/
+597
2009-08-24
Allow services/references/properties to be retrieved by name from a component
slaws
2
-0
/
+66
2009-08-24
Guard against NPE
antelder
1
-1
/
+1
2009-08-24
Fix ASM_5021use wire target when autowire and single reference binding target@
antelder
1
-0
/
+30
2009-08-21
Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)
antelder
1
-1
/
+1
2009-08-20
Correct the reference multiplicity validation algorithm to match what OASIS i...
slaws
2
-22
/
+62
2009-08-20
Move top level monitor.pushContext calls to each build so we are doing this c...
slaws
4
-248
/
+220
2009-08-20
Create monitor instance in test case as monitor.puchContext calls will fail w...
slaws
1
-2
/
+8
2009-08-20
Process includes within composite implementations (ASM_6026)
slaws
1
-33
/
+48
2009-08-20
Fix for ASM_5026 related property processing
rfeng
9
-135
/
+890
2009-08-19
Fix OASIS test ASM_5016 - correct interface check order, note also requires T...
antelder
1
-2
/
+2
2009-08-19
Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity of...
antelder
1
-1
/
+1
2009-08-19
Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ze...
antelder
1
-0
/
+2
2009-08-19
Add a filter to exclude files in the development mode (a bundle as a PDE proj...
rfeng
1
-1
/
+7
2009-08-18
Update the osgi remote service admin interfaces/classes
rfeng
14
-773
/
+1626
2009-08-18
Make the 3rd party jar dependencies consistent in version to avoid conflicts
rfeng
4
-5
/
+54
2009-08-18
Add contribution to the error message
rfeng
2
-9
/
+10
2009-08-18
Fix for ASM_4008
rfeng
6
-21
/
+14
2009-08-18
Push component name to the monitor context and sort out some incorrect indent...
slaws
1
-47
/
+53
2009-08-18
Use composite name and not URI as top level context
slaws
1
-1
/
+1
2009-08-18
Change no component reference target warning to error (ASM_6020). Push some c...
slaws
1
-43
/
+64
2009-08-18
Change promoted reference not found warning to an error (ASM_6006). Also push...
slaws
1
-22
/
+30
2009-08-18
Raise an error if two composites with the same name are found (ASM_6001). Als...
slaws
3
-4
/
+14
2009-08-18
Push monitor context
slaws
1
-57
/
+71
2009-08-18
Ensure that binding ws test composites have unique names
slaws
4
-4
/
+4
2009-08-17
Remove unused imports
rfeng
1
-1
/
+0
2009-08-17
Fix the compilation error
rfeng
1
-2
/
+4
2009-08-17
Be more precise when testing whether a property has had a value set and updat...
slaws
2
-8
/
+37
[next]