summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-02Start to add jsonrpc 2.0 supportrfeng6-0/+370
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178135 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng13-52/+100
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177857 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng11-6/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29Tweak Invoker so it can be subclassed.scottkurz1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177156 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28TUSCANY-3954: Apply patch from Greg Dritschler to Change ↵antelder2-32/+27
AsyncJDKInvocationHandler to not use AsyncFaultWrapper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1176776 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ↵antelder1-0/+1
is used after endpoint is rebuilt git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1176775 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Extend test to make sure the class loader from validateContribution is the ↵antelder1-1/+4
one that actually gets used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175876 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26TUSCANY-3953 - move the hazelcast dependent tests out of domain-node to ↵slaws51-7/+1036
itest/domain-node-hazelcast git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175799 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Add a testcase for the contribution classloader getting created after a ↵antelder1-0/+46
validateCOntribution call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175795 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26When doing validateContribution if a contribution classloader has been ↵antelder1-0/+9
created then set it on the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175782 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Add missing doPrivileged block. slaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175724 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26TUSCANY-3952 - store the phase that's passed into the TransactionInterceptorslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175722 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Fix stroke-dasharray formatantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174391 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Fix the dimension calculation based on the layoutrfeng4-132/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174345 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Update to the latest released release pluginrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174319 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Continue to enhance the layout algorithmrfeng5-34/+178
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174318 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22My previous change to remote host-http messed up my linux build (but not my ↵slaws1-1/+0
windows build strangely) because it needs to compile against the core module. I want to flip it over to using the core collection but this change gets it working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174188 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Remove dependency on host-http from the jaxws binding as it's not used by ↵slaws5-30/+2
the binding. The RI version just plugs directly into JAXWS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174151 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22TUSCANY-3950 - and fix the client factory impl for the removal of the ↵slaws1-2/+8
NoSuchDomainException. Need to look into why this exception went away. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174144 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22TUSCANY-3950 - Catch up with some differences in the OASIS SCA API classes. ↵slaws11-54/+69
Tuscany now matches OASIS svn r286 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174086 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Add impl info for the node/remove unused coderfeng3-160/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173966 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22Enhance the layout using topological sorting of the entitiesrfeng9-205/+116
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173950 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Properly creating endpoints, to avoid issues with OSGi in Eclipse envlresende4-10/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173891 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Calculate the height/width for components/composites based on its contentrfeng13-245/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173855 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Set allowsPassByReference for SCA references on Spring beansrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173853 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Add some more tests for callbacks across distributed nodes using different ↵antelder10-1/+328
combinations of bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173684 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Don't do the build time binding if errors have been reported during the ↵slaws2-4/+20
build steps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173616 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21correct dependency version to match host-httpslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173613 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Remove the System.outrfeng1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173408 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add a Mojo to generate node diagramrfeng2-16/+181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173407 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Allows the distributed flag to be overridenrfeng2-13/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173364 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Use all attributes to detect duplicationrfeng1-15/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173363 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Move the addNode to load() so that the import/export can be resolvedrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173362 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Use domain info to decide if the binding.sca needs to be distributedrfeng6-24/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Avoid NPE when no port location definedantelder1-6/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173122 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add a test using distributed domain nodes and the sca binding delegating to ↵antelder1-0/+58
the ws binding, with @Ignore for now as this combination doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173080 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add hazelcast distributed domain dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173079 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Fix the license headersrfeng3-2/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172953 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Update the MFrfeng1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172894 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the support to generate the SCA diagram for a given node configurationrfeng33-206/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172882 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add the ablity to load the contributions/composite for a given node ↵rfeng5-45/+112
configuration without starting the node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172881 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19TUSCANY-3949 = Applying Vijai's patch to correct policy namespaces + some ↵slaws4-28/+27
extra fixes to correct the associated test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172578 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19TUSCANY-3948: Apply patch from Greg Dritschler to support @Remotable on ↵antelder5-19/+63
implementation class, reference field, or reference setter method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172577 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add some excludes for the composite diagram modules filesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172576 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19Add license headersantelder5-57/+134
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172574 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Cache the cssrfeng1-12/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171845 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Externalize the artifact styles into CSSrfeng14-37/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171841 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Add implementation inforfeng4-0/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171840 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16Improved the SMD and error handlingrfeng5-87/+163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16TUSCANY-3946 - only reset the TCCL if it's not already set to the ↵slaws1-19/+24
contribution classloader git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68