summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-28mark additional classes as extension spi according to use by host* extensionskelvingoodson5-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938958 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28mark additional classes as extension spi according to use by ↵kelvingoodson6-1/+11
databinding-jaxb-sxiom databinding-json and endpoint* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938934 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28mark additional classes as extension spi according to use by databinding-jaxbkelvingoodson3-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938827 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST ↵lresende5-21/+103
operation mapping with the JSON wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938773 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is ↵lresende1-10/+20
produced git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938772 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28Adding interface-java-jaxrs to web20 featurelresende1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938771 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Fixing jax-rs operation flag in the test case to match what is used by the ↵lresende1-1/+1
runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938688 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http ↵lresende17-47/+406
requests to properly annotated REST interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938687 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Fixing key used as flag to JAX-RS related operationslresende1-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938686 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Adding model for JAX-RS operation selectorlresende9-3/+290
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938685 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Adding schema definition for JAX-RS operation selectorlresende1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938684 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Adding HTTPContext class to handle common context on HTTP related extensionslresende1-0/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938683 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Making strings as constants...lresende2-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938682 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Initial support for introspecting JAX-RS annotations during interface ↵lresende9-0/+506
contract introspection git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938681 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Fixing mispelled word in java doclresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938680 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by databinding-axiomkelvingoodson9-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938572 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by contribution* ↵kelvingoodson4-2/+4
and fix some typos in previous tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938567 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by policy-wspolicykelvingoodson4-21/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938472 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by policy-transaction*kelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938464 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by policy-securitykelvingoodson1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938459 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by policy-logging ↵kelvingoodson1-0/+1
(no additions for interface-wsdl) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938454 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use by interface-java*kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938441 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson14-15/+10
binding-ws* + minor cleanup of imports within binding-ws* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938419 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson4-5/+5
binding-rmi* + minor cleanup of binding-rmi imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938365 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson1-0/+1
binding-json* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938362 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson16-15/+13
binding-jms-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938357 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Fix string index out of bounds exception calculating executor name when ↵antelder1-2/+1
nested nodes executing on multiple threads git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938129 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson6-3/+6
binding-http* (no additions from binding-jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938106 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson7-0/+7
binding-http* (no additions from binding-ejb-*) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938098 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Use correct default domain name. (update left off previous commit)antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938095 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson10-1/+15
binding-atom-* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938086 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson12-6/+18
interface-wsdl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938056 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson11-1/+15
interface-java and interface-java-jaxws git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937995 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson3-5/+7
implementation-web implementation-web-client and implementation-web-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937986 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson7-1/+7
implementation-spring and implementation-spring-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937981 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Avoid empty default domain nameantelder1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937977 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Avoid NPE when no network is foundantelder1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937974 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark classes as extension spi according to use indicated by ↵kelvingoodson1-1/+1
implementation-osgi-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937969 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark classes as extension spi according to use indicated by implementation-osgikelvingoodson5-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937968 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26Disable ActiveMQ shutdown hook in the jms tests to see if that makes the ↵antelder7-7/+7
hudson build faster git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937960 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update testcase for extra propertyantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937892 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update hazelcast registry to use runtime propertiesantelder1-4/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937891 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update hazelcast registry to use runtime propertiesantelder3-57/+258
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937890 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update NodeFactory to set the default domain name propertyantelder1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937885 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update sca client impl to set nodefactory propertiesantelder1-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937884 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update scaclient sample to work with default inputantelder1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937883 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Update webapp host to support a contribution init param pointing to a folder ↵antelder1-5/+16
as well as an individual contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937880 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Initial implementation for JSON wire format for REST bindinglresende25-109/+947
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Updating binding-rest schema to define JSON wire format elementlresende1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937849 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Cleanup of unused depedencylresende1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937848 13f79535-47bb-0310-9956-ffa450edef68