summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-31Set the import package to be fixed version to avoid conflicts in PDE for the ↵rfeng2-2/+2
static and dynamic samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799478 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Check null to avoid NPErfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799473 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Make sure the Endpoints and EndpointReferences are released rfeng2-26/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799429 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30TUSCANY-3187 - add the service wire to the leaf service rather than the ↵slaws1-1/+5
service that holds the endpoint. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799357 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Add the message ID to the problem report so we don't have to dereference via ↵slaws1-1/+1
the .properties bundle in order to find where a problem is logged from. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799347 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Print out the hash code so that you can distinguish between endpoints and ↵slaws2-3/+3
endpoint references with the same uri information in the promotion case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799345 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Add an implementationType for implementation.springslaws2-0/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799341 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Add an implementationType for implementation.java slaws2-0/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799339 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Adding JSONP Binding to Webapp featureedwardsmj1-0/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799324 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Fixes for errors in the MANIFEST.MF and POM.XML of binding-jsonp-runtime, to ↵edwardsmj2-4/+19
deal with the errors listed in TUSCANY-3186 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799319 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Remove the Jetty server shutdown hook when the server is stoppedantelder1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799246 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Add template diagram for 8002 scenario to help me understand how the test is ↵slaws1-0/+0
structured git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799217 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Remove the old fixed_versionantelder2-113/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799197 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Update the README about the oasis-sca-tests.properties fileantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798824 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Start of the node enhancements to support what was being discussed on the ML ↵antelder9-0/+535
a couple of weeks ago http://apache.markmail.org/message/doxwldv2ddkmah5s. There's a runtime per node and a node locall for each domain being used, and you can add/remove contributions from a running node. Right now it just uses NodeFactory/Node under the covers, and ideally this function will be merged into the existing Node later git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798811 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Change back to non-OSGi for default. The OSGi one doesnt work yet for me and ↵antelder1-1/+4
is much slower git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798808 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Fix the bridge classnamerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798731 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Configure the resources so that java code can be loaded into eclipserfeng1-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798730 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Add resource filters to have java code in the src/main/resources to become ↵rfeng1-18/+34
source folders in Eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798681 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Put back the sample as the hudson build fail seems like randomnessantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798524 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Enable 8000 series contribution buildslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798493 13f79535-47bb-0310-9956-ffa450edef68
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