index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
TUSCANY-3641 - Set the binding name to be the service name so, in this case w...
slaws
2010-08-12
1
-0
/
+1
*
TUSCANY-3641 - When a JAXWS binding is encountered make sure that the associa...
slaws
2010-08-12
8
-6
/
+81
*
TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotation
slaws
2010-08-11
1
-16
/
+35
*
TUSCANY-3641 - Update interface processing to set remotable when @WebServiceP...
slaws
2010-08-11
1
-0
/
+12
*
Fix the loading of spring 2.x bean definitions and nesting elements
rfeng
2010-08-11
1
-50
/
+75
*
TUSCANY-3641 - Add annotation processing for @WebParam/@header, @WebResult/@h...
slaws
2010-08-10
1
-30
/
+126
*
JCA 11015 Mark interfaces remotable if @WebServiceProvider is on the implemen...
bdaniel
2010-08-10
1
-2
/
+5
*
JCA 11010 Add SOAP intent to the interface if any parameter on any method in ...
bdaniel
2010-08-09
1
-2
/
+22
*
JCA 11011 Add SOAP intent to the interface if any method in the interface is ...
bdaniel
2010-08-09
1
-1
/
+16
*
TUSCANY-3641 - comment out part of the previous change that's causing all of ...
slaws
2010-08-09
1
-25
/
+2
*
TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...
slaws
2010-08-09
7
-44
/
+261
*
Fix typo in comment
slaws
2010-08-09
1
-1
/
+1
*
TUSCANY-3647 - mark all qualified intents as mutually exclusive with one anot...
slaws
2010-08-09
2
-0
/
+23
*
Avoid NPE when no dependent contributions are used
antelder
2010-08-08
1
-2
/
+4
*
Change start command to use -duris to match the install command
antelder
2010-08-08
1
-10
/
+27
*
Update to have jline call bye not stop
antelder
2010-08-07
1
-6
/
+1
*
Start updates to support multiple domains and standalone nodes as being discu...
antelder
2010-08-07
5
-134
/
+297
*
Ensure that the deployables are the correct Composite objects
antelder
2010-08-07
1
-0
/
+14
*
JCA-11013 Add SOAP intent to the implementation if the java class is annotate...
bdaniel
2010-08-06
2
-19
/
+26
*
Allow HeuristicPojoProcessor to differentiate implementation.java against oth...
rfeng
2010-08-06
6
-3
/
+41
*
Report an error if a class annotated with @WebServiceClient is used as an SCA...
bdaniel
2010-08-06
2
-0
/
+7
*
Treat java interfaces annotated with @SOAPBinding as having the SOAP intent (...
bdaniel
2010-08-06
1
-0
/
+9
*
Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...
bdaniel
2010-08-05
1
-3
/
+17
*
Throw an IllegalArgumentException if createSelfReference is called with a bus...
bdaniel
2010-08-05
1
-1
/
+6
*
TUSCANY-3642 Allow policy information on interfaces to apply to services and ...
bdaniel
2010-08-05
1
-12
/
+14
*
Ensure that if a single PolicySet can be attached either directly or external...
bdaniel
2010-08-05
1
-0
/
+9
*
Fix the removal of direct policy sets when external policy sets are attached....
bdaniel
2010-08-04
2
-3
/
+18
*
Add a boolean to PolicySet to determine if it has been attached via external ...
bdaniel
2010-08-04
2
-0
/
+21
*
implement interface contract compatibility checking -- allows oasis JCA_9008_...
kelvingoodson
2010-08-03
1
-26
/
+60
*
Change createStandaloneNode to be named newStandaloneNode
antelder
2010-08-03
2
-5
/
+5
*
CHange the noarg stop command to be bye and change addDeploymentComposite to ...
antelder
2010-08-03
1
-60
/
+42
*
@Ignore a test which depends on the jar produced by itest/T3558 which isn't i...
slaws
2010-08-03
1
-0
/
+2
*
TUSCANY-3641 - start adding a processor to handle JAXWS annotations in implem...
slaws
2010-08-02
3
-1
/
+229
*
Update shell for node api changes
antelder
2010-08-02
1
-30
/
+5
*
Change add/removeToDoamin method to have the contribution and composite uri a...
antelder
2010-08-02
4
-20
/
+17
*
Remove the @IGnore from a test of a contribution which was using the data api...
antelder
2010-08-02
1
-6
/
+2
*
Update for using a default contribution uri if none is specified
antelder
2010-08-02
1
-13
/
+35
*
Add a createStandaloneNode method which creates a Node running a composite ou...
antelder
2010-08-02
1
-34
/
+26
*
Update all the install methods to return the uri of the installed contributio...
antelder
2010-08-02
1
-3
/
+5
*
Add data api as a test dependency so it can be used by one of the tests
antelder
2010-08-02
1
-0
/
+7
*
Changes for JCI_8023. The policy annotations can appear on otherwise unannota...
slaws
2010-08-02
1
-1
/
+17
*
Support the other jms properties in the jms uri
antelder
2010-08-02
1
-0
/
+6
*
Work around the issue that Tuscany java introspector doesn't handle Spring be...
rfeng
2010-07-31
1
-51
/
+50
*
Exclude duplicate directories that are linked from different symbolic links
rfeng
2010-07-30
1
-11
/
+22
*
Allow spring beans to use @Reference without a property element
rfeng
2010-07-30
1
-4
/
+21
*
Changes to make POJO_8016 run. Look for @Remotable at the class level.
slaws
2010-07-30
1
-3
/
+12
*
TUSCANY-3634: ensure jms session is closed for oneway requests
antelder
2010-07-30
1
-2
/
+3
*
Sometimes the binding name appears to be null. Get it from the actual binding...
slaws
2010-07-30
1
-2
/
+2
*
Use a utility instead of ModuleActivator for Spring application context access
rfeng
2010-07-29
7
-46
/
+43
*
TUSCANY-3639 - ensure that the service wire is created at the same time as th...
slaws
2010-07-29
1
-0
/
+6
[next]