summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-20Change fields to be protected so subclasses can access themantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221272 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20MOve the initilization of a default destination name to a seperate method so ↵antelder1-10/+14
it can be overriden by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221271 13f79535-47bb-0310-9956-ffa450edef68
2011-12-16TUSCANY-3998: Apply patch from Greg Dritschler to provide a way to override ↵antelder1-5/+13
Tuscany system definition.xml documents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1215081 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-3850: Port from 1.x to 2.x Sebastian Millies fix for RMI bug: ↵antelder1-21/+65
ConnectException after component restart git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214259 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-3924 playing with whether we should take note of inherited ↵slaws4-0/+111
annotations as per JSR-250. Test ignored but I don't want to loose it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214234 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14Add static distributed OSGi samples to the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214231 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-2698 - merge changes from 1.x to 2.x. Only some of the changes ↵slaws3-10/+39
merged as some affect error messages and cause otests to fail for only aesthetic reasons. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214230 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14TUSCANY-2681 - merge changes from 1.x to 2.xslaws2-9/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214229 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws41-429/+518
model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213625 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to use the new Tuscany ComponentContext and ServiceReference interfacesantelder1-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213624 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update so that JavaImplementationProvider works with both OASIS and Tuscany ↵antelder1-1/+1
ComponentContext types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213621 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update to match the new Tuscany ServiceReference interfaceantelder1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213620 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update core to use the Tuscany versions of the OASIS interfaces ↵antelder2-6/+7
ComponentCOntext and ServiceReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213617 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Add Tuscany versions of OASIS ComponentContext and ServiceReferenceantelder3-2/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213616 13f79535-47bb-0310-9956-ffa450edef68
2011-12-13Update context annotation processor to work with both OASIS and Tuscany ↵antelder1-2/+2
types of ComponentContext git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213614 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212424 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09Start adding the dynamic distributed OSGi sample back in from contrib. Not ↵slaws48-0/+2812
in build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212416 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09Remove excludes now that OASIS have fixed the Java CI tests themselvesslaws1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212410 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned ↵slaws2-18/+20
that putting extra doPrivileged checks in the main message flow is going to have a negative impact on performance so I've swapped out that code so a check on the presence of a message header. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212406 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09TUSCANY-3993 - Update code to handle relative URIs and add a test caseslaws7-7/+167
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212386 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08Like the binding-ws-runtime-axis2 module, set RELATES_TO as wsa:RelatesTo, ↵scottkurz1-1/+16
relying on Tuscany callback handling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212145 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08Add a strawman approach to enable setting the binding uri on a ServiceReferenceantelder2-1/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211945 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08Add a test for dynamically altering the binding URI of a ServiceReferenceantelder7-0/+272
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211944 13f79535-47bb-0310-9956-ffa450edef68
2011-12-08Build new <wsa:MessageID> rather than propagating from Tuscany Message.scottkurz1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211926 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07Add <wsa:MessageID> to ref-side messages for 2-way operation on forward ↵scottkurz1-1/+12
interface of callback. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211684 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06Switch invoker method signatures, as we don't need to pass binding around.scottkurz1-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211098 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06Make 'wsBinding' field in invoker protected.scottkurz1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1211065 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06TUSCANY-3965 - Generally stop detecting non-annotated properties/references ↵slaws3-15/+18
if @Service/@Reference/@Property annotations are present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210860 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05Move up to the latest OASIS version of the JMS binding schema. No real ↵antelder2-212/+212
changes as the changes had already been applied to the old tuscany version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210510 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05Add annotated field to UnannotatedCTCalcComponentImpl testantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210480 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider ↵slaws10-28/+82
lists are maintained independently for cloned composites. Add a tests case for it as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210470 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY-3965: Fix so that fields that are candidates for being properties ↵antelder1-2/+11
but which have some annotation on them then are not used as properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210426 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY_3965: Add a field thats annotated but not with an SCA annotation to ↵antelder3-0/+46
match the scenario as described in TUSCANY_3965 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210425 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05Organize imports to remove unused onesantelder2-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210419 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05TUSCANY-3965: Fix test taken out with @IGnore for TUSCANY-3965antelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210418 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04Throw SRE on ref-side for rpc/encoded, doc-encoded WSDLS.scottkurz1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210051 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04Fix ref-side support for rpc-lit style WSDL bindings.scottkurz1-7/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210049 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Add ablity to specify endpoint descriptions in node.xml for local domain ↵rfeng15-22/+86
registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209634 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Make commit showing more clearly that wsa:ReferenceParameters aren't handled ↵scottkurz1-19/+8
correctly and that this is a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209627 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Add wsa:IsReferenceParameter='true' attr to ReferenceParameters header per ↵scottkurz1-3/+7
WS-A SOAP Binding spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209512 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02TUSCANY-3974: Apply patch from Greg Dritschler to fix ↵antelder1-3/+11
IntentNotSatisfiedAtBuild error occurs when using an intent provided by implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209441 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Remove commented out code. slaws1-53/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209151 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Add a contributionInstalled() operation to the listener interface. Completes ↵slaws4-0/+11
the set. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209150 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Create model resolvers in doPrivileged block. The primary concern here is ↵slaws1-2/+11
the ClassLoaderModelResolver which extends the URIClassLoader and requires permissions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209147 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Add a mechanism for specifying default intents on policy subjects. This is a ↵slaws10-8/+302
rewrite of the previous attempt after Greg pointed out a build order issue on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209146 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01TUSCANY-3963 - make the client reference name stand out from the crowd. ↵slaws1-1/+1
Thanks for the patch Jennifer. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209143 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Use MESSAGE_ID instead of WS_MESSAGE_ID as Tuscany message header for ↵scottkurz2-42/+60
handling callbacks' handling of WS-A headers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208790 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Work around for Java bug with map entry setValueantelder1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208374 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Undo change in r1202210 whereby <wsa:To> should wrap a URI, not an EPR.scottkurz1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208017 13f79535-47bb-0310-9956-ffa450edef68