summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* intents and policySets specified on implementation.composite elements were ↵bdaniel2010-07-221-0/+9
| | | | | | being lost git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966706 13f79535-47bb-0310-9956-ffa450edef68
* Update error message for latest outputantelder2010-07-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966703 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a comment for the extractSourcePropertyName methodedwardsmj2010-07-221-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966658 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to the handling of @source attribute on component property elements ↵edwardsmj2010-07-221-112/+280
| | | | | | as described by TUSCANY-3629 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966653 13f79535-47bb-0310-9956-ffa450edef68
* 1) Initial fix for error described by TUSCANY-3628 2) Upgrade to the ↵edwardsmj2010-07-222-16/+130
| | | | | | handling of @source attribute on component property elements as described by TUSCANY-3629 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966650 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2010-07-221-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966629 13f79535-47bb-0310-9956-ffa450edef68
* Correct parrent pomantelder2010-07-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966568 13f79535-47bb-0310-9956-ffa450edef68
* Update the changes and release notes filesantelder2010-07-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966554 13f79535-47bb-0310-9956-ffa450edef68
* Update the changes and release notes filesantelder2010-07-221-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966553 13f79535-47bb-0310-9956-ffa450edef68
* missing file from commit 966324kelvingoodson2010-07-221-11/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966527 13f79535-47bb-0310-9956-ffa450edef68
* Mark asyncInvocation as exclusive of propagatesTransaction as specified in ↵bdaniel2010-07-221-1/+1
| | | | | | latest policy spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966500 13f79535-47bb-0310-9956-ffa450edef68
* Add SOAP version intent validation to the ws bindingbdaniel2010-07-222-2/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966495 13f79535-47bb-0310-9956-ffa450edef68
* Update regular expression to correctly handle multiple prefixesbdaniel2010-07-211-0/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966400 13f79535-47bb-0310-9956-ffa450edef68
* Update regular expression to correctly handle multiple prefixesbdaniel2010-07-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966332 13f79535-47bb-0310-9956-ffa450edef68
* make the interface matching audit trail more useful in problem determinationkelvingoodson2010-07-213-9/+52
| | | | | | -- not sure if util package is a good place for this Audit class, but OK to start with -- would have just specialized StringBuffer if it hadn't been final :( git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966324 13f79535-47bb-0310-9956-ffa450edef68
* Fix jms test interfaces to not match oneway and non-oneway operationsantelder2010-07-203-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965822 13f79535-47bb-0310-9956-ffa450edef68
* Add a check for both source and target operations matching being oneway or notantelder2010-07-201-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965821 13f79535-47bb-0310-9956-ffa450edef68
* Dont catch NoClassDefFoundError as it will get reported as class not found ↵antelder2010-07-201-2/+0
| | | | | | which is misleading, not catching it means the actual exception does get thrown by a higher catch clause git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965814 13f79535-47bb-0310-9956-ffa450edef68
* Ignore policy sets on a composite implementation when the using component ↵bdaniel2010-07-191-0/+7
| | | | | | has attached policies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965579 13f79535-47bb-0310-9956-ffa450edef68
* Inherit elements lower in the hierarchy first to ensure inheritance of ↵bdaniel2010-07-191-6/+10
| | | | | | mutually exclusive intents is handled correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965578 13f79535-47bb-0310-9956-ffa450edef68
* Adding dependency org.apache.tuscany.sca.interfacedef.java;version="2.0.0" ↵edwardsmj2010-07-191-0/+1
| | | | | | to MANIFEST for builder module to enable correct running under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965493 13f79535-47bb-0310-9956-ffa450edef68
* Register Tuscany context listener to ensure the runtime is initialized when ↵jsdelfino2010-07-192-0/+3
| | | | | | the webapp starts. Print exception stack traces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965354 13f79535-47bb-0310-9956-ffa450edef68
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964980 13f79535-47bb-0310-9956-ffa450edef68
* Use default intent qualification on implementationsbdaniel2010-07-161-26/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964906 13f79535-47bb-0310-9956-ffa450edef68
* Add attachTo attribute to policy sets in the policies itest definitionsbdaniel2010-07-161-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964900 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson versionrfeng2010-07-161-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964883 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.5.4rfeng2010-07-162-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964882 13f79535-47bb-0310-9956-ffa450edef68
* Add a databinding for Google Protocol Buffersrfeng2010-07-1611-0/+1860
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964881 13f79535-47bb-0310-9956-ffa450edef68
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-168-64/+151
| | | | | | Allow the binding.rest client to issue RPC over GET calls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964880 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3622rfeng2010-07-166-3/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
* Remove the compile dependency on assembly-xml to fix build errorrfeng2010-07-161-30/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964878 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate service declarationrfeng2010-07-161-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964877 13f79535-47bb-0310-9956-ffa450edef68
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-163-1/+119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
* Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2010-07-162-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964846 13f79535-47bb-0310-9956-ffa450edef68
* disable test as potential cause of build hangkelvingoodson2010-07-161-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964839 13f79535-47bb-0310-9956-ffa450edef68
* working toward a version of the launcher that uses the contribution handling ↵slaws2010-07-167-0/+409
| | | | | | apis from the spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964789 13f79535-47bb-0310-9956-ffa450edef68
* Add much more simplistic launcher as an example of how we can focus in on ↵slaws2010-07-164-4/+69
| | | | | | the embedding we're trying to demonstrate rather than how clever we can make the launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964782 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case to take account of stricter policy checks and also apparent ↵slaws2010-07-163-11/+13
| | | | | | inconsistencies in the WS Policy namespace in the code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964724 13f79535-47bb-0310-9956-ffa450edef68
* These days we have to attach policy sets to subjects, either explicitly or ↵slaws2010-07-161-1/+4
| | | | | | externally, having appliesTo alone isn't sufficient. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964718 13f79535-47bb-0310-9956-ffa450edef68
* Fix comple errorantelder2010-07-162-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964706 13f79535-47bb-0310-9956-ffa450edef68
* Use binding type from system definitions to obtain mayProvide/alwaysProvide ↵bdaniel2010-07-151-3/+16
| | | | | | values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964503 13f79535-47bb-0310-9956-ffa450edef68
* Trying to get the async version of the service working. However it's failing ↵slaws2010-07-158-50/+97
| | | | | | with a policy error that I think is caused by the recent policy changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964477 13f79535-47bb-0310-9956-ffa450edef68
* A bit of tidying to remove some chaff and add the async callback pattern ↵slaws2010-07-159-228/+55
| | | | | | into the sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964464 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964452 ↵kelvingoodson2010-07-157-5/+174
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Check extension type for unresolved service side intents, only throw a ↵bdaniel2010-07-151-9/+15
| | | | | | warning for unresolved reference side intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964438 13f79535-47bb-0310-9956-ffa450edef68
* Add new OSGi dependency required by changes at r964321slaws2010-07-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964413 13f79535-47bb-0310-9956-ffa450edef68
* some more detail on the style/format testsslaws2010-07-151-8/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964380 13f79535-47bb-0310-9956-ffa450edef68
* Add doc-list contribution to the buildslaws2010-07-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964379 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher for doc lit contributionslaws2010-07-151-0/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964374 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution to demonstrate doc-lit(or bare) message styleslaws2010-07-1512-0/+721
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964372 13f79535-47bb-0310-9956-ffa450edef68