summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and ↵slaws1-0/+5
represent implementation policy correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136391 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07Enable the allowsPassByReference supportrfeng1-4/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068209 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07Fix to the processing of @Callback annotation on Field or Method, to enable ↵edwardsmj1-0/+10
Tuscany to comply with OASIS Java CAA testcase 10035, as described in TUSCANY-3813. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056294 13f79535-47bb-0310-9956-ffa450edef68
2011-01-01Enhance error message to display class name to which error applieslresende1-32/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054313 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08Catch up with an error message fix in the runtimeslaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032592 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18POJO_8037 Add an intent based on @BindingType annotationbdaniel1-8/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023851 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3667 - Handling possible SecurityException/NPE from ↵lresende1-52/+78
clazz.getDeclaredFields() in GAE environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998004 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01TUSCANY-3663 - take notice of @WebService name attribute when generating ↵slaws1-2/+13
service name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991615 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20TUSCANY-3641 - correct the interface comparison to make it look for a subsetslaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987394 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Check if superClass is not null to avoid NPErfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986835 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3641 - correct the comment as binding-ws models are added in that ↵slaws1-3/+3
part of the code now rather than later in the higher processor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986731 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12TUSCANY-3648 - OASIS have fixed the fault in JCA_11009 nowslaws1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984787 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12TUSCANY-3641 - Set the binding name to be the service name so, in this case ↵slaws1-0/+1
where there is only one binding, the binding name isn't used in the endpoint URL. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984710 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12TUSCANY-3641 - When a JAXWS binding is encountered make sure that the ↵slaws2-2/+38
associated SCA service has a WS binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984702 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotationslaws1-16/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984314 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10TUSCANY-3641 - Add annotation processing for @WebParam/@header, ↵slaws1-30/+126
@WebResult/@header, @SOAPBinding, @WebServiceProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984095 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10JCA 11015 Mark interfaces remotable if @WebServiceProvider is on the ↵bdaniel1-2/+5
implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983849 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09TUSCANY-3641 - comment out part of the previous change that's causing all of ↵slaws1-25/+2
the JCAA tests to fail for some reason. Also remove some old commented out code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983722 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ↵slaws3-41/+174
the wsdl, identified by the location, from the current contribution. The WSDL is associated with the Java component type service by attaching it to the JavaInterface normalized interface slot. This is not ideal but does allow us to pull things out of the WSDL, such a as policy. The spec state that the component type should have interface.wsdl but this messes up our databinding code which expects the component service to exhibit an interface suitable for the actual implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983647 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06JCA-11013 Add SOAP intent to the implementation if the java class is ↵bdaniel2-19/+26
annotated with ServiceMode git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983118 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06Allow HeuristicPojoProcessor to differentiate implementation.java against ↵rfeng3-0/+23
other java based implementation types such as implementation.spring Check for duplicate import in spring xml definitions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983054 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02TUSCANY-3641 - start adding a processor to handle JAXWS annotations in ↵slaws3-1/+229
implementation.java classes. I'm a little surprised that this isn't already handled so I'm committing this as a demonstration of intent with a view to asking on the ML is this function is achieved in some way I'm not yet aware of. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981585 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Changes for JCI_8023. The policy annotations can appear on otherwise ↵slaws1-1/+17
unannotated references. Hence we need to take this into account when deciding if an unannotated field is a reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981443 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Changes to make POJO_8016 run. Look for @Remotable at the class level.slaws1-3/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980869 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Changes to ensure correct introspection of implicit reference setter methods ↵edwardsmj1-8/+47
and public fields, as defined in section 8.1 of the OASIS Java POJO specification, detailed in TUSCANY-3636 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980115 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Improve property type introspectionsrfeng3-30/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Fix the pacakge scoped field injectionrfeng2-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957348 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Allow package fields to be used for SCA reference/propertyrfeng2-13/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957343 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Remove obsolute methodsrfeng2-38/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing headerslaws1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948756 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 ↵kelvingoodson2-3/+3
13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945121 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17expected message and msg definition catchupkelvingoodson2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10error message updates for caa otestskelvingoodson7-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07add conformance statements to error message after running otestskelvingoodson1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws1-0/+9
deployment time. Required by ASM_5038 and ASM_5039. Still some TODOs including handling elements, composite properties, multiplicity and complex types derived from the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941695 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Make error more meaningful but the message really needs to be separated into ↵slaws1-1/+1
a properties file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940787 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29explicitly call out those extensions which contain Extension Developers' SPI ↵kelvingoodson1-0/+11
and those extensions which have a special relationship git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939277 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by implementation.javakelvingoodson2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
2010-03-19TUSCANY-3505: Apply patch from Ivan Krizsan to fix @Destroy annotation not ↵antelder2-6/+17
allowed on non-public methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925102 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Refactor the databinding introspection to ↵rfeng2-53/+21
tuscany-implementation-java-runtime to avoid deployment time dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903738 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Fix for TUSCANY-3409rfeng1-2/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17TUSCANY-3396 - Removing warning when sca annotations available in private fieldslresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891988 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11TUSCANY-3388 - Updating to the latests OASIS schemalresende5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Call all of visitXXX methods on the visitors one by one so that a visitor is ↵rfeng1-43/+31
always invoked before the other one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884348 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende102-0/+11734
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68