summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better network connectivity status reporting and handling of orientation ↵jsdelfino2011-10-2917-102/+328
| | | | | | change events. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194948 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-298-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
* Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino2011-10-2624-540/+369
| | | | | | improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2454-3693/+4238
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68
* Person service examplelresende2011-10-197-0/+422
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186454 13f79535-47bb-0310-9956-ffa450edef68
* Fix checked exception handling.scottkurz2011-10-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186292 13f79535-47bb-0310-9956-ffa450edef68
* Resolve operation policy and take account of it in base policy processor. slaws2011-10-1914-73/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186226 13f79535-47bb-0310-9956-ffa450edef68
* Adjust expected errors to take account of policy changes where any default ↵slaws2011-10-191-4/+4
| | | | | | mayProvides intent is take into account git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186028 13f79535-47bb-0310-9956-ffa450edef68
* Add code to read <requires> elements from WSDL and enable the test that ↵slaws2011-10-1911-8/+272
| | | | | | ensure that mayProvides intents are matched between references and services. This has implications for existing tests in that we now have to ensure that any mayProvides intent that is considered to be the default (a concept that the spec doesn't consider) is present in the intent list for the policy subject in question. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186027 13f79535-47bb-0310-9956-ffa450edef68
* check that the binding is set in the wsdlslaws2011-10-191-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186022 13f79535-47bb-0310-9956-ffa450edef68
* Add test looking at what happens with policy associated with interface and ↵slaws2011-10-1911-0/+451
| | | | | | implementation operations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1186021 13f79535-47bb-0310-9956-ffa450edef68
* Mark resolved bindings as having remote endpointsslaws2011-10-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185825 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing ↵slaws2011-10-172-1/+4
| | | | | | POL4031 to fail. Looks like a WSDL processing issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185279 13f79535-47bb-0310-9956-ffa450edef68
* Correct JSR250 policy processor package name in services definitionslaws2011-10-174-5/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185171 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3900 - Apply Greg's patch to use bundle trackers in ↵slaws2011-10-171-89/+84
| | | | | | EquinoxServiceDiscoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185144 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3959 - Correct interface matching so that it takes account of ↵slaws2011-10-175-12/+132
| | | | | | mayProvides intents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws2011-10-1713-18/+304
| | | | | | for matching purposes. In this change they are stashed in the component element on write and then retrieved back into the endpoint model on read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185135 13f79535-47bb-0310-9956-ffa450edef68
* Extend getIntent to retrieve qualified intents as well as top level intentsslaws2011-10-171-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185132 13f79535-47bb-0310-9956-ffa450edef68
* Get binding and implementation types given a QNameslaws2011-10-172-0/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185128 13f79535-47bb-0310-9956-ffa450edef68
* Ensure the old normalized wsdl contract isn't left in the cloned contractantelder2011-10-141-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1183260 13f79535-47bb-0310-9956-ffa450edef68
* Tweak exception handling slightly to handle runtime exception variant.scottkurz2011-10-131-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182888 13f79535-47bb-0310-9956-ffa450edef68
* Move match composites into appropriately named directories. slaws2011-10-136-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182735 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some manifest funniesslaws2011-10-123-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182536 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3961 - modify so we don't rely on internal exception throwingslaws2011-10-121-5/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182535 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3960 - Create implementation level operation model and add jsr250 ↵slaws2011-10-122-4/+9
| | | | | | module into build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182420 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3960 - add manifest and remove unused includesslaws2011-10-122-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182328 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3960 - start porting JSR250 support from 1.xslaws2011-10-126-0/+741
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182320 13f79535-47bb-0310-9956-ffa450edef68
* Update with some guards to avoid NPEsantelder2011-10-121-8/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182279 13f79535-47bb-0310-9956-ffa450edef68
* Include all the contributions as dependencies so that dependent ↵antelder2011-10-111-1/+3
| | | | | | contributions get resolved correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181651 13f79535-47bb-0310-9956-ffa450edef68
* Update to not include the root contribution as a duplicate dependencyantelder2011-10-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181649 13f79535-47bb-0310-9956-ffa450edef68
* For jsonrpc 2.0, don't send null error or null resultrfeng2011-10-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181241 13f79535-47bb-0310-9956-ffa450edef68
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-1015-398/+306
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add the (currently ignored) disable wrapped test case. slaws2011-10-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180946 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add another couple of missing license headersslaws2011-10-102-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180943 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Add missing license headersslaws2011-10-106-0/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180942 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3943 - Commit Eric's disable wrapped test case. Doesn't work yet in ↵slaws2011-10-1013-0/+864
| | | | | | my build so I've added @Ignore for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180938 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi importrfeng2011-10-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180797 13f79535-47bb-0310-9956-ffa450edef68
* Fix the invoker to serialize the objects to jsonrfeng2011-10-108-121/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180795 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case and update licenserfeng2011-10-1011-15/+99
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180782 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPErfeng2011-10-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180781 13f79535-47bb-0310-9956-ffa450edef68
* Use home-grown JSONRPC implementationrfeng2011-10-1029-1133/+391
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
* Add excludes to prevent unwanted dependencies being dragged in and fix the ↵antelder2011-10-091-0/+18
| | | | | | legal checks itest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180555 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up unused codelresende2011-10-071-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179924 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for ?wadl to resources exposed trough the rest bindinglresende2011-10-073-2/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179923 13f79535-47bb-0310-9956-ffa450edef68
* Add comment with JIRA numberantelder2011-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179075 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3880: Disable pojo 10004 testcase as its not really working ↵antelder2011-10-052-1/+2
| | | | | | correctly until the import/export version is implemented correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179074 13f79535-47bb-0310-9956-ffa450edef68
* Change back to use getSchemaDocument instead of getAllSchema()[0]. This was ↵antelder2011-10-051-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
* TUSCANY-3956: Fix Java2 Security exception in ↵antelder2011-10-031-3/+9
| | | | | | ContributionHelper.getNestedJarUrls method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178314 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references ↵antelder2011-10-032-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
* Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng2011-10-037-4/+508
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178299 13f79535-47bb-0310-9956-ffa450edef68