summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-16Remove unused importsantelder1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373855 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16Add dynamic testcase using dom inokerantelder2-4/+93
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373750 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16This test fails often in the jenkins builds, can't see why so fiddle about ↵antelder1-9/+9
with the testcase and and a short delay before running to see if that helps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373746 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16Don't throw exception as its actually ok to continue onantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373745 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15Add method to get DOMInvoker for a service and testcase for thatantelder5-4/+122
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373552 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15add method impl for ComponnetContext interface updateantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373550 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15Add implementation for DOMInvokerantelder4-4/+158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373548 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15Add getDOMInvoker to the TuscanyServiceReference to enable dynamic ↵antelder1-0/+3
invocation on service references (and also add a getEndpointReference( to avoid the casts to impl where this is already being used) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373518 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15Add an interface for a new invoker that uses DOM node for arg and return ↵antelder1-0/+9
values. This is to enable dynamic invocation of services and references using xml instead of Java classes for the arguments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373508 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15Add getExtensionPointRegistry to interface to avoid having to cast to implantelder1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373507 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03Fix the entity detectionrfeng1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1369217 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03TUSCANY-4068: Start investigating a fix for finding resources from imported ↵antelder1-4/+32
contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368826 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02Add a test that shows how to dynamically update the target url of the ↵antelder2-0/+178
refernce ws binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368515 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02Add a test that shows creating a component with a reference that uses binding.wsantelder2-0/+167
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368439 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02Add a test that shows how to change the ws binding implantelder2-0/+179
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368404 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01Fix the Tuscany servlet filter so that it won't load Tuscany node twice if ↵rfeng1-3/+12
the TuscanyContextListener is also configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368311 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01Fix to set the type of the binding so now the test worksantelder1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368050 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01Add a test with the component service using binding.wsantelder2-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368009 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01Add start of an itest to show dynamically creating SCA artifacts programaticallyantelder4-0/+213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367910 13f79535-47bb-0310-9956-ffa450edef68
2012-07-31Avoid NPE for the remote endpoints which don't have interface contracts setrfeng2-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367808 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30TUSCANY-4067: Update to support resources in jars and zips nested within ↵antelder1-0/+19
contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367135 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30TUSCANY-4067: Update to support resources in jars and zips nested within ↵antelder4-66/+212
contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367134 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30Correct parent pom versionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367044 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30Put back the oasis artifact version to 2.0 as thats all thats published ↵antelder6-18/+18
presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367032 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26Keep the composite object into the RemoteEndpointsrfeng2-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366136 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26Add the remoteEndpoints configuration for node.xml to define ↵rfeng7-16/+206
statically-configured remote endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366125 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23Upgrade http client version to handle ↵rfeng7-10/+11
https://issues.apache.org/jira/browse/HTTPCLIENT-1138 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364844 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22Official 2.0 release taglresende6574-0/+556538
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364212 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende434-1660/+1660
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22Move to latest apache pom versionlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364208 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10TUSCANY-4066: Apply fix from Hasan Muhammad to fix WrapperInfo clone does ↵antelder1-0/+11
not copy for unwrappedType datatype git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1359519 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27Not check if the endpoint is out of date for local registryrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1354772 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende3-1/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351908 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20Cleaning commented out codelresende1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351907 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18Tag for 2.0 RC2antelder6574-0/+556538
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351268 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Removing system.outlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350977 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Removing unused importslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350976 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Updating store sample to use new widget implementation way to define how the ↵lresende2-7/+3
resources are exposed without using explicit binding configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350975 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Enhancing widget invoker to handled more details of what resource is being ↵lresende2-6/+88
requested. This logic was present on a specific servlet from the binding, but makes more sense to be together with the widget implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350974 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Refactoring widget uri to avoid conflict with sca component urilresende5-24/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350973 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Removing dead/unused codelresende1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350972 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Renaming widget attribute to avoid any conflicts with sca component urilresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350971 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Adding test case for implementation widget processorlresende1-0/+84
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350970 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Adding suppot for parsing uri as new attribute for implementation widgetlresende4-9/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350969 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Removing unused importslresende7-13/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350968 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16Adding uri to implementation widget schemalresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350967 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15Add license headerantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350498 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14Format the code, no other changesantelder1-20/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350177 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14Add a test to create composites programaticallyantelder1-0/+115
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350174 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13Adding policy archetype to buildlresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1349960 13f79535-47bb-0310-9956-ffa450edef68