summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up the binding interface to include the wire format and operation ↵slaws2009-12-0214-48/+272
| | | | | | selector operations. They are in the OASIS specs now so it doesn't seem sensible to maintain the separate (experimental) interface that previously housed them. We want to encourage binding writers to provide wire formats and operation selectors as appropriate git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886122 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesslaws2009-12-021-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886099 13f79535-47bb-0310-9956-ffa450edef68
* Remove the import as the export is removedrfeng2009-12-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886028 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the policy builders (the composite policy builder now only deals ↵rfeng2009-12-023-549/+160
| | | | | | with strctural hierarchy) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886027 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need to export/import RMI provider packagerfeng2009-12-012-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885973 13f79535-47bb-0310-9956-ffa450edef68
* Remove the export of impl packagerfeng2009-12-011-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885970 13f79535-47bb-0310-9956-ffa450edef68
* Start to split policy builder into two phases: implementation hierarchy and ↵rfeng2009-12-0111-60/+1493
| | | | | | structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest OSGi remoteserviceadmin apisrfeng2009-12-0132-1823/+1975
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885958 13f79535-47bb-0310-9956-ffa450edef68
* Dont run the tests to avoid all the intermitent build failsantelder2009-11-281-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885068 13f79535-47bb-0310-9956-ffa450edef68
* Increase the Tuscaby Ode timeout from 2 to 10 seconds to try to avoid the ↵antelder2009-11-281-1/+1
| | | | | | intermitent test fails git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885067 13f79535-47bb-0310-9956-ffa450edef68
* A place to look at restructuring the Axis2 ws binding runtime to take ↵slaws2009-11-2730-0/+4805
| | | | | | account of the runtime wire. Also want to look at the practicalities of moving to Axis 1.5. Won't be in the build for a while. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884879 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statement number to error messages for ASM50001kelvingoodson2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884860 13f79535-47bb-0310-9956-ffa450edef68
* temporary fix to message, it should be moved into the message properties filekelvingoodson2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884847 13f79535-47bb-0310-9956-ffa450edef68
* Take web-javascript-dojo out of the build as it doesn't appear to be used by ↵antelder2009-11-271-1/+0
| | | | | | anything and its breaking the Hudson builds due to the way it gets Dojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884808 13f79535-47bb-0310-9956-ffa450edef68
* Change implementation-web to have an extension point to supportantelder2009-11-277-42/+64
| | | | | | | pluggable clients instead of having impl-web-client be a replacement impl-web runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884790 13f79535-47bb-0310-9956-ffa450edef68
* Change to use RMI client which now does both local and remote domainsantelder2009-11-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884789 13f79535-47bb-0310-9956-ffa450edef68
* Update rmi client to use local nodes for local domainsantelder2009-11-271-23/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884788 13f79535-47bb-0310-9956-ffa450edef68
* Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder2009-11-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884654 13f79535-47bb-0310-9956-ffa450edef68
* Call start if its not been called before to fix JCA_2005antelder2009-11-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
* more error message updateskelvingoodson2009-11-262-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884579 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to add validation for POJO_10006ramkumar2009-11-261-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884505 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid the current modification exceptions that hapen sometimes on ↵antelder2009-11-261-0/+2
| | | | | | shutdown. We don't need Jetty to have its own shutdown thread as the Tuscany code should always being shutting down the jetty server git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884485 13f79535-47bb-0310-9956-ffa450edef68
* Call all of visitXXX methods on the visitors one by one so that a visitor is ↵rfeng2009-11-261-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
* For POL_5001 test to see if there are extensions to handle implementation ↵slaws2009-11-252-2/+28
| | | | | | types that have been specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884150 13f79535-47bb-0310-9956-ffa450edef68
* Add a new helloworld sample as a plain sca contribution, and itest for the ↵antelder2009-11-252-10/+15
| | | | | | helloworld sample, and a fix to DomainNode so it works with that in a standalone domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884111 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCAClient as its not in the latest spec and update all the places it ↵antelder2009-11-256-76/+31
| | | | | | was used to use SCAClientFactory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884043 13f79535-47bb-0310-9956-ffa450edef68
* Remove ConfigAttributesImpl as its not used now and simplify constructorsantelder2009-11-247-217/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883659 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statement numbers to error messages for ↵kelvingoodson2009-11-241-3/+3
| | | | | | ASM40002,ASM40004,ASM40011 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
* Rename package to avoid split packages rfeng2009-11-243-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883560 13f79535-47bb-0310-9956-ffa450edef68
* Get the interface from the endpoint when it is nullrfeng2009-11-231-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883440 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883438 13f79535-47bb-0310-9956-ffa450edef68
* For POL_4028 test that a policy isn't being attached to a property element ↵slaws2009-11-232-41/+105
| | | | | | or one of its children. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883409 13f79535-47bb-0310-9956-ffa450edef68
* For POL_4012 add code that tests for mutual exclusive intents within a ↵slaws2009-11-231-153/+205
| | | | | | single policy subject. There is existing code to check for mutual exclusion between two policy subjects. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883344 13f79535-47bb-0310-9956-ffa450edef68
* Add an option to invoke a service after the node is startedrfeng2009-11-222-1/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883155 13f79535-47bb-0310-9956-ffa450edef68
* Add missing importrfeng2009-11-211-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882816 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-202691-0/+272868
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68