summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-03Raise an error when remotable is set to anything but true. Required to get ↵slaws3-1/+14
ASM-8019 going. There needs to be a further change here to get the context of the error printed out. ML discussion ongoing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800327 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03A change I have sitting on my disc in case we decide do maintain content in ↵slaws2-0/+31
the monitor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800275 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Use the extensibility-equinox module to dynamically imports public packages ↵rfeng11-12/+34
and resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799679 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add missing dependencyslaws1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799666 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add new contributions to buildslaws2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799665 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add missing test contributionslaws1-0/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799664 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add missing test contributionslaws1-0/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799662 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Change warning to error as per spec. Caught when running ASM_8011slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799654 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Change warning to error as per spec. Caught when running ASM_8010slaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799649 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Turn incompatible interface warning into an error to match spec. ↵slaws1-5/+5
Specifically ASM_8008 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799607 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Be more defensive in check the implementation reference. Follow the pattern ↵slaws1-1/+1
used for services in the same method. Fixes NPE while test ASM_8004. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799584 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Be more defensive when checking for interface compatibility. Prevent NPE ↵slaws1-0/+12
when testing ASM_8003. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799581 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add sub components to the diagram. slaws1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Change warning to error when reference with target also has binding, to ↵antelder2-2/+1
match spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799532 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Don't generate Import-Package header for the 3rd party jars so that either ↵rfeng1-1/+2
local package is used if there are split packages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799522 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng11-36/+166
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799510 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Disable OSGi DS to avoid conflictsrfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799508 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Use ServiceFactory to create service proxies based on the interface classes ↵rfeng1-28/+37
from the requesting bundle git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799489 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Get the instance of DocumentBuilderFactory from the registry instead of ↵rfeng4-7/+17
creating a new instance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799488 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Release resources when the OSGi runtime is shutdown to remove the needs of ↵rfeng2-4/+16
shutdown hooks git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799487 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Enhance the service discovery by testing the typesrfeng13-85/+560
Add more test cases Improve the syntax parsing for service declarations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799486 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Disable the OSGi DS to avoid conflictsrfeng3-26/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799483 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add missing jackson jars to the LICENSE filerfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799479 13f79535-47bb-0310-9956-ffa450edef68
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