summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove commented codeslaws2010-08-193-43/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987094 13f79535-47bb-0310-9956-ffa450edef68
* JCA_9013 Validate property types are compatible with getProperty() argumentsbdaniel2010-08-191-1/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987051 13f79535-47bb-0310-9956-ffa450edef68
* JCA_9013 Throw an IllegalArgumentException when getProperty() is called with ↵bdaniel2010-08-181-3/+2
| | | | | | an invalid property name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986947 13f79535-47bb-0310-9956-ffa450edef68
* Make sure ranking is honoredrfeng2010-08-181-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986876 13f79535-47bb-0310-9956-ffa450edef68
* Remove the call to init() from constructor of namespace handlersrfeng2010-08-182-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986859 13f79535-47bb-0310-9956-ffa450edef68
* Remove testrfeng2010-08-181-73/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986838 13f79535-47bb-0310-9956-ffa450edef68
* Add impl spring stub/tierfeng2010-08-1860-0/+4615
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986837 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation-spring-stub and implementation-spring-tierfeng2010-08-1814-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986836 13f79535-47bb-0310-9956-ffa450edef68
* Check if superClass is not null to avoid NPErfeng2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986835 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - fix cut n pasteslaws2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986755 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Read JAXWS annotations in Java interfaces ↵slaws2010-08-1819-49/+562
| | | | | | (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Add slots to store information read from JAXWS annotations. ↵slaws2010-08-182-1/+81
| | | | | | This information will be read by a util (that will eventually be reused by the implementation.java code) and processed by the processor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986735 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - satisfy some TODOs by adding suitable error messages. slaws2010-08-181-6/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986732 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - correct the comment as binding-ws models are added in that ↵slaws2010-08-181-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
* Update to better handle messages where the operation can not be determinedantelder2010-08-183-16/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986730 13f79535-47bb-0310-9956-ffa450edef68
* Update to check for ServiceRuntimeExceptionantelder2010-08-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986728 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Add a slot to store the contribution that was used to resolve ↵slaws2010-08-181-0/+21
| | | | | | the class that the class reference points to. This is used when WSDL files, that the Class may point to via JAXWS @WebService or @WebServiceProvider annotations need to be resolved within the same contribution that holds the Java class. What we maybe could do is have a better model of Java class, and a related processor, that is able to look for annotations and do the resolution at the time the Java class is resolved. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986727 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Make the methods used to generate WSDL available through the ↵slaws2010-08-182-0/+16
| | | | | | RuntimeEndpoint and RuntimeEndpointReference interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986723 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986722 13f79535-47bb-0310-9956-ffa450edef68
* Add missing audit text slaws2010-08-181-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
* Correct wirformat element in jms response to match latest schema proposalantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986690 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use spec defined jmsDefault wireformatantelder2010-08-183-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986685 13f79535-47bb-0310-9956-ffa450edef68
* Update to use spec defined jmsDefault wireformatantelder2010-08-181-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986683 13f79535-47bb-0310-9956-ffa450edef68
* Update JMS schema for operationSelector and wireformat schema fix proposalantelder2010-08-182-4/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986680 13f79535-47bb-0310-9956-ffa450edef68
* UPdate error messages to match latest oasis schema validation messagesantelder2010-08-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986679 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Inject callbacks at service invocationbdaniel2010-08-187-23/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel2010-08-183-2/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986676 13f79535-47bb-0310-9956-ffa450edef68
* Change to sue spec defined op selectorantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986665 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore as its broken presentlyantelder2010-08-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986664 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest OASIS schemasantelder2010-08-1824-106/+170
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986604 13f79535-47bb-0310-9956-ffa450edef68
* Delete wrong test caserfeng2010-08-171-73/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986519 13f79535-47bb-0310-9956-ffa450edef68
* Implementation spring modules supporting the same classloader between ↵rfeng2010-08-1754-0/+5280
| | | | | | Tuscany and Spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986516 13f79535-47bb-0310-9956-ffa450edef68
* Use the same way to create application contextrfeng2010-08-171-20/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986515 13f79535-47bb-0310-9956-ffa450edef68
* Handle inheritance of intents and policy sets on java interfacesbdaniel2010-08-172-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986433 13f79535-47bb-0310-9956-ffa450edef68
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986314 13f79535-47bb-0310-9956-ffa450edef68
* Start of a general README for launching webapps with embedded Tuscany. I ↵slaws2010-08-171-0/+29
| | | | | | wanted to document Ant's commit comment about mvn jetty:run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986259 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant script tagantelder2010-08-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986233 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary absolute uriantelder2010-08-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986231 13f79535-47bb-0310-9956-ffa450edef68
* Add Jetty plugin so the sample can be run with mvn jetty:run like the other ↵antelder2010-08-171-0/+5
| | | | | | webapp samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986229 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused client and add default files to bean slaws2010-08-172-52/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986219 13f79535-47bb-0310-9956-ffa450edef68
* Correct the DOJO callback configuration and show the result at client and serverslaws2010-08-162-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986127 13f79535-47bb-0310-9956-ffa450edef68
* Extend the JSONRPC binding sample to be hosted in a webapp and include a ↵slaws2010-08-1618-0/+928
| | | | | | DOJO based client. This is for looking at Fabiano's latest problem and doesn't work yet. Checking in so I have a backup while I get it to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986072 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes. There are some more needed after the sample name ↵antelder2010-08-161-0/+4
| | | | | | refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985990 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused imports.fmoga2010-08-161-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unit test and renamed it in order to be included at mvn test.fmoga2010-08-162-15/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985951 13f79535-47bb-0310-9956-ffa450edef68
* Removed websocket option as it is outside of comet scope.fmoga2010-08-161-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985928 13f79535-47bb-0310-9956-ffa450edef68
* Added complete javadoc.fmoga2010-08-167-190/+392
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
* Add missing manifest entries. slaws2010-08-162-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985915 13f79535-47bb-0310-9956-ffa450edef68
* Add an exclude for the target/maven-shared-archive-resources folder thats ↵antelder2010-08-161-0/+2
| | | | | | started appearing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985863 13f79535-47bb-0310-9956-ffa450edef68