summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws1-0/+5
2011-02-07Enable the allowsPassByReference supportrfeng1-4/+13
2011-01-07Fix to the processing of @Callback annotation on Field or Method, to enable T...edwardsmj1-0/+10
2011-01-01Enhance error message to display class name to which error applieslresende1-32/+32
2010-11-08Catch up with an error message fix in the runtimeslaws1-0/+3
2010-10-18POJO_8037 Add an intent based on @BindingType annotationbdaniel1-8/+36
2010-09-17TUSCANY-3667 - Handling possible SecurityException/NPE from clazz.getDeclared...lresende1-52/+78
2010-09-01TUSCANY-3663 - take notice of @WebService name attribute when generating serv...slaws1-2/+13
2010-08-20TUSCANY-3641 - correct the interface comparison to make it look for a subsetslaws1-3/+3
2010-08-18Check if superClass is not null to avoid NPErfeng1-1/+1
2010-08-18TUSCANY-3641 - correct the comment as binding-ws models are added in that par...slaws1-3/+3
2010-08-12TUSCANY-3648 - OASIS have fixed the fault in JCA_11009 nowslaws1-3/+2
2010-08-12TUSCANY-3641 - Set the binding name to be the service name so, in this case w...slaws1-0/+1
2010-08-12TUSCANY-3641 - When a JAXWS binding is encountered make sure that the associa...slaws2-2/+38
2010-08-11TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotationslaws1-16/+35
2010-08-10TUSCANY-3641 - Add annotation processing for @WebParam/@header, @WebResult/@h...slaws1-30/+126
2010-08-10JCA 11015 Mark interfaces remotable if @WebServiceProvider is on the implemen...bdaniel1-2/+5
2010-08-09TUSCANY-3641 - comment out part of the previous change that's causing all of ...slaws1-25/+2
2010-08-09TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...slaws3-41/+174
2010-08-06JCA-11013 Add SOAP intent to the implementation if the java class is annotate...bdaniel2-19/+26
2010-08-06Allow HeuristicPojoProcessor to differentiate implementation.java against oth...rfeng3-0/+23
2010-08-02TUSCANY-3641 - start adding a processor to handle JAXWS annotations in implem...slaws3-1/+229
2010-08-02Changes for JCI_8023. The policy annotations can appear on otherwise unannota...slaws1-1/+17
2010-07-30Changes to make POJO_8016 run. Look for @Remotable at the class level.slaws1-3/+12
2010-07-28Changes to ensure correct introspection of implicit reference setter methods ...edwardsmj1-8/+47
2010-06-26Improve property type introspectionsrfeng3-30/+71
2010-06-23Fix the pacakge scoped field injectionrfeng2-6/+11
2010-06-23Allow package fields to be used for SCA reference/propertyrfeng2-13/+48
2010-06-01Remove obsolute methodsrfeng2-38/+0
2010-05-27Add missing headerslaws1-1/+19
2010-05-17git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 13f79535-47bb-0...kelvingoodson2-3/+3
2010-05-17expected message and msg definition catchupkelvingoodson1-1/+1
2010-05-17expected message and msg definition catchupkelvingoodson2-4/+4
2010-05-10error message updates for caa otestskelvingoodson7-15/+15
2010-05-07add conformance statements to error message after running otestskelvingoodson1-3/+3
2010-05-06TUSCANY-3530 - first raft of changes to turn on property type checking at dep...slaws1-0/+9
2010-05-04Make error more meaningful but the message really needs to be separated into ...slaws1-1/+1
2010-04-29explicitly call out those extensions which contain Extension Developers' SPI ...kelvingoodson1-0/+11
2010-04-23mark classes as extension spi according to use indicated by implementation.javakelvingoodson2-2/+0
2010-03-19TUSCANY-3505: Apply patch from Ivan Krizsan to fix @Destroy annotation not al...antelder2-6/+17
2010-01-27Refactor the databinding introspection to tuscany-implementation-java-runtime...rfeng2-53/+21
2010-01-27Fix for TUSCANY-3409rfeng1-2/+32
2009-12-17TUSCANY-3396 - Removing warning when sca annotations available in private fieldslresende1-2/+2
2009-12-11TUSCANY-3388 - Updating to the latests OASIS schemalresende5-5/+5
2009-11-26Call all of visitXXX methods on the visitors one by one so that a visitor is ...rfeng1-43/+31
2009-11-20Moving 2.x trunklresende102-0/+11734