summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jaxrs' into trunkrfeng2010-05-1961-213/+1621
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* Updaqte to only consider Nodes in the same domainantelder2010-05-181-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE by not setting null in domain nameantelder2010-05-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945640 13f79535-47bb-0310-9956-ffa450edef68
* Use new getNodesInDomain methodantelder2010-05-181-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945571 13f79535-47bb-0310-9956-ffa450edef68
* Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder2010-05-183-7/+38
| | | | | | and getContributions to Node, and update Node init to pass in all contributiosn to Deployer.build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945569 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to use a separate list of contributions to look at when ↵antelder2010-05-183-4/+5
| | | | | | looking for exports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945568 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up commentsedwardsmj2010-05-181-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945562 13f79535-47bb-0310-9956-ffa450edef68
* Updating createXMLStreamReader(URL) to use a StreamSource in its ↵edwardsmj2010-05-182-2/+7
| | | | | | implementation, so that the scanning of external files such as DTDs is possible, as described in TUSCANY-3559 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945557 13f79535-47bb-0310-9956-ffa450edef68
* Add missing adds to static factoriesantelder2010-05-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2010-05-181-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945550 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3555: apply change from Henry Saputra to remove an unnecessary castantelder2010-05-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945519 13f79535-47bb-0310-9956-ffa450edef68
* Make sure callback endpoints are createdrfeng2010-05-178-19/+92
| | | | | | When a component is invoked from a non bidirectional interface, inject null to the fields/setters with @Callback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945259 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we use the value element (holding the property value) for conversionrfeng2010-05-171-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945255 13f79535-47bb-0310-9956-ffa450edef68
* Add wsa:Action to the soap header as it's mandatoryrfeng2010-05-172-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945249 13f79535-47bb-0310-9956-ffa450edef68
* Add getSchemaName to the interface (to be renamed to getType later)rfeng2010-05-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 ↵kelvingoodson2010-05-172-3/+3
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945121 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-173-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
* Decode the url to avoid problems with it inlcudes spaces in the pathantelder2010-05-151-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944591 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for pojo otestskelvingoodson2010-05-142-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68
* Update to use defaultDomainNameantelder2010-05-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944153 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-05-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944017 13f79535-47bb-0310-9956-ffa450edef68
* Allow direct access to the SCA schema. Rather than via the Tuscany schema. ↵slaws2010-05-133-21/+43
| | | | | | At the moment I've turned off validation of sca namespace schema as the OASIS sca schema already includes a "value" element which is an any. So values should validate against anything. Am raising with OASIS but didn't want to do any more fiddling until I get an answer as the guts of this stuff is proving surprisingly frustrating. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944004 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3553 - remove the full dtd URL as, when this is read into the ↵slaws2010-05-132-2/+2
| | | | | | XsdModelResolver is done using a schema collection. Under the covers this uses a parser but give no access to trap the dtd load event. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944002 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencies and versionsslaws2010-05-132-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944000 13f79535-47bb-0310-9956-ffa450edef68
* Set the domain name frm the properties uri configantelder2010-05-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943887 13f79535-47bb-0310-9956-ffa450edef68
* Update to throw NoSuchDomainException/NoSuchServiceException as appropriate ↵antelder2010-05-132-9/+24
| | | | | | instead of other exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943885 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-1281-81/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Fixing extra space that was causing issues with implementation.widget ↵lresende2010-05-121-2/+2
| | | | | | generated scripts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943671 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated eTag to RPC style invocationslresende2010-05-122-9/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
* Minor formatting...lresende2010-05-121-110/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943388 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out.println()lresende2010-05-121-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943387 13f79535-47bb-0310-9956-ffa450edef68
* Adding RPC Operation Selector to binding.restlresende2010-05-1222-35/+745
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3553 - add the SCA spec schema to the system contribution so that ↵slaws2010-05-114-8/+74
| | | | | | users can use SCA schema in property types. I don't know why people would want to do that but this capability seems to be the intention of the spec. This slows down the loading of any contributions that use these types, as the schema are loaded, but has little affect if you don't. I'm still looking at whether the local scheme optimization I added is effective but decided to check in as this fault is stopping the otests from running properly currently. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943224 13f79535-47bb-0310-9956-ffa450edef68
* Considering request encoding when processing bodylresende2010-05-112-18/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943205 13f79535-47bb-0310-9956-ffa450edef68
* Updating test to check declarative header supportlresende2010-05-102-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942940 13f79535-47bb-0310-9956-ffa450edef68
* error message updates for caa otestskelvingoodson2010-05-109-17/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942716 13f79535-47bb-0310-9956-ffa450edef68
* Don't install jars in the distribution lib folder into the OSGi runtimeslaws2010-05-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942391 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for declarative http headers in binding.restlresende2010-05-078-19/+203
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
* Adding model for declarative http headers and other minor formattingslresende2010-05-075-1/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942273 13f79535-47bb-0310-9956-ffa450edef68
* Adding schema for declarative headerslresende2010-05-071-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942271 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
* add jaxrs dependencyslaws2010-05-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942168 13f79535-47bb-0310-9956-ffa450edef68
* Fix enabling Tuscany SDO modules to load under OSGi - code previously ↵edwardsmj2010-05-071-1/+3
| | | | | | treated them as if they were Tuscany SCA modules and as a result they were not being loaded at all under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942121 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statements to error message after running otestskelvingoodson2010-05-076-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
* Added correct version # parameters to the imports of sdo packages in the ↵edwardsmj2010-05-071-3/+3
| | | | | | MANIFEST of databinding-sdo-axiom (version = 2.1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942107 13f79535-47bb-0310-9956-ffa450edef68
* Extend composite document processing to support DTD declarations and Entity ↵edwardsmj2010-05-071-5/+45
| | | | | | declarations, in support of the use of Entity References to parameterize composite files, as described in TUSCANY-3548 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942100 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with Mikes SDO changes at r941719slaws2010-05-061-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941759 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to databinding-sdo required to enable the module to work under OSGi, ↵edwardsmj2010-05-068-12/+66
| | | | | | as described in TUSCANY-3547 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941719 13f79535-47bb-0310-9956-ffa450edef68