summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-12Add a doPrivileged around getContextClassLoader() so that it works with ↵antelder1-5/+8
security enabled git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145485 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws3-59/+5
optimization and it's function can be found in the LocalSCABindingInvocationInterceptor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145192 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3883 - add missed checkinslaws1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145148 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3884 - Convert the default binding to delegate for local calls as ↵slaws19-473/+804
well as remote calls. Means that the binding is more consistent in it's layout and the delegation selection logic is more cleanly separated from the code that handles passing messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145118 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3883 - Add wireFormat support to default binding. slaws7-10/+331
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145115 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws4-0/+39
when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11Correct comment as the code does go through that route for $self references ↵slaws1-1/+1
created by the in-VM client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145108 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11remove extra spaceslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145105 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11Correct args in helpantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145069 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11Update to support remote startsantelder1-4/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145068 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09Move the invoke command to a separate class and remove from the Shell class ↵antelder3-244/+147
all the methods for commands now in separate classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144615 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add missing license header on JSON utility class.fmoga1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144386 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add a stop commandantelder2-0/+79
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144285 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add a start commandantelder2-0/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144281 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add an uninstall command classantelder2-0/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144274 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Update gen'd help to also include the short one line descriptionantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144245 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Update the Shell to use the AddComposite class and have no code within Shell ↵antelder3-28/+37
for that command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144192 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Push fix for JSON array parser to comet binding. Refactor data conversion in ↵fmoga3-83/+133
the comet binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144153 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07Start adding a way to have pluggable Shell commands. And start refactoring ↵antelder4-1/+171
commands out of the shell class into their own slef contained class for each command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144036 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06TUSCANY-3654 - The JIRA that causes this test to be ignored was closed a ↵slaws1-1/+0
while ago. Test still needs correct though as it's currently specifying the same request and response formats. Needs fixing when TUSCANY-3890 is done. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143347 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06now moved to itest properslaws21-1138/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143316 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws14-112/+549
support in the ws binding so that WS policy can be applied. For the time being it only demonstrates integrity. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142920 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05TUSCANY-3883 - Let the binding model store/return a wireFormat. Request and ↵slaws1-2/+5
response wire format are set to be the same at the moment. There is a JIRA to separate them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142917 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05Correct intent names. For some reason the constant names got turned into ↵slaws1-2/+2
strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142916 13f79535-47bb-0310-9956-ffa450edef68
2011-07-04Tidy test to remove debug itemsslaws3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142576 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Return correct interface contract when interfaces are compatible but not ↵bdaniel1-0/+6
assignable from each other git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141229 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Add itest for testing WS Policy as applied to the WS binding. Not in build yet. slaws13-0/+671
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141102 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Add the domain uri to the logging outputantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141030 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Update EndpointReferenceBinderImpl to use the domain registry to workout if ↵antelder1-3/+2
an EndpointReference is out of date instead of trying to work it out in EndpointReferenceBinderImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141029 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Add a method to the domain registry to test if an EndpointReference is out ↵antelder2-0/+6
of date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141028 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Start of an archetype for creating implementation extensions. Not finished ↵antelder24-0/+923
yet and doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140988 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29Correct archetype variable names which i think got incorrectly updated after ↵antelder1-2/+2
a global edit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140972 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29TUSCANY-3861: Move up to the new bundle plugin releaseantelder3-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140963 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Commit patch for TUSCANY-3887 to add doPrivileged blocks to ↵bdaniel1-77/+92
EquinoxServiceDiscoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140741 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28TUSCANY-3881 - fix a typo in the original commitslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140706 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have ↵slaws1-1/+2
the "In" context available at the point at which the outgoing message is sent. There is already code in TransportReferenceInterceptor to capture the "In" context when a response is received. The test was hanging as this was causing a crash so the client waited for ever for a response which never came. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140687 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28When the domainURI is null use a defaultantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140683 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Fix NPE when the domainURI is nullantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140682 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Add some guards around setting the contribution classloaderantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140455 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Swap incorrectly-ordered sourceOperation, targetOperation in ↵scottkurz1-25/+35
MediatoryImpl.copyOutput to reflect conventions. Adjust var names for clarity. TODO - add test of binding-sca-runtime which exposes the previous error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140211 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Add some more logging to NodeImplantelder1-1/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140066 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Make DeployedComposite set the Contribution ClassLoader when a composite is ↵antelder1-0/+6
started. It feels like there should be a better place for this to be happening, perhaps in the builder somewhere but for now this ensures that a composite's contribution will have a classloader set after the a composite is started. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140065 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Remove all the code trying to derive a domain name from the uri and instead ↵antelder1-15/+4
let the registry do that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140052 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Support using null for the domain name and deriving the name from the uriantelder1-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140051 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27Make getModelResolverInstance public so you can find the resolver used for a ↵antelder1-1/+1
particular type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140050 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27TUSCANY-3886: removing hanging itest from buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140043 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25Remove the storing of wsdl in the registry as it snot used by anythiny ↵antelder2-62/+1
presently now that the client has been changed to get the contribution jars itself git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1139503 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23Take a look at the sequence of interceptors that gets called when an ↵slaws7-10/+121
exception is thrown. Seems to be OK at first view when we depend on InterceptorAsyncImpl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138966 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 ↵slaws8-9/+88
context in the reference and service side chains. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138899 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23TUSCANY-3877 - fix up test policies to match the corrected appliesTo ↵slaws3-13/+14
processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138865 13f79535-47bb-0310-9956-ffa450edef68