index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-12
Remove version for javax.xml.stream import
rfeng
1
-1
/
+1
2008-12-12
Remove version for javax.xml.namespace import
rfeng
1
-1
/
+1
2008-12-12
Fix the message file
rfeng
1
-11
/
+11
2008-12-12
Removed material that was commented out, for simplicity
edwardsmj
1
-32
/
+24
2008-12-12
Renamed testcases to conform to JUnit conventions
edwardsmj
3
-3
/
+3
2008-12-12
Pass the DocumentBuilderFactory around to work with OSGi
rfeng
10
-151
/
+58
2008-12-11
Changed Name of the Base TestCase to conform to JUnit naming conventions
edwardsmj
4
-5
/
+5
2008-12-11
Adding calculator sample to profile
lresende
2
-4
/
+8
2008-12-11
Adding a setup profile to help build maven-eclipse-compiler before building a...
lresende
1
-0
/
+7
2008-12-11
Removed an import statement that referred to an old package not present in th...
edwardsmj
1
-1
/
+0
2008-12-11
Removed an import statement that referred to an old package not present in th...
edwardsmj
1
-1
/
+0
2008-12-11
Additions to POM and Manifest for XSD-XML to enable compilation
edwardsmj
2
-0
/
+10
2008-12-11
TUSCANY-2737 - Moving to latest release of the sql-maven-plugin
lresende
8
-16
/
+10
2008-12-10
Fix Import-Package
rfeng
1
-1
/
+10
2008-12-10
Add common-xml module to contain xml utilities
rfeng
27
-0
/
+6673
2008-12-10
stest POM file
edwardsmj
2
-1
/
+58
2008-12-10
Updated POM file for stest-sample
edwardsmj
1
-2
/
+2
2008-12-10
Added a JAX-WS client and a related server side testcase
edwardsmj
4
-3
/
+69
2008-12-09
Adjust classpath
rfeng
2
-1
/
+14
2008-12-09
Converted test cases to JUnit 4
mcombellack
1
-3
/
+1
2008-12-09
Converted test cases to JUnit 4
mcombellack
1
-3
/
+1
2008-12-09
Converted test cases to JUnit 4
mcombellack
1
-3
/
+3
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
[next]