summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-31TUSCANY-3757 - add async invocation sample back in from contrib in order to l...slaws16-2/+695
2011-10-19Fix checked exception handling.scottkurz1-1/+2
2011-10-19Resolve operation policy and take account of it in base policy processor. slaws14-73/+101
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ensur...slaws11-8/+272
2011-10-19check that the binding is set in the wsdlslaws1-2/+4
2011-10-19Add test looking at what happens with policy associated with interface and im...slaws11-0/+451
2011-10-18Mark resolved bindings as having remote endpointsslaws1-0/+1
2011-10-17TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws2-1/+4
2011-10-17Correct JSR250 policy processor package name in services definitionslaws4-5/+19
2011-10-17TUSCANY-3900 - Apply Greg's patch to use bundle trackers in EquinoxServiceDis...slaws1-89/+84
2011-10-17TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws5-12/+132
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws13-18/+304
2011-10-17Extend getIntent to retrieve qualified intents as well as top level intentsslaws1-0/+5
2011-10-17Get binding and implementation types given a QNameslaws2-0/+45
2011-10-14Ensure the old normalized wsdl contract isn't left in the cloned contractantelder1-0/+4
2011-10-13Tweak exception handling slightly to handle runtime exception variant.scottkurz1-0/+2
2011-10-13Move match composites into appropriately named directories. slaws6-5/+5
2011-10-12Fix up some manifest funniesslaws3-3/+1
2011-10-12TUSCANY-3961 - modify so we don't rely on internal exception throwingslaws1-5/+10
2011-10-12TUSCANY-3960 - Create implementation level operation model and add jsr250 mod...slaws2-4/+9
2011-10-12TUSCANY-3960 - add manifest and remove unused includesslaws2-6/+19
2011-10-12TUSCANY-3960 - start porting JSR250 support from 1.xslaws6-0/+741
2011-10-12Update with some guards to avoid NPEsantelder1-8/+11
2011-10-11Include all the contributions as dependencies so that dependent contributions...antelder1-1/+3
2011-10-11Update to not include the root contribution as a duplicate dependencyantelder1-1/+1
2011-10-10For jsonrpc 2.0, don't send null error or null resultrfeng1-2/+2
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng15-398/+306
2011-10-10TUSCANY-3943 - Add the (currently ignored) disable wrapped test case. slaws1-0/+1
2011-10-10TUSCANY-3943 - Add another couple of missing license headersslaws2-0/+36
2011-10-10TUSCANY-3943 - Add missing license headersslaws6-0/+108
2011-10-10TUSCANY-3943 - Commit Eric's disable wrapped test case. Doesn't work yet in m...slaws13-0/+864
2011-10-10Fix OSGi importrfeng1-0/+1
2011-10-10Fix the invoker to serialize the objects to jsonrfeng8-121/+273
2011-10-10Fix test case and update licenserfeng11-15/+99
2011-10-10Avoid NPErfeng1-0/+3
2011-10-10Use home-grown JSONRPC implementationrfeng29-1133/+391
2011-10-09Add excludes to prevent unwanted dependencies being dragged in and fix the le...antelder1-0/+18
2011-10-07Cleaning up unused codelresende1-17/+0
2011-10-07Adding support for ?wadl to resources exposed trough the rest bindinglresende3-2/+150
2011-10-05Add comment with JIRA numberantelder1-1/+1
2011-10-05TUSCANY-3880: Disable pojo 10004 testcase as its not really working correctly...antelder2-1/+2
2011-10-05Change back to use getSchemaDocument instead of getAllSchema()[0]. This was c...antelder1-2/+1
2011-10-03TUSCANY-3956: Fix Java2 Security exception in ContributionHelper.getNestedJar...antelder1-3/+9
2011-10-03TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references are...antelder2-2/+9
2011-10-03Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng7-4/+508
2011-10-02Start to add jsonrpc 2.0 supportrfeng6-0/+370
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng13-52/+100
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng11-6/+197
2011-09-29Tweak Invoker so it can be subclassed.scottkurz1-2/+2
2011-09-28TUSCANY-3954: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2-32/+27