summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948756 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948755 13f79535-47bb-0310-9956-ffa450edef68
* remove empty fileslaws2010-05-271-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948751 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headersslaws2010-05-2718-0/+324
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948749 13f79535-47bb-0310-9956-ffa450edef68
* Instead of NPE throw NoSuchServiceException if the service doesn't existantelder2010-05-271-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948743 13f79535-47bb-0310-9956-ffa450edef68
* Adding rest binding reference supportrfeng2010-05-274-28/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
* Add array support for the transformerrfeng2010-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948680 13f79535-47bb-0310-9956-ffa450edef68
* Add an analyzeProblems method to Monitorantelder2010-05-262-0/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948567 13f79535-47bb-0310-9956-ffa450edef68
* Update Deployer.attachDeploymentComposite to return the URI of the attached ↵antelder2010-05-262-5/+19
| | | | | | composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948564 13f79535-47bb-0310-9956-ffa450edef68
* Add missing log message to match the addEndpoint methodantelder2010-05-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947384 13f79535-47bb-0310-9956-ffa450edef68
* Add a getLocationAsURL helper methodantelder2010-05-231-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947383 13f79535-47bb-0310-9956-ffa450edef68
* Popluate the callback endpoints for endpoint referencesrfeng2010-05-211-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947190 13f79535-47bb-0310-9956-ffa450edef68
* Fix the serverity for warningsrfeng2010-05-211-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947189 13f79535-47bb-0310-9956-ffa450edef68
* Remove the workaroundrfeng2010-05-211-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947188 13f79535-47bb-0310-9956-ffa450edef68
* Add a workaround to support callback endpoint over WSrfeng2010-05-211-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947187 13f79535-47bb-0310-9956-ffa450edef68
* Correct presentation of the OASIS licenseslaws2010-05-202-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946692 13f79535-47bb-0310-9956-ffa450edef68
* 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