summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct wirformat element in jms response to match latest schema proposalantelder2010-08-181-1/+1
* Update jms binding to use spec defined jmsDefault wireformatantelder2010-08-183-4/+4
* Update JMS schema for operationSelector and wireformat schema fix proposalantelder2010-08-182-4/+16
* TUSCANY-3652 Inject callbacks at service invocationbdaniel2010-08-187-23/+112
* TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel2010-08-183-2/+45
* Update to latest OASIS schemasantelder2010-08-1824-106/+170
* Use the same way to create application contextrfeng2010-08-171-20/+12
* Handle inheritance of intents and policy sets on java interfacesbdaniel2010-08-172-12/+36
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
* Add missing manifest entries. slaws2010-08-162-1/+3
* Don't do create-if-not-exist when using the jms:jndi: url format, and don't w...antelder2010-08-133-2/+7
* Update the old jms binding policy and intent definitions to work in 2.xantelder2010-08-122-70/+8
* Updates to get jms message selectors working properlyantelder2010-08-121-1/+10
* Correct code thats tryng to get at the root element local name so that it worksantelder2010-08-121-10/+16
* Make component implementation change a value in the ban to prove that it's pr...slaws2010-08-122-2/+19
* Remove old test dependenciesslaws2010-08-121-22/+1
* Check that a destination is defined when connectionFactory element is usedantelder2010-08-122-0/+9
* Correctly set jms headers on the response messageantelder2010-08-121-2/+16
* TUSCANY-3648 - OASIS have fixed the fault in JCA_11009 nowslaws2010-08-121-3/+2
* More correctly handle the jms uri format of the binding. Still needs more wor...antelder2010-08-124-9/+24
* Validate that jndi lookup returns the expected jms destination typeantelder2010-08-121-0/+17
* 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-128-6/+81
* TUSCANY-3641 - Support @WebServiceProvider/wsdlLocation annotationslaws2010-08-111-16/+35
* TUSCANY-3641 - Update interface processing to set remotable when @WebServiceP...slaws2010-08-111-0/+12
* Fix the loading of spring 2.x bean definitions and nesting elementsrfeng2010-08-111-50/+75
* 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
* JCA 11010 Add SOAP intent to the interface if any parameter on any method in ...bdaniel2010-08-091-2/+22
* JCA 11011 Add SOAP intent to the interface if any method in the interface is ...bdaniel2010-08-091-1/+16
* 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-097-44/+261
* Fix typo in commentslaws2010-08-091-1/+1
* TUSCANY-3647 - mark all qualified intents as mutually exclusive with one anot...slaws2010-08-092-0/+23
* Avoid NPE when no dependent contributions are usedantelder2010-08-081-2/+4
* Change start command to use -duris to match the install commandantelder2010-08-081-10/+27
* Update to have jline call bye not stopantelder2010-08-071-6/+1
* Start updates to support multiple domains and standalone nodes as being discu...antelder2010-08-075-134/+297
* Ensure that the deployables are the correct Composite objectsantelder2010-08-071-0/+14
* JCA-11013 Add SOAP intent to the implementation if the java class is annotate...bdaniel2010-08-062-19/+26
* Allow HeuristicPojoProcessor to differentiate implementation.java against oth...rfeng2010-08-066-3/+41
* Report an error if a class annotated with @WebServiceClient is used as an SCA...bdaniel2010-08-062-0/+7
* Treat java interfaces annotated with @SOAPBinding as having the SOAP intent (...bdaniel2010-08-061-0/+9
* Throw IllegalArgumentExceptions on various ComponentContext methods to fix JC...bdaniel2010-08-051-3/+17
* Throw an IllegalArgumentException if createSelfReference is called with a bus...bdaniel2010-08-051-1/+6
* TUSCANY-3642 Allow policy information on interfaces to apply to services and ...bdaniel2010-08-051-12/+14
* Ensure that if a single PolicySet can be attached either directly or external...bdaniel2010-08-051-0/+9
* Fix the removal of direct policy sets when external policy sets are attached....bdaniel2010-08-042-3/+18
* Add a boolean to PolicySet to determine if it has been attached via external ...bdaniel2010-08-042-0/+21
* implement interface contract compatibility checking -- allows oasis JCA_9008_...kelvingoodson2010-08-031-26/+60