Commit graph

  • 7540c704f9 Fix for TUSCANY-3162 rfeng 2009-07-20 17:49:34 +00:00
  • b3becb54d0 And fix up the plugin repo also so that maven-jetty-plugin can be found slaws 2009-07-20 10:54:15 +00:00
  • 9df3b6cd0b The move up to Jetty 6.1.19 at r793724 for me means that the Jetty artifacts can't be found. Added the central repo to fix it slaws 2009-07-20 10:42:02 +00:00
  • 9477125d0e Disable itest/contribution-jee as workaround for TUSCANY-3165 nash 2009-07-20 02:52:11 +00:00
  • d54199ae41 Add commons-logging dependency to host-webapp pom.xml (needed because of commit r795323) nash 2009-07-20 02:16:43 +00:00
  • 449319bc75 Workaround for TUSCANY-3164 (build failure in binding-gdata-runtime) nash 2009-07-20 01:23:31 +00:00
  • 431ed31028 TUSCANY-3163 - Fixing non-ascii characters that were producing build failure when using IBM JDK 1.6 lresende 2009-07-20 00:30:25 +00:00
  • 35d950dd75 TUSCANY-3163 - Fixing non-ascii characters that were producing build failure when using IBM JDK 1.6 lresende 2009-07-20 00:18:40 +00:00
  • 070e71544b TUSCANY-3140 - Test for difference between loadtime and runtime classloaders and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. slaws 2009-07-18 13:45:54 +00:00
  • cf2920e3a3 TUSCANY-3140 - Test for difference between loadtime and runtime classloaders and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. slaws 2009-07-18 13:39:01 +00:00
  • 6aeb3566cd TUSCANY-3149 - Generally be more careful about removing object references in 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. slaws 2009-07-18 13:32:22 +00:00
  • 00bb769d17 TUSCANY-3149 - Generally be more careful about removing object references in 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. slaws 2009-07-18 08:19:12 +00:00
  • c09a42b3e5 Add some ignores slaws 2009-07-18 08:10:22 +00:00
  • 0271e8155a Change the name of OSGi remote service related properties rfeng 2009-07-18 00:06:29 +00:00
  • 57a1311b99 Remove empty folders rfeng 2009-07-17 18:53:47 +00:00
  • 9b4b350ea6 Remove the need of the DistributionProvider interface rfeng 2009-07-17 18:51:33 +00:00
  • e34f5408ce Adding a utility to help the location of various deployment related files rfeng 2009-07-17 18:23:43 +00:00
  • 4f079a591f Add tuscany-osgi-contribution to the dependency rfeng 2009-07-17 17:44:38 +00:00
  • 5608163510 Tag 2.0 M3 RC5 antelder 2009-07-17 08:31:06 +00:00
  • f3c3c53087 Add test to verify any jars in the war are mentioned in the LICENSE file antelder 2009-07-17 08:17:42 +00:00
  • 64fef79d60 Merge LICENSE updates from 2.x trunk to M3 branch antelder 2009-07-17 08:15:34 +00:00
  • ea99b66a53 Update LICENSE to match whats in the war antelder 2009-07-17 08:13:54 +00:00
  • 2e03bfa757 Fix for TUSCANY-3153 rfeng 2009-07-17 05:22:51 +00:00
  • bd517e5820 Add import statement for the generated MF rfeng 2009-07-17 00:53:37 +00:00
  • 4e61a97a14 Make sure the generated Import-Package has the same version as the Export-Package so that it is resolved to the same one rfeng 2009-07-17 00:52:54 +00:00
  • ed92793b6e Add a wait rfeng 2009-07-17 00:51:06 +00:00
  • 99c8b101cb Fix the root location for non file/jar protocols rfeng 2009-07-16 23:51:45 +00:00
  • 1e6faea5d8 Fix the URI conversion rfeng 2009-07-16 19:28:42 +00:00
  • 7eb33fc6b5 Use classloader to find the FrameworkFactory rfeng 2009-07-16 19:21:16 +00:00
  • de588dbe2e Make the launcher more independent of Equinox by using the framework launch APIs rfeng 2009-07-16 18:48:29 +00:00
  • 271d327a61 Experiement the framework launch APIs to bootstrap an OSGi runtime without dependencies on the runtime-specific code rfeng 2009-07-16 17:19:46 +00:00
  • 98c40e574f Provide access to Assembly XSD related String constants for tuscany-assembly module as part of fix for TUSCANY-3157 edwardsmj 2009-07-16 12:54:42 +00:00
  • c1ff0d7657 Correct handling of component <property/> @source attribute when dealing with a target property that has a complex type - TUSCANY-3157 edwardsmj 2009-07-16 12:52:59 +00:00
  • 3ce45cf084 Fixes for TUSCANY-3156 ramkumar 2009-07-16 08:56:12 +00:00
  • 58bd56d472 Fixes for TUSCANY-3155 ramkumar 2009-07-16 08:28:24 +00:00
  • b264fae6da Refactor the OSGi discovery service into node-implementation-osgi rfeng 2009-07-16 06:52:55 +00:00
  • ce9150bd4c Update to Equinox 3.5 to take advantage of the hook services API rfeng 2009-07-16 06:50:41 +00:00
  • 41f8541059 Upgrade to Equinox 3.5 rfeng 2009-07-16 06:45:18 +00:00
  • 8e4cf5df72 Make the tuscany namespace consistent rfeng 2009-07-16 04:14:08 +00:00
  • a6a65ad2db Turn SimpleTypeMapper into a utility so that the implementation-bepl can use it Fix the OSGi MF rfeng 2009-07-16 04:07:55 +00:00
  • 6d4696612d TUSCANY-3148 remove version dependency from zip based JEE itests slaws 2009-07-15 16:49:12 +00:00
  • 1a46b03433 TUSCANY-3148 remove version dependency from zip based JEE itests slaws 2009-07-15 15:46:01 +00:00
  • ff5f740f19 Fixes for handling folderNoManifest scenario of spring location attribute ramkumar 2009-07-15 09:27:43 +00:00
  • c97dda169b Make the ODE service name for each BPEL process service unique by prepending the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 + add support for SCA Properties - TUSCANY 3142 edwardsmj 2009-07-15 08:41:16 +00:00
  • 713fe52552 Add support for SCA Properties - TUSCANY 3142 edwardsmj 2009-07-15 08:39:34 +00:00
  • 86765e75cf Add support for SCA Properties - TUSCANY 3142 edwardsmj 2009-07-15 08:39:06 +00:00
  • 7a462a1eb1 Make the ODE service name for each BPEL process service unique by prepending the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 edwardsmj 2009-07-15 08:35:30 +00:00
  • d34795f0b8 Allow BPEL reference invocations to handle WSDL messages with arbitrary part names - TUSCANY-3143 edwardsmj 2009-07-15 07:35:40 +00:00
  • e3676a116b Java SCA 2.0-M3 RC4 tag lresende 2009-07-15 04:01:28 +00:00
  • 7cbc3e0383 TUSCANY-3135 - Removing iTest that was out of the build and had obsolete 1.6-SNAPSHOT dependencies lresende 2009-07-15 00:58:59 +00:00
  • f1f1c3b49e TUSCANY-3134 - Temporarly removing webapp-helloworld-bpel itest from build lresende 2009-07-15 00:45:38 +00:00
  • 9c0aac00b4 Add getUtility by key to UtilityExtensionPoint rfeng 2009-07-15 00:35:12 +00:00
  • 336d75a67a Remove unused classes rfeng 2009-07-15 00:33:15 +00:00
  • f9ef92ed9b Merge fix for TUSCANY-3141 from 1.6-SNAPSHOT rfeng 2009-07-14 17:40:37 +00:00
  • 659bd9e8ff Add ignores slaws 2009-07-14 15:39:44 +00:00
  • 0ec00ace91 simplify pom now source is extracted directly into sub projects slaws 2009-07-14 15:23:15 +00:00
  • 2629101245 Add properties file to control where the tests read contributions from. May not work yet as I think the OASIS files, which should read this, are still changing slaws 2009-07-14 15:21:17 +00:00
  • 9f6045bab3 Add ignores slaws 2009-07-14 15:18:41 +00:00
  • 66afb2f9b0 simplify pom now source is extracted directly into this project slaws 2009-07-14 15:14:17 +00:00
  • c96a206ff0 simplify pom now source is extracted directly into this project slaws 2009-07-14 15:13:47 +00:00
  • aee4f78cec simplify pom now source is extracted directly into this project slaws 2009-07-14 15:12:55 +00:00
  • 3bd00845af simplify pom now source is extracted directly into this project slaws 2009-07-14 15:12:26 +00:00
  • 2b743f0810 Provide SCA Properties in the BPEL implementation code, as described in TUSCANY 3142 edwardsmj 2009-07-14 14:53:55 +00:00
  • 0eb02fd432 Add main/java directory so that maven doesn't generate spurious output directories slaws 2009-07-14 14:48:12 +00:00
  • ff4a9c548a Add svn:external to pull source for this contribution explicitly slaws 2009-07-14 10:50:58 +00:00
  • e208a62547 Add ignores slaws 2009-07-14 10:47:09 +00:00
  • dd4851e795 Add ignores slaws 2009-07-14 10:44:47 +00:00
  • 7585bb722d Add svn:external to pull source for this contribution explicitly slaws 2009-07-14 10:41:17 +00:00
  • c24e9af813 Add ignores slaws 2009-07-14 10:34:47 +00:00
  • ad997fc5d0 Add ignores slaws 2009-07-14 10:34:17 +00:00
  • 13daf8f67d Add svn:external to pull source for this contribution explicitly slaws 2009-07-14 10:26:33 +00:00
  • a9c21439d6 add an svn:externals to pull test specific source directly into this individual test. testing a pattern to allow the build to work in both maven and eclipse slaws 2009-07-14 10:16:20 +00:00
  • 589b870730 Remove unused code rfeng 2009-07-13 21:53:41 +00:00
  • 709e75d365 Update Jetty to 6.1.19 and set up the cargo plugin to use a customized version of Jetty rfeng 2009-07-13 21:51:51 +00:00
  • f4877e0c94 Update path separators rfeng 2009-07-13 21:50:30 +00:00
  • 2165dfb9d0 Replace CallableReference with ServiceReference to avoid compilation errors rfeng 2009-07-13 18:36:13 +00:00
  • 0dd325d979 Merge the fix for TUSCANY-3141 and xs:import fix from 2.x rfeng 2009-07-13 17:10:43 +00:00
  • 70ff746f64 Avoid duplicate xs:import elements rfeng 2009-07-13 17:02:55 +00:00
  • f055db88f9 Fix for TUSCANY-3141 rfeng 2009-07-13 16:35:20 +00:00
  • e84e7c3249 Add DOM/AXIOM databindings rfeng 2009-07-13 05:50:20 +00:00
  • ca00774aed Remove .settings rfeng 2009-07-13 05:31:41 +00:00
  • fbb82e6af0 Support namespace to java package mappings rfeng 2009-07-13 05:30:33 +00:00
  • 0972a2480e Initial commit of a JSP currency converter mcombellack 2009-07-12 22:22:41 +00:00
  • d6feddc44b Added maven-eclipse.xml and .externalToolBuilders Eclipse project files to the SVN ignore list mcombellack 2009-07-12 22:05:49 +00:00
  • 9f0d3ba0dd Adde the JMS related projects into the build mcombellack 2009-07-12 22:04:25 +00:00
  • a56ad24846 Initial commit of notification service that uses a JMS binding mcombellack 2009-07-12 21:53:48 +00:00
  • 4818f96802 Resolving build issue: Only a type can be imported. com.sun.xml.internal.ws.model.JavaMethodImpl resolves to a package lresende 2009-07-12 21:05:03 +00:00
  • 2433de2911 TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL iTest failures lresende 2009-07-12 21:03:20 +00:00
  • 57c7cd8e88 Use GenModel to find the class name for static SDOs rfeng 2009-07-12 18:07:15 +00:00
  • b3e5ca8c0b Start to add static SDO support rfeng 2009-07-12 17:41:21 +00:00
  • 4c8b1b3019 Initial checkin of a version of the currency converter that uses the JMS binding mcombellack 2009-07-12 17:15:54 +00:00
  • e72041272b Update dependencies rfeng 2009-07-12 15:54:20 +00:00
  • 4d683f7dc5 Create a test tag for RC3 with the fix from r790470 antelder 2009-07-12 08:48:30 +00:00
  • 06c5a47c35 Merge r790470 from 2.x trunk to M3 branch to fix the algorithm to create File from URL antelder 2009-07-12 08:43:30 +00:00
  • d486aafd43 TUSCANY-3138: Start of the changes to use the latest spec APIs with the removal of CallableReference. BUild works cleanly for me with this but callbacks don't work yet so all callback tests are commented out or @Ignored with a reference to TUSCANY-3138. Commiting it now so Simon can start helping to finish the code antelder 2009-07-11 15:02:48 +00:00
  • e17f19d8f8 Add Equinox 3.5 artifacts rfeng 2009-07-10 18:36:24 +00:00
  • eedc2ba29e Add @Logging back. The annotation was accidently added to the test package rfeng 2009-07-10 17:15:14 +00:00
  • c9d9db04cd TUSCANY-3137 trap the annotation of static fields and methods with @Property or @Reference annotations. Move some recently added property and reference tests to more appropriate location kelvingoodson 2009-07-10 15:04:38 +00:00
  • c8618dc4c7 Remove annotation from testcase as it doesn't exist so breaks the build, Should the annotation exist and its not been committed or is this redundant now? The testcase runs fine without it so i've commit the change for now to get the build running antelder 2009-07-10 13:46:01 +00:00
  • 0a6c609a2c Use SDO TypeHelper/XSDHelper to help the java name rfeng 2009-07-10 01:06:00 +00:00