summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing adds to static factoriesantelder2010-05-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945551 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2010-05-181-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945550 13f79535-47bb-0310-9956-ffa450edef68
* calculator-equinox is replaced by lanucher-embedded-osgi as that's what's ↵slaws2010-05-1819-1130/+0
| | | | | | it's demonstrating, i.e. launching the OSGi runtime in an embedded environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945549 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3555: apply change from Henry Saputra to remove an unnecessary castantelder2010-05-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945519 13f79535-47bb-0310-9956-ffa450edef68
* Improve descriptions of webapp scenariosnash2010-05-171-42/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945362 13f79535-47bb-0310-9956-ffa450edef68
* Remove servlet-api jar from .war filenash2010-05-172-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945361 13f79535-47bb-0310-9956-ffa450edef68
* Fix launcher typos and add missing items to classpathsnash2010-05-174-7/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945328 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused contribution creditcard-payment-jaxb from payment-groovy and ↵nash2010-05-173-21/+3
| | | | | | payment-python scenarios git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945303 13f79535-47bb-0310-9956-ffa450edef68
* Include Java classes for EmailGateway in launcher jar as workaround for ↵nash2010-05-173-0/+114
| | | | | | TUSCANY-3557 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945295 13f79535-47bb-0310-9956-ffa450edef68
* Include Java classes for EmailGateway in launcher jar as workaround for ↵nash2010-05-173-0/+114
| | | | | | TUSCANY-3556 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945293 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant dependencies on creditcard-payment-jaxb contributionnash2010-05-172-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945287 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos and remove unused filesnash2010-05-177-280/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945281 13f79535-47bb-0310-9956-ffa450edef68
* Make sure callback endpoints are createdrfeng2010-05-178-19/+92
| | | | | | When a component is invoked from a non bidirectional interface, inject null to the fields/setters with @Callback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945259 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we use the value element (holding the property value) for conversionrfeng2010-05-171-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945255 13f79535-47bb-0310-9956-ffa450edef68
* Add wsa:Action to the soap header as it's mandatoryrfeng2010-05-172-2/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945249 13f79535-47bb-0310-9956-ffa450edef68
* Add getSchemaName to the interface (to be renamed to getType later)rfeng2010-05-171-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945248 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945203 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945202 13f79535-47bb-0310-9956-ffa450edef68
* Exclude tuscany-oasis-sca-tests-errors.properties from the oasis test runner ↵antelder2010-05-171-1/+1
| | | | | | jar. This was adding to the confusion by also including the error message properties file from the oasis jar and using that over the one in this module so using out of date error message comparrisons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945201 13f79535-47bb-0310-9956-ffa450edef68
* Change package-path to a property so that directory names can be includednash2010-05-1730-111/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945180 13f79535-47bb-0310-9956-ffa450edef68
* configure reporting section of build to begin to differentiate between ↵kelvingoodson2010-05-171-6/+9
| | | | | | extension spi and all other code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945178 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945148 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945147 ↵kelvingoodson2010-05-173-4/+4
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945121 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-173-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945120 13f79535-47bb-0310-9956-ffa450edef68
* expected message and msg definition catchupkelvingoodson2010-05-172-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
* message definition catchupkelvingoodson2010-05-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945108 13f79535-47bb-0310-9956-ffa450edef68
* Correct pom names and add launchers back into buildslaws2010-05-175-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945106 13f79535-47bb-0310-9956-ffa450edef68
* Add missing fileslaws2010-05-171-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945105 13f79535-47bb-0310-9956-ffa450edef68
* Add run-policy targetnash2010-05-171-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945084 13f79535-47bb-0310-9956-ffa450edef68
* remove a couple of tests that are causing problems in the build. binding.ws ↵slaws2010-05-171-0/+4
| | | | | | is being reorganized. binding-rmi seems to be holding resources open and causing subsequent tests to fail. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945080 13f79535-47bb-0310-9956-ffa450edef68
* Use package-path setting to add util/launcher-common dependency to manifest ↵nash2010-05-171-0/+3
| | | | | | classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945072 13f79535-47bb-0310-9956-ffa450edef68
* More fixes to get build working on EC2 base Ubuntu 9.10 image.jsdelfino2010-05-172-10/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944999 13f79535-47bb-0310-9956-ffa450edef68
* Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize ↵jsdelfino2010-05-173-40/+13
| | | | | | GCC-4.5 installation in ubuntu-gcc-4.5. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944955 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2.jsdelfino2010-05-173-54/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944951 13f79535-47bb-0310-9956-ffa450edef68
* Add missing thrift, scribe and libcloud to Ubuntu distro build.jsdelfino2010-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944948 13f79535-47bb-0310-9956-ffa450edef68
* Pass OpenEJB jars to build.xml as <path> instead of <files>nash2010-05-163-15/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944937 13f79535-47bb-0310-9956-ffa450edef68
* Use package-path setting to add util/launcher-common dependency to manifest ↵nash2010-05-1628-0/+84
| | | | | | classpaths of launcher jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944932 13f79535-47bb-0310-9956-ffa450edef68
* Restore package-path setting previously removed under r931717 (TUSCANY-3412)nash2010-05-161-0/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944931 13f79535-47bb-0310-9956-ffa450edef68
* Fix problem with some OpenEJB and JAX-WS jars missing from runtime classpathnash2010-05-163-6/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944930 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache Libcloud support to the build.jsdelfino2010-05-164-13/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944912 13f79535-47bb-0310-9956-ffa450edef68
* Ensure code generated by wsimport is compiled with JDK 5 compatibilitynash2010-05-161-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944905 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache license headersnash2010-05-162-2/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944885 13f79535-47bb-0310-9956-ffa450edef68
* Add Tuscany runtime to OpenEJB classpath when needednash2010-05-162-10/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944884 13f79535-47bb-0310-9956-ffa450edef68
* Delete empty directoriesnash2010-05-160-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944834 13f79535-47bb-0310-9956-ffa450edef68
* Delete empty directoriesnash2010-05-160-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944833 13f79535-47bb-0310-9956-ffa450edef68
* Delete WSDL-generated .java files in launcher directoriesnash2010-05-1695-3856/+1224
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944832 13f79535-47bb-0310-9956-ffa450edef68
* Delete maven-eclipse.xml filesnash2010-05-164-32/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944799 13f79535-47bb-0310-9956-ffa450edef68
* Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log ↵jsdelfino2010-05-164-1/+170
| | | | | | component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944766 13f79535-47bb-0310-9956-ffa450edef68
* Inherit version from parent pomnash2010-05-15122-131/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944737 13f79535-47bb-0310-9956-ffa450edef68