summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated to match latest OASIS XSDs which contain fixes for problems which ↵edwardsmj2009-08-057-33/+656
| | | | | | are affecting Tuscany - sca-1.1-cd03.xsd updated to use these new files. As required by TUSCANY 3192. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801112 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for TUSCANY-2906 - test wsdl:imports and xsd:importsramkumar2009-08-054-2/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801111 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2906 - resolve xsd:imports by namespaceramkumar2009-08-051-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801108 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2906 - resolve wsdl:import by namespaceramkumar2009-08-051-29/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801107 13f79535-47bb-0310-9956-ffa450edef68
* Fix classloading problem with Axis dependencies used by binding-ws-axis2 on ↵edwardsmj2009-08-041-6/+14
| | | | | | references that use this binding: force TCCL for those dependencies to be the OSGi Bundle ClassLoader when running under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800984 13f79535-47bb-0310-9956-ffa450edef68
* Fix classloading problem with ODE dependencies used by ↵edwardsmj2009-08-041-33/+43
| | | | | | implementation-bpel-runtime: force TCCL for those dependencies to be the OSGi Bundle ClassLoader when running under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800980 13f79535-47bb-0310-9956-ffa450edef68
* Defining roles based on groups and updating ldap schema to be used when ↵lresende2009-08-041-8/+7
| | | | | | searching groups git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800955 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability for equinox node launcher to support customized ↵rfeng2009-08-046-19/+366
| | | | | | MANIFEST.MF for 3rd party jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800929 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the builder tests with the new builders. Includes simplification of ↵slaws2009-08-046-102/+89
| | | | | | results testing. Only scenario 2 enabled. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800887 13f79535-47bb-0310-9956-ffa450edef68
* Update from RC to final release of wicketantelder2009-08-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800775 13f79535-47bb-0310-9956-ffa450edef68
* Start to work on ASM50033rfeng2009-08-042-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800682 13f79535-47bb-0310-9956-ffa450edef68
* Use the xml string to keep the unknown elements (reduce complexity and ↵rfeng2009-08-0411-1303/+329
| | | | | | memory usage over an in memory stream reader) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800664 13f79535-47bb-0310-9956-ffa450edef68
* Fix the algorithm to check duplicate names for callback bindings to avoid ↵rfeng2009-08-041-51/+37
| | | | | | failure in callback-ws itest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800663 13f79535-47bb-0310-9956-ffa450edef68
* Start to fix the itest/propertiesrfeng2009-08-046-176/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800662 13f79535-47bb-0310-9956-ffa450edef68
* Update to the 1.0.4-SNAPSHOTrfeng2009-08-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800660 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2009-08-031-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800630 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-08-031-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800587 13f79535-47bb-0310-9956-ffa450edef68
* Add a property file to hold the descriptions of the SCA assembly conformance ↵rfeng2009-08-031-0/+327
| | | | | | items git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800492 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3193 (fully support binding.sca in the domain manager)nash2009-08-0314-39/+227
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800411 13f79535-47bb-0310-9956-ffa450edef68
* Test for unique binding names across a service's bindings. Not just the ↵slaws2009-08-031-5/+2
| | | | | | bindings of the same type. Raise an error if the binding names are not unique. Required for ASM_9002. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800351 13f79535-47bb-0310-9956-ffa450edef68
* Raise an error when remotable is set to anything but true. Required to get ↵slaws2009-08-033-1/+14
| | | | | | ASM-8019 going. There needs to be a further change here to get the context of the error printed out. ML discussion ongoing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800327 13f79535-47bb-0310-9956-ffa450edef68
* A change I have sitting on my disc in case we decide do maintain content in ↵slaws2009-08-032-0/+31
| | | | | | the monitor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800275 13f79535-47bb-0310-9956-ffa450edef68
* Add a toString() operation to show the details of a tripslaws2009-08-031-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800261 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to the trip contribution and apply a logging policy in the test. slaws2009-08-034-1/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800260 13f79535-47bb-0310-9956-ffa450edef68
* Minor typo fixlresende2009-08-021-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800003 13f79535-47bb-0310-9956-ffa450edef68
* Remove target attribute as reference is already configured via the bindingslaws2009-08-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799886 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding iTest to Buildlresende2009-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-08-014-17/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799775 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-08-016-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding iTest to Buildlresende2009-07-311-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799772 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-07-314-17/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799771 13f79535-47bb-0310-9956-ffa450edef68
* Use the extensibility-equinox module to dynamically imports public packages ↵rfeng2009-07-3111-12/+34
| | | | | | and resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799679 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyslaws2009-07-311-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799666 13f79535-47bb-0310-9956-ffa450edef68
* Add new contributions to buildslaws2009-07-312-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799665 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test contributionslaws2009-07-311-0/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799664 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test contributionslaws2009-07-311-0/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799662 13f79535-47bb-0310-9956-ffa450edef68
* Check the partial attr to decide if the bundle needs to be requiredrfeng2009-07-312-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799657 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error as per spec. Caught when running ASM_8011slaws2009-07-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799654 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error as per spec. Caught when running ASM_8010slaws2009-07-311-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799649 13f79535-47bb-0310-9956-ffa450edef68
* Turn incompatible interface warning into an error to match spec. ↵slaws2009-07-311-5/+5
| | | | | | Specifically ASM_8008 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799607 13f79535-47bb-0310-9956-ffa450edef68
* Be more defensive in check the implementation reference. Follow the pattern ↵slaws2009-07-311-1/+1
| | | | | | used for services in the same method. Fixes NPE while test ASM_8004. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799584 13f79535-47bb-0310-9956-ffa450edef68
* Be more defensive when checking for interface compatibility. Prevent NPE ↵slaws2009-07-311-0/+12
| | | | | | when testing ASM_8003. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799581 13f79535-47bb-0310-9956-ffa450edef68
* Add sub components to the diagram. slaws2009-07-311-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799580 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2009-07-312913-261259/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799575 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2009-07-312956-263432/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799574 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2009-07-312984-265465/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799573 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2009-07-312978-264797/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799572 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2009-07-312978-264530/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799571 13f79535-47bb-0310-9956-ffa450edef68
* Rename 2.0 M3 final RC tagantelder2009-07-312913-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799570 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error when reference with target also has binding, to ↵antelder2009-07-312-2/+1
| | | | | | match spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799532 13f79535-47bb-0310-9956-ffa450edef68