summaryrefslogtreecommitdiffstats
path: root/sandbox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start adding in a BPEL process for payment processing. slaws2008-11-1720-3/+1012
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718221 13f79535-47bb-0310-9956-ffa450edef68
* some tidying slaws2008-11-1618-705/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718005 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: event binding with JMS-based default bindingrsivaram2008-11-1235-65/+1169
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713362 13f79535-47bb-0310-9956-ffa450edef68
* SCA symbols in open officeslaws2008-11-121-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713352 13f79535-47bb-0310-9956-ffa450edef68
* Add in an SCATours component and have it reference catalog, tripBooking and ↵slaws2008-11-1025-82/+1289
| | | | | | cart components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712648 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711918 ↵edwardsmj2008-11-063-1/+27
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable consumers and producers to be connected via binding.scaedwardsmj2008-11-061-17/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711911 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable consumers and producers to be connected via binding.scaedwardsmj2008-11-062-14/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711909 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable consumers and producers to be connected via binding.scaedwardsmj2008-11-062-1/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711908 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable consumers and producers to be connected via binding.scaedwardsmj2008-11-068-3/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711904 13f79535-47bb-0310-9956-ffa450edef68
* Added a second pair of components with producer / consumer relationship, ↵edwardsmj2008-11-064-3/+78
| | | | | | this time connected by binding.sca within one composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711900 13f79535-47bb-0310-9956-ffa450edef68
* testcase for databinding issueramkumar2008-11-0518-1/+1154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711522 13f79535-47bb-0310-9956-ffa450edef68
* updating my test.txtramkumar2008-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709386 13f79535-47bb-0310-9956-ffa450edef68
* adding my test.txtramkumar2008-10-311-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709382 13f79535-47bb-0310-9956-ffa450edef68
* deleting my test.txtramkumar2008-10-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709381 13f79535-47bb-0310-9956-ffa450edef68
* add my sandbox dirramkumar2008-10-311-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709378 13f79535-47bb-0310-9956-ffa450edef68
* Added in processing for reading EventTypes for CompositeConsumers and ↵edwardsmj2008-10-302-0/+34
| | | | | | Composite Producers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709192 13f79535-47bb-0310-9956-ffa450edef68
* Adding back setOperation & getOperation to Consumer - used by introspection codeedwardsmj2008-10-301-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709191 13f79535-47bb-0310-9956-ffa450edef68
* Adding back setOperation & getOperation to Consumer - used by introspection codeedwardsmj2008-10-301-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709190 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to the spelling of the getEventTypes() method for Consumers and ↵edwardsmj2008-10-304-4/+4
| | | | | | Producers + reading of Component Consumer event types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709174 13f79535-47bb-0310-9956-ffa450edef68
* Added EventTypes to Producer & Consumer (via EventSource & EventTarget ↵edwardsmj2008-10-302-0/+107
| | | | | | interfaces) plus and EventTypes interface and implementation class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709168 13f79535-47bb-0310-9956-ffa450edef68
* Updated the composite files so that the Producer and Consumer elements have ↵edwardsmj2008-10-302-2/+2
| | | | | | @eventType attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709167 13f79535-47bb-0310-9956-ffa450edef68
* Added EventTypes to Producer & Consumer (via EventSource & EventTarget ↵edwardsmj2008-10-305-14/+52
| | | | | | interfaces) plus and EventTypes interface and implementation class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709165 13f79535-47bb-0310-9956-ffa450edef68
* Added @eventTypes attribute to ComponentConsumer, ComponentProducer, ↵edwardsmj2008-10-301-0/+4
| | | | | | Composite Consumer, Composite Producer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709160 13f79535-47bb-0310-9956-ffa450edef68
* EventTypes annotation creatededwardsmj2008-10-292-1/+44
| | | | | | EventType annotation comments updated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708870 13f79535-47bb-0310-9956-ffa450edef68
* @EventTypes annotations added (as examples)edwardsmj2008-10-292-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708868 13f79535-47bb-0310-9956-ffa450edef68
* Adding download scripts for recent tuscany releaseslresende2008-10-284-1/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708618 13f79535-47bb-0310-9956-ffa450edef68
* Updating scripts to include October logslresende2008-10-284-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708437 13f79535-47bb-0310-9956-ffa450edef68
* remove unused diagramsslaws2008-10-245-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707595 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: commit missing pom.xmlrsivaram2008-10-241-0/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707586 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: update pomsrsivaram2008-10-233-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707321 13f79535-47bb-0310-9956-ffa450edef68
* Removed <operation/> child elements from Consumer, Producer, ↵edwardsmj2008-10-211-8/+0
| | | | | | ComponentConsumer, ComponentProducer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706609 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: Fix unit test failurersivaram2008-10-211-34/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706587 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: initial model changesrsivaram2008-10-216-0/+461
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706573 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: initial model changesrsivaram2008-10-2115-0/+763
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706572 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: Initial model changesrsivaram2008-10-2145-23/+1430
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706556 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: Annotations for producers and consumersrsivaram2008-10-202-0/+89
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706269 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: initial samplersivaram2008-10-1710-0/+449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705589 13f79535-47bb-0310-9956-ffa450edef68
* Subset for event prototypersivaram2008-10-1633-2541/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705245 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: subset modules and change version to 1.4-EVENT-SNAPSHOTrsivaram2008-10-161906-162855/+895
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705244 13f79535-47bb-0310-9956-ffa450edef68
* Copy jms samples for event prototypersivaram2008-10-1612-0/+777
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705223 13f79535-47bb-0310-9956-ffa450edef68
* Copy jms samples for event prototypersivaram2008-10-1614-0/+848
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705222 13f79535-47bb-0310-9956-ffa450edef68
* Copy modules for event prototypersivaram2008-10-163682-0/+350606
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705212 13f79535-47bb-0310-9956-ffa450edef68
* Adjust SCA component diagramsslaws2008-10-101-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703512 13f79535-47bb-0310-9956-ffa450edef68
* Give the components more meaningful namesslaws2008-10-081-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702886 13f79535-47bb-0310-9956-ffa450edef68
* Fixing wrong year on scriptslresende2008-10-011-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700903 13f79535-47bb-0310-9956-ffa450edef68
* Updating with september scriptslresende2008-10-014-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700846 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some dependency versionsrfeng2008-09-1916-56/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697159 13f79535-47bb-0310-9956-ffa450edef68
* Add a credit card payment emulator WSrfeng2008-09-024-2/+133
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691111 13f79535-47bb-0310-9956-ffa450edef68
* Add the creditcard payment componentrfeng2008-09-024-4/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691105 13f79535-47bb-0310-9956-ffa450edef68