summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Format the coderfeng2009-08-031-2/+1
* Remove unused importsrfeng2009-08-031-7/+0
* Add a property file to hold the descriptions of the SCA assembly conformance ...rfeng2009-08-031-0/+327
* Fix TUSCANY-3193 (fully support binding.sca in the domain manager)nash2009-08-0314-39/+227
* Test for unique binding names across a service's bindings. Not just the bindi...slaws2009-08-031-5/+2
* Raise an error when remotable is set to anything but true. Required to get AS...slaws2009-08-033-1/+14
* A change I have sitting on my disc in case we decide do maintain content in t...slaws2009-08-032-0/+31
* Add a toString() operation to show the details of a tripslaws2009-08-031-0/+15
* Add a test to the trip contribution and apply a logging policy in the test. slaws2009-08-034-1/+163
* Minor typo fixlresende2009-08-021-2/+2
* Remove target attribute as reference is already configured via the bindingslaws2009-08-011-1/+1
* TUSCANY-3166 - Adding iTest to Buildlresende2009-08-011-0/+1
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-08-014-17/+18
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-08-016-0/+655
* TUSCANY-3166 - Adding iTest to Buildlresende2009-07-311-0/+1
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-07-314-17/+18
* Use the extensibility-equinox module to dynamically imports public packages a...rfeng2009-07-3111-12/+34
* Add missing dependencyslaws2009-07-311-0/+8
* Add new contributions to buildslaws2009-07-312-0/+4
* Add missing test contributionslaws2009-07-311-0/+67
* Add missing test contributionslaws2009-07-311-0/+67
* Check the partial attr to decide if the bundle needs to be requiredrfeng2009-07-312-2/+3
* Change warning to error as per spec. Caught when running ASM_8011slaws2009-07-311-1/+1
* Change warning to error as per spec. Caught when running ASM_8010slaws2009-07-311-4/+4
* Turn incompatible interface warning into an error to match spec. Specifically...slaws2009-07-311-5/+5
* Be more defensive in check the implementation reference. Follow the pattern u...slaws2009-07-311-1/+1
* Be more defensive when checking for interface compatibility. Prevent NPE when...slaws2009-07-311-0/+12
* Add sub components to the diagram. slaws2009-07-311-0/+0
* Delete old RC tagsantelder2009-07-312913-261259/+0
* Delete old RC tagsantelder2009-07-312956-263432/+0
* Delete old RC tagsantelder2009-07-312984-265465/+0
* Delete old RC tagsantelder2009-07-312978-264797/+0
* Delete old RC tagsantelder2009-07-312978-264530/+0
* Rename 2.0 M3 final RC tagantelder2009-07-312913-0/+0
* Change warning to error when reference with target also has binding, to match...antelder2009-07-312-2/+1
* Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng2009-07-311-1/+2
* Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng2009-07-311-4/+6
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-3111-36/+166
* Add the option to generate a gateway bundle that aggregates split packages an...rfeng2009-07-312-6/+109
* Disable OSGi DS to avoid conflictsrfeng2009-07-312-2/+2
* Use ServiceFactory to create service proxies based on the interface classes f...rfeng2009-07-311-28/+37
* Get the instance of DocumentBuilderFactory from the registry instead of creat...rfeng2009-07-314-7/+17
* Release resources when the OSGi runtime is shutdown to remove the needs of sh...rfeng2009-07-312-4/+16
* Enhance the service discovery by testing the typesrfeng2009-07-3113-85/+560
* Disable the OSGi DS to avoid conflictsrfeng2009-07-313-26/+2
* Add missing jackson jars to the LICENSE filerfeng2009-07-311-0/+2
* Set the import package to be fixed version to avoid conflicts in PDE for the ...rfeng2009-07-312-2/+2
* Check null to avoid NPErfeng2009-07-301-4/+8
* Fix TUSCANY-3170 (add callback URI configuration support to domain manager) a...nash2009-07-3026-12/+1158
* Make sure the Endpoints and EndpointReferences are released rfeng2009-07-302-26/+91