summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-1481-76/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Fix the value for "model" as described in Tuscany 2961edwardsmj2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764719 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the DefinitionsExtensionPointrfeng2009-04-1312-58/+524
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764574 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusion of axis2-adb to avoid split packagesrfeng2009-04-133-11/+28
| | | | | | Add TCCL to work around XMLInputFactory.newInstance call made by Axis2 which is not OSGi-friendly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764571 13f79535-47bb-0310-9956-ffa450edef68
* Add exception checkrfeng2009-04-131-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764566 13f79535-47bb-0310-9956-ffa450edef68
* Add missing import packagesrfeng2009-04-132-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764565 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup import/export packages based on the Eclipse PDE 3.5 validationrfeng2009-04-105-23/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763880 13f79535-47bb-0310-9956-ffa450edef68
* Remove deprecated classes and use generic type for getModelrfeng2009-04-107-137/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763837 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the dependenciesrfeng2009-04-092-5/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763836 13f79535-47bb-0310-9956-ffa450edef68
* Merge LICENSE text correction from m2 to trunkantelder2009-04-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763716 13f79535-47bb-0310-9956-ffa450edef68
* Add OASIS license and copyright to assembly-xsd LICENSE and NOTICE files ↵slaws2009-04-092-27/+46
| | | | | | (from http://tools.oasis-open.org/version-control/svn/sca-assembly/SCA_XSDS/license.txt). Also add to binary distribution LICENSE and NOTICE files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763646 13f79535-47bb-0310-9956-ffa450edef68
* Merge license changes in r763560 from m2 branch to trunkantelder2009-04-094-43/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763583 13f79535-47bb-0310-9956-ffa450edef68
* Exclude axis2-adb as it adds a split package (o.a.axis2.util) into the ↵rfeng2009-04-082-33/+41
| | | | | | axis2-kernel bundle git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763432 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Import-Package to add missing packagesrfeng2009-04-081-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763307 13f79535-47bb-0310-9956-ffa450edef68
* Add "-bundles" option to start a list of bundles instead of SCA noderfeng2009-04-081-29/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763049 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest for sca client packageantelder2009-04-072-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762950 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for the SCAClient API, probably better ways we can do this ↵antelder2009-04-073-1/+43
| | | | | | but this is the simplest way to get it working as a starting point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762760 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the new non-SCA client API proposal code (see ↵antelder2009-04-076-0/+490
| | | | | | http://lists.oasis-open.org/archives/sca-j/200903/msg00121.html). This is code mostly from that initial proposal with minimal change sto get it to work in Tuscany, so it needs updating from the rest of that email thread git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762759 13f79535-47bb-0310-9956-ffa450edef68
* Update for zip and folders and fix for nested jars in sub foldersantelder2009-04-051-7/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762051 13f79535-47bb-0310-9956-ffa450edef68
* Fix for folder contributions antelder2009-04-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762049 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution with nested jar jar support to contribution class loaderantelder2009-04-031-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761611 13f79535-47bb-0310-9956-ffa450edef68
* Remove System.out.printlnrfeng2009-04-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761463 13f79535-47bb-0310-9956-ffa450edef68
* Update the package versions to match the pom.xmlrfeng2009-04-021-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761461 13f79535-47bb-0310-9956-ffa450edef68
* Add logic to avoid duplicate URLsrfeng2009-04-021-7/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761458 13f79535-47bb-0310-9956-ffa450edef68
* Remove Eclipse-BuddyPolicyrfeng2009-04-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761457 13f79535-47bb-0310-9956-ffa450edef68
* Update to JUNIT 4.5rfeng2009-04-021-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761351 13f79535-47bb-0310-9956-ffa450edef68
* Add prototype code to support zip/folder contributions containing nested ↵antelder2009-04-022-4/+83
| | | | | | jar's, and add itests for that to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761236 13f79535-47bb-0310-9956-ffa450edef68
* Add missing filesrfeng2009-04-012-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761060 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the artifact processor extension pointrfeng2009-04-018-283/+407
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761053 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the reference binding with the WeatherForecast web servicerfeng2009-04-016-32/+322
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760744 13f79535-47bb-0310-9956-ffa450edef68
* Update MFrfeng2009-03-311-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760340 13f79535-47bb-0310-9956-ffa450edef68
* Add a skeleton project for binding.ws over JAX-WS APIsrfeng2009-03-319-0/+806
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760336 13f79535-47bb-0310-9956-ffa450edef68
* Add a map of attributes to the Interface/Operation modelrfeng2009-03-304-62/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760185 13f79535-47bb-0310-9956-ffa450edef68
* Add javax.elrfeng2009-03-281-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759595 13f79535-47bb-0310-9956-ffa450edef68
* Add an option to control is schema validation should be enabledrfeng2009-03-271-73/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759329 13f79535-47bb-0310-9956-ffa450edef68
* Register ExtensionPointRegistry as an OSGi service and BundleContext as a ↵rfeng2009-03-272-8/+26
| | | | | | utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759327 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused filesrfeng2009-03-272-23/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759325 13f79535-47bb-0310-9956-ffa450edef68
* Update to jetty 6.1.15rfeng2009-03-271-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759245 13f79535-47bb-0310-9956-ffa450edef68
* Add jsr181 dep to the wsimport plugin as wellrfeng2009-03-271-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759207 13f79535-47bb-0310-9956-ffa450edef68
* Add a module to host http based on OSGi Http Servicerfeng2009-03-2711-0/+976
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759191 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to control if schema validation should be enabledrfeng2009-03-263-49/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758911 13f79535-47bb-0310-9956-ffa450edef68
* Use reference: protocol so that the bundles will not be copiedrfeng2009-03-262-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758901 13f79535-47bb-0310-9956-ffa450edef68
* Add a print in the OperationsActivator to show which bundle loads AddServicerfeng2009-03-262-6/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758881 13f79535-47bb-0310-9956-ffa450edef68
* Make the cglib dependency optionalrfeng2009-03-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758878 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the internal classes into the impl packagesrfeng2009-03-2620-76/+86
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758877 13f79535-47bb-0310-9956-ffa450edef68
* Return the bundle for installBundle()rfeng2009-03-261-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758865 13f79535-47bb-0310-9956-ffa450edef68
* Fix the bundle versionrfeng2009-03-261-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758811 13f79535-47bb-0310-9956-ffa450edef68
* Add jsr181 dep rfeng2009-03-261-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758787 13f79535-47bb-0310-9956-ffa450edef68
* Add another optional import to work around axiom issuerfeng2009-03-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758769 13f79535-47bb-0310-9956-ffa450edef68
* Do not issue warnings for xsi: attrsrfeng2009-03-261-3/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758482 13f79535-47bb-0310-9956-ffa450edef68