summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing artifact id to follow same name pattern and to group all webapps when ↵lresende2009-07-215-6/+6
| | | | | | loading into eclipse ide git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796125 13f79535-47bb-0310-9956-ffa450edef68
* Updating pom to build tomcat distribution when using Distribution maven profilelresende2009-07-212-8/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796124 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BPEL 2.0 partnerLink extension elements in WSDL documents, ↵edwardsmj2009-07-202-1/+6
| | | | | | as described in TUSCANY-3168 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796039 13f79535-47bb-0310-9956-ffa450edef68
* Add support for 0..1 multiplicity references, as described in TUSCANY-3145edwardsmj2009-07-206-21/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796034 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3153 from 16.-SNAPSHOTrfeng2009-07-201-320/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795993 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3167, TUSCANY-3162 from 1.6-SNAPSHOTrfeng2009-07-202-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795991 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-3167, TUSCANY-3162 from 2.xrfeng2009-07-202-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795966 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3167rfeng2009-07-201-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795959 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3162rfeng2009-07-201-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795933 13f79535-47bb-0310-9956-ffa450edef68
* And fix up the plugin repo also so that maven-jetty-plugin can be found slaws2009-07-201-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795759 13f79535-47bb-0310-9956-ffa450edef68
* The move up to Jetty 6.1.19 at r793724 for me means that the Jetty artifacts ↵slaws2009-07-201-0/+10
| | | | | | can't be found. Added the central repo to fix it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795753 13f79535-47bb-0310-9956-ffa450edef68
* Disable itest/contribution-jee as workaround for TUSCANY-3165nash2009-07-201-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 13f79535-47bb-0310-9956-ffa450edef68
* Add commons-logging dependency to host-webapp pom.xml (needed because of ↵nash2009-07-201-0/+16
| | | | | | commit r795323) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795679 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for TUSCANY-3164 (build failure in binding-gdata-runtime)nash2009-07-201-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795670 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2081-81/+81
| | | | | | when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795667 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2081-81/+81
| | | | | | when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795663 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-0/+37
| | | | | | and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795368 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-0/+37
| | | | | | and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795365 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws2009-07-188-9/+210
| | | | | | host-webapp. Specifically there is a problem with the axis ws binding (JIRA 3732 in the Axis project) where a shutdown hook is registered but not removed. This is fixed in Axis2 1.5 but as we are still in 1.4.1 I've worked round it here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795364 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws2009-07-188-9/+210
| | | | | | host-webapp. Specifically there is a problem with the axis ws binding (JIRA 3732 in the Axis project) where a shutdown hook is registered but not removed. This is fixed in Axis2 1.5 but as we are still in 1.4.1 I've worked round it here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795323 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-07-180-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795322 13f79535-47bb-0310-9956-ffa450edef68
* Change the name of OSGi remote service related propertiesrfeng2009-07-186-64/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795280 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty foldersrfeng2009-07-170-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795194 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need of the DistributionProvider interfacerfeng2009-07-174-136/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795192 13f79535-47bb-0310-9956-ffa450edef68
* Adding a utility to help the location of various deployment related filesrfeng2009-07-171-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795180 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany-osgi-contribution to the dependencyrfeng2009-07-171-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795165 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0 M3 RC5antelder2009-07-172913-0/+260756
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795006 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify any jars in the war are mentioned in the LICENSE fileantelder2009-07-172-0/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795002 13f79535-47bb-0310-9956-ffa450edef68
* Merge LICENSE updates from 2.x trunk to M3 branchantelder2009-07-171-560/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794999 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE to match whats in the warantelder2009-07-171-560/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794997 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3153rfeng2009-07-171-320/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794962 13f79535-47bb-0310-9956-ffa450edef68
* Add import statement for the generated MFrfeng2009-07-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794924 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the generated Import-Package has the same version as the ↵rfeng2009-07-171-1/+1
| | | | | | Export-Package so that it is resolved to the same one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794923 13f79535-47bb-0310-9956-ffa450edef68
* Add a waitrfeng2009-07-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794922 13f79535-47bb-0310-9956-ffa450edef68
* Fix the root location for non file/jar protocolsrfeng2009-07-161-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794909 13f79535-47bb-0310-9956-ffa450edef68
* Fix the URI conversionrfeng2009-07-161-6/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794790 13f79535-47bb-0310-9956-ffa450edef68
* Use classloader to find the FrameworkFactoryrfeng2009-07-161-9/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794789 13f79535-47bb-0310-9956-ffa450edef68
* Make the launcher more independent of Equinox by using the framework launch APIsrfeng2009-07-164-88/+221
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794776 13f79535-47bb-0310-9956-ffa450edef68
* Experiement the framework launch APIs to bootstrap an OSGi runtime without ↵rfeng2009-07-163-53/+30
| | | | | | dependencies on the runtime-specific code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794760 13f79535-47bb-0310-9956-ffa450edef68
* Provide access to Assembly XSD related String constants for tuscany-assembly ↵edwardsmj2009-07-161-0/+101
| | | | | | module as part of fix for TUSCANY-3157 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794658 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of component <property/> @source attribute when dealing ↵edwardsmj2009-07-164-13/+52
| | | | | | with a target property that has a complex type - TUSCANY-3157 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794657 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3156ramkumar2009-07-166-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3155ramkumar2009-07-161-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794589 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the OSGi discovery service into node-implementation-osgi rfeng2009-07-1633-127/+982
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794553 13f79535-47bb-0310-9956-ffa450edef68
* Update to Equinox 3.5 to take advantage of the hook services APIrfeng2009-07-1613-23/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794552 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Equinox 3.5rfeng2009-07-164-24/+175
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794551 13f79535-47bb-0310-9956-ffa450edef68
* Make the tuscany namespace consistentrfeng2009-07-162-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794519 13f79535-47bb-0310-9956-ffa450edef68
* Turn SimpleTypeMapper into a utility so that the implementation-bepl can use itrfeng2009-07-1611-172/+76
| | | | | | Fix the OSGi MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794517 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794306 13f79535-47bb-0310-9956-ffa450edef68