index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
modules
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update cglib, jaxb-impl versions
rfeng
2009-01-13
1
-1
/
+1
*
Fix the access violation to EndpointReferenceImpl
rfeng
2008-12-09
1
-0
/
+24
*
Remove o.a.t.s.core.work.impl from the import/export
rfeng
2008-12-09
1
-3
/
+1
*
Adjust the package names and move test cases around
rfeng
2008-12-09
20
-89
/
+41
*
Removed unused imports
mcombellack
2008-12-09
1
-3
/
+0
*
Fixed generics raw type compiler warnings
mcombellack
2008-12-09
1
-5
/
+5
*
Updated code that converts a String to a long to use Long.parseLong(String) r...
mcombellack
2008-12-08
1
-2
/
+2
*
Further cleanup for ComponentContext, CompositeContext
rfeng
2008-12-05
9
-386
/
+545
*
Refine the CallableReferenceExt
rfeng
2008-12-05
4
-54
/
+55
*
Wrong parameter being output as part of the Exception message - should use st...
mcombellack
2008-12-04
1
-1
/
+1
*
Removed unused imports
mcombellack
2008-12-04
2
-4
/
+3
*
Removed redundant static modifier from interface
mcombellack
2008-12-04
1
-2
/
+2
*
Refactor the tuscany-core module to move private classes out of the SPI packages
rfeng
2008-12-04
73
-341
/
+576
*
Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...
mcombellack
2008-12-03
1
-2
/
+1
*
Converted unit tests from JUnit 3 to JUnit 4
mcombellack
2008-12-02
3
-13
/
+24
*
Reduced the length of the delays in some unit tests since they do not need to...
mcombellack
2008-12-02
2
-20
/
+20
*
Cleaned up compile time warning messages regarding unneccsary use of @Suppres...
mcombellack
2008-11-27
3
-4
/
+0
*
Removed unused imports
mcombellack
2008-11-27
2
-4
/
+0
*
Remove core dependency on commonj workmanager
antelder
2008-11-26
13
-83
/
+96
*
Fixing up pom artifact version to 2.0-SNAPSHOT
lresende
2008-11-19
1
-6
/
+6
*
Merging the 1.x delta on top of the equinox based modules
lresende
2008-11-19
12
-29
/
+283
*
Copying modules from Equinox branch, to start merging the delta changes from ...
lresende
2008-11-19
108
-0
/
+12943
*
Moving current trunk modules to contrib, before starting the Equinox branch m...
lresende
2008-11-19
120
-14240
/
+0
*
Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this isn...
antelder
2008-11-17
1
-35
/
+35
*
Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to r...
antelder
2008-11-17
1
-0
/
+89
*
Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...
antelder
2008-11-17
1
-6
/
+6
*
Tidy wire format support (move model into binding-jms and rename default to t...
slaws
2008-11-09
2
-7
/
+10
*
Add a reference side example of the Request Response Binding in JMS
slaws
2008-11-03
2
-3
/
+50
*
TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...
antelder
2008-10-30
2
-7
/
+82
*
Merge the runtime wire changes to add a binding invocation wire with the jms ...
slaws
2008-10-23
3
-8
/
+53
*
Start to add InvocationChain for bindings
rfeng
2008-10-22
4
-6
/
+85
*
Fix to catch any errors when the container running tuscany doesn't have a jnd...
antelder
2008-10-09
1
-1
/
+1
*
Fix TUSCANY-2630
scottkurz
2008-10-08
1
-0
/
+1
*
Fix comment and remove obsolete imports
slaws
2008-09-24
1
-2
/
+0
*
Change message getHeaders() operation to return a list, remove the QoS contex...
slaws
2008-09-24
3
-9
/
+15
*
Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...
rfeng
2008-09-19
1
-1
/
+1
*
TUSCANY-2281 provide a api to allow service references to be retrieved for re...
slaws
2008-09-18
1
-0
/
+49
*
More work exploring the policy extension model by implementing a token based ...
slaws
2008-09-15
3
-5
/
+5
*
Use basic authentication as a motivating scenario for looking at policy plug ...
slaws
2008-09-05
3
-1
/
+11
*
Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...
antelder
2008-09-03
4
-3
/
+37
*
Added missing @Override annotation to methods that override methods from thei...
mcombellack
2008-08-13
8
-2
/
+11
*
Protect against NPE when InterfaceContract is null
antelder
2008-08-11
1
-6
/
+13
*
Protect against NPE when the InterfaceCOntract is also null
antelder
2008-08-11
1
-2
/
+8
*
Defer the creation of WorkManager to avoid the JNDI lookup
rfeng
2008-07-09
1
-5
/
+11
*
Make the ServiceDiscovery pluggable and add support for OSGi-based service di...
rfeng
2008-07-08
1
-1
/
+1
*
Fix up the change made at r673687 which didn't anticipate that binding uris i...
slaws
2008-07-04
1
-16
/
+59
*
We should call e.toString() rather than e.getMessage() since some exceptions,...
mcombellack
2008-07-03
1
-1
/
+1
*
No need to call the toXMLString() method twice as we already have the output ...
mcombellack
2008-07-03
1
-1
/
+1
*
TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and Call...
mcombellack
2008-07-03
2
-35
/
+40
*
Instrumenting runtime classes with toString() to facilitate debuging
lresende
2008-07-01
3
-0
/
+11
[prev]
[next]