summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java/src/main/java/org/apache (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws2012-03-041-13/+14
* TUSCANY-4020 - move a few more hardcoded message strings into properties filesslaws2012-03-011-5/+8
* TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...slaws2012-02-101-6/+3
* TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws2012-01-063-3/+102
* Update context annotation processor to work with both OASIS and Tuscany types...antelder2011-12-131-2/+2
* TUSCANY-3965 - Generally stop detecting non-annotated properties/references i...slaws2011-12-061-14/+12
* TUSCANY-3965: Fix so that fields that are candidates for being properties but...antelder2011-12-051-2/+11
* TUSCANY-3924 - ignore artifacts of the base class when a java implementation ...slaws2011-10-311-3/+6
* TUSCANY-3960 - Create implementation level operation model and add jsr250 mod...slaws2011-10-121-4/+8
* TUSCANY-3950 - Catch up with some differences in the OASIS SCA API classes. T...slaws2011-09-221-8/+0
* TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on imple...antelder2011-09-192-14/+27
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-1/+1
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-0/+5
* Enable the allowsPassByReference supportrfeng2011-02-071-4/+13
* Fix to the processing of @Callback annotation on Field or Method, to enable T...edwardsmj2011-01-071-0/+10
* Enhance error message to display class name to which error applieslresende2011-01-011-32/+32
* POJO_8037 Add an intent based on @BindingType annotationbdaniel2010-10-181-8/+36
* TUSCANY-3667 - Handling possible SecurityException/NPE from clazz.getDeclared...lresende2010-09-171-52/+78
* TUSCANY-3663 - take notice of @WebService name attribute when generating serv...slaws2010-09-011-2/+13
* TUSCANY-3641 - correct the interface comparison to make it look for a subsetslaws2010-08-201-3/+3
* Check if superClass is not null to avoid NPErfeng2010-08-181-1/+1
* TUSCANY-3641 - correct the comment as binding-ws models are added in that par...slaws2010-08-181-3/+3
* TUSCANY-3648 - OASIS have fixed the fault in JCA_11009 nowslaws2010-08-121-3/+2
* TUSCANY-3641 - Set the binding name to be the service name so, in this case w...slaws2010-08-121-0/+1
* TUSCANY-3641 - When a JAXWS binding is encountered make sure that the associa...slaws2010-08-121-1/+36
* TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotationslaws2010-08-111-16/+35
* TUSCANY-3641 - Add annotation processing for @WebParam/@header, @WebResult/@h...slaws2010-08-101-30/+126
* JCA 11015 Mark interfaces remotable if @WebServiceProvider is on the implemen...bdaniel2010-08-101-2/+5
* TUSCANY-3641 - comment out part of the previous change that's causing all of ...slaws2010-08-091-25/+2
* TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...slaws2010-08-092-38/+141
* JCA-11013 Add SOAP intent to the implementation if the java class is annotate...bdaniel2010-08-061-18/+24
* Allow HeuristicPojoProcessor to differentiate implementation.java against oth...rfeng2010-08-063-0/+23
* TUSCANY-3641 - start adding a processor to handle JAXWS annotations in implem...slaws2010-08-021-0/+131
* Changes for JCI_8023. The policy annotations can appear on otherwise unannota...slaws2010-08-021-1/+17
* Changes to make POJO_8016 run. Look for @Remotable at the class level.slaws2010-07-301-3/+12
* Changes to ensure correct introspection of implicit reference setter methods ...edwardsmj2010-07-281-8/+47
* Improve property type introspectionsrfeng2010-06-262-27/+70
* Fix the pacakge scoped field injectionrfeng2010-06-232-6/+11
* Allow package fields to be used for SCA reference/propertyrfeng2010-06-232-13/+48
* Remove obsolute methodsrfeng2010-06-012-38/+0
* Add missing headerslaws2010-05-271-1/+19
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 13f79535-47bb-0...kelvingoodson2010-05-172-3/+3
* expected message and msg definition catchupkelvingoodson2010-05-171-3/+3
* error message updates for caa otestskelvingoodson2010-05-105-13/+13
* add conformance statements to error message after running otestskelvingoodson2010-05-071-3/+3
* TUSCANY-3530 - first raft of changes to turn on property type checking at dep...slaws2010-05-061-0/+9
* Make error more meaningful but the message really needs to be separated into ...slaws2010-05-041-1/+1
* explicitly call out those extensions which contain Extension Developers' SPI ...kelvingoodson2010-04-291-0/+11
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-232-2/+0
* TUSCANY-3505: Apply patch from Ivan Krizsan to fix @Destroy annotation not al...antelder2010-03-191-3/+0