index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-09
Fix the access violation to EndpointReferenceImpl
rfeng
2
-3
/
+37
2008-12-09
Remove o.a.t.s.core.work.impl from the import/export
rfeng
1
-3
/
+1
2008-12-09
Adjust the package names and move test cases around
rfeng
20
-34
/
+44
2008-12-09
Remove unused import
rfeng
1
-1
/
+0
2008-12-09
Fixed generics raw type compiler warnings
mcombellack
2
-12
/
+12
2008-12-09
Removed unused imports
mcombellack
1
-3
/
+0
2008-12-09
Fixed generics raw type compiler warnings
mcombellack
1
-5
/
+5
2008-12-09
Add a "ws" maven profile to include the binding.ws related modules into the b...
rfeng
2
-143
/
+77
2008-12-09
Fix OSGi access violations and package imports
rfeng
20
-98
/
+189
2008-12-09
Adding factory for common java artifacts model objects
lresende
5
-15
/
+182
2008-12-08
Start tidying the builders. No function change. First remove anything from th...
slaws
11
-2605
/
+2643
2008-12-08
Updated all the test composite files to include a target namespace - the targ...
edwardsmj
22
-3
/
+25
2008-12-08
Updated code that converts a String to a long to use Long.parseLong(String) r...
mcombellack
1
-2
/
+2
2008-12-08
Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...
mcombellack
2
-2
/
+2
2008-12-08
Converted existing comments in the source code to the correct JavaDoc format ...
mcombellack
1
-6
/
+19
2008-12-08
Made the constants private static final and use the correct variable naming s...
mcombellack
1
-9
/
+9
2008-12-08
Removed unnessary return statelements from methods where the last statement i...
mcombellack
1
-4
/
+0
2008-12-08
Removed unnessary return statelements from methods where the last statement i...
mcombellack
11
-33
/
+0
2008-12-08
Made private utility classes final
mcombellack
1
-2
/
+2
2008-12-08
Corrected the names of twostatic final variables so they use the correct nami...
mcombellack
1
-8
/
+8
2008-12-08
Added { and } characters for code blocks where they did not have them so the ...
mcombellack
4
-6
/
+12
2008-12-08
Removed redundant modifiers (such as public, final, etc) as these are not nee...
mcombellack
30
-105
/
+105
2008-12-07
Reduced the sleep times in the test since they did not need to be so long. Th...
mcombellack
2
-66
/
+98
2008-12-05
Add itest to the main build
rfeng
1
-1
/
+1
2008-12-05
Further cleanup for ComponentContext, CompositeContext
rfeng
14
-397
/
+553
2008-12-05
Changes to make policy-security work in 2.0.
edwardsmj
5
-5
/
+6
2008-12-05
Made the private static logger field final as it does not change
mcombellack
1
-1
/
+1
2008-12-05
Made class final as the only constructor has private modifier
mcombellack
1
-1
/
+1
2008-12-05
Models for common java artifacts and their implementations
lresende
8
-0
/
+576
2008-12-05
Updated FileTransferMTOMTestCase to reflect new interfaces for starting Nodes...
edwardsmj
1
-5
/
+38
2008-12-05
Changes to match new 2.0 core interfaces, plus adding back the contents of t...
edwardsmj
11
-37
/
+662
2008-12-05
Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy module
edwardsmj
1
-94
/
+94
2008-12-05
Adding implementation-pojo as placeholder for common pojo/java related artifacts
lresende
4
-0
/
+318
2008-12-05
Convert, clean and bring up a set of itests
rfeng
128
-1571
/
+1892
2008-12-05
Make sure we honor @target over autowire
rfeng
1
-1
/
+1
2008-12-05
Refine the CallableReferenceExt
rfeng
4
-54
/
+55
2008-12-04
Java implementation clean up in preparation for some refactoring
lresende
14
-511
/
+509
2008-12-04
Merge itest changes from sca-equinox branch into trunk
rfeng
159
-1254
/
+730
2008-12-04
Made the constants final
mcombellack
1
-2
/
+2
2008-12-04
Made class final as the only construvtor is private. Also Fixed a spelling mi...
mcombellack
2
-4
/
+4
2008-12-04
Marked class as final since the only Constructor is private. Fixed spelling m...
mcombellack
1
-2
/
+2
2008-12-04
Wrong parameter being output as part of the Exception message - should use st...
mcombellack
1
-1
/
+1
2008-12-04
Fixed a couple of spelling mistakes
mcombellack
1
-2
/
+2
2008-12-04
Corrected order of modifiers so that it matches the recommendations from the ...
mcombellack
1
-1
/
+1
2008-12-04
Removed redundant public modifier from interface
mcombellack
1
-1
/
+1
2008-12-04
Removed redundant public modifier from interface
mcombellack
1
-1
/
+1
2008-12-04
Removed unused imports
mcombellack
2
-4
/
+3
2008-12-04
Removed redundant static modifier from interface
mcombellack
1
-2
/
+2
2008-12-04
Removed redundant public modifier from interface and corrected a minor spelli...
mcombellack
1
-7
/
+7
2008-12-04
Fixed generics raw type compiler warnings
mcombellack
1
-1
/
+1
[next]