summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-19TUSCANY-3732 Fix potential NPE in JAXWSServiceBindingProviderbdaniel1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024307 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19TUSCANY-3732 - temporarily disable to let build run while I look into it slaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024248 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Fix hudson fail by using latest dependenciesantelder1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024222 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19TUSCANY-3711 - fix to match new WSDL service generate approachslaws3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024221 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19TUSCANY-3711 - Fix service name for new service name generation schemeslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024217 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Remove stripes dependency from base-runtime as it hides the actual stripes ↵slaws1-16/+6
dependency and hence it's not included in the distro or the PDE target. The net result is that tuscany-stripes doesn't compile in eclipse PDE and if you remove tuscany-stripes lots of other things complain. This change fixes the second effect. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024216 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Correct name missed when rename was doneantelder8-96/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024191 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Correct dependency nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024190 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Update parent after move to modulesantelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024157 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Update *-runtime pom types to be *-runtime-pom so its consistent with the ↵antelder21-17/+17
base one and more obvious you need to have <type>pom</type> when using the dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Move *-runtime pom types to modulesantelder14-14/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024150 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18TUSCANY-3711 Enable correct wsdl service name mapping and fix issue in ↵bdaniel2-12/+13
JAXWSServiceBindingProvider that was causing ?wsdl to fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023951 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18POJO_8037 Add an intent based on @BindingType annotationbdaniel1-8/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023851 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Move WS definitions to model module as thats more where it belongs and ↵antelder4-59/+1
enables sharing across the binding impls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023785 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Remove mention of stripes from bin distro license as its not includedantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023773 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Comment out domain uri config but still need to sort out what we do for ↵antelder1-0/+2
domain support in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023737 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base jarantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023736 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base + extension approachantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023734 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base + extension approachantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023733 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update python to use base + extension approachantelder1-15/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Add file I neglected to commit previouslyslaws1-0/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023702 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Add common http moduleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023688 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17TUSCANY-3711 Change generated binding and port names to match recommended ↵bdaniel6-18/+51
values from the ws binding spec appendix D. The old value for service name is still being used for the time being. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023400 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Fixing unexistent parent pomlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023061 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Remove duplicate testslaws1-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023039 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Run up the async sample from the embedded launcherslaws2-1/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023034 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15TUSCANY-3728 Rename the reference async interface and correct the signature ↵slaws5-14/+17
of the poll operation which is causing a bind failure in the JIRA. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022997 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update json databinding to base + extension approachantelder1-15/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022954 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Add license headerantelder1-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022953 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Exclude unreleased folder from src distroantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022952 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update implementation spring and bpel to use the base + extension runtime ↵antelder4-113/+13
approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022922 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Temporarily take out the comet sample to see if hudson will complete ok ↵antelder1-1/+1
without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022919 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Delete shades and remove all refernces to them as they're now replaced by ↵antelder1-7/+0
base + extension-runtime approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022894 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Rename the async calculator sample contribution to make it match others and ↵slaws19-274/+1
remove the launcher. The embedded-jse launcher will do this job git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022893 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Delete shades and remove all refernces to them as they're now replaced by ↵antelder19-1218/+10
base + extension-runtime approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022892 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder7-124/+288
models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Update jms binding to use base + extension styleantelder36-1415/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14add enough impl-web and host-webapp in order to get helloworld-jsp working.slaws1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022573 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Commit examples of using optional dependencies to generate fully populated ↵slaws3-0/+9
aggregations but without passing on transitive maven dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022564 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Remove commented out osgi dependencies. They're in osgi-runtime now. slaws1-41/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022455 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder42-173/+173
the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14remove unnecessary dependencyslaws1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022429 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Put learning-more before running-tuscany so that the contributions that the ↵slaws1-1/+1
launchers depend on are built before the launchers that use them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022427 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Move aggregation jars into a subdirectory, keeps them clear and separate in ↵antelder13-6/+6
the distribution folder for now whether not they end up here or somewhere else in the future git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022426 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Correct artifactIDslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022425 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Move the varrious config and utility files to a subdirectory so they don't ↵antelder1-0/+0
cluter up the top level folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022398 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Move the varrious config and utility files to a subdirectory so they don't ↵antelder4-0/+0
cluter up the top level folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022397 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add jira number to @Ignoreantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022270 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13These tests fail for me more times than not so I'm talking them out of the ↵antelder2-0/+4
build for now with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022264 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Correct dependency for sample name changeslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022217 13f79535-47bb-0310-9956-ffa450edef68