summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java/src/main/java/org/apache/tuscany/sca/implementation/java/introspect (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...slaws2012-02-101-6/+3
* 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
* 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
* 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-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 - process an @WebService(wsdlLocation="") annotation by reading ...slaws2010-08-091-36/+54
* 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-061-0/+9
* 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-231-6/+47
* 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
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-231-1/+0
* TUSCANY-3505: Apply patch from Ivan Krizsan to fix @Destroy annotation not al...antelder2010-03-191-3/+0
* Refactor the databinding introspection to tuscany-implementation-java-runtime...rfeng2010-01-271-39/+7
* Fix for TUSCANY-3409rfeng2010-01-271-2/+32
* TUSCANY-3396 - Removing warning when sca annotations available in private fieldslresende2009-12-171-2/+2
* Moving 2.x trunklresende2009-11-2043-0/+4268