summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-12TUSCANY-3961 - modify so we don't rely on internal exception throwingslaws1-5/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182535 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12TUSCANY-3960 - Create implementation level operation model and add jsr250 ↵slaws2-4/+9
module into build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182420 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12TUSCANY-3960 - add manifest and remove unused includesslaws2-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182328 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12TUSCANY-3960 - start porting JSR250 support from 1.xslaws6-0/+741
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182320 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12Update with some guards to avoid NPEsantelder1-8/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182279 13f79535-47bb-0310-9956-ffa450edef68
2011-10-11Include all the contributions as dependencies so that dependent ↵antelder1-1/+3
contributions get resolved correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181651 13f79535-47bb-0310-9956-ffa450edef68
2011-10-11Update to not include the root contribution as a duplicate dependencyantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181649 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10For jsonrpc 2.0, don't send null error or null resultrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181241 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng15-398/+306
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Fix OSGi importrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180797 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Fix the invoker to serialize the objects to jsonrfeng8-121/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180795 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Fix test case and update licenserfeng9-14/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180782 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Avoid NPErfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180781 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Use home-grown JSONRPC implementationrfeng28-1132/+378
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Add excludes to prevent unwanted dependencies being dragged in and fix the ↵antelder1-0/+18
legal checks itest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180555 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Cleaning up unused codelresende1-17/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179924 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Adding support for ?wadl to resources exposed trough the rest bindinglresende3-2/+150
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179923 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05Change back to use getSchemaDocument instead of getAllSchema()[0]. This was ↵antelder1-2/+1
changed back in r1043206 to try to make the Tuscany code compatible with diff version of xmlSchema but this can cause loops in xmlschema so go back to getSchemaDocument and require using the Tuscany level of xmlSchema git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179072 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03TUSCANY-3956: Fix Java2 Security exception in ↵antelder1-3/+9
ContributionHelper.getNestedJarUrls method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178314 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references ↵antelder2-2/+9
are not registered in domain registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178311 13f79535-47bb-0310-9956-ffa450edef68
2011-10-03Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng7-4/+508
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178299 13f79535-47bb-0310-9956-ffa450edef68
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 ↵slaws4-7/+8
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-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-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-20Allows the distributed flag to be overridenrfeng1-4/+6
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