summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-28extend pom generation tool to support contributions that have java contentslaws3-5/+89
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798492 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Update 8000 series poms to bring in Java artifactsslaws5-28/+199
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798491 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Add missing dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798476 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Remove debug code from EmbeddedODEServeredwardsmj1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Create a Tuscany specific listener manager so that the shutdown hook is ↵slaws5-2/+179
cleared properly on runtime shutdown. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798434 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Remove the default contents of he thread message context just in case that ↵slaws2-2/+13
this is holding onto a classloader. Don't have proof that this is a problem on 2.x but was causing problems on 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798432 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Start updating CHNAGES file for next releaseantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798409 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Update to correctly order the service request argumentsantelder4-6/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798407 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Update to not require the client to quote strings (turns out the binding can ↵antelder2-3/+14
work out itself that the arg is a String so requires quotes) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798404 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Update jsonp binding to support non-string args. Requires the client to ↵antelder2-2/+2
quote string args but i can't see how to easily avoid that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798402 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Add jsonp runtime module to build and include in tomcat integration warantelder3-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798398 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Remove obsolete dependencyantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798396 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Add tomcat integration into main build and add war legal checks test to be ↵antelder4-21/+7
run with the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Fix build break due to LICENSE not being updated to match dependency version ↵antelder1-1/+1
update git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798394 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Update the webapp itests for the change back to simple namingantelder4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798392 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Change back the webapp samples to have the simple namingantelder5-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798391 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Update Jetty version in MFrfeng1-10/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798332 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Use API to set jetty loggerrfeng1-5/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798331 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Update the services jar versionrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798325 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27TUSCANY-3183 - Dependency updates to match new sample project idslresende4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798324 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Add a second test source directory as we can't use src/main/java as it needs ↵antelder2-0/+22
a compile dependency on the classes in the test folder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798181 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Remove test folderantelder1-106/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798173 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats ↵antelder1-0/+106
easier to work with git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798171 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Test commitantelder1-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798169 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Add a Tuscany specific RuntimeBridge that usesthe non-OSGi code as thats ↵antelder1-1/+1
easier to work with git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798163 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Update to have both OSGi and non-OSGi based runtime bridges as the non-OSGi ↵antelder1-6/+3
is easier to work with. You can update the properties file to switch between which is used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798143 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27TUSCANY-3134 - Re-enable iTestlresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798070 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27TUSCANY-3134 - Re-enable iTestlresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798068 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27TUSCANY-3134 - Moving BPEL decument resolve logic to it's model resolver to ↵lresende4-277/+410
solve issues in Ubuntu OS git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798065 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26TUSCANY-3134: Take bpel itest out of build while its failing on the hudson ↵antelder1-0/+2
build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797876 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26TUSCANY-3182: take dosgi-dynamic-calculator-operations sample out of build ↵antelder1-1/+3
while its fialing on the hudson build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797875 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Move the OSGi service importer/exporterrfeng3-35/+5
Change the node URI Delete empty folders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797679 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Add the support for dynamic OSGi remote service import and export based on ↵rfeng94-1439/+5890
OSGi properties Add two samples to demonstrate the OSGi property driven remote services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Fix the getQNamesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797579 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Add a test to avoid expensive reset of the CompositeActivatorrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797578 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Add back the @Test annotation so the testcase doesn't fail due to no testsantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797375 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24Fix the compilation error by copying the Base64Binary class to the test caserfeng3-2/+297
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797283 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2-15/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797187 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23Add support for bundleresource protocolrfeng2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797180 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22TUSCANY-3150 make the context a little more interesting in the example. slaws1-27/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796877 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and ↵slaws5-28/+117
how we can make the code simpler in terms of introducing the monitor to a module. I would like to think there is a more automatic way of determining the bundle name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796871 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22TUSCANY-3175 don't build the model without a monitor. It's won't work in the ↵slaws7-10/+66
future when we rely on a monitor being present in order to record context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796870 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Remove conversation ID from reference parameters. Not required for OASISslaws3-35/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796867 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Make the not yet matched status sounds a little less terminal. Just because ↵slaws5-7/+7
it isn't matched yet doesn't mean it won't work. The way the code has turned out we can probably work to get rid of this state altogether git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796866 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Fix artifact id and put resource copying in the right phaseslaws63-187/+187
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796743 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Add new test structure based on copying files from one large checkout from ↵slaws61-522/+2347
OASIS svn to the correct places in out test structure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796718 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Remove as having problems with svn and the svn:externals that used to hereslaws1-33/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796700 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Remove as having problems with svn and the svn:externals that used to hereslaws1-33/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796698 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Update README to reflect file copyingslaws1-10/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796688 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Extend scripts to include all contributionsslaws2-27/+125
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796687 13f79535-47bb-0310-9956-ffa450edef68