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
/
implementation-java
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-04
TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...
slaws
1
-13
/
+14
2012-03-01
TUSCANY-4020 - move a few more hardcoded message strings into properties files
slaws
2
-5
/
+9
2012-02-10
TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...
slaws
1
-6
/
+3
2012-01-06
TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interface
slaws
3
-3
/
+102
2011-12-13
Update context annotation processor to work with both OASIS and Tuscany types...
antelder
1
-2
/
+2
2011-12-06
TUSCANY-3965 - Generally stop detecting non-annotated properties/references i...
slaws
1
-14
/
+12
2011-12-05
TUSCANY-3965: Fix so that fields that are candidates for being properties but...
antelder
1
-2
/
+11
2011-10-31
TUSCANY-3924 - ignore artifacts of the base class when a java implementation ...
slaws
1
-3
/
+6
2011-10-12
TUSCANY-3960 - Create implementation level operation model and add jsr250 mod...
slaws
1
-4
/
+8
2011-09-22
TUSCANY-3950 - Catch up with some differences in the OASIS SCA API classes. T...
slaws
5
-32
/
+30
2011-09-19
TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on imple...
antelder
2
-14
/
+27
2011-07-22
Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.
scottkurz
1
-1
/
+1
2011-06-16
TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...
slaws
1
-0
/
+5
2011-02-07
Enable the allowsPassByReference support
rfeng
1
-4
/
+13
2011-01-07
Fix to the processing of @Callback annotation on Field or Method, to enable T...
edwardsmj
1
-0
/
+10
2011-01-01
Enhance error message to display class name to which error applies
lresende
1
-32
/
+32
2010-11-08
Catch up with an error message fix in the runtime
slaws
1
-0
/
+3
2010-10-18
POJO_8037 Add an intent based on @BindingType annotation
bdaniel
1
-8
/
+36
2010-09-17
TUSCANY-3667 - Handling possible SecurityException/NPE from clazz.getDeclared...
lresende
1
-52
/
+78
2010-09-01
TUSCANY-3663 - take notice of @WebService name attribute when generating serv...
slaws
1
-2
/
+13
2010-08-20
TUSCANY-3641 - correct the interface comparison to make it look for a subset
slaws
1
-3
/
+3
2010-08-18
Check if superClass is not null to avoid NPE
rfeng
1
-1
/
+1
2010-08-18
TUSCANY-3641 - correct the comment as binding-ws models are added in that par...
slaws
1
-3
/
+3
2010-08-12
TUSCANY-3648 - OASIS have fixed the fault in JCA_11009 now
slaws
1
-3
/
+2
2010-08-12
TUSCANY-3641 - Set the binding name to be the service name so, in this case w...
slaws
1
-0
/
+1
2010-08-12
TUSCANY-3641 - When a JAXWS binding is encountered make sure that the associa...
slaws
2
-2
/
+38
2010-08-11
TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotation
slaws
1
-16
/
+35
2010-08-10
TUSCANY-3641 - Add annotation processing for @WebParam/@header, @WebResult/@h...
slaws
1
-30
/
+126
2010-08-10
JCA 11015 Mark interfaces remotable if @WebServiceProvider is on the implemen...
bdaniel
1
-2
/
+5
2010-08-09
TUSCANY-3641 - comment out part of the previous change that's causing all of ...
slaws
1
-25
/
+2
2010-08-09
TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...
slaws
3
-41
/
+174
2010-08-06
JCA-11013 Add SOAP intent to the implementation if the java class is annotate...
bdaniel
2
-19
/
+26
2010-08-06
Allow HeuristicPojoProcessor to differentiate implementation.java against oth...
rfeng
3
-0
/
+23
2010-08-02
TUSCANY-3641 - start adding a processor to handle JAXWS annotations in implem...
slaws
3
-1
/
+229
2010-08-02
Changes for JCI_8023. The policy annotations can appear on otherwise unannota...
slaws
1
-1
/
+17
2010-07-30
Changes to make POJO_8016 run. Look for @Remotable at the class level.
slaws
1
-3
/
+12
2010-07-28
Changes to ensure correct introspection of implicit reference setter methods ...
edwardsmj
1
-8
/
+47
2010-06-26
Improve property type introspections
rfeng
3
-30
/
+71
2010-06-23
Fix the pacakge scoped field injection
rfeng
2
-6
/
+11
2010-06-23
Allow package fields to be used for SCA reference/property
rfeng
2
-13
/
+48
2010-06-01
Remove obsolute methods
rfeng
2
-38
/
+0
2010-05-27
Add missing header
slaws
1
-1
/
+19
2010-05-17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 13f79535-47bb-0...
kelvingoodson
2
-3
/
+3
2010-05-17
expected message and msg definition catchup
kelvingoodson
1
-1
/
+1
2010-05-17
expected message and msg definition catchup
kelvingoodson
2
-4
/
+4
2010-05-10
error message updates for caa otests
kelvingoodson
7
-15
/
+15
2010-05-07
add conformance statements to error message after running otests
kelvingoodson
1
-3
/
+3
2010-05-06
TUSCANY-3530 - first raft of changes to turn on property type checking at dep...
slaws
1
-0
/
+9
2010-05-04
Make error more meaningful but the message really needs to be separated into ...
slaws
1
-1
/
+1
2010-04-29
explicitly call out those extensions which contain Extension Developers' SPI ...
kelvingoodson
1
-0
/
+11
[next]