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
...
*
TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers rath...
slaws
2009-06-19
2
-7
/
+7
*
Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...
rfeng
2009-06-18
1
-4
/
+4
*
Add a LifeCycleListener interface so that extension points or extension can b...
rfeng
2009-06-17
6
-71
/
+71
*
TUSCANY-3093 - changes required to pass the callback endpoint URI in the from...
slaws
2009-06-15
3
-109
/
+26
*
Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...
rfeng
2009-06-12
4
-32
/
+145
*
TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...
slaws
2009-06-11
21
-118
/
+118
*
TUSCANY-3091 remove 2 subscripts from composite activator and runtime wire cl...
slaws
2009-06-11
7
-23
/
+23
*
TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference an...
slaws
2009-06-11
21
-342
/
+248
*
Use uri for Endpoint/EndpointReference
rfeng
2009-06-11
3
-20
/
+41
*
Create the runtime version of Endpoint2 for serialization
rfeng
2009-06-10
4
-0
/
+225
*
Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...
rfeng
2009-06-08
1
-8
/
+9
*
Move EndpointRegistry from assembly to core-spi
rfeng
2009-06-08
2
-210
/
+256
*
Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to ...
antelder
2009-06-08
1
-0
/
+5
*
TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...
slaws
2009-06-08
8
-80
/
+223
*
Refactoring a few methods on the ServiceDiscover
rfeng
2009-05-20
1
-1
/
+2
*
Redo the contribution modules merge started in r772861 but this time includin...
antelder
2009-05-10
1
-6
/
+0
*
Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment header
rfeng
2009-04-14
1
-1
/
+1
*
Cleanup import/export packages based on the Eclipse PDE 3.5 validation
rfeng
2009-04-10
1
-1
/
+0
*
Make the cglib dependency optional
rfeng
2009-03-26
1
-1
/
+1
*
Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...
slaws
2009-03-20
7
-1756
/
+7
*
Fix to make implementation-web references work where the interface contract d...
slaws
2009-03-20
1
-0
/
+8
*
Organize imports
rfeng
2009-03-19
17
-27
/
+4
*
Switch over to new endpoint reference/endpoint model. These are the changes r...
slaws
2009-03-19
11
-41
/
+162
*
Revert 755183 an errant commit from the release plugin
antelder
2009-03-17
1
-7
/
+7
*
[maven-release-plugin] prepare branch test-branch
antelder
2009-03-17
1
-7
/
+7
*
Changes to allow $self$ references to have endpoint references. However main ...
slaws
2009-03-16
1
-8
/
+10
*
Bring up the EnpointRefence code. I've done as much as I can now without actu...
slaws
2009-03-13
1
-378
/
+128
*
Bring up the service wire based on the endpoint model. To turn this on change...
slaws
2009-03-11
2
-0
/
+1603
*
More changes to switch SCA namespace from osoa version to oasis one
rfeng
2009-03-05
3
-3
/
+3
*
TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependencies
antelder
2009-02-09
1
-1
/
+8
*
For JDK 1.5 stax needs to be a compile time dependency. On JDK 1.6, it only n...
mcombellack
2009-01-30
1
-1
/
+0
*
Add missing transitive dependency on stax
antelder
2009-01-30
1
-0
/
+7
*
TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...
mcombellack
2009-01-28
29
-47
/
+47
*
TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statement
lresende
2009-01-23
1
-1
/
+1
*
Updating MANIFEST.MF versions to 2.0.0
lresende
2009-01-20
1
-35
/
+35
*
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
[prev]
[next]