summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct module names in ant scriptsslaws2010-03-213-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925863 13f79535-47bb-0310-9956-ffa450edef68
* Add a trip contribution that demonstrates the logging policy. Was only ↵slaws2010-03-219-0/+495
| | | | | | turned on in the trip unit test previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925862 13f79535-47bb-0310-9956-ffa450edef68
* Revert change committed by accidentslaws2010-03-212-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925861 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-03-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925838 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample that demonstrated reference passingslaws2010-03-2136-0/+2530
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925837 13f79535-47bb-0310-9956-ffa450edef68
* Add some more ignoresslaws2010-03-212-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925830 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-03-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925829 13f79535-47bb-0310-9956-ffa450edef68
* Add some callback samples based on the payment and credit card payment ↵slaws2010-03-2146-0/+3194
| | | | | | components git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925828 13f79535-47bb-0310-9956-ffa450edef68
* Update Hazelcast registry to check for duplicate endpointsantelder2010-03-212-0/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925745 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect path for domain configuration filesnash2010-03-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925712 13f79535-47bb-0310-9956-ffa450edef68
* Change jumpstart launcher so that it doesn't use LauncherUtil (TUSCANY-3508)nash2010-03-215-32/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925711 13f79535-47bb-0310-9956-ffa450edef68
* Take out the helloworld sample tuscany plugin as the build doesn't like the ↵antelder2010-03-201-2/+2
| | | | | | snapshot version. Hmm, what to do about that... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925675 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample to distroantelder2010-03-201-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925668 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample to buildantelder2010-03-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925667 13f79535-47bb-0310-9956-ffa450edef68
* Update helloworld sample's zip and tuscany plugin versionsantelder2010-03-201-19/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925666 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast binding to distroantelder2010-03-201-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925665 13f79535-47bb-0310-9956-ffa450edef68
* Update Tuscany run plugin for latest runtime and change to not include all ↵antelder2010-03-202-62/+3
| | | | | | extension by default but require that they're added separately where the plugin is used. Also update to use the exploded folder in the target directory as the contribution instead of the packaged artifacts as the bpel extension only seems to work with folder contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925592 13f79535-47bb-0310-9956-ffa450edef68
* Fix Hazelcast client to correckt initilize Hazelcast registry endpointOwners ↵antelder2010-03-202-2/+10
| | | | | | and getHazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925589 13f79535-47bb-0310-9956-ffa450edef68
* Take the compliance tests out of the distribution profileantelder2010-03-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925562 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect pom dependencies in contributions directories (TUSCANY-3506)nash2010-03-1944-756/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925161 13f79535-47bb-0310-9956-ffa450edef68
* Add shaded jars for jmsantelder2010-03-192-0/+231
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925140 13f79535-47bb-0310-9956-ffa450edef68
* Update webservices shade jar for dependencies in baseantelder2010-03-191-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925139 13f79535-47bb-0310-9956-ffa450edef68
* Update base jar to use hazelcast as the default sca bindingantelder2010-03-191-20/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925138 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3505: Apply patch from Ivan Krizsan to fix @Destroy annotation not ↵antelder2010-03-192-6/+17
| | | | | | allowed on non-public methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925102 13f79535-47bb-0310-9956-ffa450edef68
* Apply workaround for TUSCANY-3476 to workspace-distribution.xml and add ↵nash2010-03-192-1/+3
| | | | | | inline comments referencing this JIRA git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925097 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in reference target component namenash2010-03-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925096 13f79535-47bb-0310-9956-ffa450edef68
* Replace payment-spring-policy by payment-java-policy to work around ↵nash2010-03-191-1/+1
| | | | | | TUSCANY-3476 problem git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925076 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect directories in domain manager configuration pathsnash2010-03-191-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925074 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect location for domain manager configuration filesnash2010-03-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925073 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST.MF for import-packagerfeng2010-03-181-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925030 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3503 - fix up error messages to take account of removal of automatic ↵slaws2010-03-181-2/+2
| | | | | | policy application code and related changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925002 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3503 - fix up error messages to take account of removal of automatic ↵slaws2010-03-181-2/+2
| | | | | | policy application code and related changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925001 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3503 - fix up error messages to take account of removal of automatic ↵slaws2010-03-181-2/+2
| | | | | | policy application code and related changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925000 13f79535-47bb-0310-9956-ffa450edef68
* remove commented out codeslaws2010-03-181-19/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924998 13f79535-47bb-0310-9956-ffa450edef68
* Add comment, re. doubts about location of external attachment processingslaws2010-03-181-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924996 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3503 - turn off the automatic application of policy sets based on ↵slaws2010-03-1815-81/+202
| | | | | | intents. Various changes to tests to take account of this change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924994 13f79535-47bb-0310-9956-ffa450edef68
* Add a builder to calculate whether policy sets apply to the element to which ↵slaws2010-03-182-96/+183
| | | | | | they are attached. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924993 13f79535-47bb-0310-9956-ffa450edef68
* Update to use hazelcast bindingantelder2010-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924988 13f79535-47bb-0310-9956-ffa450edef68
* Update to use hazelcast bindingantelder2010-03-182-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924987 13f79535-47bb-0310-9956-ffa450edef68
* Take out compliance tests while they're not workingantelder2010-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924986 13f79535-47bb-0310-9956-ffa450edef68
* Update sca binding mapper to use hazelcast binding if its thereantelder2010-03-181-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924985 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3453 - Updating JMS tests composites to comply with 'sequence' ↵lresende2010-03-182-2/+2
| | | | | | restrictions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924962 13f79535-47bb-0310-9956-ffa450edef68
* Take the compliance tests out of the default trunk build while they're not ↵antelder2010-03-181-1/+1
| | | | | | working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924932 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast binding to buildantelder2010-03-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924931 13f79535-47bb-0310-9956-ffa450edef68
* Add muliplicity attributesantelder2010-03-183-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924929 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3504 - Modifying JMSResponse type definition to reference existent ↵lresende2010-03-181-1/+1
| | | | | | wireFormat global element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924924 13f79535-47bb-0310-9956-ffa450edef68
* Update manifestantelder2010-03-181-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924919 13f79535-47bb-0310-9956-ffa450edef68
* Update hazelcast binding manifestantelder2010-03-181-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924916 13f79535-47bb-0310-9956-ffa450edef68
* Add required @multiplicity for composite reference promotionsrfeng2010-03-1812-17/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924900 13f79535-47bb-0310-9956-ffa450edef68
* Add required @multiplicity for composite reference promotionsrfeng2010-03-184-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924893 13f79535-47bb-0310-9956-ffa450edef68