From 76dc4f598eb7b2eb179f65be4e84b0b69a41f5b6 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Tue, 2 Dec 2008 14:10:40 +0000 Subject: Changes in version to 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722462 13f79535-47bb-0310-9956-ffa450edef68 --- .../demos/alert-aggregator-webapp/pom.xml | 14 +- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- .../sca-java-1.4/demos/bigbank-account/build.xml | 6 +- .../sca-java-1.4/demos/bigbank-account/pom.xml | 6 +- .../demos/bigbank-calculator/build.xml | 2 +- .../sca-java-1.4/demos/bigbank-calculator/pom.xml | 10 +- .../sca-java-1.4/demos/bigbank-stockquote/pom.xml | 10 +- branches/sca-java-1.4/demos/bigbank/pom.xml | 26 +- .../demos/load-balancing-webapp/LICENSE | 205 ----- .../demos/load-balancing-webapp/NOTICE | 6 - .../demos/load-balancing-webapp/README | 76 -- .../demos/load-balancing-webapp/build-tomcat.xml | 96 --- .../demos/load-balancing-webapp/build.xml | 125 --- .../demos/load-balancing-webapp/pom.xml | 349 -------- .../src/main/java/client/LaunchClient.java | 57 -- .../src/main/java/domain/LaunchDomain.java | 33 - .../src/main/java/helloworld/HelloWorldImpl.java | 35 - .../main/java/helloworld/HelloWorldService.java | 31 - .../java/helloworld/HelloWorldServiceClient.java | 42 - .../demos/loadbalancer/rule/RoundRobinRule.java | 96 --- .../helloworldwsclient.composite | 33 - .../src/main/webapp/META-INF/sca-contribution.xml | 24 - .../sca-deployables/helloworldws.composite | 32 - .../src/main/webapp/WEB-INF/web.xml | 37 - .../src/test/resources/apache-80/conf/httpd.conf | 28 - .../resources/apache-80/conf/workers.properties | 18 - .../src/test/resources/tomcat-8085/conf/server.xml | 391 --------- .../webapps/balancer/WEB-INF/config/rules.xml | 26 - .../src/test/resources/tomcat-8086/conf/server.xml | 391 --------- .../src/test/resources/tomcat-8087/conf/server.xml | 391 --------- .../demos/mortgage-creditcheck/pom.xml | 10 +- .../demos/mortgage-loanapproval/pom.xml | 12 +- branches/sca-java-1.4/demos/pom.xml | 2 +- .../demos/workpool-distributed/LICENSE | 205 ----- .../sca-java-1.4/demos/workpool-distributed/NOTICE | 6 - .../demos/workpool-distributed/build.xml | 446 ---------- .../demos/workpool-distributed/pom.xml | 148 ---- .../src/main/java/node/DomainNode.java | 57 -- .../src/main/java/node/DomainNodeDaemon.java | 79 -- .../src/main/java/node/TestJob.java | 82 -- .../src/main/java/node/WorkpoolDaemon.java | 271 ------ .../src/main/java/node/WorkpoolNode.java | 179 ---- .../src/main/java/node/workerRules1.drl | 13 - .../main/java/workpool/MetaComponentWorker.java | 85 -- .../src/main/java/workpool/MyWorker.java | 46 - .../src/main/java/workpool/NullJob.java | 43 - .../src/main/java/workpool/ResultJob.java | 54 -- .../src/main/java/workpool/Trigger.java | 29 - .../src/main/java/workpool/WorkerManager.java | 31 - .../src/main/java/workpool/WorkerManagerImpl.java | 213 ----- .../src/main/java/workpool/WorkerService.java | 56 -- .../main/java/workpool/WorkerServiceCallback.java | 27 - .../src/main/java/workpool/WorkerServiceImpl.java | 171 ---- .../src/main/java/workpool/WorkpoolBean.java | 162 ---- .../main/java/workpool/WorkpoolBeanListener.java | 25 - .../src/main/java/workpool/WorkpoolEvent.java | 71 -- .../src/main/java/workpool/WorkpoolManager.java | 48 -- .../main/java/workpool/WorkpoolManagerImpl.java | 555 ------------ .../src/main/java/workpool/WorkpoolService.java | 91 -- .../main/java/workpool/WorkpoolServiceImpl.java | 416 --------- .../resources/nodeA/META-INF/sca-contribution.xml | 24 - .../src/main/resources/nodeA/Workpool.composite | 47 - .../resources/nodeB/META-INF/sca-contribution.xml | 24 - .../src/main/resources/nodeB/Workpool.composite | 38 - .../resources/nodeC/META-INF/sca-contribution.xml | 24 - .../src/main/resources/nodeC/Workpool.composite | 38 - .../resources/nodeD/META-INF/sca-contribution.xml | 24 - .../src/main/resources/nodeD/Workpool.composite | 38 - .../resources/nodeE/META-INF/sca-contribution.xml | 24 - .../src/main/resources/nodeE/Workpool.composite | 38 - .../src/test/java/workpool/AComponent.java | 25 - .../demos/workpool-distributed/workerRules.drl | 9 - .../demos/workpool-distributed/workerRules1.drl | 9 - .../demos/workpool-distributed/workerRules2.drl | 8 - .../demos/workpool-distributed/workerRules3.drl | 14 - branches/sca-java-1.4/demos/xml-bigbank/pom.xml | 18 +- .../distribution/bundle-minimal/pom.xml | 948 ++++++++++----------- branches/sca-java-1.4/distribution/bundle/pom.xml | 2 +- .../sca-java-1.4/distribution/features/all/pom.xml | 478 +++++------ .../features/all/src/main/assembly/bin.xml | 2 +- .../features/all/src/main/assembly/src.xml | 2 +- .../distribution/features/core/pom.xml | 668 +++++++-------- .../features/core/src/main/assembly/bin.xml | 2 +- .../features/core/src/main/assembly/src.xml | 2 +- .../distribution/features/ejava/pom.xml | 356 ++++---- .../features/ejava/src/main/assembly/bin.xml | 2 +- .../features/ejava/src/main/assembly/src.xml | 2 +- .../distribution/features/manager/pom.xml | 516 +++++------ .../features/manager/src/main/assembly/bin.xml | 2 +- .../features/manager/src/main/assembly/src.xml | 2 +- .../sca-java-1.4/distribution/features/pom.xml | 2 +- .../distribution/features/process/pom.xml | 308 +++---- .../features/process/src/main/assembly/bin.xml | 2 +- .../features/process/src/main/assembly/src.xml | 2 +- .../distribution/features/repository/pom.xml | 358 ++++---- .../repository/src/main/assembly/repository.xml | 2 +- .../distribution/features/web20/pom.xml | 414 ++++----- .../features/web20/src/main/assembly/bin.xml | 2 +- .../features/web20/src/main/assembly/src.xml | 2 +- .../distribution/features/webservice/pom.xml | 458 +++++----- .../features/webservice/src/main/assembly/bin.xml | 2 +- .../features/webservice/src/main/assembly/src.xml | 2 +- .../sca-java-1.4/distribution/manifest/pom.xml | 2 +- branches/sca-java-1.4/distribution/pom.xml | 6 +- .../sca-java-1.4/distribution/standalone/pom.xml | 2 +- branches/sca-java-1.4/distribution/tomcat/pom.xml | 2 +- branches/sca-java-1.4/distribution/war/pom.xml | 2 +- branches/sca-java-1.4/distribution/webapp/pom.xml | 2 +- branches/sca-java-1.4/itest/admin/pom.xml | 120 +-- .../itest/binding-sca-jms/client/pom.xml | 126 +-- .../sca-java-1.4/itest/binding-sca-jms/pom.xml | 72 +- .../itest/binding-sca-jms/service/pom.xml | 126 +-- .../itest/bpel/helloworld-reference/pom.xml | 14 +- .../sca-java-1.4/itest/bpel/helloworld-ws/pom.xml | 14 +- .../sca-java-1.4/itest/bpel/helloworld/pom.xml | 10 +- branches/sca-java-1.4/itest/bpel/pom.xml | 2 +- branches/sca-java-1.4/itest/builder/pom.xml | 212 ++--- .../itest/callablereferences-ws/pom.xml | 118 +-- .../sca-java-1.4/itest/callablereferences/pom.xml | 16 +- branches/sca-java-1.4/itest/callback-api/pom.xml | 6 +- branches/sca-java-1.4/itest/callback-basic/pom.xml | 6 +- .../itest/callback-complex-type/pom.xml | 6 +- branches/sca-java-1.4/itest/callback-id/pom.xml | 6 +- .../itest/callback-multiple-wires/pom.xml | 6 +- .../itest/callback-separatethread/pom.xml | 6 +- .../itest/callback-set-callback/pom.xml | 6 +- .../itest/callback-set-conversation/pom.xml | 6 +- branches/sca-java-1.4/itest/component-type/pom.xml | 6 +- .../contribution-classes/pom.xml | 6 +- .../contribution-test/pom.xml | 8 +- .../itest/contribution-classloader/pom.xml | 6 +- .../export-composite/pom.xml | 134 +-- .../contribution-import-export/export-java/pom.xml | 134 +-- .../export-resource/pom.xml | 2 +- .../contribution-import-export/export-wsdl/pom.xml | 62 +- .../import-composite/pom.xml | 146 ++-- .../contribution-import-export/import-java/pom.xml | 146 ++-- .../import-resource/pom.xml | 18 +- .../contribution-import-export/import-wsdl/pom.xml | 146 ++-- .../itest/contribution-import-export/pom.xml | 112 +-- .../itest/contribution-multiple/pom.xml | 8 +- branches/sca-java-1.4/itest/contribution/pom.xml | 104 +-- .../sca-java-1.4/itest/conversations-ws/pom.xml | 120 +-- branches/sca-java-1.4/itest/conversations/pom.xml | 6 +- branches/sca-java-1.4/itest/corba/pom.xml | 20 +- .../sca-java-1.4/itest/databindings/common/pom.xml | 4 +- .../itest/databindings/interop/pom.xml | 6 +- .../itest/databindings/jaxb-bottom-up/pom.xml | 6 +- .../itest/databindings/jaxb-top-down/pom.xml | 24 +- .../itest/databindings/jaxbgen/pom.xml | 6 +- branches/sca-java-1.4/itest/databindings/pom.xml | 4 +- .../sca-java-1.4/itest/databindings/sdogen/pom.xml | 4 +- branches/sca-java-1.4/itest/domain/pom.xml | 200 ++--- .../itest/exceptions-cross-binding-ws/pom.xml | 22 +- .../itest/exceptions-cross-binding/pom.xml | 22 +- .../itest/exceptions-simple-ws/pom.xml | 10 +- branches/sca-java-1.4/itest/exceptions/pom.xml | 6 +- branches/sca-java-1.4/itest/extended-api/pom.xml | 6 +- branches/sca-java-1.4/itest/interfaces/pom.xml | 6 +- .../sca-java-1.4/itest/interop-soap-client/pom.xml | 20 +- .../itest/interop-soap-round2-client/pom.xml | 20 +- .../itest/interop-soap-service/pom.xml | 12 +- branches/sca-java-1.4/itest/jms-args/pom.xml | 186 ++-- branches/sca-java-1.4/itest/jms-callbacks/pom.xml | 188 ++-- .../sca-java-1.4/itest/jms-definitions/pom.xml | 186 ++-- branches/sca-java-1.4/itest/jms-format/pom.xml | 10 +- branches/sca-java-1.4/itest/jms-selectors/pom.xml | 186 ++-- branches/sca-java-1.4/itest/jms-topics/pom.xml | 188 ++-- branches/sca-java-1.4/itest/jms/pom.xml | 12 +- branches/sca-java-1.4/itest/large-sdo-ws/pom.xml | 12 +- .../itest/late-reference-resolution/pom.xml | 22 +- branches/sca-java-1.4/itest/oneway/build.xml | 254 +++--- branches/sca-java-1.4/itest/oneway/pom.xml | 118 +-- .../itest/operation-overloading/pom.xml | 6 +- .../contribution-classes-v2/pom.xml | 12 +- .../osgi-contribution/contribution-classes/pom.xml | 12 +- .../osgi-contribution/contribution-test/pom.xml | 12 +- .../sca-java-1.4/itest/osgi-contribution/pom.xml | 6 +- .../sca-java-1.4/itest/osgi-implementation/pom.xml | 20 +- .../itest/osgi-tuscany/osgi-tuscany-test/pom.xml | 198 ++--- branches/sca-java-1.4/itest/osgi-tuscany/pom.xml | 78 +- .../itest/osgi-tuscany/test-bundles/pom.xml | 248 +++--- .../osgi-tuscany/tuscany-osgi-installer/pom.xml | 2 +- .../itest/osgi-tuscany/tuscany-versioned/pom.xml | 4 +- .../itest/policy-security-basicauth/pom.xml | 16 +- .../itest/policy-security-jsr250/pom.xml | 12 +- .../itest/policy-security-token/pom.xml | 14 +- .../sca-java-1.4/itest/policy-security/pom.xml | 10 +- branches/sca-java-1.4/itest/policy/pom.xml | 10 +- branches/sca-java-1.4/itest/pom.xml | 16 +- .../itest/promotion-interface-missmatch/pom.xml | 10 +- branches/sca-java-1.4/itest/properties/pom.xml | 182 ++-- .../itest/recursive-multi-level/pom.xml | 6 +- branches/sca-java-1.4/itest/recursive-ws/pom.xml | 14 +- branches/sca-java-1.4/itest/recursive/pom.xml | 6 +- .../itest/references-collection/pom.xml | 8 +- branches/sca-java-1.4/itest/references/pom.xml | 8 +- branches/sca-java-1.4/itest/scopes/pom.xml | 6 +- branches/sca-java-1.4/itest/serialization/pom.xml | 12 +- branches/sca-java-1.4/itest/services/pom.xml | 6 +- branches/sca-java-1.4/itest/spring/pom.xml | 20 +- branches/sca-java-1.4/itest/transaction/pom.xml | 8 +- branches/sca-java-1.4/itest/validation/pom.xml | 36 +- branches/sca-java-1.4/itest/wires/pom.xml | 6 +- .../sca-java-1.4/itest/ws-void-args-return/pom.xml | 122 +-- branches/sca-java-1.4/itest/wsdl-multiple/pom.xml | 16 +- branches/sca-java-1.4/itest/wsdl/pom.xml | 16 +- branches/sca-java-1.4/itest/wsdl2java/pom.xml | 18 +- branches/sca-java-1.4/itest/wsdlless/pom.xml | 16 +- branches/sca-java-1.4/modules/api/pom.xml | 608 ++++++------- .../sca-java-1.4/modules/assembly-java-dsl/pom.xml | 4 +- branches/sca-java-1.4/modules/assembly-xml/pom.xml | 24 +- branches/sca-java-1.4/modules/assembly-xsd/pom.xml | 2 +- branches/sca-java-1.4/modules/assembly/pom.xml | 10 +- .../modules/binding-atom-abdera/pom.xml | 24 +- branches/sca-java-1.4/modules/binding-atom/pom.xml | 8 +- .../modules/binding-corba-runtime/pom.xml | 10 +- .../sca-java-1.4/modules/binding-corba/pom.xml | 8 +- branches/sca-java-1.4/modules/binding-dwr/pom.xml | 190 ++--- .../modules/binding-ejb-runtime/pom.xml | 10 +- branches/sca-java-1.4/modules/binding-ejb/pom.xml | 10 +- branches/sca-java-1.4/modules/binding-feed/pom.xml | 20 +- .../modules/binding-gdata-runtime/pom.xml | 22 +- .../sca-java-1.4/modules/binding-gdata/pom.xml | 8 +- .../modules/binding-gdata2-runtime/pom.xml | 22 +- .../sca-java-1.4/modules/binding-gdata2/pom.xml | 6 +- .../modules/binding-http-runtime/pom.xml | 18 +- branches/sca-java-1.4/modules/binding-http/pom.xml | 8 +- .../modules/binding-jms-policy/pom.xml | 12 +- .../modules/binding-jms-runtime/pom.xml | 24 +- branches/sca-java-1.4/modules/binding-jms/pom.xml | 4 +- .../modules/binding-jsonrpc-runtime/pom.xml | 20 +- .../sca-java-1.4/modules/binding-jsonrpc/pom.xml | 8 +- .../modules/binding-notification/pom.xml | 300 +++---- .../modules/binding-rmi-runtime/pom.xml | 14 +- branches/sca-java-1.4/modules/binding-rmi/pom.xml | 12 +- .../sca-java-1.4/modules/binding-rss-rome/pom.xml | 22 +- branches/sca-java-1.4/modules/binding-rss/pom.xml | 14 +- .../sca-java-1.4/modules/binding-sca-axis2/pom.xml | 206 ++--- .../sca-java-1.4/modules/binding-sca-corba/pom.xml | 18 +- .../sca-java-1.4/modules/binding-sca-jms/pom.xml | 230 ++--- .../sca-java-1.4/modules/binding-sca-xml/pom.xml | 6 +- branches/sca-java-1.4/modules/binding-sca/pom.xml | 12 +- .../modules/binding-ws-axis2-policy/pom.xml | 10 +- .../sca-java-1.4/modules/binding-ws-axis2/pom.xml | 28 +- .../modules/binding-ws-wsdlgen/pom.xml | 20 +- .../sca-java-1.4/modules/binding-ws-xml/pom.xml | 18 +- branches/sca-java-1.4/modules/binding-ws/pom.xml | 6 +- .../modules/contribution-groovy/pom.xml | 8 +- .../sca-java-1.4/modules/contribution-impl/pom.xml | 6 +- .../sca-java-1.4/modules/contribution-java/pom.xml | 6 +- .../sca-java-1.4/modules/contribution-jee/pom.xml | 18 +- .../modules/contribution-namespace/pom.xml | 6 +- .../sca-java-1.4/modules/contribution-osgi/pom.xml | 10 +- .../modules/contribution-resource/pom.xml | 6 +- .../modules/contribution-updater-impl/pom.xml | 22 +- .../modules/contribution-updater/pom.xml | 22 +- .../sca-java-1.4/modules/contribution-xml/pom.xml | 4 +- branches/sca-java-1.4/modules/contribution/pom.xml | 6 +- .../sca-java-1.4/modules/core-databinding/pom.xml | 2 +- branches/sca-java-1.4/modules/core-spi/pom.xml | 16 +- branches/sca-java-1.4/modules/core-spring/pom.xml | 20 +- branches/sca-java-1.4/modules/core/pom.xml | 12 +- branches/sca-java-1.4/modules/data-api/pom.xml | 116 +-- .../modules/data-engine-helper/pom.xml | 20 +- .../sca-java-1.4/modules/databinding-axiom/pom.xml | 6 +- .../modules/databinding-fastinfoset/pom.xml | 6 +- .../modules/databinding-jaxb-axiom/pom.xml | 6 +- .../sca-java-1.4/modules/databinding-jaxb/pom.xml | 8 +- .../sca-java-1.4/modules/databinding-job/pom.xml | 8 +- .../sca-java-1.4/modules/databinding-json/pom.xml | 6 +- .../sca-java-1.4/modules/databinding-saxon/pom.xml | 6 +- .../modules/databinding-sdo-axiom/pom.xml | 6 +- .../sca-java-1.4/modules/databinding-sdo/pom.xml | 8 +- .../modules/databinding-xmlbeans/pom.xml | 6 +- .../modules/databinding-xstream/pom.xml | 6 +- branches/sca-java-1.4/modules/databinding/pom.xml | 12 +- .../sca-java-1.4/modules/definitions-xml/pom.xml | 164 ++-- branches/sca-java-1.4/modules/definitions/pom.xml | 140 +-- .../sca-java-1.4/modules/domain-manager/pom.xml | 44 +- branches/sca-java-1.4/modules/endpoint/pom.xml | 20 +- .../modules/extensibility-equinox/pom.xml | 4 +- .../modules/extensibility-osgi/pom.xml | 4 +- .../sca-java-1.4/modules/extensibility/pom.xml | 2 +- .../sca-java-1.4/modules/extension-helper/pom.xml | 10 +- .../sca-java-1.4/modules/host-corba-jee/pom.xml | 6 +- .../modules/host-corba-jse-tns/pom.xml | 8 +- .../sca-java-1.4/modules/host-corba-jse/pom.xml | 4 +- branches/sca-java-1.4/modules/host-corba/pom.xml | 4 +- branches/sca-java-1.4/modules/host-ejb/pom.xml | 114 +-- .../sca-java-1.4/modules/host-embedded/pom.xml | 28 +- branches/sca-java-1.4/modules/host-http/pom.xml | 4 +- branches/sca-java-1.4/modules/host-jetty/pom.xml | 4 +- branches/sca-java-1.4/modules/host-openejb/pom.xml | 206 ++--- branches/sca-java-1.4/modules/host-osgi/pom.xml | 4 +- branches/sca-java-1.4/modules/host-rmi/pom.xml | 114 +-- branches/sca-java-1.4/modules/host-tomcat/pom.xml | 4 +- .../sca-java-1.4/modules/host-webapp-junit/pom.xml | 2 +- branches/sca-java-1.4/modules/host-webapp/pom.xml | 8 +- .../modules/implementation-bpel-jbpm/pom.xml | 28 +- .../modules/implementation-bpel-ode/pom.xml | 900 +++++++++---------- .../modules/implementation-bpel/pom.xml | 196 ++--- .../modules/implementation-das/pom.xml | 396 ++++----- .../modules/implementation-data-xml/pom.xml | 440 +++++----- .../modules/implementation-ejb/pom.xml | 8 +- .../modules/implementation-java-runtime/pom.xml | 12 +- .../modules/implementation-java-xml/pom.xml | 8 +- .../modules/implementation-java/pom.xml | 8 +- .../modules/implementation-jee/pom.xml | 8 +- .../modules/implementation-node-runtime/pom.xml | 14 +- .../modules/implementation-node/pom.xml | 12 +- .../modules/implementation-notification/pom.xml | 220 ++--- .../modules/implementation-openjpa/pom.xml | 22 +- .../modules/implementation-osgi/pom.xml | 30 +- .../implementation-resource-runtime/pom.xml | 10 +- .../modules/implementation-resource/pom.xml | 8 +- .../modules/implementation-script/pom.xml | 394 ++++----- .../modules/implementation-spring/pom.xml | 20 +- .../modules/implementation-web-runtime/pom.xml | 10 +- .../modules/implementation-web/pom.xml | 176 ++-- .../modules/implementation-widget-runtime/pom.xml | 18 +- .../modules/implementation-widget/pom.xml | 8 +- .../modules/implementation-xquery/pom.xml | 16 +- .../modules/interface-java-jaxws/pom.xml | 8 +- .../modules/interface-java-xml/pom.xml | 12 +- .../sca-java-1.4/modules/interface-java/pom.xml | 12 +- .../modules/interface-wsdl-xml/pom.xml | 16 +- .../sca-java-1.4/modules/interface-wsdl/pom.xml | 10 +- branches/sca-java-1.4/modules/interface/pom.xml | 4 +- branches/sca-java-1.4/modules/monitor/pom.xml | 2 +- branches/sca-java-1.4/modules/node-api/pom.xml | 122 +-- branches/sca-java-1.4/modules/node-dynamic/pom.xml | 186 ++-- branches/sca-java-1.4/modules/node-impl/pom.xml | 32 +- .../modules/node-launcher-equinox/pom.xml | 12 +- .../modules/node-launcher-osgi/pom.xml | 14 +- .../modules/node-launcher-webapp/pom.xml | 4 +- .../sca-java-1.4/modules/node-launcher/pom.xml | 2 +- branches/sca-java-1.4/modules/node-manager/pom.xml | 24 +- branches/sca-java-1.4/modules/osgi-runtime/pom.xml | 6 +- .../sca-java-1.4/modules/policy-logging/pom.xml | 154 ++-- .../modules/policy-reliability/pom.xml | 8 +- .../modules/policy-security-jsr250/pom.xml | 10 +- .../sca-java-1.4/modules/policy-security/pom.xml | 148 ++-- .../modules/policy-transaction/pom.xml | 8 +- .../sca-java-1.4/modules/policy-xml-ws/pom.xml | 8 +- branches/sca-java-1.4/modules/policy-xml/pom.xml | 152 ++-- branches/sca-java-1.4/modules/policy/pom.xml | 4 +- branches/sca-java-1.4/modules/pom.xml | 2 +- .../modules/runtime-standalone/pom.xml | 2 +- .../sca-java-1.4/modules/runtime-tomcat/pom.xml | 8 +- branches/sca-java-1.4/modules/runtime-war/pom.xml | 2 +- branches/sca-java-1.4/modules/runtime/pom.xml | 10 +- branches/sca-java-1.4/modules/runtime2/pom.xml | 658 +++++++------- branches/sca-java-1.4/modules/sca-api/pom.xml | 2 +- branches/sca-java-1.4/modules/scdl4j/pom.xml | 630 +++++++------- .../modules/thirdparty-library/pom.xml | 2 +- .../sca-java-1.4/modules/tracing-aspectj/pom.xml | 218 ++--- .../sca-java-1.4/modules/workspace-impl/pom.xml | 12 +- .../sca-java-1.4/modules/workspace-xml/pom.xml | 4 +- branches/sca-java-1.4/modules/workspace/pom.xml | 6 +- branches/sca-java-1.4/modules/xsd-xml/pom.xml | 164 ++-- branches/sca-java-1.4/modules/xsd/pom.xml | 158 ++-- .../samples/binding-echo-extension/pom.xml | 10 +- branches/sca-java-1.4/samples/binding-echo/pom.xml | 8 +- .../samples/binding-notification-broker/pom.xml | 196 ++--- .../samples/binding-notification-consumer/pom.xml | 232 ++--- .../samples/binding-notification-producer/pom.xml | 254 +++--- .../samples/calculator-corba-reference/pom.xml | 148 ++-- .../samples/calculator-corba-service/pom.xml | 148 ++-- .../samples/calculator-distributed/build.xml | 30 +- .../samples/calculator-distributed/pom.xml | 20 +- .../calculator-implementation-policies/pom.xml | 156 ++-- .../sca-java-1.4/samples/calculator-lean/README | 87 -- .../samples/calculator-lean/calculator.png | Bin 20552 -> 0 bytes .../samples/calculator-lean/calculator.svg | 329 ------- .../sca-java-1.4/samples/calculator-lean/pom.xml | 71 -- .../src/main/java/calculator/AddService.java | 28 - .../src/main/java/calculator/AddServiceImpl.java | 35 - .../src/main/java/calculator/CalculatorClient.java | 51 -- .../main/java/calculator/CalculatorService.java | 35 - .../java/calculator/CalculatorServiceImpl.java | 70 -- .../src/main/java/calculator/DivideService.java | 28 - .../main/java/calculator/DivideServiceImpl.java | 35 - .../src/main/java/calculator/MultiplyService.java | 28 - .../main/java/calculator/MultiplyServiceImpl.java | 35 - .../src/main/java/calculator/SubtractService.java | 28 - .../main/java/calculator/SubtractServiceImpl.java | 35 - .../src/main/resources/Calculator.composite | 54 -- .../src/main/resources/CalculatorTest.composite | 32 - .../test/java/calculator/CalculatorTestCase.java | 62 -- .../sca-java-1.4/samples/calculator-osgi/README | 97 --- .../sca-java-1.4/samples/calculator-osgi/build.xml | 72 -- .../samples/calculator-osgi/calculator.png | Bin 20552 -> 0 bytes .../samples/calculator-osgi/calculator.svg | 329 ------- .../sca-java-1.4/samples/calculator-osgi/pom.xml | 99 --- .../src/main/java/calculator/AddService.java | 28 - .../src/main/java/calculator/AddServiceImpl.java | 35 - .../src/main/java/calculator/CalculatorClient.java | 62 -- .../main/java/calculator/CalculatorService.java | 35 - .../java/calculator/CalculatorServiceImpl.java | 70 -- .../src/main/java/calculator/DivideService.java | 28 - .../main/java/calculator/DivideServiceImpl.java | 35 - .../src/main/java/calculator/MultiplyService.java | 28 - .../main/java/calculator/MultiplyServiceImpl.java | 35 - .../src/main/java/calculator/SubtractService.java | 28 - .../main/java/calculator/SubtractServiceImpl.java | 35 - .../src/main/resources/Calculator.composite | 54 -- .../test/java/calculator/CalculatorTestCase.java | 57 -- .../samples/calculator-rcp/build.properties | 5 - .../samples/calculator-rcp/icons/alt_window_16.gif | Bin 637 -> 0 bytes .../samples/calculator-rcp/icons/alt_window_32.gif | Bin 1192 -> 0 bytes .../sca-java-1.4/samples/calculator-rcp/plugin.xml | 31 - .../sca-java-1.4/samples/calculator-rcp/pom.xml | 126 --- .../src/main/java/Calculator.composite | 54 -- .../src/main/java/calculator/AddService.java | 28 - .../src/main/java/calculator/AddServiceImpl.java | 35 - .../src/main/java/calculator/CalculatorClient.java | 52 -- .../main/java/calculator/CalculatorService.java | 34 - .../java/calculator/CalculatorServiceImpl.java | 69 -- .../src/main/java/calculator/DivideService.java | 28 - .../main/java/calculator/DivideServiceImpl.java | 35 - .../src/main/java/calculator/MultiplyService.java | 28 - .../main/java/calculator/MultiplyServiceImpl.java | 35 - .../src/main/java/calculator/SubtractService.java | 28 - .../main/java/calculator/SubtractServiceImpl.java | 35 - .../src/main/java/calculator/rcp/Activator.java | 94 -- .../src/main/java/calculator/rcp/Application.java | 63 -- .../rcp/ApplicationActionBarAdvisor.java | 65 -- .../rcp/ApplicationWorkbenchAdvisor.java | 37 - .../rcp/ApplicationWorkbenchWindowAdvisor.java | 44 - .../src/main/java/calculator/rcp/Perspective.java | 34 - .../src/main/java/calculator/rcp/View.java | 88 -- .../samples/calculator-rmi-reference/pom.xml | 136 +-- .../samples/calculator-rmi-service/pom.xml | 136 +-- .../sca-java-1.4/samples/calculator-script/pom.xml | 10 +- .../sca-java-1.4/samples/calculator-webapp/pom.xml | 190 ++--- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- .../samples/calculator-ws-secure-webapp/pom.xml | 202 ++--- .../src/main/webapp/WEB-INF/geronimo-web.xml | 66 +- .../samples/calculator-ws-webapp/pom.xml | 204 ++--- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- branches/sca-java-1.4/samples/calculator/pom.xml | 8 +- branches/sca-java-1.4/samples/calculator2/README | 97 --- .../sca-java-1.4/samples/calculator2/build.xml | 72 -- .../samples/calculator2/calculator.png | Bin 20552 -> 0 bytes .../samples/calculator2/calculator.svg | 329 ------- branches/sca-java-1.4/samples/calculator2/pom.xml | 65 -- .../src/main/java/calculator/AddService.java | 28 - .../src/main/java/calculator/AddServiceImpl.java | 35 - .../src/main/java/calculator/CalculatorClient.java | 45 - .../main/java/calculator/CalculatorService.java | 35 - .../java/calculator/CalculatorServiceImpl.java | 70 -- .../src/main/java/calculator/DivideService.java | 28 - .../main/java/calculator/DivideServiceImpl.java | 35 - .../src/main/java/calculator/MultiplyService.java | 28 - .../main/java/calculator/MultiplyServiceImpl.java | 35 - .../src/main/java/calculator/SubtractService.java | 28 - .../main/java/calculator/SubtractServiceImpl.java | 35 - .../src/main/resources/Calculator.composite | 49 -- .../test/java/calculator/CalculatorTestCase.java | 51 -- .../samples/callback-ws-client/pom.xml | 172 ++-- .../samples/callback-ws-service/pom.xml | 158 ++-- .../sca-java-1.4/samples/callbacks-jms/pom.xml | 194 ++--- branches/sca-java-1.4/samples/chat-webapp/pom.xml | 194 ++--- branches/sca-java-1.4/samples/chat2-webapp/README | 61 -- .../sca-java-1.4/samples/chat2-webapp/build.xml | 117 --- branches/sca-java-1.4/samples/chat2-webapp/pom.xml | 104 --- .../src/main/java/sample/ChatCallback.java | 27 - .../src/main/java/sample/ChatService.java | 32 - .../src/main/java/sample/ChatServiceImpl.java | 36 - .../chat2-webapp/src/main/resources/chat.composite | 40 - .../src/main/webapp/META-INF/sca-contribution.xml | 24 - .../chat2-webapp/src/main/webapp/WEB-INF/web.xml | 37 - .../samples/chat2-webapp/src/main/webapp/chat.html | 73 -- .../samples/customer-dojo-webapp/pom.xml | 14 +- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- .../sca-java-1.4/samples/customer-dojo/pom.xml | 18 +- .../sca-java-1.4/samples/databinding-echo/pom.xml | 12 +- .../sca-java-1.4/samples/domain-management/pom.xml | 42 +- .../sca-java-1.4/samples/domain-webapp/build.xml | 592 ++++++------- .../sca-java-1.4/samples/domain-webapp/pom.xml | 202 ++--- .../samples/feed-aggregator-webapp/pom.xml | 12 +- .../sca-java-1.4/samples/feed-aggregator/pom.xml | 12 +- .../samples/helloworld-bpel-ws/pom.xml | 410 ++++----- .../sca-java-1.4/samples/helloworld-bpel/pom.xml | 12 +- .../helloworld-distributed/helloworld-node/pom.xml | 114 +-- .../helloworld-webapp/build.xml | 254 +++--- .../helloworld-webapp/pom.xml | 156 ++-- .../samples/helloworld-dojo-webapp/pom.xml | 10 +- .../samples/helloworld-jms-webapp/pom.xml | 2 +- .../samples/helloworld-jsonrpc-webapp/pom.xml | 10 +- .../sca-java-1.4/samples/helloworld-jsp/pom.xml | 54 -- .../src/main/java/sample/HelloworldService.java | 7 - .../main/java/sample/HelloworldServiceImpl.java | 12 - .../webapp/META-INF/sca-deployables/web.composite | 34 - .../helloworld-jsp/src/main/webapp/WEB-INF/web.xml | 42 - .../helloworld-jsp/src/main/webapp/hello.jsp | 36 - .../samples/helloworld-reference-jms/pom.xml | 194 ++--- .../samples/helloworld-service-jms/pom.xml | 180 ++-- .../samples/helloworld-servlet/pom.xml | 61 -- .../src/main/java/sample/HelloworldService.java | 7 - .../main/java/sample/HelloworldServiceImpl.java | 12 - .../src/main/java/sample/HelloworldServlet.java | 65 -- .../webapp/META-INF/sca-deployables/web.composite | 33 - .../src/main/webapp/WEB-INF/web.xml | 52 -- .../helloworld-servlet/src/main/webapp/hello.html | 46 - .../samples/helloworld-web-callback/pom.xml | 136 +-- .../sca-java-1.4/samples/helloworld-web/pom.xml | 136 +-- .../samples/helloworld-ws-deep-webapp/build.xml | 316 +++---- .../samples/helloworld-ws-deep-webapp/pom.xml | 4 +- .../samples/helloworld-ws-reference-jms/pom.xml | 10 +- .../samples/helloworld-ws-reference-lean/pom.xml | 10 +- .../samples/helloworld-ws-reference-secure/pom.xml | 170 ++-- .../samples/helloworld-ws-reference/pom.xml | 10 +- .../samples/helloworld-ws-sdo-webapp/pom.xml | 16 +- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- .../sca-java-1.4/samples/helloworld-ws-sdo/pom.xml | 12 +- .../samples/helloworld-ws-service-jms/pom.xml | 184 ++-- .../samples/helloworld-ws-service-secure/pom.xml | 170 ++-- .../samples/helloworld-ws-service-webapp/build.xml | 314 +++---- .../samples/helloworld-ws-service-webapp/pom.xml | 8 +- .../src/main/webapp/WEB-INF/geronimo-web.xml | 2 +- .../samples/helloworld-ws-service/pom.xml | 10 +- .../samples/implementation-composite/pom.xml | 8 +- .../samples/implementation-crud-extension/pom.xml | 10 +- .../samples/implementation-crud/pom.xml | 6 +- .../samples/implementation-notification/pom.xml | 152 ++-- .../samples/implementation-pojo-extension/pom.xml | 10 +- .../sca-java-1.4/samples/loanapplication/pom.xml | 130 +-- .../sca-java-1.4/samples/osgi-supplychain/pom.xml | 8 +- .../sca-java-1.4/samples/photo-gallery/pom.xml | 18 +- branches/sca-java-1.4/samples/pom.xml | 2 +- branches/sca-java-1.4/samples/quote-xquery/pom.xml | 14 +- .../samples/simple-bigbank-spring/pom.xml | 38 +- .../sca-java-1.4/samples/simple-bigbank/pom.xml | 6 +- .../samples/simple-callback-ws/pom.xml | 10 +- .../sca-java-1.4/samples/simple-callback/pom.xml | 6 +- .../samples/spi-implementation-pojo/pom.xml | 4 +- .../samples/spring-bigbank-calculator/pom.xml | 50 +- .../samples/spring-bigbank-checkaccount/pom.xml | 264 +++--- .../samples/spring-bigbank-stockquote/pom.xml | 50 +- .../sca-java-1.4/samples/store-distributed/pom.xml | 22 +- branches/sca-java-1.4/samples/store/pom.xml | 18 +- branches/sca-java-1.4/samples/supplychain/pom.xml | 6 +- branches/sca-java-1.4/samples/web-resource/pom.xml | 10 +- .../sca-java-1.4/samples/zipcode-jaxws/pom.xml | 12 +- .../tools/eclipse/features/core/feature.xml | 4 +- .../tools/eclipse/features/core/pom.xml | 2 +- .../tools/eclipse/plugins/core/pom.xml | 2 +- branches/sca-java-1.4/tools/eclipse/pom.xml | 2 +- .../tools/eclipse/site/updatesite/pom.xml | 6 +- .../tools/eclipse/site/updatesite/site.xml | 12 +- .../tools/eclipse34/features/core/pom.xml | 2 +- .../tools/eclipse34/features/ejava/pom.xml | 2 +- .../tools/eclipse34/features/manager/pom.xml | 2 +- .../tools/eclipse34/features/process/pom.xml | 2 +- .../tools/eclipse34/features/web20/pom.xml | 2 +- .../tools/eclipse34/features/webservice/pom.xml | 2 +- .../tools/eclipse34/plugins/core/pom.xml | 6 +- .../tools/eclipse34/plugins/ejava/pom.xml | 8 +- .../tools/eclipse34/plugins/manager/pom.xml | 8 +- .../tools/eclipse34/plugins/process/pom.xml | 8 +- .../tools/eclipse34/plugins/web20/pom.xml | 8 +- .../tools/eclipse34/plugins/webservice/pom.xml | 8 +- branches/sca-java-1.4/tools/eclipse34/pom.xml | 2 +- .../tools/eclipse34/site/updatesite/pom.xml | 26 +- .../tools/eclipse34/site/updatesite/site.xml | 36 +- branches/sca-java-1.4/tools/java2wsdl/pom.xml | 6 +- .../tools/maven/maven-ant-generator/pom.xml | 2 +- .../tools/maven/maven-dependency-lister/pom.xml | 142 +-- .../tools/maven/maven-incremental-build/pom.xml | 2 +- .../tools/maven/maven-java2wsdl/pom.xml | 4 +- .../tools/maven/maven-osgi-junit/pom.xml | 4 +- .../maven/maven-tuscany-bundle-plugin/pom.xml | 2 +- .../tools/maven/maven-web-junit/pom.xml | 2 +- .../tools/maven/maven-wsdl2java/pom.xml | 4 +- branches/sca-java-1.4/tools/maven/pom.xml | 2 +- branches/sca-java-1.4/tools/pom.xml | 96 +-- .../sca-java-1.4/tools/runtime-inspector/pom.xml | 142 +-- branches/sca-java-1.4/tools/wsdl2java/pom.xml | 4 +- branches/sca-java-1.4/tutorials/pom.xml | 2 +- .../sca-java-1.4/tutorials/store/assets/pom.xml | 8 +- .../tutorials/store/catalog-ejb/pom.xml | 214 ++--- .../tutorials/store/catalog-mediation/pom.xml | 8 +- .../tutorials/store/catalog-webapp/pom.xml | 220 ++--- .../sca-java-1.4/tutorials/store/domain/pom.xml | 30 +- branches/sca-java-1.4/tutorials/store/pom.xml | 2 +- .../tutorials/store/store-client/pom.xml | 20 +- .../sca-java-1.4/tutorials/store/store-db/pom.xml | 6 +- .../sca-java-1.4/tutorials/store/store-eu/pom.xml | 6 +- .../tutorials/store/store-market/build.xml | 2 +- .../tutorials/store/store-market/pom.xml | 6 +- .../tutorials/store/store-mashup/pom.xml | 6 +- .../tutorials/store/store-merger/pom.xml | 6 +- .../tutorials/store/store-supplier/pom.xml | 6 +- .../tutorials/store/store-test/pom.xml | 38 +- .../sca-java-1.4/tutorials/store/store/pom.xml | 6 +- .../tutorials/store/web-services/pom.xml | 6 +- .../store/www-services/cart-amazon/pom.xml | 430 +++++----- .../store/www-services/catalog-amazon/pom.xml | 16 +- .../www-services/catalog-amazon/store-db/pom.xml | 16 +- .../tutorials/store/www-services/pom.xml | 2 +- .../sca-java-1.4/vtest/assembly/component/pom.xml | 6 +- .../sca-java-1.4/vtest/assembly/composite/pom.xml | 6 +- .../sca-java-1.4/vtest/assembly/ctypefile/pom.xml | 6 +- branches/sca-java-1.4/vtest/assembly/pom.xml | 8 +- .../java-api/annotations/conversational/pom.xml | 6 +- .../annotations/conversationattributes/pom.xml | 8 +- .../vtest/java-api/annotations/destroy/pom.xml | 6 +- .../java-api/annotations/endsconversation/pom.xml | 6 +- .../vtest/java-api/annotations/init/pom.xml | 6 +- .../vtest/java-api/annotations/oneway/pom.xml | 6 +- .../vtest/java-api/annotations/pom.xml | 6 +- .../vtest/java-api/annotations/property/pom.xml | 6 +- .../vtest/java-api/annotations/reference/pom.xml | 6 +- .../vtest/java-api/annotations/scope/pom.xml | 6 +- .../vtest/java-api/annotations/service/pom.xml | 6 +- .../vtest/java-api/apis/callablereference/pom.xml | 6 +- .../vtest/java-api/apis/componentcontext/pom.xml | 6 +- .../vtest/java-api/apis/conversation/pom.xml | 6 +- .../vtest/java-api/apis/exception/pom.xml | 6 +- branches/sca-java-1.4/vtest/java-api/apis/pom.xml | 6 +- .../vtest/java-api/apis/requestcontext/pom.xml | 6 +- .../vtest/java-api/apis/servicereference/pom.xml | 6 +- .../vtest/java-api/conversation/callback/pom.xml | 6 +- .../vtest/java-api/conversation/id/pom.xml | 6 +- .../vtest/java-api/conversation/lifetime/pom.xml | 6 +- .../vtest/java-api/conversation/parameters/pom.xml | 6 +- .../vtest/java-api/conversation/pom.xml | 6 +- branches/sca-java-1.4/vtest/java-api/pom.xml | 8 +- branches/sca-java-1.4/vtest/pom.xml | 2 +- branches/sca-java-1.4/vtest/utilities/pom.xml | 4 +- .../vtest/wsbinding/nowsdl/defaultbinding/pom.xml | 10 +- .../wsbinding/nowsdl/multisoapbindings/pom.xml | 10 +- .../sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml | 8 +- .../vtest/wsbinding/nowsdl/promoted/pom.xml | 10 +- .../vtest/wsbinding/nowsdl/soapversion/pom.xml | 10 +- branches/sca-java-1.4/vtest/wsbinding/pom.xml | 8 +- .../sca-java-1.4/vtest/wsbinding/service/pom.xml | 10 +- .../vtest/wsbinding/wsdlelement/binding/pom.xml | 10 +- .../vtest/wsbinding/wsdlelement/pom.xml | 8 +- .../vtest/wsbinding/wsdlelement/port/pom.xml | 10 +- .../vtest/wsbinding/wsdlelement/service/pom.xml | 10 +- 643 files changed, 14066 insertions(+), 25876 deletions(-) delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/LICENSE delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/NOTICE delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/README delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/build-tomcat.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/build.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/pom.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/client/LaunchClient.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/domain/LaunchDomain.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldImpl.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldService.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldServiceClient.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/org/apache/tuscany/sca/demos/loadbalancer/rule/RoundRobinRule.java delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/resources/client-contribution/helloworldwsclient.composite delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/workers.properties delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/conf/server.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/webapps/balancer/WEB-INF/config/rules.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8086/conf/server.xml delete mode 100644 branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8087/conf/server.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/LICENSE delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/NOTICE delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/build.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/pom.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNode.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNodeDaemon.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/TestJob.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolDaemon.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolNode.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/workerRules1.drl delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MetaComponentWorker.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MyWorker.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/NullJob.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/ResultJob.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/Trigger.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManager.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManagerImpl.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerService.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceCallback.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceImpl.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBean.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBeanListener.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolEvent.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManager.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManagerImpl.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolService.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolServiceImpl.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/Workpool.composite delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/Workpool.composite delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/Workpool.composite delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/Workpool.composite delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/src/test/java/workpool/AComponent.java delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/workerRules.drl delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/workerRules1.drl delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/workerRules2.drl delete mode 100644 branches/sca-java-1.4/demos/workpool-distributed/workerRules3.drl delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/README delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/calculator.png delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/calculator.svg delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/pom.xml delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorClient.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/resources/Calculator.composite delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/main/resources/CalculatorTest.composite delete mode 100644 branches/sca-java-1.4/samples/calculator-lean/src/test/java/calculator/CalculatorTestCase.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/README delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/build.xml delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/calculator.png delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/calculator.svg delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/pom.xml delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorClient.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/main/resources/Calculator.composite delete mode 100644 branches/sca-java-1.4/samples/calculator-osgi/src/test/java/calculator/CalculatorTestCase.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/build.properties delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_16.gif delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_32.gif delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/plugin.xml delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/pom.xml delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/Calculator.composite delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorClient.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractService.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Activator.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Application.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationActionBarAdvisor.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchAdvisor.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchWindowAdvisor.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Perspective.java delete mode 100644 branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/View.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/README delete mode 100644 branches/sca-java-1.4/samples/calculator2/build.xml delete mode 100644 branches/sca-java-1.4/samples/calculator2/calculator.png delete mode 100644 branches/sca-java-1.4/samples/calculator2/calculator.svg delete mode 100644 branches/sca-java-1.4/samples/calculator2/pom.xml delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddService.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorClient.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorService.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideService.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyService.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractService.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/main/resources/Calculator.composite delete mode 100644 branches/sca-java-1.4/samples/calculator2/src/test/java/calculator/CalculatorTestCase.java delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/README delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/build.xml delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/pom.xml delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatCallback.java delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatService.java delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/resources/chat.composite delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/WEB-INF/web.xml delete mode 100644 branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/chat.html delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/pom.xml delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldService.java delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/META-INF/sca-deployables/web.composite delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/WEB-INF/web.xml delete mode 100644 branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/hello.jsp delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/pom.xml delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldService.java delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServlet.java delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml delete mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html (limited to 'branches/sca-java-1.4') diff --git a/branches/sca-java-1.4/demos/alert-aggregator-webapp/pom.xml b/branches/sca-java-1.4/demos/alert-aggregator-webapp/pom.xml index 4d03c90ac0..7c837d5431 100644 --- a/branches/sca-java-1.4/demos/alert-aggregator-webapp/pom.xml +++ b/branches/sca-java-1.4/demos/alert-aggregator-webapp/pom.xml @@ -24,14 +24,14 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml org.apache.tuscany.sca demo-alert-aggregator-webapp war - 1.4-SNAPSHOT + 1.4 Apache Tuscany SCA Demo Alert Aggregator http://cwiki.apache.org/TUSCANY @@ -109,24 +109,24 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 org.codehaus.woodstox @@ -327,7 +327,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index 6126c01eb3..84f2ab693d 100644 --- a/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca demo-alert-aggregator-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/demos/bigbank-account/build.xml b/branches/sca-java-1.4/demos/bigbank-account/build.xml index f7ebe32968..9eb11f760d 100644 --- a/branches/sca-java-1.4/demos/bigbank-account/build.xml +++ b/branches/sca-java-1.4/demos/bigbank-account/build.xml @@ -23,9 +23,9 @@ diff --git a/branches/sca-java-1.4/demos/bigbank-account/pom.xml b/branches/sca-java-1.4/demos/bigbank-account/pom.xml index 8ae35dbf3e..10759c3824 100644 --- a/branches/sca-java-1.4/demos/bigbank-account/pom.xml +++ b/branches/sca-java-1.4/demos/bigbank-account/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-bigbank-account @@ -40,13 +40,13 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/demos/bigbank-calculator/build.xml b/branches/sca-java-1.4/demos/bigbank-calculator/build.xml index 1b91f6b842..21cfdcad73 100644 --- a/branches/sca-java-1.4/demos/bigbank-calculator/build.xml +++ b/branches/sca-java-1.4/demos/bigbank-calculator/build.xml @@ -20,7 +20,7 @@ - + diff --git a/branches/sca-java-1.4/demos/bigbank-calculator/pom.xml b/branches/sca-java-1.4/demos/bigbank-calculator/pom.xml index 134ccfacb2..4e0298e369 100644 --- a/branches/sca-java-1.4/demos/bigbank-calculator/pom.xml +++ b/branches/sca-java-1.4/demos/bigbank-calculator/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-bigbank-calculator @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-script - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rmi-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/demos/bigbank-stockquote/pom.xml b/branches/sca-java-1.4/demos/bigbank-stockquote/pom.xml index a92b1d42f7..e60411d0f4 100644 --- a/branches/sca-java-1.4/demos/bigbank-stockquote/pom.xml +++ b/branches/sca-java-1.4/demos/bigbank-stockquote/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-bigbank-stockquote @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 @@ -51,21 +51,21 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/demos/bigbank/pom.xml b/branches/sca-java-1.4/demos/bigbank/pom.xml index b6a448cff2..05a5b3121e 100644 --- a/branches/sca-java-1.4/demos/bigbank/pom.xml +++ b/branches/sca-java-1.4/demos/bigbank/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-bigbank @@ -40,13 +40,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 @@ -58,69 +58,69 @@ org.apache.tuscany.sca demo-bigbank-account - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rmi-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/LICENSE b/branches/sca-java-1.4/demos/load-balancing-webapp/LICENSE deleted file mode 100644 index 8aa906c321..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/LICENSE +++ /dev/null @@ -1,205 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/NOTICE b/branches/sca-java-1.4/demos/load-balancing-webapp/NOTICE deleted file mode 100644 index fdfa0e9faa..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ -${pom.name} -Copyright (c) 2005 - 2008 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/README b/branches/sca-java-1.4/demos/load-balancing-webapp/README deleted file mode 100644 index b7bbb64b1a..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/README +++ /dev/null @@ -1,76 +0,0 @@ -WebApp Load Balancing Demo -=========================== - -Demonstrates balancing load acoss SCA services by deploying an SCA composite -to two tomcat servers in a cluster. The tomcat servers sit behind an Apache -server which directs load to one or other tomcat server based on a set of rules. - -The mvn pom distributed with this sample will download, install and configure -two Tomcat servers automatically to act as workers. You need to install the -Apache web server and configure it manually. - -1 - Install and configure the Tomcat workers - -mvn - -This results in two tomcat servers at - -target/tomcat-8085 -target/tomcat-8086 - -2 - Install and configure the Apache server to balance load - -In this case we've chosen to use the native JK connector. There are several -resources that tell you how to configure Apache for load balancing Tomcat with -the JK connector. For example, - -http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html -http://www.crazysquirrel.com/computing/debian/servers/tomcat55.jspx - -Here is a high level summary - -Download the latest version of Apache 2.2 (this demo was built with Apache 2.2.6) - http://httpd.apache.org/ - Install in a local director called, say, apache - -Download the mod_jk module (in binary form if you can) - http://tomcat.apache.org/download-connectors.cgi - Install it in apache/modules - -Configure the mod_jk module - Copy src/test/resources/apache-80/conf/workers.properties to apache/conf - Append the contents of src/test/resources/apache-80/conf/httpd.conf to apache/conf/httpf.conf - -3 - Start the apache and tomcat servers - -In three command prompts - -cd target/tomcat-8085 -bin/catalina run - -cd target/tomcat-8086 -bin/catalina run - -cd apache -bin/httpd - -4 - Run the client - -run the LanchClient program - TBD - need a script - -5 - Result - -The client will make 10 calls to the SCA service described in the helloworldws.composite that -is part of the webapp deployed to the tomcat servers. You will see the result of this -service call reported at the client in the form - -Called getGreetings -Hello World 6 - -If you look at the Tomcat consoles you will see that each server deals with half the requests -as the load is balanced equally between the two of them. - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/build-tomcat.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/build-tomcat.xml deleted file mode 100644 index 7e1dc4b0e9..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/build-tomcat.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/build.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/build.xml deleted file mode 100644 index b84f85616e..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/build.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/pom.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/pom.xml deleted file mode 100644 index daaed32001..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/pom.xml +++ /dev/null @@ -1,349 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-demos - 1.4-SNAPSHOT - ../pom.xml - - demo-load-balancing-webapp - war - Apache Tuscany SCA WebApp Load Balancing Demo - A sample SCA application that is deployed as a webapp to a cluster of tomcat servers - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-monitor - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node2-impl - 1.4-SNAPSHOT - - - - tomcat - catalina-balancer - 5.5.12 - - - - javax.servlet - servlet-api - 2.4 - provided - - - - junit - junit - 4.2 - test - - - - - - 8085 - http://127.0.0.1:${http.port} - ${env.CATALINA_HOME} - - - - ${artifactId} - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - - ant - ant-trax - 1.6.5 - - - - - - download-tomcat - validate - - run - - - - - - - - - - - - unpack-tomcat-8086 - generate-resources - - run - - - - - - - - - - - unpack-tomcat-8087 - generate-resources - - run - - - - - - - - - - - - configure-tomcat-8086 - pre-integration-test - - run - - - - - - - - - - - configure-tomcat-8087 - pre-integration-test - - run - - - - - - - - - - - - copy-webapp-8086 - pre-integration-test - - run - - - - - - - - - - - copy-webapp-8087 - pre-integration-test - - run - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/client/LaunchClient.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/client/LaunchClient.java deleted file mode 100644 index efa89b4fe9..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/client/LaunchClient.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package client; - -import java.io.File; - -import helloworld.HelloWorldService; - -import org.apache.tuscany.sca.node.SCAClient; -import org.apache.tuscany.sca.node.SCANode2; -import org.apache.tuscany.sca.node.SCANode2Factory; -import org.apache.tuscany.sca.node.SCANode2Factory.SCAContribution; -import org.osoa.sca.ServiceRuntimeException; - -public class LaunchClient { - public static void main(String[] args) throws Exception { - - SCANode2 node = null; - try { - - SCANode2Factory nodeFactory = SCANode2Factory.newInstance(); - node = nodeFactory.createSCANode(new File("src/main/resources/client-contribution/helloworldwsclient.composite").toURL().toString(), - new SCAContribution("TestContribution", - new File("src/main/resources/client-contribution").toURL().toString())); - - node.start(); - HelloWorldService helloWorldService = ((SCAClient)node).getService(HelloWorldService.class, "HelloWorldClientComponent"); - - - for (int i=0; i < 10; i++){ - System.out.println(helloWorldService.getGreetings("World " + i)); - } - - node.stop(); - - } catch (Exception e) { - throw new ServiceRuntimeException(e); - } - } -} diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/domain/LaunchDomain.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/domain/LaunchDomain.java deleted file mode 100644 index 33c37869a3..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/domain/LaunchDomain.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package domain; - -//import org.apache.tuscany.sca.node.launcher.DomainManagerLauncher; - -/** - * This server program that loads a composite to provide simple registry function. - * This server can be replaced with any registry that is appropriate but the components - * in each node that talk to the registry should be replaced also. - */ -public class LaunchDomain { - public static void main(String[] args) throws Exception { - // DomainManagerLauncher.main(args); - } - -} diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldImpl.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldImpl.java deleted file mode 100644 index 65dc030d89..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package helloworld; - -import org.osoa.sca.annotations.Service; - -/** - * This class implements the HelloWorld service. - */ -@Service(HelloWorldService.class) -public class HelloWorldImpl implements HelloWorldService { - - public String getGreetings(String name) { - String message = "Hello " + name; - System.err.println(message); - return message; - } - -} diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldService.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldService.java deleted file mode 100644 index 7245513b2a..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldService.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package helloworld; - -import org.osoa.sca.annotations.Remotable; - -/** - * This is the business interface of the HelloWorld greetings service. - */ -@Remotable -public interface HelloWorldService { - - public String getGreetings(String name); -} - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldServiceClient.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldServiceClient.java deleted file mode 100644 index f3d2fdb2ed..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/helloworld/HelloWorldServiceClient.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package helloworld; - -/** - * The HelloWorld service implementation - */ -public class HelloWorldServiceClient implements HelloWorldService { - - HelloWorldService helloWorldService; - - public String getGreetings(String name) { - System.out.println("Called getGreetings"); - return helloWorldService.getGreetings(name); - } - - public HelloWorldService getHelloWorldService() { - System.out.println("Got Injected helloWorldService"); - return helloWorldService; - } - - public void setHelloWorldService(HelloWorldService helloWorldService) { - System.out.println("Injected helloWorldService"); - this.helloWorldService = helloWorldService; - } -} \ No newline at end of file diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/org/apache/tuscany/sca/demos/loadbalancer/rule/RoundRobinRule.java b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/org/apache/tuscany/sca/demos/loadbalancer/rule/RoundRobinRule.java deleted file mode 100644 index 5dc1b6671b..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/java/org/apache/tuscany/sca/demos/loadbalancer/rule/RoundRobinRule.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.apache.tuscany.sca.demos.loadbalancer.rule; - -import javax.servlet.http.HttpServletRequest; - -import org.apache.webapp.balancer.rules.BaseRule; - - -public class RoundRobinRule extends BaseRule { - /** - * The number of worker nodes that load will - * be balanced across - */ - private int workerCount; - - private int currentCount = 1; - - - /** - * Sets the worker count. - * - * @param workerCount The worker count - */ - public void setWorkerCount(int workerCount) { - if (workerCount == 0) { - throw new IllegalArgumentException( - "worker count cannot be 0."); - } else { - this.workerCount = workerCount; - } - } - - /** - * Returns the worker count. - * - * @return int The worker count - */ - protected int getWorkerCount() { - return workerCount; - } - - - - /** - * @see org.apache.webapp.balancer.Rule#matches(HttpServletRequest) - */ - public boolean matches(HttpServletRequest request) { - - if (currentCount == workerCount){ - currentCount = 1; - return true; - } else { - currentCount++; - return false; - } - } - - /** - * Returns a String representation of this object. - * - * @return String - */ - public String toString() { - StringBuffer buffer = new StringBuffer(); - - buffer.append("["); - buffer.append(getClass().getName()); - buffer.append(": "); - - buffer.append("Worker count: "); - buffer.append(getWorkerCount()); - buffer.append(" / "); - - buffer.append("Redirect URL: "); - buffer.append(getRedirectUrl()); - - buffer.append("]"); - - return buffer.toString(); - } -} diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/resources/client-contribution/helloworldwsclient.composite b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/resources/client-contribution/helloworldwsclient.composite deleted file mode 100644 index 9b6052741e..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/resources/client-contribution/helloworldwsclient.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml deleted file mode 100644 index 11347004f9..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - \ No newline at end of file diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite deleted file mode 100644 index 1ab78d802d..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 8d47ae2207..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Apache Tuscany Load Balancing Demo - - - tuscany - org.apache.tuscany.sca.host.webapp.TuscanyServletFilter - - - - tuscany - /* - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf deleted file mode 100644 index 37cf284d35..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Load mod_jk module -# Update this path to match your modules location -LoadModule jk_module modules/mod_jk.so - -# Declare the module for (remove this line on Apache 2.x) -# AddModule mod_jk.c -# Where to find workers.properties -# Update this path to match your conf directory location (put workers.properties next to httpd.conf) -JkWorkersFile conf/workers.properties - -# Where to put jk shared memory -# Update this path to match your local state directory or logs directory -JkShmFile logs/mod_jk.shm - -# Where to put jk logs -# Update this path to match your logs directory location (put mod_jk.log next to access_log) -JkLogFile logs/mod_jk.log - -# Set the jk log level [debug/error/info] -JkLogLevel info - -# Select the timestamp log format -JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " - -# Send everything for context /examples to worker named worker1 (ajp13) -# JkMount /examples/* worker1 -# Send everything for context /* to the router -JkMount /* router diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/workers.properties b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/workers.properties deleted file mode 100644 index 9228c4fd8e..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/apache-80/conf/workers.properties +++ /dev/null @@ -1,18 +0,0 @@ - # Load balancer looks after the workers - worker.list=router - - # The load balacer - worker.router.type=lb - worker.router.balance_workers=worker1,worker2 - - # Set properties for worker1 (ajp13) - worker.worker1.type=ajp13 - worker.worker1.host=localhost - worker.worker1.port=8010 - worker.worker1.lbfactor=1 - - # Set properties for worker1 (ajp13) - worker.worker2.type=ajp13 - worker.worker2.host=localhost - worker.worker2.port=8011 - worker.worker2.lbfactor=1 diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/conf/server.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/conf/server.xml deleted file mode 100644 index 920fa7b037..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/conf/server.xml +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/webapps/balancer/WEB-INF/config/rules.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/webapps/balancer/WEB-INF/config/rules.xml deleted file mode 100644 index 7486dc8148..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8085/webapps/balancer/WEB-INF/config/rules.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8086/conf/server.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8086/conf/server.xml deleted file mode 100644 index 5ecb8fe5c4..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8086/conf/server.xml +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8087/conf/server.xml b/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8087/conf/server.xml deleted file mode 100644 index f83c68191c..0000000000 --- a/branches/sca-java-1.4/demos/load-balancing-webapp/src/test/resources/tomcat-8087/conf/server.xml +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/mortgage-creditcheck/pom.xml b/branches/sca-java-1.4/demos/mortgage-creditcheck/pom.xml index 3a42b620ec..8a09d2930b 100644 --- a/branches/sca-java-1.4/demos/mortgage-creditcheck/pom.xml +++ b/branches/sca-java-1.4/demos/mortgage-creditcheck/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-mortgage-creditcheck @@ -34,27 +34,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/demos/mortgage-loanapproval/pom.xml b/branches/sca-java-1.4/demos/mortgage-loanapproval/pom.xml index 4145cdb38a..b815000cf8 100644 --- a/branches/sca-java-1.4/demos/mortgage-loanapproval/pom.xml +++ b/branches/sca-java-1.4/demos/mortgage-loanapproval/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-mortgage-loanapproval @@ -31,33 +31,33 @@ A sample Mortgage application made of several SCA components wired together. - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-script - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/demos/pom.xml b/branches/sca-java-1.4/demos/pom.xml index 420ad92c52..f252982703 100644 --- a/branches/sca-java-1.4/demos/pom.xml +++ b/branches/sca-java-1.4/demos/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-demos diff --git a/branches/sca-java-1.4/demos/workpool-distributed/LICENSE b/branches/sca-java-1.4/demos/workpool-distributed/LICENSE deleted file mode 100644 index 8aa906c321..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/LICENSE +++ /dev/null @@ -1,205 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/NOTICE b/branches/sca-java-1.4/demos/workpool-distributed/NOTICE deleted file mode 100644 index 94481d6cfa..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/NOTICE +++ /dev/null @@ -1,6 +0,0 @@ -${pom.name} -Copyright (c) 2005 - 2007 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/build.xml b/branches/sca-java-1.4/demos/workpool-distributed/build.xml deleted file mode 100644 index 9e10e8ec91..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/build.xml +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/pom.xml b/branches/sca-java-1.4/demos/workpool-distributed/pom.xml deleted file mode 100644 index 01a8900d52..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/pom.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - demo-workpool-distributed - Apache Tuscany SCA Distributed Job Workpool Demo - - - - apache.incubator - - http://people.apache.org/repo/m2-incubating-repository - - - - org.drools - http://repository.jboss.com/maven2/org/drools/ - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.drools - drools - 4.0.4 - - - - antlr - antlr - 2.7.1 - - - commons-daemon - commons-daemon - 1.0.1 - - - - antlr - stringtemplate - 2.3b6 - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-domain-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-sca-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-http-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-databinding-job - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-updater - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-databinding-xstream - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-resource-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - test - - - - junit - junit - 4.2 - test - - - - - - ${artifactId} - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNode.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNode.java deleted file mode 100644 index a278499aae..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNode.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package node; - -import java.io.BufferedReader; -import java.io.IOException; -import java.io.InputStreamReader; - -import org.apache.tuscany.sca.domain.SCADomain; -import org.apache.tuscany.sca.domain.SCADomainFactory; - -/** - * This server program that loads a composite to provide simple registry - * function. This server can be replaced with any registry that is appropriate - * but the components in each node that talk to the registry should be replaced - * also. - */ -public class DomainNode { - - private static String DEFAULT_DOMAIN_URI = "http://u12:8877"; - private boolean stopped = true; - - public static void main(String[] args) { - - try { - - SCADomainFactory domainFactory = SCADomainFactory.newInstance(); - SCADomain domain = domainFactory - .createSCADomain(DEFAULT_DOMAIN_URI); - - System.out.println("Domain started (press enter to shutdown)"); - System.in.read(); - // waitForever(); - domain.destroy(); - } catch (Exception e) { - e.printStackTrace(); - } - - System.out.println("Domain stopped"); - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNodeDaemon.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNodeDaemon.java deleted file mode 100644 index 9d05761ad6..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/DomainNodeDaemon.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package node; - -import java.io.BufferedReader; -import java.io.IOException; -import java.io.InputStreamReader; - -import org.apache.commons.daemon.Daemon; -import org.apache.commons.daemon.DaemonContext; -import org.apache.tuscany.sca.domain.SCADomain; -import org.apache.tuscany.sca.domain.SCADomainFactory; - -/** - * This server program that loads a composite to provide simple registry - * function. This server can be replaced with any registry that is appropriate - * but the components in each node that talk to the registry should be replaced - * also. - */ -public class DomainNodeDaemon implements Daemon { - - private SCADomain domain; - private static String DEFAULT_DOMAIN_URI = "http://u12:8877"; - private boolean stopped = true; - - private synchronized void waitForever() { - while (!stopped) { - try { - wait(); - } catch (InterruptedException ex) { - stopped = true; - return; - } - } - - } - - public void destroy() { - // TODO Auto-generated method stub - - } - - public void init(DaemonContext arg0) throws Exception { - // TODO Auto-generated method stub - - } - - public void start() throws Exception { - - SCADomainFactory domainFactory = SCADomainFactory.newInstance(); - domain = domainFactory.createSCADomain(DEFAULT_DOMAIN_URI); - - System.out.println("Domain started (press enter to shutdown)"); - waitForever(); - - } - - public void stop() throws Exception { - // TODO Auto-generated method stub - Thread.currentThread().interrupt(); - domain.destroy(); - } -} \ No newline at end of file diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/TestJob.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/TestJob.java deleted file mode 100644 index f48e647bd6..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/TestJob.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package node; - -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.databinding.job.JobDataMap; -import org.apache.tuscany.sca.databinding.job.JobExecutionContext; -import org.apache.tuscany.sca.databinding.job.RemoteJob; - -import com.thoughtworks.xstream.XStream; -import com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver; - -public class TestJob extends RemoteJob implements java.io.Serializable { - private boolean EOS = false; - private Double value; - - public TestJob(Double x, long iterations, int[] items) { - JobDataMap map = new JobDataMap(); - map.addJobData("value", x); - map.addJobData("iterations", iterations); - map.addJobData("items", items); - context.setJobData(map); - } - - public TestJob(Double i, boolean eos) { - value = i; - this.EOS = eos; - } - - public TestJob(String jsonData) { - JobExecutionContext ctxt = new JobExecutionContext(); - ctxt.storeJSONData(jsonData); - } - - public int getType() { - return Job.REGULAR_JOB; - } - - public void setEOS() { - EOS = true; - } - - public boolean eos() { - return EOS; - } - - @Override - public Double compute(JobExecutionContext context) { - JobDataMap contextMap = context.getJobData(); - Long iterations = (Long) contextMap.getJobDataObject("iterations"); - Double value = (Double) contextMap.getJobDataObject("value"); - double x = value.doubleValue(); - System.out.println("Computing sinx for " + value + " for " - + iterations.intValue() + " times"); - long computing_start = System.currentTimeMillis(); - for (long i = 0; i < iterations.longValue(); ++i) { - x = Math.sin(x); - } - long computing_end = System.currentTimeMillis(); - System.out.println("Computing time= " - + (computing_end - computing_start)); - System.out.println("Send result = " + x); - return new Double(x); - } - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolDaemon.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolDaemon.java deleted file mode 100644 index 1f2a4d1f9a..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolDaemon.java +++ /dev/null @@ -1,271 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package node; - -import java.io.BufferedInputStream; -import java.io.BufferedReader; -import java.io.File; -import java.io.FileInputStream; -import java.io.FileReader; -import java.io.IOException; -import java.io.InputStreamReader; -import java.util.List; - -import javax.xml.namespace.QName; - -import org.apache.commons.daemon.Daemon; -import org.apache.commons.daemon.DaemonContext; -import org.apache.commons.daemon.DaemonController; -import org.apache.tuscany.sca.assembly.Composite; -import org.apache.tuscany.sca.assembly.Service; -import org.apache.tuscany.sca.contribution.Contribution; -import org.apache.tuscany.sca.contribution.DeployedArtifact; -import org.apache.tuscany.sca.contribution.service.impl.ContributionServiceImpl; -import org.apache.tuscany.sca.domain.SCADomain; -import org.apache.tuscany.sca.node.NodeException; -import org.apache.tuscany.sca.node.NodeManagerInitService; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; -import org.apache.tuscany.sca.node.impl.SCANodeImpl; -import org.apache.tuscany.sca.node.management.SCANodeManagerInitService; - -import java.net.URI; - -import workpool.WorkerManager; -import workpool.WorkerManagerImpl; -import workpool.WorkpoolManager; -import workpool.WorkpoolService; -import workpool.WorkpoolServiceImpl; - -/** - * This client program shows how to run a distributed SCA node. In this case a - * calculator node has been constructed specifically for running the calculator - * composite. Internally it creates a representation of a node and associates a - * distributed domain with the node. This separation is made different - * implementations of the distributed domain can be provided. - */ -public class WorkpoolDaemon implements Daemon, Runnable { - private String domainName; - private String nodeName; - private long iterations; - private long jobsNo; - private long workerNo; - private SCANode node; - private boolean stopped = false; - private DaemonController controller = null; - private Thread thread = null; - private String ruleFile = "workerRules.drl"; - - /* - * public static void main(String[] args) throws Exception { - * // Check that the correct arguments have been provided if (null == args || - * args.length < 4) { System.err.println("Usage: java WorkpoolNode - * domainname nodename iterTest workerNo"); System.exit(1); } - * - * try { String domainName = args[0]; String nodeName = args[1]; long - * iterations = Long.parseLong(args[2]); long jobsNo = - * Long.parseLong(args[3]); long workerNo = Long.parseLong(args[4]); - * ClassLoader cl = WorkpoolDaemon.class.getClassLoader(); - * - * SCANodeFactory nodeFactory = SCANodeFactory.newInstance(); node = - * nodeFactory.createSCANode(null, domainName); - * node.addContribution(nodeName, cl.getResource(nodeName + "/")); - * node.addToDomainLevelComposite(new QName("http://sample", "Workpool")); - * node.start(); // nodeA is the head node and runs some tests while all - * other nodes // simply listen for incoming messages - * - * FileReader rules = new FileReader("workerRules.drl"); StringBuffer buffer = - * new StringBuffer(); - * - * BufferedReader br = new BufferedReader(rules); String ruleString; do { - * ruleString = br.readLine(); if (ruleString!=null) { - * buffer.append(ruleString);} } while (ruleString!=null); - * - * if ( nodeName.equals("nodeA") ) { // do some application stuff - * WorkpoolService workpoolService = - * node.getDomain().getService(WorkpoolService.class, - * "WorkpoolServiceComponent"); workpoolService.start(); - * NodeManagerInitService nodeInit = - * node.getDomain().getService(NodeManagerInitService.class, - * "WorkpoolManagerComponent/NodeManagerInitService"); - * nodeInit.setNode(node); WorkpoolManager workpoolManager = - * node.getDomain().getService(WorkpoolManager.class, - * "WorkpoolManagerComponent/WorkpoolManager"); - * workpoolManager.setWorkpoolReference(node.getDomain().getServiceReference(WorkpoolService.class, - * "WorkpoolServiceComponent")); - * workpoolManager.acceptRules(buffer.toString()); workpoolManager.start(); - * int items[] = {3,4,5,6,3,6,3,5,9,5,6}; - * - * double x = 398349; for (int i = 0; i < jobsNo; ++i) - * workpoolService.submit(new TestJob(x,iterations,items)); - * - * TestJob j = new TestJob(-1.0,true); for (int i = 0; i < workerNo+1; ++i){ - * j.setEOS(); workpoolService.submit(j); } } try { if - * (nodeName.equals("nodeB")) { NodeManagerInitService serviceNodeB = - * node.getDomain().getService(NodeManagerInitService.class,"WorkerManagerNodeBComponent/NodeManagerInitService"); - * serviceNodeB.setNode(node); } if (nodeName.equals("nodeC")) { - * NodeManagerInitService workerManagerC = - * node.getDomain().getService(NodeManagerInitService.class,"WorkerManagerNodeCComponent/NodeManagerInitService"); - * workerManagerC.setNode(node); } if (nodeName.equals("nodeD")) { - * NodeManagerInitService workerManagerD = - * node.getDomain().getService(NodeManagerInitService.class,"WorkerManagerNodeDComponent/NodeManagerInitService"); - * workerManagerD.setNode(node); } if (nodeName.equals("nodeE")) { - * NodeManagerInitService workerManagerE = - * node.getDomain().getService(NodeManagerInitService.class,"WorkerManagerNodeEComponent/NodeManagerInitService"); - * workerManagerE.setNode(node); } - * - * System.out.println("Node started (press enter to shutdown)"); - * System.in.read(); } catch (IOException e) { e.printStackTrace(); } // - * stop the node and all the domains in it node.stop(); node.destroy(); - * System.exit(0); } catch(Exception ex) { System.err.println("Exception in - * node - " + ex.getMessage()); ex.printStackTrace(System.err); } } - */ - public void destroy() { - // TODO Auto-generated method stub - - } - - public void init(DaemonContext arg0) throws Exception { - String[] args = arg0.getArguments(); - domainName = args[0]; - nodeName = args[1]; - iterations = Long.parseLong(args[2]); - jobsNo = Long.parseLong(args[3]); - workerNo = Long.parseLong(args[4]); - if (args.length == 6) { - ruleFile = args[5]; - } - this.controller = arg0.getController(); - // this.thread=new Thread(this); - } - - public void start() throws Exception { - - ClassLoader cl = WorkpoolDaemon.class.getClassLoader(); - - SCANodeFactory nodeFactory = SCANodeFactory.newInstance(); - node = nodeFactory.createSCANode(null, domainName); - node.addContribution(nodeName, cl.getResource(nodeName + "/")); - node.addToDomainLevelComposite(new QName("http://sample", "Workpool")); - node.start(); - // nodeA is the head node and runs some tests while all other nodes - // simply listen for incoming messages - - FileReader rules = new FileReader(ruleFile); - StringBuffer buffer = new StringBuffer(); - - BufferedReader br = new BufferedReader(rules); - String ruleString; - do { - ruleString = br.readLine(); - if (ruleString != null) { - buffer.append(ruleString + "\n"); - } - } while (ruleString != null); - - if (nodeName.equals("nodeA")) { - // do some application stuff - WorkpoolService workpoolService = node.getDomain().getService( - WorkpoolService.class, "WorkpoolServiceComponent"); - workpoolService.start(); - SCANodeManagerInitService nodeInit = node.getDomain().getService( - SCANodeManagerInitService.class, - "WorkpoolManagerComponent/NodeManagerInitService"); - nodeInit.setNode(node); - WorkpoolManager workpoolManager = node.getDomain().getService( - WorkpoolManager.class, - "WorkpoolManagerComponent/WorkpoolManager"); - workpoolManager.setWorkpoolReference(node.getDomain() - .getServiceReference(WorkpoolService.class, - "WorkpoolServiceComponent")); - workpoolManager.acceptRules(buffer.toString()); - workpoolManager.start(); - - int items[] = { 3, 4, 5, 6, 3, 6, 3, 5, 9, 5, 6 }; - - double x = 398349; - for (int i = 0; i < jobsNo; ++i) { - workpoolService.submit(new TestJob(x, iterations, items)); - } - TestJob j = new TestJob(-1.0, true); - for (int i = 0; i < workerNo + 1; ++i) { - j.setEOS(); - workpoolService.submit(j); - } - - } - if (nodeName.equals("nodeB")) { - SCANodeManagerInitService workerManagerNodeB = node - .getDomain() - .getService(SCANodeManagerInitService.class, - "WorkerManagerNodeBComponent/NodeManagerInitService"); - workerManagerNodeB.setNode(node); - } - - if (nodeName.equals("nodeC")) { - SCANodeManagerInitService workerManagerNodeC = node - .getDomain() - .getService(SCANodeManagerInitService.class, - "WorkerManagerNodeCComponent/NodeManagerInitService"); - workerManagerNodeC.setNode(node); - } - - if (nodeName.equals("nodeD")) { - SCANodeManagerInitService workerManagerNodeD = node - .getDomain() - .getService(SCANodeManagerInitService.class, - "WorkerManagerNodeDComponent/NodeManagerInitService"); - workerManagerNodeD.setNode(node); - } - - if (nodeName.equals("nodeE")) { - SCANodeManagerInitService workerManagerNodeE = node - .getDomain() - .getService(SCANodeManagerInitService.class, - "WorkerManagerNodeEComponent/NodeManagerInitService"); - workerManagerNodeE.setNode(node); - } - - this.waitForever(); - // this.thread.start(); - } - - public void stop() throws Exception { - Thread.currentThread().interrupt(); - // thread.interrupt(); - node.stop(); - node.destroy(); - } - - private synchronized void waitForever() { - while (!stopped) { - try { - wait(); - } catch (InterruptedException ex) { - stopped = true; - return; - } - } - } - - public void run() { - waitForever(); - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolNode.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolNode.java deleted file mode 100644 index 86557548af..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/WorkpoolNode.java +++ /dev/null @@ -1,179 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package node; - -import java.io.BufferedInputStream; -import java.io.BufferedReader; -import java.io.File; -import java.io.FileInputStream; -import java.io.FileReader; -import java.io.IOException; -import java.io.InputStreamReader; -import java.util.List; - -import javax.xml.namespace.QName; - -import org.apache.tuscany.sca.assembly.Composite; -import org.apache.tuscany.sca.assembly.Service; -import org.apache.tuscany.sca.contribution.Contribution; -import org.apache.tuscany.sca.contribution.DeployedArtifact; -import org.apache.tuscany.sca.contribution.service.impl.ContributionServiceImpl; -import org.apache.tuscany.sca.domain.SCADomain; -import org.apache.tuscany.sca.node.NodeManagerInitService; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; -import org.apache.tuscany.sca.node.impl.SCANodeImpl; -import java.net.URI; - -import workpool.WorkerManager; -import workpool.WorkerManagerImpl; -import workpool.WorkpoolManager; -import workpool.WorkpoolService; -import workpool.WorkpoolServiceImpl; - -/** - * This client program shows how to run a distributed SCA node. In this case a - * calculator node has been constructed specifically for running the calculator - * composite. Internally it creates a representation of a node and associates a - * distributed domain with the node. This separation is made different - * implementations of the distributed domain can be provided. - */ -public class WorkpoolNode { - - public static void main(String[] args) throws Exception { - - // Check that the correct arguments have been provided - if (null == args || args.length < 4) { - System.err - .println("Useage: java WorkpoolNode domainname nodename iterTest workerNo"); - System.exit(1); - } - BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); - String domainName = args[0]; - String nodeName = args[1]; - long iterations = Long.parseLong(args[2]); - long jobsNo = Long.parseLong(args[3]); - long workerNo = Long.parseLong(args[4]); - ClassLoader cl = WorkpoolNode.class.getClassLoader(); - - SCANodeFactory nodeFactory = SCANodeFactory.newInstance(); - SCANode node = nodeFactory.createSCANode(null, domainName); - node.addContribution(nodeName, cl.getResource(nodeName + "/")); - node.addToDomainLevelComposite(new QName("http://sample", "Workpool")); - node.start(); - // nodeA is the head node and runs some tests while all other nodes - // simply listen for incoming messages - - FileReader rules = new FileReader("workerRules.drl"); - StringBuffer buffer = new StringBuffer(); - - BufferedReader br = new BufferedReader(rules); - String ruleString; - do { - ruleString = br.readLine(); - if (ruleString != null) { - buffer.append(ruleString + "\n"); - } - } while (ruleString != null); - - if (nodeName.equals("nodeA")) { - // do some application stuff - WorkpoolService workpoolService = node.getDomain().getService( - WorkpoolService.class, "WorkpoolServiceComponent"); - workpoolService.start(); - NodeManagerInitService nodeInit = node.getDomain().getService( - NodeManagerInitService.class, - "WorkpoolManagerComponent/NodeManagerInitService"); - nodeInit.setNode(node); - WorkpoolManager workpoolManager = node.getDomain().getService( - WorkpoolManager.class, - "WorkpoolManagerComponent/WorkpoolManager"); - workpoolManager.setWorkpoolReference(node.getDomain() - .getServiceReference(WorkpoolService.class, - "WorkpoolServiceComponent")); - workpoolManager.setCycleTime(8000); - workpoolManager.acceptRules(buffer.toString()); - workpoolManager.start(); - int items[] = { 3, 4, 5, 6, 3, 6, 3, 5, 9, 5, 6 }; - - double x = 398349; - - for (int i = 0; i < jobsNo; ++i) - workpoolService.submit(new TestJob(x, iterations, items)); - - TestJob j = new TestJob(-1.0, true); - for (int i = 0; i < workerNo + 1; ++i) { - j.setEOS(); - workpoolService.submit(j); - } - - } - try { - if (nodeName.equals("nodeB")) { - NodeManagerInitService serviceNodeB = node - .getDomain() - .getService(NodeManagerInitService.class, - "WorkerManagerNodeBComponent/NodeManagerInitService"); - serviceNodeB.setNode(node); - } - if (nodeName.equals("nodeC")) { - NodeManagerInitService workerManagerC = node - .getDomain() - .getService(NodeManagerInitService.class, - "WorkerManagerNodeCComponent/NodeManagerInitService"); - workerManagerC.setNode(node); - } - if (nodeName.equals("nodeD")) { - NodeManagerInitService workerManagerD = node - .getDomain() - .getService(NodeManagerInitService.class, - "WorkerManagerNodeDComponent/NodeManagerInitService"); - workerManagerD.setNode(node); - } - if (nodeName.equals("nodeE")) { - NodeManagerInitService workerManagerE = node - .getDomain() - .getService(NodeManagerInitService.class, - "WorkerManagerNodeEComponent/NodeManagerInitService"); - workerManagerE.setNode(node); - } - - System.out.println("Node started (press enter to shutdown)"); - String buff; - for (;;) { - try { - buff = in.readLine(); - if (buff == null) - break; - System.out.print(in.readLine()); - } catch (IOException ex) { - break; // Exit thread. - } - } - // stop the node and all the domains in it - node.stop(); - node.destroy(); - System.exit(0); - } catch (Exception ex) { - System.err.println("Exception in node - " + ex.getMessage()); - ex.printStackTrace(System.err); - } - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/workerRules1.drl b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/workerRules1.drl deleted file mode 100644 index 9c5a5d1b7f..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/node/workerRules1.drl +++ /dev/null @@ -1,13 +0,0 @@ -package workpool -import workpool.*; -rule "WorkerAdder1" - when - $workerBean: WorkpoolBean(singleAction == false && (jobComputed > 500)) - then - $workerBean.setSingleAction() - $workerBean.addWorkerToNode("nodeB") - $workerBean.addWorkerToNode("nodeC") - $workerBean.addWorkerToNode("nodeD") - $workerBean.addWorkerToNode("nodeE") -end - \ No newline at end of file diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MetaComponentWorker.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MetaComponentWorker.java deleted file mode 100644 index cdd0f30b34..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MetaComponentWorker.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.io.StringReader; -import java.net.URI; -import java.security.MessageDigest; -import java.security.NoSuchAlgorithmException; -import java.security.SecureRandom; -import java.util.logging.Logger; - -import javax.xml.stream.XMLInputFactory; -import javax.xml.stream.XMLStreamReader; - -import org.apache.tuscany.sca.assembly.MetaComponent; -import org.apache.tuscany.sca.assembly.impl.DefaultMetaComponent; - -public class MetaComponentWorker extends DefaultMetaComponent { - - private SecureRandom prng; - private String componentName; - private String scdl; - private String javaClass; - private boolean loadedFromString = false; - private Logger log = Logger.getLogger(MetaComponentWorker.class.getName()); - - public MetaComponentWorker() { - componentName = "WorkerComponent" - + java.util.UUID.randomUUID().toString(); - } - - public void setWorkerName(String componentName) { - this.componentName = componentName; - } - - public void setWorkerClass(String javaClass) { - this.javaClass = javaClass; - } - - private String generateSCDL() { - StringBuffer buffer = new StringBuffer(512); - buffer - .append("\n"); - buffer.append(""); - buffer.append(""); - buffer.append(this.componentName); - buffer.append("\n"); - return buffer.toString(); - } - - @Override - public XMLStreamReader build() throws Exception { - XMLInputFactory factory = XMLInputFactory.newInstance(); - if (!loadedFromString) - scdl = generateSCDL(); - return factory.createXMLStreamReader(new StringReader(scdl)); - - } - - public String getName() { - - return componentName; - } - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MyWorker.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MyWorker.java deleted file mode 100644 index c45696e3cf..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/MyWorker.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.databinding.job.JobDataMap; -import org.apache.tuscany.sca.databinding.job.JobExecutionContext; -import org.apache.tuscany.sca.databinding.job.RemoteJob; -import org.osoa.sca.annotations.Scope; - -@Scope("COMPOSITE") -public class MyWorker extends WorkerServiceImpl { - private static int resultcount = 0; - - @Override - public ResultJob computeTask(Job job) { - - RemoteJob remoteJob = (RemoteJob) job; - System.out.println("Computing the job"); - JobExecutionContext context = remoteJob.getContext(); - ResultJob resultJob = new ResultJob(); - JobDataMap resultMap = new JobDataMap(); - resultMap.addJobData("result", remoteJob.compute(context)); - resultJob.setJobDataMap(resultMap); - System.out.println("Count result = " + (++resultcount)); - return resultJob; - } - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/NullJob.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/NullJob.java deleted file mode 100644 index fb930adf2e..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/NullJob.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.databinding.job.JobDataMap; - -public class NullJob implements Job, java.io.Serializable { - - public Object compute(Object arg0) { - // TODO Auto-generated method stub - return null; - } - - public JobDataMap getDataMap() { - return null; - } - - public boolean eos() { - return false; - } - - public int getType() { - return Job.NULL_JOB; - } - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/ResultJob.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/ResultJob.java deleted file mode 100644 index e04411668b..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/ResultJob.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.databinding.job.JobDataMap; -import org.apache.tuscany.sca.databinding.job.JobExecutionContext; -import org.apache.tuscany.sca.databinding.job.RemoteJob; - -public class ResultJob extends RemoteJob implements - java.io.Serializable { - private JobDataMap map; - - public JobDataMap getDataMap() { - return map; - } - - public void setJobDataMap(JobDataMap map) { - this.map = map; - } - - public boolean eos() { - // TODO Auto-generated method stub - return true; - } - - public int getType() { - // TODO Auto-generated method stub - return Job.RESULT_JOB; - } - - @Override - public Object compute(JobExecutionContext v) { - // TODO Auto-generated method stub - return null; - } - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/Trigger.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/Trigger.java deleted file mode 100644 index 469675b19b..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/Trigger.java +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.databinding.annotation.DataBinding; -import org.apache.tuscany.sca.databinding.job.Job; -import org.osoa.sca.annotations.Remotable; - -@Remotable -@DataBinding("org.apache.tuscany.sca.databinding.job.Job") -public interface Trigger { - void handleEvent(T c); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManager.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManager.java deleted file mode 100644 index 520203e190..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManager.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; -import org.osoa.sca.annotations.Remotable; -import org.osoa.sca.CallableReference; -@Remotable -public interface WorkerManager { - CallableReference addWorker(); - boolean removeWorker(String workerName); - boolean removeWorkers(int k); - boolean removeAllWorkers(); - double getNodeLoad(); - int activeWorkers(); - void start(); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManagerImpl.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManagerImpl.java deleted file mode 100644 index d4337cad2f..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerManagerImpl.java +++ /dev/null @@ -1,213 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.io.FileNotFoundException; -import java.io.IOException; -import java.io.RandomAccessFile; -import java.util.List; -import java.util.logging.Logger; - -import org.apache.tuscany.sca.assembly.Composite; -import org.apache.tuscany.sca.contribution.Contribution; -import org.apache.tuscany.sca.contribution.DeployedArtifact; -import org.apache.tuscany.sca.contribution.service.impl.ContributionServiceImpl; -import org.osoa.sca.CallableReference; -import org.apache.tuscany.sca.node.management.SCANodeManagerInitService; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.impl.SCANodeImpl; -import org.apache.tuscany.sca.runtime.RuntimeComponent; -import org.osoa.sca.ComponentContext; -import org.osoa.sca.annotations.Context; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; -import java.util.LinkedList; -import java.util.ArrayList; - -@Scope("COMPOSITE") -@Service(interfaces = { SCANodeManagerInitService.class, WorkerManager.class }) -public class WorkerManagerImpl implements WorkerManager, SCANodeManagerInitService { - private Logger log = Logger.getLogger(WorkerManagerImpl.class.getName()); - private LinkedList> activeWorkers = new LinkedList>(); - private List workerComponentNames = new ArrayList(); - private SCANodeImpl node; - @Property - protected String nodeName; - @Property - protected String compositeName; - @Property - protected String workerClass; - @Context - protected ComponentContext context; - private double loadAverage; - - /* This method is used to find a composite inside all deployed artifacts */ - private Composite findComposite(List artifacts) { - for (Composite fact : artifacts) { - log.info("Searching in a contribution deployed artifacts -" - + compositeName); - Composite augmented = (Composite) fact; - // found - if (augmented.getURI().equals(compositeName)) { - log.info("Found composite..." + compositeName); - return augmented; - } - } - } - return null; - } - - public CallableReference addWorker() { - log.info("Adding a new worker call.."); - long addWorkerStartTime = System.nanoTime(); - ContributionServiceImpl cServiceImpl = (ContributionServiceImpl) node.getContributionService(); - Contribution contribution = cServiceImpl.getContribution(nodeName); - List artifacts = contribution.getDeployables(); - CallableReference workerReference = null; - CallableReference ref = null; - log.info("Creating a MetaComponentWorker.."); - MetaComponentWorker mcw = new MetaComponentWorker(); - boolean found = false; - mcw.setWorkerClass(workerClass); - Composite augmented = findComposite(artifacts); - try { - if (augmented != null) { - long startCreation = System.nanoTime(); - node.addComponentToComposite(mcw, contribution.getURI(), - augmented.getURI()); - System.out.println("addComponentToComposite time = " - + (System.nanoTime() - startCreation)); - RuntimeComponent workerComponent = (RuntimeComponent) node - .getComponent(mcw.getName()); - if (workerComponent != null) { - ref = (CallableReference) workerComponent - .getComponentContext().createSelfReference( - WorkerService.class); - ref.getService().start(); - activeWorkers.addLast(ref); - workerComponentNames.add(mcw.getName()); - CallableReference manager = (CallableReference) context - .createSelfReference(WorkerManager.class, - "WorkerManager"); - ref.getService().registerManager(manager); - return ref; - } - } else { - log.info("Workpool composite not found!"); - } - } catch (Exception e) { - log.info("Exception activation"); - e.printStackTrace(); - } - ; - System.out.println("Component Creation Time =" - + (System.nanoTime() - addWorkerStartTime)); - return ref; - } - - public boolean removeAllWorkers() { - for (CallableReference callable : activeWorkers) { - callable.getService().stop(); - } - return true; - } - - public boolean removeWorker() { - CallableReference callable = activeWorkers - .removeLast(); - callable.getService().stop(); - return true; - } - - public boolean removeWorkers(int k) { - if (k >= activeWorkers.size()) - return false; - for (int i = 0; i < k; ++i) { - if (!removeWorker()) - return false; - } - return true; - } - - public void setNode(SCANode node) { - this.node = (SCANodeImpl) node; - - } - - public double getNodeLoad() { - /* - * FIXME [jo] this works only on Linux To be replaced with an JNI - * extension - */ - RandomAccessFile statfile; - - this.loadAverage = 1.0; - // load = 0; - int NoProcessors = 0; - String cpuLine = null; - try { - NoProcessors = Runtime.getRuntime().availableProcessors(); - if (NoProcessors > 1) - this.loadAverage = 1 / (1.0 * NoProcessors); - statfile = new RandomAccessFile("/proc/loadavg", "r"); - try { - statfile.seek(0); - cpuLine = statfile.readLine(); - - } catch (IOException e) { - // FIX ME: Better exception handling. - e.printStackTrace(); - } - } catch (FileNotFoundException e) { - e.printStackTrace(); - } catch (NumberFormatException e) { - e.printStackTrace(); - } - double min1; - if (cpuLine != null) { - java.util.StringTokenizer st = new java.util.StringTokenizer( - cpuLine, " "); - min1 = Double.parseDouble(st.nextToken()); - } else - min1 = 0; - - return min1 * this.loadAverage; - } - - public int activeWorkers() { - return activeWorkers.size(); - } - - public boolean removeWorker(String workerName) { - RuntimeComponent workerComponent = (RuntimeComponent) node - .getComponent(workerName); - if (workerComponent != null) { - log.info("Removing component " + workerName); - node.removeComponentFromComposite(nodeName, "Workpool.composite", - workerName); - return true; - } - return false; - } - - public void start() { - // do nothing for now. - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerService.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerService.java deleted file mode 100644 index 37b7ea227a..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerService.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.osoa.sca.ServiceReference; -import org.osoa.sca.annotations.Callback; -import org.osoa.sca.annotations.Remotable; -import org.osoa.sca.annotations.OneWay; -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.databinding.annotation.DataBinding; -import org.apache.tuscany.sca.databinding.job.Job; - -/** - * The interface for the multiply service - */ -@Remotable -@Callback(WorkerServiceCallback.class) -@DataBinding("org.apache.tuscany.sca.databinding.job.Job") -public interface WorkerService { - @OneWay - void compute(Job j); - - void start(); - - void stop(); - - // void addJobCompleteHandler(String triggerName, - // CallableReferenceImpl handle); - // void removeJobCompleteHandler(String triggerName); - /* The worker manager */ - void registerManager(CallableReferenceImpl wm); - - void registerSender(CallableReferenceImpl sender); - - // void init(Job nullJob); - @OneWay - void computeFirstTime(Job nullJob, - CallableReferenceImpl myReference); - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceCallback.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceCallback.java deleted file mode 100644 index 6fb1278e5e..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceCallback.java +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.databinding.job.Job; -import org.osoa.sca.annotations.Remotable; - -@Remotable -public interface WorkerServiceCallback { - void receiveResult(Job resultType, boolean reuse, String workerName); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceImpl.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceImpl.java deleted file mode 100644 index 2c9bf5ea48..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkerServiceImpl.java +++ /dev/null @@ -1,171 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.osoa.sca.ComponentContext; -import org.osoa.sca.RequestContext; -import org.osoa.sca.ServiceReference; -import org.osoa.sca.annotations.Callback; -import org.osoa.sca.annotations.Context; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.databinding.annotation.DataBinding; -import org.apache.tuscany.sca.databinding.job.Job; - -import java.util.HashMap; -import java.util.Map; -import java.util.logging.*; - -/** - * An implementation of the worker service. - */ -@Service(WorkerService.class) -@DataBinding("org.apache.tuscany.sca.databinding.job.Job") -@Scope("COMPOSITE") -public abstract class WorkerServiceImpl implements WorkerService { - private Logger log = Logger.getLogger(this.getClass().getName()); - private WorkerServiceCallback workerServiceCallback; - @Context - protected ComponentContext workerContext; - @Context - protected RequestContext requestContext; - @Property - protected String workerName; - private CallableReferenceImpl managerReference = null; - - /* TODO add the triggers, but before ask */ - // protected Map triggers = new HashMap(); - public abstract ResultJob computeTask(Job job); - - private boolean stopped = false; - private CallableReferenceImpl serviceRef; - private CallableReferenceImpl senderService; - private WorkpoolService wp = null; - private WorkerManager manager = null; - - public void start() { - log.info("Starting worker..."); - stopped = false; - serviceRef = (CallableReferenceImpl) workerContext - .createSelfReference(WorkerService.class); - - } - - public void init(CallableReferenceImpl sender, Job nullJob) { - compute(nullJob); - } - - public void stop() { - stopped = true; - } - - @Callback - public void setWorkerServiceCallback( - WorkerServiceCallback workerServiceCallback) { - log.info("Setting worker callback"); - this.workerServiceCallback = workerServiceCallback; - } - - public void computeFirstTime(Job nullJob, - CallableReferenceImpl sender) { - senderService = sender; - wp = sender.getService(); - workWithCallable(nullJob); - } - - public void registerManager(CallableReferenceImpl wm) { - managerReference = wm; - manager = managerReference.getService(); - - } - - public void registerSender(CallableReferenceImpl sender) { - log.info("Registering sender.."); - senderService = sender; - wp = sender.getService(); - } - - private void workWithInjection(Job j) { - log.info("Worker has received job"); - if (stopped) { - workerServiceCallback - .receiveResult(j, true, workerContext.getURI()); - if (managerReference != null) - manager.removeWorker(workerContext.getURI()); - } else if (j.eos()) { - if (managerReference != null) - manager.removeWorker(workerContext.getURI()); - } - if (j instanceof NullJob) { - workerServiceCallback.receiveResult(j, false, workerContext - .getURI()); - } else { - workerServiceCallback.receiveResult(computeTask(j), false, - workerContext.getURI()); - } - } - - private void workWithCallable(Job j) { - log.info("Worker " + workerContext.getURI() - + " has received job with eos --> " + j.eos()); - if (stopped) { - wp.handleResult(j, true, workerContext.getURI(), serviceRef, false); - return; - } - if (j.eos()) { - log.info("Got poison token..."); - if (managerReference != null) { - log.info("Removing component " + workerContext.getURI()); - manager.removeWorker(workerContext.getURI()); - - } - return; - } - if (j.getType() != Job.NULL_JOB) { - wp.handleResult(computeTask(j), false, workerContext.getURI(), - serviceRef, false); - } else { - log.info("Got a null job"); - wp.handleResult(j, false, workerContext.getURI(), serviceRef, true); - } - } - - public void compute(Job j) { - - if (senderService != null) { - log.info("Computing job using callable reference method"); - workWithCallable(j); - - } else { - log.info("Computing job using reference injection method"); - workWithInjection(j); - - } - } - /* - * public void addJobCompleteHandler(String triggerName, - * CallableReferenceImpl handle) { if - * (!triggers.containsKey(triggerName)) { triggers.put(triggerName, - * handle.getService()); } } public void removeJobCompleteHandler(String - * triggerName) { if (!triggers.containsKey(triggerName)) { - * triggers.remove(triggerName); } } - */ -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBean.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBean.java deleted file mode 100644 index 80c093ff1c..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBean.java +++ /dev/null @@ -1,162 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.beans.*; -import java.util.Vector; -import java.util.logging.*; - -public class WorkpoolBean { - private Vector listeners = new Vector(); - double loadAverage = 0; - int nodeNumbers = 0; - int workers = 0; - int estimedQueueSize = 0; - double averageServiceTime = 0; - double averageArrivalTime = 0; - double usageFactor = 0; - private final PropertyChangeSupport changes = new PropertyChangeSupport( - this); - long jobComputed = 0; - boolean singleAction = false; - private Logger log = Logger.getLogger(WorkpoolBean.class.getName()); - - public void setNodeNumbers(int n) { - this.nodeNumbers = n; - } - - public void setWorkers(int w) { - this.workers = w; - } - - public void setLoadAverage(double loadAverage) { - this.loadAverage = loadAverage; - } - - public void setAverageServiceTime(double service) { - this.averageServiceTime = service; - } - - public void setAverageArrivalTime(double service) { - this.averageArrivalTime = service; - } - - public double getAverageArrivalTime() { - return this.averageArrivalTime; - } - - public double getUtilizationFactor() { - return usageFactor; - } - - public void setUsageFactor() { - usageFactor = averageServiceTime / averageArrivalTime; - } - - public void setEstimedQueueSize(int size) { - estimedQueueSize = size; - } - - public int getEstimedQueueSize() { - return estimedQueueSize; - } - - public double getLoadAverage() { - return this.loadAverage; - } - - public int getWorkers() { - return this.workers; - } - - public int getNodeNumbers() { - return this.nodeNumbers; - } - - public double getAverageServiceTime() { - return this.averageServiceTime; - } - - public void addPropertyChangeListener(final PropertyChangeListener l) { - this.changes.addPropertyChangeListener(l); - } - - public void removePropertyChangeListener(final PropertyChangeListener l) { - this.changes.removePropertyChangeListener(l); - } - - private synchronized void fireWorkpoolEvent(WorkpoolEvent ev) { - for (WorkpoolBeanListener l : listeners) { - l.handleEvent(new WorkpoolEvent(ev)); - } - } - - public void addWorkersToNode(int k, String nodeName) { - log.info("Adding a worker to node " + nodeName); - WorkpoolEvent ev = new WorkpoolEvent(this, - WorkpoolEvent.EVENT_MULTIPLE_ADD_WORKER, k, nodeName); - fireWorkpoolEvent(ev); - } - - public void addWorkerToNode(String nodeName) { - log.info("Adding a worker to node " + nodeName); - WorkpoolEvent ev = new WorkpoolEvent(this, - WorkpoolEvent.SINGLE_ADD_WORKER, 1, nodeName); - fireWorkpoolEvent(ev); - } - - public void removeWorkersToNode(int k, String nodeName) { - log.info("Removing a worker to node " + nodeName); - WorkpoolEvent ev = new WorkpoolEvent(this, - WorkpoolEvent.EVENT_MULTIPLE_REMOVE_WORKER, k, nodeName); - fireWorkpoolEvent(ev); - } - - public void removeWorkerToNode(String nodeName) { - log.info("Removing a worker to node " + nodeName); - WorkpoolEvent ev = new WorkpoolEvent(this, - WorkpoolEvent.SINGLE_REMOVE_WORKER, 1, nodeName); - fireWorkpoolEvent(ev); - } - - public synchronized void addListener(WorkpoolBeanListener l) { - this.listeners.add(l); - } - - public synchronized void removeListener(WorkpoolBeanListener l) { - this.listeners.remove(l); - } - - public void setJobComputed(long jobComputed) { - this.jobComputed = jobComputed; - - } - - public void setSingleAction() { - singleAction = true; - } - - public boolean getSingleAction() { - return singleAction; - } - - public long getJobComputed() { - return this.jobComputed; - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBeanListener.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBeanListener.java deleted file mode 100644 index 0ecc223fed..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolBeanListener.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.util.EventListener; - -public interface WorkpoolBeanListener extends EventListener { - public void handleEvent(WorkpoolEvent ev); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolEvent.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolEvent.java deleted file mode 100644 index 0bdc3671d5..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolEvent.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.util.EventObject; - -public class WorkpoolEvent extends EventObject { - - private static final long serialVersionUID = -1273928009411948768L; - - public WorkpoolEvent(Object source) { - super(source); - } - - public WorkpoolEvent(WorkpoolEvent ev) { - super(ev.source); - type = ev.type; - noWorker = ev.noWorker; - nodeName = ev.nodeName; - } - - public WorkpoolEvent(Object source, int typeEv, int worker) { - super(source); - type = typeEv; - noWorker = worker; - nodeName = ""; - } - - public WorkpoolEvent(Object source, int typeEv, int worker, String nodeName) { - super(source); - type = typeEv; - noWorker = worker; - this.nodeName = nodeName; - } - - public String getNodeName() { - return nodeName; - } - - public int getType() { - return type; - } - - public int workers() { - return noWorker; - } - - private int type; - private int noWorker; - private String nodeName; - public static final int EVENT_MULTIPLE_ADD_WORKER = 0; - public static final int EVENT_MULTIPLE_REMOVE_WORKER = 1; - public static final int SINGLE_REMOVE_WORKER = 2; - public static final int SINGLE_ADD_WORKER = 3; -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManager.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManager.java deleted file mode 100644 index 6520954bdd..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManager.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.osoa.sca.ServiceReference; -import org.osoa.sca.annotations.OneWay; -import org.osoa.sca.annotations.Remotable; - -@Remotable -public interface WorkpoolManager { - /* - * @param String rules This are the autonomic rules. The format is the Java - * Drools .drl file. You have to read it - */ - @OneWay - void acceptRules(String rules); - - @OneWay - void start(); - - @OneWay - void stopAutonomicCycle(); - - @OneWay - void startAutonomicCycle(); - - int activeWorkers(); - - void setCycleTime(long time); - - void setWorkpoolReference(ServiceReference serviceReference); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManagerImpl.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManagerImpl.java deleted file mode 100644 index f7c727ad04..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolManagerImpl.java +++ /dev/null @@ -1,555 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.osoa.sca.ComponentContext; -import org.osoa.sca.ServiceReference; -import java.util.Collections; -import java.util.Enumeration; -import java.io.IOException; -import java.io.StringReader; -import java.io.StringWriter; -import java.util.Collection; -import java.util.Iterator; -import java.util.Timer; -import java.util.TimerTask; -import java.util.logging.Logger; - -import javax.xml.stream.XMLStreamException; - -import node.TestJob; -import java.io.File; -import java.util.Vector; -import org.apache.axiom.om.OMElement; -import org.apache.tuscany.sca.contribution.service.ContributionResolveException; -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.core.context.ServiceReferenceImpl; -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.node.NodeManagerInitService; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.impl.SCANodeImpl; -import org.osoa.sca.CallableReference; -import org.drools.FactHandle; -import org.drools.RuleBase; -import org.drools.RuleBaseFactory; -import org.drools.StatefulSession; -import org.drools.StatelessSession; -import org.drools.compiler.DroolsParserException; -import org.drools.compiler.PackageBuilder; -import org.drools.rule.Package; -import org.osoa.sca.annotations.Constructor; -import org.osoa.sca.annotations.Context; -import org.osoa.sca.annotations.Destroy; -import org.osoa.sca.annotations.Property; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; -import java.util.concurrent.ConcurrentHashMap; -import java.util.concurrent.atomic.AtomicInteger; -import java.util.concurrent.locks.ReentrantLock; - -@Service(interfaces = { NodeManagerInitService.class, WorkpoolManager.class }) -@Scope("COMPOSITE") -/* - * This is the core manager of the workpool application. The Workpool Manager - * holds the reference to each remote node manager. Inside it we've a rule - * engine instance. - */ -public class WorkpoolManagerImpl implements WorkpoolManager, - NodeManagerInitService, WorkpoolBeanListener { - /* - * This inner class trigs the rule engine, at given times: 1. It checks the - * different loads for each nodes and sets the WorkpoolBean 2. It checks the - * Workpool AverageService Time and sets the WorkpoolBean 3. It checks how - * many jobs are already computed and sets the WorkpoolBean Then given the - * configured bean and the rules, run the Rule Engine for executing the - * business logic - */ - class RuleEngineTrigger extends TimerTask { - // private ReentrantLock triggerLock = new ReentrantLock(); - @Override - public void run() { - - System.out.println("Updating WorkpoolBean.."); - // checkActiveWorkers(); - // checkLoadInNodes(); - checkServiceTime(); - // checkEstimedQueueSize(); - // checkArrivalTime(); - getProcessedItem(); - // computeUsageFactor(); - doRun(bean); - } - - } - - private WorkerManager managerNodeB; - private WorkerManager managerNodeC; - private WorkerManager managerNodeD; - private WorkerManager managerNodeE; - - private SCANodeImpl node; - private WorkpoolBean bean = new WorkpoolBean(); - private ReentrantLock handleEventLock = new ReentrantLock(); - private ReentrantLock updateRuleLock = new ReentrantLock(); - - private ServiceReference reference; - private AtomicInteger activeWorkers = new AtomicInteger(0); - private Logger log = Logger.getLogger(WorkpoolManagerImpl.class.getName()); - @Property - protected String workers; - @Property - protected String nodes; - @Property - protected String injection; - @Context - protected ComponentContext workpoolManagerContext; - private CallableReferenceImpl myReference; - private String rules = null; - private boolean referenceInjection = false; - private ConcurrentHashMap workerManagerTable = new ConcurrentHashMap(); - private int workersNo; - private int nodesNo; - private Timer timer = new Timer(); - /* this handle facts */ - private RuleBase ruleBase = null; - private FactHandle handle = null; - private StatefulSession wm = null; - private long cycleTime = 5000; - - @Reference - public void setManagerNodeB(WorkerManager managerNodeB) { - this.managerNodeB = managerNodeB; - workerManagerTable.put("nodeB", managerNodeB); - } - - @Reference - public void setManagerNodeC(WorkerManager managerNodeC) { - this.managerNodeC = managerNodeC; - workerManagerTable.put("nodeC", managerNodeC); - } - - @Reference - public void setManagerNodeD(WorkerManager managerNodeD) { - this.managerNodeD = managerNodeD; - workerManagerTable.put("nodeD", managerNodeD); - } - - @Reference - public void setManagerNodeE(WorkerManager managerNodeE) { - this.managerNodeE = managerNodeE; - workerManagerTable.put("nodeE", managerNodeE); - } - - private void startNewComponents( - Vector> vector) { - log.info("Starting new components"); - WorkpoolService wp = reference.getService(); - // CallableReferenceImpl sink = - // (CallableReferenceImpl) reference; - Job j = new NullJob(); - for (CallableReferenceImpl item : vector) { - // WorkerService service = item.getService(); - // service.start(); - // service.computeFirstTime(j, sink); - log.info("Send PostWorkerReference..."); - wp.PostWorkerReference(item); - } - if (myReference != null) - wp.registerManager(myReference); - } - - public void setCycleTime(long cycle) { - this.cycleTime = cycle; - } - - @SuppressWarnings("unchecked") - /* - * This gets the number of workers workerNo and instantiates them - */ - public void start() { - this.myReference = (CallableReferenceImpl) workpoolManagerContext - .createSelfReference(WorkpoolManager.class, "WorkpoolManager"); - this.workersNo = Integer.parseInt(this.workers); - this.nodesNo = Integer.parseInt(this.nodes); - this.referenceInjection = (Integer.parseInt(this.injection) != 0); - log.info("Starting WorkpoolManager Component with #" + workersNo - + " workers and #" + nodes + " nodes"); - nodesNo = workerManagerTable.values().size(); - // Sets info in the bean. - bean.setWorkers(this.workersNo); - bean.setNodeNumbers(nodesNo); - Vector> workerRefs = new Vector>(); - int exactTimes = workersNo / nodesNo; - for (int i = 0; i < exactTimes; ++i) { - for (WorkerManager manager : workerManagerTable.values()) { - manager.start(); - if (manager != null) { - System.err.println("Actual load = " - + manager.getNodeLoad() + " for node "); - addNewComponent(manager, workerRefs); - } - } - } - - int module = (workersNo % nodesNo); - int n = 0; - if (module > 0) { - Vector v = new Vector(workerManagerTable.keySet()); - Collections.sort(v); - // Iterator iter = - // workerManagerTable.values().iterator(); - // Display (sorted) hashtable. - for (Enumeration e = v.elements(); (e.hasMoreElements() && n < module); ++n) { - String key = e.nextElement(); - WorkerManager m = workerManagerTable.get(key); - System.err.println("Module Actual load = " + m.getNodeLoad() - + " for node "); - addNewComponent(m, workerRefs); - } - } - startNewComponents(workerRefs); - bean.addListener(this); - TimerTask task = new WorkpoolManagerImpl.RuleEngineTrigger(); - timer.scheduleAtFixedRate(task, 3000, cycleTime); - } - - private void checkLoadInNodes() { - System.out.println("CheckLoadInNodes"); - int number = 1; - double loadAverage = 0; - for (WorkerManager manager : workerManagerTable.values()) { - loadAverage += manager.getNodeLoad(); - number++; - } - bean.setLoadAverage(loadAverage / number); - } - - private void computeUsageFactor() { - bean.setUsageFactor(); - } - - private void checkEstimedQueueSize() { - WorkpoolService wp = reference.getService(); - - if (wp != null) { - int size = wp.estimatedQueueSize(); - log.info("Estimed Queue Size =" + size); - bean.setEstimedQueueSize(size); - } - } - - private WorkerManager findMinLoad() { - double load = 0; - // workerManagerTable.values().iterator().next().getNodeLoad(); - WorkerManager toFind = null; - for (WorkerManager manager : workerManagerTable.values()) { - if (load == 0) { - load = manager.getNodeLoad(); - toFind = manager; - } else if (manager.getNodeLoad() < load) { - load = manager.getNodeLoad(); - toFind = manager; - } - } - return toFind; - } - - private void checkServiceTime() { - WorkpoolService wp = reference.getService(); - - if (wp != null) { - double time = wp.getServiceTime(); - log.info("Average System Service Time =" + time); - bean.setAverageServiceTime(time); - } - } - - private void checkArrivalTime() { - WorkpoolService wp = reference.getService(); - - if (wp != null) { - double time = wp.getArrivalTime(); - log.info("Average Arrival Service Time =" + time); - bean.setAverageArrivalTime(time); - } - } - - private void checkActiveWorkers() { - bean.setWorkers(this.activeWorkers()); - } - - private void getProcessedItem() { - WorkpoolService wp = reference.getService(); - if (wp != null) { - long computed = wp.getJobComputed(); - log.info("The system has already computed " + computed + " jobs"); - bean.setJobComputed(computed); - } - } - - private boolean removeComponent(WorkerManager manager, int k) { - manager.removeWorkers(k); - activeWorkers.decrementAndGet(); - return true; - } - - @SuppressWarnings("unchecked") - private boolean addNewComponent(WorkerManager manager, - Vector> workerRefs) { - CallableReferenceImpl workerReference = (CallableReferenceImpl) manager - .addWorker(); - - if (workerReference != null) { - /* if i'll decide to use dynamically generated references */ - if (referenceInjection) { - workerReference.getService(); - String uri = workerReference.getEndpointReference().getURI(); - int nameIndex = uri.indexOf("/"); - String componentName = uri.substring(0, nameIndex); - if (componentName.startsWith("/")) - componentName = uri.substring(1, uri.length()); - if (componentName.endsWith("/")) - componentName = uri.substring(0, uri.length() - 1); - // String componentName = uri.substring(0, nameIndex-1); - - log.info("Adding wire from WorkpoolComponentService to " - + componentName); - String referenceName = "ref" + componentName; - - /* - * I'm updating the WorkpoolServiceComponent with a new - * reference to a just created component I assume that the - * WorkpoolManagerService and the WorkpoolServiceComponent stay - * in the same JVM It's like in the scdl there were: With this then - * I've a wire WorkpoolService---> a new Worker - */ - try { - node.addComponentReferenceWire(referenceName, "nodeA", - "Workpool.composite", "workpool.WorkerServiceImpl", - WorkerService.class, "WorkpoolServiceComponent", - componentName); - } catch (Exception e) { - e.printStackTrace(); - return false; - } - log.info("Sending reference name " + referenceName - + " to WorkpoolService"); - // TODO: this was part of dynamic wiring, but it doesn't work. - // reference.getService().PostWorkerName(referenceName); - - } else { - // log.info("Sending callable reference to WorkpoolService - // placed at -->"+reference); - // reference.getService().PostWorkerReference(workerReference); - workerRefs.add(workerReference); - } - activeWorkers.incrementAndGet(); - return true; - } - return false; - } - - public int activeWorkers() { - - return activeWorkers.get(); - } - - private void doRun(WorkpoolBean bean) { - - long startTime = System.currentTimeMillis(); - updateRuleLock.lock(); - if (wm == null) - wm = ruleBase.newStatefulSession(); - if (this.handle == null) - handle = wm.insert(bean); - else { - wm.update(handle, bean); - } - wm.fireAllRules(); - updateRuleLock.unlock(); - - System.out.println("Engine rule overhead = " - + (System.currentTimeMillis() - startTime)); - } - - private RuleBase readRule(String rule) { - - PackageBuilder packBuilder = new PackageBuilder(); - try { - packBuilder.addPackageFromDrl(new StringReader(rule)); - } catch (DroolsParserException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - Package pkg = packBuilder.getPackage(); - RuleBase ruleBase = RuleBaseFactory.newRuleBase(); - try { - ruleBase.addPackage(pkg); - } catch (Exception e) { - e.printStackTrace(); - } - return ruleBase; - } - - public void acceptRules(String rules) { - this.rules = rules; - if (ruleBase == null) { - RuleBase base = readRule(rules); - if (base != null) { - ruleBase = base; - } - } else { - updateRuleLock.lock(); - // i have already a rule: updating - ruleBase = readRule(rules); - wm = ruleBase.newStatefulSession(); - handle = null; - updateRuleLock.unlock(); - } - - System.out.println("Accepted rules = " + rules); - } - - public String getRules() { - return rules; - } - - private WorkerManager findMaxLoadNode() { - double load = 0.0; - WorkerManager toFind = null; - for (WorkerManager manager : workerManagerTable.values()) { - if (manager.getNodeLoad() > load) { - load = manager.getNodeLoad(); - toFind = manager; - } - } - return toFind; - - } - - public void setWorkpoolReference( - ServiceReference serviceReference) { - reference = serviceReference; - } - - public void setNode(SCANode arg0) { - node = (SCANodeImpl) arg0; - } - - public void handleEvent(WorkpoolEvent ev) { - if (ev == null) - return; - - String nodeName = ev.getNodeName(); - - switch (ev.getType()) { - case WorkpoolEvent.SINGLE_ADD_WORKER: { - if (nodeName != null) { - Vector> workerRefs = new Vector>(); - - // in this case I have a nodeName - if (!nodeName.equals("") - && (workerManagerTable.containsKey(nodeName))) { - WorkerManager manager = workerManagerTable.get(nodeName); - addNewComponent(manager, workerRefs); - startNewComponents(workerRefs); - } else if (nodeName.equals("")) { - WorkerManager manager = findMinLoad(); - addNewComponent(manager, workerRefs); - startNewComponents(workerRefs); - } - } - break; - } - case WorkpoolEvent.EVENT_MULTIPLE_ADD_WORKER: { - Vector> workerRefs = new Vector>(); - - if (nodeName.equals("")) { - - WorkerManager manager = findMinLoad(); - int k = ev.workers(); - for (int h = 0; h < k; ++h) { - addNewComponent(manager, workerRefs); - } - } else { - WorkerManager manager = workerManagerTable - .get(ev.getNodeName()); - int k = ev.workers(); - for (int h = 0; h < k; ++h) { - addNewComponent(manager, workerRefs); - } - } - startNewComponents(workerRefs); - break; - } - case WorkpoolEvent.SINGLE_REMOVE_WORKER: { - if (nodeName != null) { - // in this case I have a nodeName - if (!nodeName.equals("") - && (workerManagerTable.containsKey(nodeName))) { - WorkerManager manager = workerManagerTable.get(nodeName); - removeComponent(manager, 1); - } else if (nodeName.equals("")) { - WorkerManager manager = findMaxLoadNode(); - removeComponent(manager, 1); - } - } - break; - } - case WorkpoolEvent.EVENT_MULTIPLE_REMOVE_WORKER: { - if (nodeName.equals("")) { - WorkerManager manager = findMaxLoadNode(); - removeComponent(manager, ev.workers()); - - } else { - WorkerManager manager = workerManagerTable.get(nodeName); - removeComponent(manager, ev.workers()); - } - break; - } - } - - } - - @Destroy - public void onExit() { - // do cleanup - this.timer.cancel(); - this.timer.purge(); - } - - public void stopAutonomicCycle() { - this.timer.cancel(); - this.timer.purge(); - this.timer = null; - } - - public void startAutonomicCycle() { - if (this.timer == null) { - this.timer = new Timer(); - TimerTask task = new WorkpoolManagerImpl.RuleEngineTrigger(); - timer.schedule(task, 3000, cycleTime); - } - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolService.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolService.java deleted file mode 100644 index d84ae549d8..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolService.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.databinding.annotation.DataBinding; -import org.apache.tuscany.sca.databinding.job.Job; -import org.osoa.sca.annotations.OneWay; -import org.osoa.sca.annotations.Remotable; -import org.osoa.sca.ServiceReference; - -@DataBinding("org.apache.tuscany.sca.databinding.job.Job") -@Remotable -public interface WorkpoolService { - - /* this the functional part */ - void submit(Job i); - - /* the time between two subsequent worker invocations */ - double getServiceTime(); - - /* the number of ResultJob received */ - long getJobComputed(); - - /* the time elapsed between the stream has initiated and now */ - long getElapsedTime(); - - /* the size of the internal queue : it's not accurate */ - int estimatedQueueSize(); - - /* the average time between two consuecutive submit */ - double getArrivalTime(); - - void start(); - - void stop(); - - /* - * this is the part needed by management. May be in future i'll refactor it - * order to hide this part. - */ - @OneWay - void handleResult(Job j, boolean reuse, String string, - CallableReferenceImpl worker, boolean newJob); - - void addTrigger(CallableReferenceImpl reference); - - void removeTrigger(); - - void registerManager( - CallableReferenceImpl createSelfReference); - - /* - * This could placed in another interface definition - think about it These - * methods evict, and evictAll are needed when a worker finish to exist and - * it needs to be evicted by the WorkpoolManager. In the system I have two - * caches: 1) a domain cache, which holds the components URI 2) a - * workerReference cache (implemented by a ConcurrentHashMap), which holds a - * proxy to each worker. Every proxy gets built from the worker callable - * reference. I'm thinking for placing the workerReferenceCache in a local - * interface. Assuming that WorkpoolService and WorkpoolManager are in the - * same JVM. - */ - void evict(String workerURI); - - void evictAll(); - - /* - * these two are no longer needed. I leave it because if i'll have time to - * do dynamic wiring the first one is needed. void PostWorkerName(String - * referenceName); - */ - void PostWorkerReference(CallableReferenceImpl worker); - -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolServiceImpl.java b/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolServiceImpl.java deleted file mode 100644 index 52b88af42c..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/java/workpool/WorkpoolServiceImpl.java +++ /dev/null @@ -1,416 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -import java.util.concurrent.atomic.AtomicInteger; -import java.util.concurrent.atomic.AtomicLong; -import java.util.concurrent.locks.ReentrantLock; -import java.util.logging.Logger; -import org.apache.tuscany.sca.core.context.CallableReferenceImpl; -import org.apache.tuscany.sca.databinding.annotation.DataBinding; -import org.osoa.sca.ComponentContext; -import org.osoa.sca.annotations.Context; -import org.osoa.sca.annotations.Scope; -import org.osoa.sca.annotations.Service; -import org.apache.tuscany.sca.databinding.job.Job; -import org.apache.tuscany.sca.databinding.job.JobDataMap; -import java.util.concurrent.ConcurrentHashMap; -import java.util.concurrent.ConcurrentLinkedQueue; -import java.util.concurrent.LinkedBlockingQueue; - -/** - * An implementation of the Workpool service. - */ -@Service(WorkpoolService.class) -@Scope("COMPOSITE") -@DataBinding("org.apache.tuscany.sca.databinding.job.Job") -public class WorkpoolServiceImpl implements WorkpoolService, - WorkerServiceCallback { - - /* incoming job queue */ - private LinkedBlockingQueue queue = new LinkedBlockingQueue(5000); - private CallableReferenceImpl trigger = null; - private Trigger forwardResult = null; - /* counter for job's number fetched from the queue and sent to the Worker */ - private AtomicInteger jobSent = new AtomicInteger(0); - /* time for initHandleResult */ - private AtomicLong initHandleResult = new AtomicLong(0); - /* time for endHandleResult */ - private AtomicLong endHandleResult = new AtomicLong(0); - /* - * number of job computed, this will be exposed in order to be used to - * firing rules - */ - private long jobComputed = 0; - /* same as above */ - private AtomicLong elapsedTime = new AtomicLong(0); - /* this is for comuputing averageServiceTime */ - private long times = 1; - /* this is for computing averageArrivalTime */ - private long timesArrival = 1; - private ReentrantLock arrivalLock = new ReentrantLock(); - private long arrivalPrevious = -1; - // private AtomicBoolean processingStopped = new AtomicBoolean(false); - private boolean processingStopped = false; - // private LinkedBlockingQueue triggers = new - // LinkedBlockingQueue(); - @Context - protected ComponentContext workpoolContext; - private CallableReferenceImpl manager; - private long previousSubmitTime = -1; - private boolean firstTime = true; - private boolean first = true; - private long start = 0; - private long end = 0; - private double averageServiceTime = 0; - private double averageArrivalTime = 0; - private int workersNo = 0; - private final Job nullJob = new NullJob(); - /* This is useful for counting the start and end */ - private Logger log = Logger.getLogger(WorkpoolServiceImpl.class.getName()); - private ReentrantLock handleResultLock = new ReentrantLock(); - private ReentrantLock postWorkerReferenceLock = new ReentrantLock(); - private ConcurrentHashMap cacheReference = new ConcurrentHashMap(); - private CallableReferenceImpl myReference; - private String previuosURI = ""; - private long time = 0; - - private void computeAverageTime() { - long actualServiceTime = 0; - // if the processing is finished - if (processingStopped) - return; - - if (firstTime == true) { - this.previousSubmitTime = System.currentTimeMillis(); - this.averageServiceTime = 0; - firstTime = false; - } else { - actualServiceTime = System.currentTimeMillis() - - this.previousSubmitTime; - this.previousSubmitTime = System.currentTimeMillis(); - averageServiceTime = ((averageServiceTime * times) + actualServiceTime) - / (times + 1); - ++times; - } - } - - public void submit(Job j) { - try { - // log.info("Submit job in queue -->"+ j.getType()); - // processingStopped.set(false); - try { - arrivalLock.lock(); - if (this.arrivalPrevious == -1) { - arrivalPrevious = System.currentTimeMillis(); - averageArrivalTime = 0; - } - double actualArrivalTime = System.currentTimeMillis() - - arrivalPrevious; - averageArrivalTime = ((averageArrivalTime * timesArrival) + actualArrivalTime) - / (timesArrival + 1); - arrivalPrevious = System.currentTimeMillis(); - ++timesArrival; - } finally { - arrivalLock.unlock(); - } - queue.put(j); - } catch (Exception e) { - log.info("Exception in queue"); - queue.clear(); - e.printStackTrace(); - } - } - - public double getArrivalTime() { - return this.averageArrivalTime; - } - - public double getServiceTime() { - return this.averageServiceTime; - } - - public void receiveResult(Job resultType, boolean reuse, String workerURI) { - - if (reuse) { - queue.add(resultType); - return; - } - - computeAverageTime(); - Job job = null; - try { - job = queue.take(); - } catch (InterruptedException e) { - // TODO Better exception handling --> see Exception antipattern doc - e.printStackTrace(); - return; - } - - if ((job != null) && (job.eos() == false)) { - int nameIndex = workerURI.indexOf("/"); - String workerName = workerURI.substring(0, nameIndex - 1); - log.info("Sending job to worker --> " + workerName); - WorkerService worker = workpoolContext.getService( - WorkerService.class, workerName); - worker.compute(job); - } - - JobDataMap map = ((ResultJob) resultType).getDataMap(); - if (map != null) { - ++jobComputed; - Object obj = map.getJobDataObject("result"); - System.out.println("Result = " + ((Double) obj).doubleValue()); - } - - } - - public void start() { - log.info("WorkpoolServiceComponent started..."); - myReference = (CallableReferenceImpl) workpoolContext - .createSelfReference(WorkpoolService.class, "WorkpoolService"); - myReference.getService(); - } - - /* - * - * This method is called by WorkpoolManagerImpl, when it creates a new - * worker component in order to dispatch worker to the WorkpoolServiceImpl - * @param CallableReferenceImpl reference - a dynamically created reference - * from the Worker - */ - public void PostWorkerReference( - CallableReferenceImpl reference) { - - try { - long initPostWorkerReference; - long endPostWorkerReference; - this.postWorkerReferenceLock.lock(); - - initPostWorkerReference = System.currentTimeMillis(); - WorkerService worker; - worker = reference.getService(); - worker.start(); - - ++workersNo; - if (myReference != null) { - - // Job poison = new ResultJob(); - this.postWorkerReferenceLock.unlock(); - log.info("Sending null job to worker"); - worker.computeFirstTime(nullJob, myReference); - // queue.put(poison); - endPostWorkerReference = System.currentTimeMillis(); - System.out.println("Time PostWorker =" - + (endPostWorkerReference - initPostWorkerReference)); - } else { - log.info("myReference is null"); - - } - } catch (Exception e) { - postWorkerReferenceLock.unlock(); - } finally { - } - - } - - /* - * FIXME This method currently is not used because i've not yet ready - * dynamic wire injection - */ - - public void PostWorkerName(String referenceName) { - /* TODO Do something similar to PostWorkerReference */ - } - - private void printComputingTime(Job j) { - - if (first == true) { - first = false; - start = System.currentTimeMillis(); - end = System.currentTimeMillis(); - } else { - end = System.currentTimeMillis(); - System.out.println("Elapsed Time = " + (end - start)); - elapsedTime.set(end - start); - } - /* - * i could use reflection or instance of (but it's a penalty kick) , or - * an object as result, but i'd prefer a job so i've defined a - * RESULT_JOB There're in the system three kind of jobs: RESULT_JOB, - * NULL_JOB, DEFAULT_JOB - */ - if ((j != null) && (j.getType() == Job.RESULT_JOB)) { - jobComputed++; - ResultJob result = (ResultJob) j; - JobDataMap map = result.getDataMap(); - if (map != null) { - Double doubleValue = (Double) map.getJobDataObject("result"); - System.out - .println("ResultValue = " + doubleValue.doubleValue()); - } - - } - - } - - public void handleResult(Job resultType, boolean reuse, String workerURI, - CallableReferenceImpl worker, boolean newWorker) { - initHandleResult.set(System.nanoTime()); - if (reuse) { - log.info("Reusing a job.."); - queue.add(resultType); - return; - } - // init job variable - Job job; - if (newWorker) - System.out.println("newWorkerActivation= " + System.nanoTime()); - printComputingTime(resultType); - - try { - job = queue.take(); - } catch (Exception e) { - log.info("Exception during fetching the queue"); - e.printStackTrace(); - return; - } - - try { - // it needs to be locked because multiple threads could invoke this. - handleResultLock.lock(); - if (previuosURI.equals("")) { - time = System.currentTimeMillis(); - this.previuosURI = workerURI; - } else { - if (previuosURI.equals(workerURI)) - System.out.println("Complete ComputeTime for an item =" - + (time - System.currentTimeMillis())); - } - if (job.eos()) { - long endTime = System.currentTimeMillis(); - /* checking for EOS */ - if (processingStopped == false) { - processingStopped = true; - System.out.println("GOT EOS in time=" + (endTime - start)); - log.info("Stop autonomic cycle.."); - /* - * I'm doing this because i want that in the termination i - * would have more jobs with eos == true than workers. So - * i'm sure that every worker removes itself from its - * manager. I do it only one time. This is necessary because - * i have a variable number of workers. The number of - * workers in the system might change every time the rule - * engine cycle gets executed. - */ - ResultJob poison = new ResultJob(); - for (int i = 0; i < workersNo; ++i) { - try { - - queue.put(poison); - - } catch (Exception e) { - log.info("Cannot duplicate poison tokens"); - break; - } - - } - manager.getService().stopAutonomicCycle(); - } - } - computeAverageTime(); - System.out.println("AverageTime =" + averageServiceTime); - if (job != null) { - - WorkerService workerService; - /* - * the workpool has a high reuse, i always call the same - * component set or un superset or subset, so i cache it. When - * the WorkpoolManager will remove an item, it removes still - * this cache entry - */ - if (!cacheReference.containsKey(workerURI)) { - workerService = worker.getService(); - handleResultLock.unlock(); - cacheReference.put(workerURI, workerService); - } else { - handleResultLock.unlock(); - workerService = cacheReference.get(workerURI); - } - // it's still a penalty kick locking compute because it's going - // to be scheduled whereas it's async. - workerService.compute(job); - log.info("Sent job #" + jobSent.incrementAndGet() - + " Queue size " + queue.size()); - endHandleResult.set(System.nanoTime()); - System.out - .println("begin:handleResult ==> end:handleResult:compute = " - + (endHandleResult.addAndGet(-(initHandleResult - .get())) / 1000000)); - } - } catch (Exception e) { - handleResultLock.unlock(); - } - } - - public void evictAll() { - cacheReference.clear(); - } - - public void evict(String workerURI) { - if (cacheReference.containsKey(workerURI)) { - cacheReference.remove(workerURI); - } - - } - - public int estimatedQueueSize() { - return queue.size(); - } - - public long getElapsedTime() { - return elapsedTime.get(); - } - - public long getJobComputed() { - return jobComputed; - } - - public void registerManager( - CallableReferenceImpl createSelfReference) { - manager = createSelfReference; - - } - - public void stop() { - // TODO Auto-generated method stub - - } - - public void addTrigger(CallableReferenceImpl reference) { - this.trigger = reference; - this.forwardResult = reference.getService(); - - } - - public void removeTrigger() { - this.trigger = null; - this.forwardResult = null; - } -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/META-INF/sca-contribution.xml deleted file mode 100644 index b3e2d16c05..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/Workpool.composite b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/Workpool.composite deleted file mode 100644 index 9a00a8e839..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeA/Workpool.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - 4 - 4 - 0 - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/META-INF/sca-contribution.xml deleted file mode 100644 index b3e2d16c05..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/Workpool.composite b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/Workpool.composite deleted file mode 100644 index a71dc9e08a..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeB/Workpool.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - nodeB - Workpool.composite - workpool.MyWorker - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/META-INF/sca-contribution.xml deleted file mode 100644 index b3e2d16c05..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite deleted file mode 100644 index 771db5370b..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeC/Workpool.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - nodeC - Workpool.composite - workpool.MyWorker - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/META-INF/sca-contribution.xml deleted file mode 100644 index b3e2d16c05..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/Workpool.composite b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/Workpool.composite deleted file mode 100644 index 55fd48934f..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeD/Workpool.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - nodeD - Workpool.composite - workpool.MyWorker - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/META-INF/sca-contribution.xml deleted file mode 100644 index b3e2d16c05..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/Workpool.composite b/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/Workpool.composite deleted file mode 100644 index 1dc9ccfcea..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/main/resources/nodeE/Workpool.composite +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - nodeE - Workpool.composite - workpool.MyWorker - - - - - - - - - - diff --git a/branches/sca-java-1.4/demos/workpool-distributed/src/test/java/workpool/AComponent.java b/branches/sca-java-1.4/demos/workpool-distributed/src/test/java/workpool/AComponent.java deleted file mode 100644 index 5c20537fab..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/src/test/java/workpool/AComponent.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package workpool; - -public interface AComponent { - public static final int RETURN_VALUE = 1; - - public void greet(); -} diff --git a/branches/sca-java-1.4/demos/workpool-distributed/workerRules.drl b/branches/sca-java-1.4/demos/workpool-distributed/workerRules.drl deleted file mode 100644 index e7ebcad4c0..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/workerRules.drl +++ /dev/null @@ -1,9 +0,0 @@ -package workpool -import workpool.*; -rule "WorkerAdder" - when - $workerBean: WorkpoolBean(singleAction == false && (jobComputed > 500)) - then - $workerBean.addWorkerToNode("nodeB"); - $workerBean.setSingleAction(); -end diff --git a/branches/sca-java-1.4/demos/workpool-distributed/workerRules1.drl b/branches/sca-java-1.4/demos/workpool-distributed/workerRules1.drl deleted file mode 100644 index 6fa0b85ba2..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/workerRules1.drl +++ /dev/null @@ -1,9 +0,0 @@ -package workpool -import workpool.*; -rule "WorkerAdder" - when - $workerBean: WorkpoolBean(averageServiceTime > 250) - then - $workerBean.addWorkerToNode("nodeB"); - $workerBean.setSingleAction(); -end diff --git a/branches/sca-java-1.4/demos/workpool-distributed/workerRules2.drl b/branches/sca-java-1.4/demos/workpool-distributed/workerRules2.drl deleted file mode 100644 index 9d9551c3ea..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/workerRules2.drl +++ /dev/null @@ -1,8 +0,0 @@ -package workpool -import workpool.*; -rule "WorkerAverageService" - when - $workerBean: WorkpoolBean(jobComputed > 250) - then - $workerBean.addWorkerToNode("nodeB"); -end diff --git a/branches/sca-java-1.4/demos/workpool-distributed/workerRules3.drl b/branches/sca-java-1.4/demos/workpool-distributed/workerRules3.drl deleted file mode 100644 index a67af910a4..0000000000 --- a/branches/sca-java-1.4/demos/workpool-distributed/workerRules3.drl +++ /dev/null @@ -1,14 +0,0 @@ -package workpool -import workpool.*; -rule "AdaptUsageFactor" - when - $workerBean: WorkpoolBean(usageFactor > 0.8) - then - $workerBean.addWorkerToNode(""); -end -rule "AdaptQueueFull" - when - $workerBean: WorkpoolBean((estimedQueueSize > 1900) && jobsComputed > 100) - then - $workerBean.addWorkerToNode("nodeB") -end \ No newline at end of file diff --git a/branches/sca-java-1.4/demos/xml-bigbank/pom.xml b/branches/sca-java-1.4/demos/xml-bigbank/pom.xml index 2dae4517e8..8ee7eb844e 100644 --- a/branches/sca-java-1.4/demos/xml-bigbank/pom.xml +++ b/branches/sca-java-1.4/demos/xml-bigbank/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-demos - 1.4-SNAPSHOT + 1.4 ../pom.xml demo-xml-bigbank @@ -34,34 +34,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-databinding-saxon - 1.4-SNAPSHOT + 1.4 runtime @@ -69,14 +69,14 @@ org.apache.tuscany.sca tuscany-implementation-xquery - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime @@ -95,7 +95,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/distribution/bundle-minimal/pom.xml b/branches/sca-java-1.4/distribution/bundle-minimal/pom.xml index 4fec6013a5..e50f7c7d10 100644 --- a/branches/sca-java-1.4/distribution/bundle-minimal/pom.xml +++ b/branches/sca-java-1.4/distribution/bundle-minimal/pom.xml @@ -1,474 +1,474 @@ - - - - 4.0.0 - - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - - tuscany-minimal - Apache Tuscany SCA Minimal Bundle Jar - jar - - - true - ${pom.version} - - - - - ${pom.groupId} - tuscany-assembly - ${pom.version} - - - ${pom.groupId} - tuscany-assembly-xml - ${pom.version} - - - ${pom.groupId} - tuscany-binding-jms-runtime - ${pom.version} - - - ${pom.groupId} - tuscany-databinding-axiom - - - ${pom.groupId} - tuscany-binding-ws-wsdlgen - - - - - ${pom.groupId} - tuscany-binding-sca - ${pom.version} - - - ${pom.groupId} - tuscany-binding-sca-jms - ${pom.version} - - - ${pom.groupId} - tuscany-binding-sca-xml - ${pom.version} - - - ${pom.groupId} - tuscany-contribution - ${pom.version} - - - ${pom.groupId} - tuscany-contribution-impl - ${pom.version} - - - ${pom.groupId} - tuscany-contribution-java - ${pom.version} - - - ${pom.groupId} - tuscany-contribution-namespace - ${pom.version} - - - ${pom.groupId} - tuscany-contribution-resource - ${pom.version} - - - ${pom.groupId} - tuscany-core - ${pom.version} - - - ${pom.groupId} - tuscany-core-databinding - ${pom.version} - - - ${pom.groupId} - tuscany-core-spi - ${pom.version} - - - ${pom.groupId} - tuscany-databinding - ${pom.version} - - - ${pom.groupId} - tuscany-databinding-jaxb - ${pom.version} - - - ${pom.groupId} - tuscany-host-embedded - ${pom.version} - - - ${pom.groupId} - tuscany-host-http - ${pom.version} - - - ${pom.groupId} - tuscany-host-webapp - ${pom.version} - - - ${pom.groupId} - tuscany-interface - ${pom.version} - - - ${pom.groupId} - tuscany-interface-java - ${pom.version} - - - ${pom.groupId} - tuscany-interface-java-xml - ${pom.version} - - - ${pom.groupId} - tuscany-implementation-java - ${pom.version} - - - ${pom.groupId} - tuscany-implementation-java-xml - ${pom.version} - - - ${pom.groupId} - tuscany-implementation-java-runtime - ${pom.version} - - - ${pom.groupId} - tuscany-implementation-web - ${pom.version} - - - ${pom.groupId} - tuscany-implementation-web-runtime - ${pom.version} - - - ${pom.groupId} - tuscany-node-api - ${pom.version} - - - ${pom.groupId} - tuscany-node-dynamic - ${pom.version} - - - ${pom.groupId} - tuscany-node-impl - ${pom.version} - - - ${pom.groupId} - tuscany-node-launcher - ${pom.version} - - - ${pom.groupId} - tuscany-policy - ${pom.version} - - - ${pom.groupId} - tuscany-policy-logging - ${pom.version} - - - ${pom.groupId} - tuscany-policy-security - ${pom.version} - - - ${pom.groupId} - tuscany-policy-xml - ${pom.version} - - - ${pom.groupId} - tuscany-definitions - ${pom.version} - - - ${pom.groupId} - tuscany-sca-api - ${pom.version} - - - - - - org.apache.geronimo.specs - geronimo-commonj_1.1_spec - 1.0 - - - - org.apache.activemq - activemq-all - 5.1.0 - - - - - - - - src/main/resources - - **/* - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - package - - shade - - - org.apache.tuscany.sca - - false - ${createSourcesJar} - false - true - - - org.apache.tuscany.sca:tuscany-interface-java-jaxws - - com/example/** - - - - org.apache.tuscany.sca:tuscany-databinding-jaxb - - com/example/** - - - - org.apache.tuscany.sca:tuscany-databinding-sdo - - com/example/** - - - - ${project.groupId}:${project.artifactId} - - - org/** - - - - - - - META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory - - - META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.core.ModuleActivator - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBinding - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator - - - META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory - - - META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.work.WorkScheduler - - - META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler - - - META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.SCADefinitionsProvider - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.apache.tuscany.sca.node.DynamicNodeMain - - - activemq-all-5.1.0.jar geronimo-commonj_1.1_spec-1.0.jar jaxb-api-2.1.jar jaxb-impl-2.1.3.jar jaxws-api-2.1.jar jsr181-api-1.0-MR1.jar stax-api-1.0.1.jar stax-api-1.0-2.jar wstx-asl-3.2.1.jar - ${tuscany.version} - org.apache.tuscany.sca.minimal - ${pom.name} - org.apache.tuscany.sca* - - - - - - - - + + + + 4.0.0 + + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + + tuscany-minimal + Apache Tuscany SCA Minimal Bundle Jar + jar + + + true + ${pom.version} + + + + + ${pom.groupId} + tuscany-assembly + ${pom.version} + + + ${pom.groupId} + tuscany-assembly-xml + ${pom.version} + + + ${pom.groupId} + tuscany-binding-jms-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-databinding-axiom + + + ${pom.groupId} + tuscany-binding-ws-wsdlgen + + + + + ${pom.groupId} + tuscany-binding-sca + ${pom.version} + + + ${pom.groupId} + tuscany-binding-sca-jms + ${pom.version} + + + ${pom.groupId} + tuscany-binding-sca-xml + ${pom.version} + + + ${pom.groupId} + tuscany-contribution + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-impl + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-java + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-namespace + ${pom.version} + + + ${pom.groupId} + tuscany-contribution-resource + ${pom.version} + + + ${pom.groupId} + tuscany-core + ${pom.version} + + + ${pom.groupId} + tuscany-core-databinding + ${pom.version} + + + ${pom.groupId} + tuscany-core-spi + ${pom.version} + + + ${pom.groupId} + tuscany-databinding + ${pom.version} + + + ${pom.groupId} + tuscany-databinding-jaxb + ${pom.version} + + + ${pom.groupId} + tuscany-host-embedded + ${pom.version} + + + ${pom.groupId} + tuscany-host-http + ${pom.version} + + + ${pom.groupId} + tuscany-host-webapp + ${pom.version} + + + ${pom.groupId} + tuscany-interface + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java-xml + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java-xml + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-java-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-web + ${pom.version} + + + ${pom.groupId} + tuscany-implementation-web-runtime + ${pom.version} + + + ${pom.groupId} + tuscany-node-api + ${pom.version} + + + ${pom.groupId} + tuscany-node-dynamic + ${pom.version} + + + ${pom.groupId} + tuscany-node-impl + ${pom.version} + + + ${pom.groupId} + tuscany-node-launcher + ${pom.version} + + + ${pom.groupId} + tuscany-policy + ${pom.version} + + + ${pom.groupId} + tuscany-policy-logging + ${pom.version} + + + ${pom.groupId} + tuscany-policy-security + ${pom.version} + + + ${pom.groupId} + tuscany-policy-xml + ${pom.version} + + + ${pom.groupId} + tuscany-definitions + ${pom.version} + + + ${pom.groupId} + tuscany-sca-api + ${pom.version} + + + + + + org.apache.geronimo.specs + geronimo-commonj_1.1_spec + 1.0 + + + + org.apache.activemq + activemq-all + 5.1.0 + + + + + + + + src/main/resources + + **/* + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + + package + + shade + + + org.apache.tuscany.sca + + false + ${createSourcesJar} + false + true + + + org.apache.tuscany.sca:tuscany-interface-java-jaxws + + com/example/** + + + + org.apache.tuscany.sca:tuscany-databinding-jaxb + + com/example/** + + + + org.apache.tuscany.sca:tuscany-databinding-sdo + + com/example/** + + + + ${project.groupId}:${project.artifactId} + + + org/** + + + + + + + META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory + + + META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.core.ModuleActivator + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBinding + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator + + + META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory + + + META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.work.WorkScheduler + + + META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler + + + META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.SCADefinitionsProvider + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.tuscany.sca.node.DynamicNodeMain + + + activemq-all-5.1.0.jar geronimo-commonj_1.1_spec-1.0.jar jaxb-api-2.1.jar jaxb-impl-2.1.3.jar jaxws-api-2.1.jar jsr181-api-1.0-MR1.jar stax-api-1.0.1.jar stax-api-1.0-2.jar wstx-asl-3.2.1.jar + ${tuscany.version} + org.apache.tuscany.sca.minimal + ${pom.name} + org.apache.tuscany.sca* + + + + + + + + diff --git a/branches/sca-java-1.4/distribution/bundle/pom.xml b/branches/sca-java-1.4/distribution/bundle/pom.xml index ec8d41b1ae..9f2b4765d8 100644 --- a/branches/sca-java-1.4/distribution/bundle/pom.xml +++ b/branches/sca-java-1.4/distribution/bundle/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/distribution/features/all/pom.xml b/branches/sca-java-1.4/distribution/features/all/pom.xml index 259ede252c..b39af06026 100644 --- a/branches/sca-java-1.4/distribution/features/all/pom.xml +++ b/branches/sca-java-1.4/distribution/features/all/pom.xml @@ -1,239 +1,239 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-all - Apache Tuscany SCA All-in-one Distribution - pom - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-distribution-ejava - pom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-distribution-manager - pom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-distribution-process - pom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-distribution-web20 - pom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-distribution-webservice - pom - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - pom - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-maven-java2wsdl - pom - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-maven-wsdl2java - pom - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-maven-incremental-build - pom - 1.4-SNAPSHOT - - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-all-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-atom - ../../../modules/binding-atom-abdera - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-ejb - ../../../modules/binding-ejb-runtime - ../../../modules/binding-http - ../../../modules/binding-http-runtime - ../../../modules/binding-jms - ../../../modules/binding-jms-runtime - ../../../modules/binding-jsonrpc - ../../../modules/binding-jsonrpc-runtime - ../../../modules/binding-rss - ../../../modules/binding-rss-rome - ../../../modules/binding-sca - ../../../modules/binding-sca-axis2 - ../../../modules/binding-sca-xml - ../../../modules/binding-ws - ../../../modules/binding-ws-axis2 - ../../../modules/binding-ws-wsdlgen - ../../../modules/binding-ws-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-resource - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-axiom - ../../../modules/databinding-jaxb - ../../../modules/databinding-jaxb-axiom - ../../../modules/databinding-json - ../../../modules/databinding-saxon - ../../../modules/databinding-sdo - ../../../modules/databinding-sdo-axiom - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/domain-manager - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/extension-helper - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-ejb - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/host-jetty - ../../../modules/implementation-bpel - ../../../modules/implementation-bpel-ode - ../../../modules/implementation-ejb - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-resource - ../../../modules/implementation-resource-runtime - ../../../modules/implementation-script - ../../../modules/implementation-spring - ../../../modules/implementation-widget - ../../../modules/implementation-widget-runtime - ../../../modules/implementation-xquery - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/node-manager - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-security-ws - ../../../modules/policy-xml - ../../../modules/policy-xml-ws - ../../../modules/sca-api - ../../../modules/workspace - ../../../modules/workspace-impl - ../../../modules/workspace-xml - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-all + Apache Tuscany SCA All-in-one Distribution + pom + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + org.apache.tuscany.sca + tuscany-distribution-ejava + pom + 1.4 + + + org.apache.tuscany.sca + tuscany-distribution-manager + pom + 1.4 + + + org.apache.tuscany.sca + tuscany-distribution-process + pom + 1.4 + + + org.apache.tuscany.sca + tuscany-distribution-web20 + pom + 1.4 + + + org.apache.tuscany.sca + tuscany-distribution-webservice + pom + 1.4 + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + pom + 1.4 + + + + org.apache.tuscany.sca + tuscany-maven-java2wsdl + pom + 1.4 + + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + pom + 1.4 + + + + org.apache.tuscany.sca + tuscany-maven-incremental-build + pom + 1.4 + + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-all-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-atom + ../../../modules/binding-atom-abdera + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-ejb + ../../../modules/binding-ejb-runtime + ../../../modules/binding-http + ../../../modules/binding-http-runtime + ../../../modules/binding-jms + ../../../modules/binding-jms-runtime + ../../../modules/binding-jsonrpc + ../../../modules/binding-jsonrpc-runtime + ../../../modules/binding-rss + ../../../modules/binding-rss-rome + ../../../modules/binding-sca + ../../../modules/binding-sca-axis2 + ../../../modules/binding-sca-xml + ../../../modules/binding-ws + ../../../modules/binding-ws-axis2 + ../../../modules/binding-ws-wsdlgen + ../../../modules/binding-ws-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-resource + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-axiom + ../../../modules/databinding-jaxb + ../../../modules/databinding-jaxb-axiom + ../../../modules/databinding-json + ../../../modules/databinding-saxon + ../../../modules/databinding-sdo + ../../../modules/databinding-sdo-axiom + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/domain-manager + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/extension-helper + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-ejb + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/host-jetty + ../../../modules/implementation-bpel + ../../../modules/implementation-bpel-ode + ../../../modules/implementation-ejb + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-resource + ../../../modules/implementation-resource-runtime + ../../../modules/implementation-script + ../../../modules/implementation-spring + ../../../modules/implementation-widget + ../../../modules/implementation-widget-runtime + ../../../modules/implementation-xquery + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/node-manager + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-security-ws + ../../../modules/policy-xml + ../../../modules/policy-xml-ws + ../../../modules/sca-api + ../../../modules/workspace + ../../../modules/workspace-impl + ../../../modules/workspace-xml + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/all/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/all/src/main/assembly/bin.xml index 5e21cc7a0f..240e3d83ff 100644 --- a/branches/sca-java-1.4/distribution/features/all/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/all/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-core - Apache Tuscany SCA Core Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xsd - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-binding-corba-runtime - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-java - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-namespace - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-jaxb - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-data-api - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-definitions-xml - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-endpoint - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-extensibility - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-extensibility-equinox - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-host-corba-jse - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-interface-java-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-java-jaxws - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-launcher - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-launcher-equinox - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-launcher-webapp - 1.4-SNAPSHOT - war - - - - - org.apache.tuscany.sca - tuscany-monitor - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-policy - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-policy-security - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-policy-xml - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-xsd - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-xsd-xml - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-sca - ../../../modules/binding-sca-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-jaxb - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-xml - ../../../modules/sca-api - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-core + Apache Tuscany SCA Core Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xsd + 1.4 + + + + + org.apache.tuscany.sca + tuscany-binding-corba-runtime + 1.4 + + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-java + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 1.4 + + + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-core-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + 1.4 + + + + + org.apache.tuscany.sca + tuscany-data-api + 1.4 + + + + + org.apache.tuscany.sca + tuscany-definitions-xml + 1.4 + + + + + org.apache.tuscany.sca + tuscany-endpoint + 1.4 + + + + + org.apache.tuscany.sca + tuscany-extensibility + 1.4 + + + org.apache.tuscany.sca + tuscany-extensibility-equinox + 1.4 + + + + + org.apache.tuscany.sca + tuscany-host-corba-jse + 1.4 + + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-node-runtime + 1.4 + + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-interface-java-jaxws + 1.4 + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + + + + + org.apache.tuscany.sca + tuscany-node-api + 1.4 + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-node-launcher + 1.4 + + + org.apache.tuscany.sca + tuscany-node-launcher-equinox + 1.4 + + + org.apache.tuscany.sca + tuscany-node-launcher-webapp + 1.4 + war + + + + + org.apache.tuscany.sca + tuscany-monitor + 1.4 + + + + + org.apache.tuscany.sca + tuscany-policy + 1.4 + + + org.apache.tuscany.sca + tuscany-policy-security + 1.4 + + + org.apache.tuscany.sca + tuscany-policy-xml + 1.4 + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + + org.apache.tuscany.sca + tuscany-xsd + 1.4 + + + org.apache.tuscany.sca + tuscany-xsd-xml + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-sca + ../../../modules/binding-sca-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-jaxb + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-xml + ../../../modules/sca-api + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/core/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/core/src/main/assembly/bin.xml index 200cc91080..4794445279 100644 --- a/branches/sca-java-1.4/distribution/features/core/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/core/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-ejava - Apache Tuscany SCA JEE Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-binding-ejb-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-host-ejb - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-implementation-ejb - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-spring - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-ejava-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-ejb - ../../../modules/binding-ejb-runtime - ../../../modules/binding-jms - ../../../modules/binding-jms-runtime - ../../../modules/binding-sca - ../../../modules/binding-sca-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-axiom - ../../../modules/databinding-jaxb - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/extension-helper - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-ejb - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/implementation-ejb - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-script - ../../../modules/implementation-spring - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-xml - ../../../modules/sca-api - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-ejava + Apache Tuscany SCA JEE Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-binding-ejb-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + + org.apache.tuscany.sca + tuscany-host-ejb + 1.4 + + + + + org.apache.tuscany.sca + tuscany-implementation-ejb + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-spring + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-ejava-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-ejb + ../../../modules/binding-ejb-runtime + ../../../modules/binding-jms + ../../../modules/binding-jms-runtime + ../../../modules/binding-sca + ../../../modules/binding-sca-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-axiom + ../../../modules/databinding-jaxb + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/extension-helper + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-ejb + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/implementation-ejb + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-script + ../../../modules/implementation-spring + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-xml + ../../../modules/sca-api + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/ejava/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/ejava/src/main/assembly/bin.xml index fd49912e91..3ff66d7968 100644 --- a/branches/sca-java-1.4/distribution/features/ejava/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/ejava/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-manager - Apache Tuscany SCA Domain Manager Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-binding-atom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-ejb - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-http - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-rss - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-sca-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-ws-xml - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-contribution-java - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-namespace - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-resource - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-domain-manager - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-manager - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-implementation-bpel - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-ejb - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-node - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-resource - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-widget - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-manager-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-atom - ../../../modules/binding-atom-abdera - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-ejb - ../../../modules/binding-http - ../../../modules/binding-http-runtime - ../../../modules/binding-jsonrpc - ../../../modules/binding-rss - ../../../modules/binding-sca - ../../../modules/binding-sca-xml - ../../../modules/binding-ws - ../../../modules/binding-ws-wsdlgen - ../../../modules/binding-ws-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-resource - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-jaxb - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/domain-manager - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/host-jetty - ../../../modules/implementation-bpel - ../../../modules/implementation-ejb - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-resource - ../../../modules/implementation-widget - ../../../modules/implementation-widget-runtime - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/node-manager - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-security-ws - ../../../modules/policy-xml - ../../../modules/sca-api - ../../../modules/workspace - ../../../modules/workspace-impl - ../../../modules/workspace-xml - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-manager + Apache Tuscany SCA Domain Manager Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-binding-atom + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-ejb + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-http + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-rss + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-sca-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-ws-xml + 1.4 + + + + + org.apache.tuscany.sca + tuscany-contribution-java + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-resource + 1.4 + + + + + org.apache.tuscany.sca + tuscany-domain-manager + 1.4 + + + org.apache.tuscany.sca + tuscany-node-manager + 1.4 + + + + + org.apache.tuscany.sca + tuscany-implementation-bpel + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-ejb + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-node + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-resource + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-widget + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-manager-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-atom + ../../../modules/binding-atom-abdera + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-ejb + ../../../modules/binding-http + ../../../modules/binding-http-runtime + ../../../modules/binding-jsonrpc + ../../../modules/binding-rss + ../../../modules/binding-sca + ../../../modules/binding-sca-xml + ../../../modules/binding-ws + ../../../modules/binding-ws-wsdlgen + ../../../modules/binding-ws-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-resource + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-jaxb + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/domain-manager + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/host-jetty + ../../../modules/implementation-bpel + ../../../modules/implementation-ejb + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-resource + ../../../modules/implementation-widget + ../../../modules/implementation-widget-runtime + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/node-manager + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-security-ws + ../../../modules/policy-xml + ../../../modules/sca-api + ../../../modules/workspace + ../../../modules/workspace-impl + ../../../modules/workspace-xml + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/manager/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/manager/src/main/assembly/bin.xml index fd49912e91..3ff66d7968 100644 --- a/branches/sca-java-1.4/distribution/features/manager/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/manager/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-process - Apache Tuscany SCA Business Process Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-implementation-bpel-ode - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-xquery - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-process-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-sca - ../../../modules/binding-sca-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-jaxb - ../../../modules/databinding-saxon - ../../../modules/databinding-sdo - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/implementation-bpel - ../../../modules/implementation-bpel-ode - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-xquery - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-xml - ../../../modules/sca-api - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-process + Apache Tuscany SCA Business Process Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-xquery + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-process-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-sca + ../../../modules/binding-sca-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-jaxb + ../../../modules/databinding-saxon + ../../../modules/databinding-sdo + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/implementation-bpel + ../../../modules/implementation-bpel-ode + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-xquery + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-xml + ../../../modules/sca-api + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml index fd49912e91..3ff66d7968 100644 --- a/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/process/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-repository - Apache Tuscany SCA Maven Repository Distribution - pom - - - - - org.apache.tuscany.sca - tuscany-distribution-all - pom - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/repository.xml - - gnu - apache-tuscany-sca-repository-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-atom - ../../../modules/binding-atom-abdera - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-ejb - ../../../modules/binding-ejb-runtime - ../../../modules/binding-http - ../../../modules/binding-http-runtime - ../../../modules/binding-jms - ../../../modules/binding-jms-runtime - ../../../modules/binding-jsonrpc - ../../../modules/binding-jsonrpc-runtime - ../../../modules/binding-rss - ../../../modules/binding-rss-rome - ../../../modules/binding-sca - ../../../modules/binding-sca-axis2 - ../../../modules/binding-sca-xml - ../../../modules/binding-ws - ../../../modules/binding-ws-axis2 - ../../../modules/binding-ws-wsdlgen - ../../../modules/binding-ws-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-resource - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-axiom - ../../../modules/databinding-jaxb - ../../../modules/databinding-jaxb-axiom - ../../../modules/databinding-json - ../../../modules/databinding-saxon - ../../../modules/databinding-sdo - ../../../modules/databinding-sdo-axiom - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/domain-manager - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/extension-helper - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-ejb - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/host-jetty - ../../../modules/implementation-bpel - ../../../modules/implementation-bpel-ode - ../../../modules/implementation-ejb - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-resource - ../../../modules/implementation-resource-runtime - ../../../modules/implementation-script - ../../../modules/implementation-spring - ../../../modules/implementation-widget - ../../../modules/implementation-widget-runtime - ../../../modules/implementation-xquery - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/node-manager - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-security-ws - ../../../modules/policy-xml - ../../../modules/policy-xml-ws - ../../../modules/sca-api - ../../../modules/workspace - ../../../modules/workspace-impl - ../../../modules/workspace-xml - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-repository + Apache Tuscany SCA Maven Repository Distribution + pom + + + + + org.apache.tuscany.sca + tuscany-distribution-all + pom + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/repository.xml + + gnu + apache-tuscany-sca-repository-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-atom + ../../../modules/binding-atom-abdera + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-ejb + ../../../modules/binding-ejb-runtime + ../../../modules/binding-http + ../../../modules/binding-http-runtime + ../../../modules/binding-jms + ../../../modules/binding-jms-runtime + ../../../modules/binding-jsonrpc + ../../../modules/binding-jsonrpc-runtime + ../../../modules/binding-rss + ../../../modules/binding-rss-rome + ../../../modules/binding-sca + ../../../modules/binding-sca-axis2 + ../../../modules/binding-sca-xml + ../../../modules/binding-ws + ../../../modules/binding-ws-axis2 + ../../../modules/binding-ws-wsdlgen + ../../../modules/binding-ws-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-resource + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-axiom + ../../../modules/databinding-jaxb + ../../../modules/databinding-jaxb-axiom + ../../../modules/databinding-json + ../../../modules/databinding-saxon + ../../../modules/databinding-sdo + ../../../modules/databinding-sdo-axiom + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/domain-manager + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/extension-helper + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-ejb + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/host-jetty + ../../../modules/implementation-bpel + ../../../modules/implementation-bpel-ode + ../../../modules/implementation-ejb + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-resource + ../../../modules/implementation-resource-runtime + ../../../modules/implementation-script + ../../../modules/implementation-spring + ../../../modules/implementation-widget + ../../../modules/implementation-widget-runtime + ../../../modules/implementation-xquery + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/node-manager + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-security-ws + ../../../modules/policy-xml + ../../../modules/policy-xml-ws + ../../../modules/sca-api + ../../../modules/workspace + ../../../modules/workspace-impl + ../../../modules/workspace-xml + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/repository/src/main/assembly/repository.xml b/branches/sca-java-1.4/distribution/features/repository/src/main/assembly/repository.xml index ed459500a8..3b03223e6f 100644 --- a/branches/sca-java-1.4/distribution/features/repository/src/main/assembly/repository.xml +++ b/branches/sca-java-1.4/distribution/features/repository/src/main/assembly/repository.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-web20 - Apache Tuscany SCA Web 2.0 Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-binding-atom-abdera - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-http-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-rss-rome - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-contribution-resource - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-databinding-json - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-implementation-resource-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-widget-runtime - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-web20-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-atom - ../../../modules/binding-atom-abdera - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-http - ../../../modules/binding-http-runtime - ../../../modules/binding-jsonrpc - ../../../modules/binding-jsonrpc-runtime - ../../../modules/binding-rss - ../../../modules/binding-rss-rome - ../../../modules/binding-sca - ../../../modules/binding-sca-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-resource - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-jaxb - ../../../modules/databinding-json - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/host-jetty - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/implementation-resource - ../../../modules/implementation-resource-runtime - ../../../modules/implementation-widget - ../../../modules/implementation-widget-runtime - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-xml - ../../../modules/sca-api - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-web20 + Apache Tuscany SCA Web 2.0 Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-http-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-rss-rome + 1.4 + + + + + org.apache.tuscany.sca + tuscany-contribution-resource + 1.4 + + + + + org.apache.tuscany.sca + tuscany-databinding-json + 1.4 + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + + + + + org.apache.tuscany.sca + tuscany-implementation-resource-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-widget-runtime + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-web20-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-atom + ../../../modules/binding-atom-abdera + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-http + ../../../modules/binding-http-runtime + ../../../modules/binding-jsonrpc + ../../../modules/binding-jsonrpc-runtime + ../../../modules/binding-rss + ../../../modules/binding-rss-rome + ../../../modules/binding-sca + ../../../modules/binding-sca-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-resource + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-jaxb + ../../../modules/databinding-json + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/host-jetty + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/implementation-resource + ../../../modules/implementation-resource-runtime + ../../../modules/implementation-widget + ../../../modules/implementation-widget-runtime + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-xml + ../../../modules/sca-api + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/web20/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/web20/src/main/assembly/bin.xml index fd49912e91..3ff66d7968 100644 --- a/branches/sca-java-1.4/distribution/features/web20/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/web20/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src - - 4.0.0 - - org.apache.tuscany.sca - tuscany-distribution-features - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-distribution-webservice - Apache Tuscany SCA Web Service Distribution - pom - - - - - - org.apache.tuscany.sca - tuscany-distribution-core - pom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-binding-sca-axis2 - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - org.apache.ant - ant-nodeps - - - org.apache.axis2 - addressing - - - org.apache.axis2 - axis2-xmlbeans - - - org.apache.axis2 - axis2-adb-codegen - - - bouncycastle - bcprov-jdk15 - - - opensaml - opensaml - - - - - - - org.apache.tuscany.sca - tuscany-databinding-axiom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-jaxb-axiom - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-sdo-axiom - 1.4-SNAPSHOT - - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - - - - - - org.apache.tuscany.sca - tuscany-policy-xml-ws - 1.4-SNAPSHOT - - - - - - - - default - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-webservice-1.4-SNAPSHOT - - - - - - - - - - - modules - - ../../../modules/assembly - ../../../modules/assembly-xml - ../../../modules/assembly-xsd - ../../../modules/binding-corba - ../../../modules/binding-corba-runtime - ../../../modules/binding-sca - ../../../modules/binding-sca-axis2 - ../../../modules/binding-sca-xml - ../../../modules/binding-ws - ../../../modules/binding-ws-axis2 - ../../../modules/binding-ws-axis2-policy - ../../../modules/binding-ws-wsdlgen - ../../../modules/binding-ws-xml - ../../../modules/contribution - ../../../modules/contribution-impl - ../../../modules/contribution-java - ../../../modules/contribution-namespace - ../../../modules/contribution-xml - ../../../modules/core - ../../../modules/core-databinding - ../../../modules/core-spi - ../../../modules/data-api - ../../../modules/databinding - ../../../modules/databinding-axiom - ../../../modules/databinding-jaxb - ../../../modules/databinding-jaxb-axiom - ../../../modules/databinding-sdo - ../../../modules/databinding-sdo-axiom - ../../../modules/definitions - ../../../modules/definitions-xml - ../../../modules/endpoint - ../../../modules/extensibility - ../../../modules/extensibility-equinox - ../../../modules/host-corba - ../../../modules/host-corba-jse - ../../../modules/host-embedded - ../../../modules/host-http - ../../../modules/host-jetty - ../../../modules/implementation-java - ../../../modules/implementation-java-runtime - ../../../modules/implementation-java-xml - ../../../modules/implementation-node - ../../../modules/implementation-node-runtime - ../../../modules/interface - ../../../modules/interface-java - ../../../modules/interface-java-jaxws - ../../../modules/interface-java-xml - ../../../modules/interface-wsdl - ../../../modules/interface-wsdl-xml - ../../../modules/monitor - ../../../modules/node-api - ../../../modules/node-impl - ../../../modules/node-launcher - ../../../modules/node-launcher-equinox - ../../../modules/node-launcher-webapp - ../../../modules/policy - ../../../modules/policy-security - ../../../modules/policy-security-ws - ../../../modules/policy-xml - ../../../modules/policy-xml-ws - ../../../modules/sca-api - ../../../modules/xsd - ../../../modules/xsd-xml - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-distribution-features + 1.4 + ../pom.xml + + + tuscany-distribution-webservice + Apache Tuscany SCA Web Service Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-core + pom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.4 + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + org.apache.ant + ant-nodeps + + + org.apache.axis2 + addressing + + + org.apache.axis2 + axis2-xmlbeans + + + org.apache.axis2 + axis2-adb-codegen + + + bouncycastle + bcprov-jdk15 + + + opensaml + opensaml + + + + + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-jaxb-axiom + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-sdo-axiom + 1.4 + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + + + + + + org.apache.tuscany.sca + tuscany-policy-xml-ws + 1.4 + + + + + + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-webservice-1.4 + + + + + + + + + + + modules + + ../../../modules/assembly + ../../../modules/assembly-xml + ../../../modules/assembly-xsd + ../../../modules/binding-corba + ../../../modules/binding-corba-runtime + ../../../modules/binding-sca + ../../../modules/binding-sca-axis2 + ../../../modules/binding-sca-xml + ../../../modules/binding-ws + ../../../modules/binding-ws-axis2 + ../../../modules/binding-ws-axis2-policy + ../../../modules/binding-ws-wsdlgen + ../../../modules/binding-ws-xml + ../../../modules/contribution + ../../../modules/contribution-impl + ../../../modules/contribution-java + ../../../modules/contribution-namespace + ../../../modules/contribution-xml + ../../../modules/core + ../../../modules/core-databinding + ../../../modules/core-spi + ../../../modules/data-api + ../../../modules/databinding + ../../../modules/databinding-axiom + ../../../modules/databinding-jaxb + ../../../modules/databinding-jaxb-axiom + ../../../modules/databinding-sdo + ../../../modules/databinding-sdo-axiom + ../../../modules/definitions + ../../../modules/definitions-xml + ../../../modules/endpoint + ../../../modules/extensibility + ../../../modules/extensibility-equinox + ../../../modules/host-corba + ../../../modules/host-corba-jse + ../../../modules/host-embedded + ../../../modules/host-http + ../../../modules/host-jetty + ../../../modules/implementation-java + ../../../modules/implementation-java-runtime + ../../../modules/implementation-java-xml + ../../../modules/implementation-node + ../../../modules/implementation-node-runtime + ../../../modules/interface + ../../../modules/interface-java + ../../../modules/interface-java-jaxws + ../../../modules/interface-java-xml + ../../../modules/interface-wsdl + ../../../modules/interface-wsdl-xml + ../../../modules/monitor + ../../../modules/node-api + ../../../modules/node-impl + ../../../modules/node-launcher + ../../../modules/node-launcher-equinox + ../../../modules/node-launcher-webapp + ../../../modules/policy + ../../../modules/policy-security + ../../../modules/policy-security-ws + ../../../modules/policy-xml + ../../../modules/policy-xml-ws + ../../../modules/sca-api + ../../../modules/xsd + ../../../modules/xsd-xml + + + + + diff --git a/branches/sca-java-1.4/distribution/features/webservice/src/main/assembly/bin.xml b/branches/sca-java-1.4/distribution/features/webservice/src/main/assembly/bin.xml index fd49912e91..3ff66d7968 100644 --- a/branches/sca-java-1.4/distribution/features/webservice/src/main/assembly/bin.xml +++ b/branches/sca-java-1.4/distribution/features/webservice/src/main/assembly/bin.xml @@ -21,7 +21,7 @@ true - tuscany-sca-1.4-SNAPSHOT + tuscany-sca-1.4 src true - tuscany-sca-1.4-SNAPSHOT-src + tuscany-sca-1.4-src @@ -109,7 +109,7 @@ org.apache.tuscany.sdo diff --git a/branches/sca-java-1.4/distribution/standalone/pom.xml b/branches/sca-java-1.4/distribution/standalone/pom.xml index 1cea366020..bfca1e8342 100644 --- a/branches/sca-java-1.4/distribution/standalone/pom.xml +++ b/branches/sca-java-1.4/distribution/standalone/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/distribution/tomcat/pom.xml b/branches/sca-java-1.4/distribution/tomcat/pom.xml index 50259c299e..3ce353d477 100644 --- a/branches/sca-java-1.4/distribution/tomcat/pom.xml +++ b/branches/sca-java-1.4/distribution/tomcat/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/distribution/war/pom.xml b/branches/sca-java-1.4/distribution/war/pom.xml index 4d280b2f26..816802b27b 100644 --- a/branches/sca-java-1.4/distribution/war/pom.xml +++ b/branches/sca-java-1.4/distribution/war/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/distribution/webapp/pom.xml b/branches/sca-java-1.4/distribution/webapp/pom.xml index b78b81fc84..6a36eef44e 100644 --- a/branches/sca-java-1.4/distribution/webapp/pom.xml +++ b/branches/sca-java-1.4/distribution/webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/itest/admin/pom.xml b/branches/sca-java-1.4/itest/admin/pom.xml index 52a7bfb90a..e1c1700225 100644 --- a/branches/sca-java-1.4/itest/admin/pom.xml +++ b/branches/sca-java-1.4/itest/admin/pom.xml @@ -1,60 +1,60 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - tuscany-itest-admin - Apache Tuscany Admin Tests - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-core-databinding - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - compile - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + tuscany-itest-admin + Apache Tuscany Admin Tests + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-core-databinding + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4 + compile + + + + diff --git a/branches/sca-java-1.4/itest/binding-sca-jms/client/pom.xml b/branches/sca-java-1.4/itest/binding-sca-jms/client/pom.xml index 9119be6ad6..861bdc9d53 100644 --- a/branches/sca-java-1.4/itest/binding-sca-jms/client/pom.xml +++ b/branches/sca-java-1.4/itest/binding-sca-jms/client/pom.xml @@ -1,63 +1,63 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - itest-binidng-sca-jms - 1.4-SNAPSHOT - ../../pom.xml - - itest-binding-sca-jms-client - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca-jms - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + itest-binidng-sca-jms + 1.4 + ../../pom.xml + + itest-binding-sca-jms-client + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-jms + 1.4 + runtime + + + + junit + junit + 4.2 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/itest/binding-sca-jms/pom.xml b/branches/sca-java-1.4/itest/binding-sca-jms/pom.xml index 2a706dd404..1cc4a33aed 100644 --- a/branches/sca-java-1.4/itest/binding-sca-jms/pom.xml +++ b/branches/sca-java-1.4/itest/binding-sca-jms/pom.xml @@ -1,36 +1,36 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-binidng-sca-jms - pom - Apache Tuscany SCA JMS SCA Binding Integration Tests - - - service - client - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-binidng-sca-jms + pom + Apache Tuscany SCA JMS SCA Binding Integration Tests + + + service + client + + diff --git a/branches/sca-java-1.4/itest/binding-sca-jms/service/pom.xml b/branches/sca-java-1.4/itest/binding-sca-jms/service/pom.xml index f57827b66d..f9a8df9fec 100644 --- a/branches/sca-java-1.4/itest/binding-sca-jms/service/pom.xml +++ b/branches/sca-java-1.4/itest/binding-sca-jms/service/pom.xml @@ -1,63 +1,63 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - itest-binidng-sca-jms - 1.4-SNAPSHOT - ../../pom.xml - - itest-binding-sca-jms-service - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca-jms - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + itest-binidng-sca-jms + 1.4 + ../../pom.xml + + itest-binding-sca-jms-service + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-jms + 1.4 + runtime + + + + junit + junit + 4.2 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/itest/bpel/helloworld-reference/pom.xml b/branches/sca-java-1.4/itest/bpel/helloworld-reference/pom.xml index 347b156720..0ea7f983fa 100644 --- a/branches/sca-java-1.4/itest/bpel/helloworld-reference/pom.xml +++ b/branches/sca-java-1.4/itest/bpel/helloworld-reference/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca itest-bpel - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-bpel-helloworld-reference @@ -39,34 +39,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-bpel-ode - 1.4-SNAPSHOT + 1.4 runtime @@ -187,7 +187,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/bpel/helloworld-ws/pom.xml b/branches/sca-java-1.4/itest/bpel/helloworld-ws/pom.xml index 66af147e26..2d69227d75 100644 --- a/branches/sca-java-1.4/itest/bpel/helloworld-ws/pom.xml +++ b/branches/sca-java-1.4/itest/bpel/helloworld-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca itest-bpel - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-bpel-helloworld-ws @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-bpel-ode - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime @@ -78,7 +78,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime @@ -154,7 +154,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/bpel/helloworld/pom.xml b/branches/sca-java-1.4/itest/bpel/helloworld/pom.xml index a78449c12e..a41ce9adc3 100644 --- a/branches/sca-java-1.4/itest/bpel/helloworld/pom.xml +++ b/branches/sca-java-1.4/itest/bpel/helloworld/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca itest-bpel - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-bpel-helloworld @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-bpel-ode - 1.4-SNAPSHOT + 1.4 runtime @@ -140,7 +140,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/bpel/pom.xml b/branches/sca-java-1.4/itest/bpel/pom.xml index 7168e27f98..d6f750c774 100644 --- a/branches/sca-java-1.4/itest/bpel/pom.xml +++ b/branches/sca-java-1.4/itest/bpel/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-bpel diff --git a/branches/sca-java-1.4/itest/builder/pom.xml b/branches/sca-java-1.4/itest/builder/pom.xml index a2676bb4b6..e90b7f6e2e 100644 --- a/branches/sca-java-1.4/itest/builder/pom.xml +++ b/branches/sca-java-1.4/itest/builder/pom.xml @@ -1,106 +1,106 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-builder - Apache Tuscany SCA iTest Builder - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-monitor - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-workspace-impl - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-binding-ws-xml - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-binding-sca-xml - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-core-databinding - 1.4-SNAPSHOT - test - - - - xerces - xercesImpl - 2.8.1 - test - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-builder + Apache Tuscany SCA iTest Builder + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-monitor + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-workspace-impl + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-binding-ws-xml + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-binding-sca-xml + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-core-databinding + 1.4 + test + + + + xerces + xercesImpl + 2.8.1 + test + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/callablereferences-ws/pom.xml b/branches/sca-java-1.4/itest/callablereferences-ws/pom.xml index e468069c8d..7ada46d7fa 100644 --- a/branches/sca-java-1.4/itest/callablereferences-ws/pom.xml +++ b/branches/sca-java-1.4/itest/callablereferences-ws/pom.xml @@ -1,59 +1,59 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-callablereferences-ws - Apache Tuscany SCA iTest Callable References over Web Services - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-callablereferences-ws + Apache Tuscany SCA iTest Callable References over Web Services + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + diff --git a/branches/sca-java-1.4/itest/callablereferences/pom.xml b/branches/sca-java-1.4/itest/callablereferences/pom.xml index 6edfde8093..0839f2b742 100644 --- a/branches/sca-java-1.4/itest/callablereferences/pom.xml +++ b/branches/sca-java-1.4/itest/callablereferences/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callablereferences @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -52,14 +52,14 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 test --> org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 test @@ -67,14 +67,14 @@ org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/itest/callback-api/pom.xml b/branches/sca-java-1.4/itest/callback-api/pom.xml index daa243f813..1a8cd2817e 100644 --- a/branches/sca-java-1.4/itest/callback-api/pom.xml +++ b/branches/sca-java-1.4/itest/callback-api/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-api @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-basic/pom.xml b/branches/sca-java-1.4/itest/callback-basic/pom.xml index f0e48bbd3b..91ee74d933 100644 --- a/branches/sca-java-1.4/itest/callback-basic/pom.xml +++ b/branches/sca-java-1.4/itest/callback-basic/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-basic @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-complex-type/pom.xml b/branches/sca-java-1.4/itest/callback-complex-type/pom.xml index dc0a14ef89..61759c4df9 100644 --- a/branches/sca-java-1.4/itest/callback-complex-type/pom.xml +++ b/branches/sca-java-1.4/itest/callback-complex-type/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-complex-type @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-id/pom.xml b/branches/sca-java-1.4/itest/callback-id/pom.xml index ecad71a954..a0c9afd5a3 100644 --- a/branches/sca-java-1.4/itest/callback-id/pom.xml +++ b/branches/sca-java-1.4/itest/callback-id/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-id @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-multiple-wires/pom.xml b/branches/sca-java-1.4/itest/callback-multiple-wires/pom.xml index 537acec61d..ba48b66597 100644 --- a/branches/sca-java-1.4/itest/callback-multiple-wires/pom.xml +++ b/branches/sca-java-1.4/itest/callback-multiple-wires/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-multiple-wires @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-separatethread/pom.xml b/branches/sca-java-1.4/itest/callback-separatethread/pom.xml index 7d4f61f8de..f7c0ca0077 100644 --- a/branches/sca-java-1.4/itest/callback-separatethread/pom.xml +++ b/branches/sca-java-1.4/itest/callback-separatethread/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-separatethread @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-set-callback/pom.xml b/branches/sca-java-1.4/itest/callback-set-callback/pom.xml index cc4294b8ad..12cfa6c32b 100644 --- a/branches/sca-java-1.4/itest/callback-set-callback/pom.xml +++ b/branches/sca-java-1.4/itest/callback-set-callback/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-set-callback @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/callback-set-conversation/pom.xml b/branches/sca-java-1.4/itest/callback-set-conversation/pom.xml index 5a7dcab192..8943e26c71 100644 --- a/branches/sca-java-1.4/itest/callback-set-conversation/pom.xml +++ b/branches/sca-java-1.4/itest/callback-set-conversation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-callback-set-conversation @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/component-type/pom.xml b/branches/sca-java-1.4/itest/component-type/pom.xml index 92fdc15e0c..c351a4fbfa 100644 --- a/branches/sca-java-1.4/itest/component-type/pom.xml +++ b/branches/sca-java-1.4/itest/component-type/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-component-type @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/contribution-classloader/contribution-classes/pom.xml b/branches/sca-java-1.4/itest/contribution-classloader/contribution-classes/pom.xml index f74b493c8e..f0ed0fa48c 100644 --- a/branches/sca-java-1.4/itest/contribution-classloader/contribution-classes/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-classloader/contribution-classes/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-classloader-classes @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/contribution-classloader/contribution-test/pom.xml b/branches/sca-java-1.4/itest/contribution-classloader/contribution-test/pom.xml index 280c6a13cb..a5f3b384cd 100644 --- a/branches/sca-java-1.4/itest/contribution-classloader/contribution-test/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-classloader/contribution-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-classloader-test @@ -32,20 +32,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/contribution-classloader/pom.xml b/branches/sca-java-1.4/itest/contribution-classloader/pom.xml index 4007f0115c..5c1cf68894 100644 --- a/branches/sca-java-1.4/itest/contribution-classloader/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-classloader/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-classloader @@ -38,13 +38,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/contribution-import-export/export-composite/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/export-composite/pom.xml index 4b52df2ea7..65298697b6 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/export-composite/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/export-composite/pom.xml @@ -1,67 +1,67 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-export-composite - Apache Tuscany SCA iTest Contribution Export - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-export-composite + Apache Tuscany SCA iTest Contribution Export + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/export-java/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/export-java/pom.xml index 446e6c0ddb..a5f75feb20 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/export-java/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/export-java/pom.xml @@ -1,67 +1,67 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-export-java - Apache Tuscany SCA iTest Contribution Java Export - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-export-java + Apache Tuscany SCA iTest Contribution Java Export + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/export-resource/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/export-resource/pom.xml index 9b15aefe01..305eecf088 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/export-resource/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/export-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-export-resource diff --git a/branches/sca-java-1.4/itest/contribution-import-export/export-wsdl/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/export-wsdl/pom.xml index 5d04f44fb7..544504a5e2 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/export-wsdl/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/export-wsdl/pom.xml @@ -1,31 +1,31 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-export-wsdl - Apache Tuscany SCA iTest Contribution WSDL Export - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-export-wsdl + Apache Tuscany SCA iTest Contribution WSDL Export + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/import-composite/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/import-composite/pom.xml index 15961f9d41..64d25e2f9e 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/import-composite/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/import-composite/pom.xml @@ -1,73 +1,73 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-import-composite - Apache Tuscany SCA iTest Contribution Import - - - - org.apache.tuscany.sca - itest-contribution-export-composite - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-import-composite + Apache Tuscany SCA iTest Contribution Import + + + + org.apache.tuscany.sca + itest-contribution-export-composite + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/import-java/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/import-java/pom.xml index dd977c35aa..7dfaa0b4a0 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/import-java/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/import-java/pom.xml @@ -1,73 +1,73 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-import-java - Apache Tuscany SCA iTest Contribution Java Import - - - - org.apache.tuscany.sca - itest-contribution-export-java - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-import-java + Apache Tuscany SCA iTest Contribution Java Import + + + + org.apache.tuscany.sca + itest-contribution-export-java + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/import-resource/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/import-resource/pom.xml index 37c29ffff8..320276c4ab 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/import-resource/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/import-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-import-resource @@ -33,47 +33,47 @@ org.apache.tuscany.sca itest-contribution-export-resource - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-contribution-resource - 1.4-SNAPSHOT + 1.4 test @@ -87,7 +87,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/contribution-import-export/import-wsdl/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/import-wsdl/pom.xml index b986f95e5b..26072a23db 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/import-wsdl/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/import-wsdl/pom.xml @@ -1,73 +1,73 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-import-wsdl - Apache Tuscany SCA iTest Contribution WSDL Import - - - - org.apache.tuscany.sca - itest-contribution-export-wsdl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-import-wsdl + Apache Tuscany SCA iTest Contribution WSDL Import + + + + org.apache.tuscany.sca + itest-contribution-export-wsdl + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + diff --git a/branches/sca-java-1.4/itest/contribution-import-export/pom.xml b/branches/sca-java-1.4/itest/contribution-import-export/pom.xml index 070263ea32..cc5bc3db32 100644 --- a/branches/sca-java-1.4/itest/contribution-import-export/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-import-export/pom.xml @@ -1,56 +1,56 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution-import-export - pom - Apache Tuscany SCA Contribution Import/Export Integration Tests - - - export-composite - export-java - export-resource - export-wsdl - import-composite - import-java - import-resource - import-wsdl - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution-import-export + pom + Apache Tuscany SCA Contribution Import/Export Integration Tests + + + export-composite + export-java + export-resource + export-wsdl + import-composite + import-java + import-resource + import-wsdl + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + diff --git a/branches/sca-java-1.4/itest/contribution-multiple/pom.xml b/branches/sca-java-1.4/itest/contribution-multiple/pom.xml index 566f9c95f7..fce47305bc 100644 --- a/branches/sca-java-1.4/itest/contribution-multiple/pom.xml +++ b/branches/sca-java-1.4/itest/contribution-multiple/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-multiple @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/contribution/pom.xml b/branches/sca-java-1.4/itest/contribution/pom.xml index 7f76a81f2d..282baba352 100644 --- a/branches/sca-java-1.4/itest/contribution/pom.xml +++ b/branches/sca-java-1.4/itest/contribution/pom.xml @@ -1,52 +1,52 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-contribution - Apache Tuscany SCA iTest Contribution - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-contribution + Apache Tuscany SCA iTest Contribution + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + + diff --git a/branches/sca-java-1.4/itest/conversations-ws/pom.xml b/branches/sca-java-1.4/itest/conversations-ws/pom.xml index 07933a232a..2758abe9a1 100644 --- a/branches/sca-java-1.4/itest/conversations-ws/pom.xml +++ b/branches/sca-java-1.4/itest/conversations-ws/pom.xml @@ -1,60 +1,60 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-conversations-ws - Apache Tuscany SCA iTest Conversations Over Web Services Binding - - - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-conversations-ws + Apache Tuscany SCA iTest Conversations Over Web Services Binding + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + diff --git a/branches/sca-java-1.4/itest/conversations/pom.xml b/branches/sca-java-1.4/itest/conversations/pom.xml index 682c69a897..1589026ed1 100644 --- a/branches/sca-java-1.4/itest/conversations/pom.xml +++ b/branches/sca-java-1.4/itest/conversations/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-conversations @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/corba/pom.xml b/branches/sca-java-1.4/itest/corba/pom.xml index d3e70cdec6..7c5fb37e99 100644 --- a/branches/sca-java-1.4/itest/corba/pom.xml +++ b/branches/sca-java-1.4/itest/corba/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-corba-binding @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-corba-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-corba-jse - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-corba-jse-tns - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-corba - 1.4-SNAPSHOT + 1.4 runtime @@ -98,14 +98,14 @@ org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile diff --git a/branches/sca-java-1.4/itest/databindings/common/pom.xml b/branches/sca-java-1.4/itest/databindings/common/pom.xml index 7fc8889a0d..4d56816f4c 100644 --- a/branches/sca-java-1.4/itest/databindings/common/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/common/pom.xml @@ -21,13 +21,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-common - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest Databinding Common diff --git a/branches/sca-java-1.4/itest/databindings/interop/pom.xml b/branches/sca-java-1.4/itest/databindings/interop/pom.xml index 5bd3bde973..91e7ccf58a 100644 --- a/branches/sca-java-1.4/itest/databindings/interop/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/interop/pom.xml @@ -21,13 +21,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-interop - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest DataBinding Interop @@ -136,7 +136,7 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/itest/databindings/jaxb-bottom-up/pom.xml b/branches/sca-java-1.4/itest/databindings/jaxb-bottom-up/pom.xml index c227bca118..c3c520cdf2 100644 --- a/branches/sca-java-1.4/itest/databindings/jaxb-bottom-up/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/jaxb-bottom-up/pom.xml @@ -21,13 +21,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-jaxb-bottom-up - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest Databinding - JAXB Bottom Up @@ -108,7 +108,7 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/databindings/jaxb-top-down/pom.xml b/branches/sca-java-1.4/itest/databindings/jaxb-top-down/pom.xml index 6b3220b967..5291f107ba 100644 --- a/branches/sca-java-1.4/itest/databindings/jaxb-top-down/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/jaxb-top-down/pom.xml @@ -24,13 +24,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-jaxb-top-down - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest Databinding - JAXB Top Down @@ -63,60 +63,60 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca itest-databindings-common - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/databindings/jaxbgen/pom.xml b/branches/sca-java-1.4/itest/databindings/jaxbgen/pom.xml index f56e7e664f..541db66318 100644 --- a/branches/sca-java-1.4/itest/databindings/jaxbgen/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/jaxbgen/pom.xml @@ -21,13 +21,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-jaxb - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest JAXB Databinding @@ -108,7 +108,7 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/databindings/pom.xml b/branches/sca-java-1.4/itest/databindings/pom.xml index e607d4a6a5..873e8fd49a 100644 --- a/branches/sca-java-1.4/itest/databindings/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/pom.xml @@ -21,7 +21,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml 4.0.0 @@ -29,7 +29,7 @@ org.apache.tuscany.sca itest-databindings Apache Tuscany SCA Databindings Integration Tests - 1.4-SNAPSHOT + 1.4 pom diff --git a/branches/sca-java-1.4/itest/databindings/sdogen/pom.xml b/branches/sca-java-1.4/itest/databindings/sdogen/pom.xml index d764f8b77c..407a39c08f 100644 --- a/branches/sca-java-1.4/itest/databindings/sdogen/pom.xml +++ b/branches/sca-java-1.4/itest/databindings/sdogen/pom.xml @@ -21,13 +21,13 @@ org.apache.tuscany.sca itest-databindings - 1.4-SNAPSHOT + 1.4 4.0.0 itest-databindings-sdo - 1.4-SNAPSHOT + 1.4 jar Apache Tuscany SCA iTest SDO Databinding diff --git a/branches/sca-java-1.4/itest/domain/pom.xml b/branches/sca-java-1.4/itest/domain/pom.xml index 25c4a76e1a..27096c0d57 100644 --- a/branches/sca-java-1.4/itest/domain/pom.xml +++ b/branches/sca-java-1.4/itest/domain/pom.xml @@ -1,100 +1,100 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-domain - Apache Tuscany SCA Domain Integration Tests - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-launcher - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-workspace-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca-axis2 - 1.4-SNAPSHOT - runtime - - - - org.codehaus.woodstox - wstx-asl - 3.2.1 - runtime - - - - org.apache.tuscany.sca - tuscany-monitor - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - test - - - - junit - junit - 4.5 - test - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-domain + Apache Tuscany SCA Domain Integration Tests + + + + + org.apache.tuscany.sca + tuscany-node-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-launcher + 1.4 + + + + org.apache.tuscany.sca + tuscany-workspace-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-node-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.4 + runtime + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + org.apache.tuscany.sca + tuscany-monitor + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + test + + + + junit + junit + 4.5 + test + + + diff --git a/branches/sca-java-1.4/itest/exceptions-cross-binding-ws/pom.xml b/branches/sca-java-1.4/itest/exceptions-cross-binding-ws/pom.xml index b320a54169..7cabe5950e 100644 --- a/branches/sca-java-1.4/itest/exceptions-cross-binding-ws/pom.xml +++ b/branches/sca-java-1.4/itest/exceptions-cross-binding-ws/pom.xml @@ -21,7 +21,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml 4.0.0 @@ -65,55 +65,55 @@ org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test @@ -225,7 +225,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/exceptions-cross-binding/pom.xml b/branches/sca-java-1.4/itest/exceptions-cross-binding/pom.xml index 4cb0f23fde..803244a22d 100644 --- a/branches/sca-java-1.4/itest/exceptions-cross-binding/pom.xml +++ b/branches/sca-java-1.4/itest/exceptions-cross-binding/pom.xml @@ -21,7 +21,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml 4.0.0 @@ -58,55 +58,55 @@ org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test @@ -217,7 +217,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/exceptions-simple-ws/pom.xml b/branches/sca-java-1.4/itest/exceptions-simple-ws/pom.xml index d87c81ce48..b7fc783bbb 100644 --- a/branches/sca-java-1.4/itest/exceptions-simple-ws/pom.xml +++ b/branches/sca-java-1.4/itest/exceptions-simple-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-exceptions-simple-ws @@ -32,27 +32,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/exceptions/pom.xml b/branches/sca-java-1.4/itest/exceptions/pom.xml index e2dccd50a0..8016644cde 100644 --- a/branches/sca-java-1.4/itest/exceptions/pom.xml +++ b/branches/sca-java-1.4/itest/exceptions/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-exceptions @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/extended-api/pom.xml b/branches/sca-java-1.4/itest/extended-api/pom.xml index 166005ffdd..2e39c2d7df 100644 --- a/branches/sca-java-1.4/itest/extended-api/pom.xml +++ b/branches/sca-java-1.4/itest/extended-api/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-extended-api @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 @@ -41,7 +41,7 @@ tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/interfaces/pom.xml b/branches/sca-java-1.4/itest/interfaces/pom.xml index e5f59ca768..77563f53fd 100644 --- a/branches/sca-java-1.4/itest/interfaces/pom.xml +++ b/branches/sca-java-1.4/itest/interfaces/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-interfaces @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/interop-soap-client/pom.xml b/branches/sca-java-1.4/itest/interop-soap-client/pom.xml index 2369b8489e..40d171afa8 100644 --- a/branches/sca-java-1.4/itest/interop-soap-client/pom.xml +++ b/branches/sca-java-1.4/itest/interop-soap-client/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-interop-soap-client @@ -33,47 +33,47 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime @@ -107,7 +107,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/interop-soap-round2-client/pom.xml b/branches/sca-java-1.4/itest/interop-soap-round2-client/pom.xml index 9ac6661a5e..b084b02b51 100644 --- a/branches/sca-java-1.4/itest/interop-soap-round2-client/pom.xml +++ b/branches/sca-java-1.4/itest/interop-soap-round2-client/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-interop-soap-round2-client @@ -32,47 +32,47 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime @@ -106,7 +106,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/interop-soap-service/pom.xml b/branches/sca-java-1.4/itest/interop-soap-service/pom.xml index 76285e3926..d32e814a3e 100644 --- a/branches/sca-java-1.4/itest/interop-soap-service/pom.xml +++ b/branches/sca-java-1.4/itest/interop-soap-service/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -34,27 +34,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime @@ -115,7 +115,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/jms-args/pom.xml b/branches/sca-java-1.4/itest/jms-args/pom.xml index 169ab72f68..f6b96d4590 100644 --- a/branches/sca-java-1.4/itest/jms-args/pom.xml +++ b/branches/sca-java-1.4/itest/jms-args/pom.xml @@ -1,93 +1,93 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-jms-args - Apache Tuscany SCA iTest JMS Args - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - test - - - - - org.apache.activemq - activemq-core - 5.1.0 - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-jms-args + Apache Tuscany SCA iTest JMS Args + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + test + + + + + org.apache.activemq + activemq-core + 5.1.0 + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/jms-callbacks/pom.xml b/branches/sca-java-1.4/itest/jms-callbacks/pom.xml index 4f246b9a48..8c0765bb96 100644 --- a/branches/sca-java-1.4/itest/jms-callbacks/pom.xml +++ b/branches/sca-java-1.4/itest/jms-callbacks/pom.xml @@ -1,94 +1,94 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-jms-callbacks - Apache Tuscany SCA iTest JMS Tests For Callbacks - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - test - - - - - org.apache.activemq - activemq-core - 5.1.0 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-jms-callbacks + Apache Tuscany SCA iTest JMS Tests For Callbacks + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + test + + + + + org.apache.activemq + activemq-core + 5.1.0 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/jms-definitions/pom.xml b/branches/sca-java-1.4/itest/jms-definitions/pom.xml index 358631b24b..4537c9f9e0 100644 --- a/branches/sca-java-1.4/itest/jms-definitions/pom.xml +++ b/branches/sca-java-1.4/itest/jms-definitions/pom.xml @@ -1,93 +1,93 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-jms-definitions - Apache Tuscany SCA iTest JMS Tests For Properties - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - test - - - - - org.apache.activemq - activemq-core - 5.1.0 - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-jms-definitions + Apache Tuscany SCA iTest JMS Tests For Properties + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + test + + + + + org.apache.activemq + activemq-core + 5.1.0 + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/jms-format/pom.xml b/branches/sca-java-1.4/itest/jms-format/pom.xml index 82ef7baaa6..5e8362638b 100644 --- a/branches/sca-java-1.4/itest/jms-format/pom.xml +++ b/branches/sca-java-1.4/itest/jms-format/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-jms-format @@ -40,27 +40,27 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/jms-selectors/pom.xml b/branches/sca-java-1.4/itest/jms-selectors/pom.xml index e2afa479ca..8465904ab3 100644 --- a/branches/sca-java-1.4/itest/jms-selectors/pom.xml +++ b/branches/sca-java-1.4/itest/jms-selectors/pom.xml @@ -1,93 +1,93 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-jms-selectors - Apache Tuscany SCA iTest JMS Tests For Selectors - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - test - - - - - org.apache.activemq - activemq-core - 5.1.0 - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-jms-selectors + Apache Tuscany SCA iTest JMS Tests For Selectors + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + test + + + + + org.apache.activemq + activemq-core + 5.1.0 + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/jms-topics/pom.xml b/branches/sca-java-1.4/itest/jms-topics/pom.xml index ef812cb9a9..dde5ee74d5 100644 --- a/branches/sca-java-1.4/itest/jms-topics/pom.xml +++ b/branches/sca-java-1.4/itest/jms-topics/pom.xml @@ -1,94 +1,94 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-jms-topics - Apache Tuscany SCA JMS Tests for topics - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - test - - - - - org.apache.activemq - activemq-core - 5.1.0 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-jms-topics + Apache Tuscany SCA JMS Tests for topics + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + test + + + + + org.apache.activemq + activemq-core + 5.1.0 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/itest/jms/pom.xml b/branches/sca-java-1.4/itest/jms/pom.xml index a7aaf5a910..34c580f707 100644 --- a/branches/sca-java-1.4/itest/jms/pom.xml +++ b/branches/sca-java-1.4/itest/jms/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-jms @@ -40,34 +40,34 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-policy - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/large-sdo-ws/pom.xml b/branches/sca-java-1.4/itest/large-sdo-ws/pom.xml index e7e58192d3..201553e605 100644 --- a/branches/sca-java-1.4/itest/large-sdo-ws/pom.xml +++ b/branches/sca-java-1.4/itest/large-sdo-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-large-sdo-ws @@ -33,27 +33,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile @@ -84,7 +84,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/late-reference-resolution/pom.xml b/branches/sca-java-1.4/itest/late-reference-resolution/pom.xml index 573e151b8e..acfb59b019 100644 --- a/branches/sca-java-1.4/itest/late-reference-resolution/pom.xml +++ b/branches/sca-java-1.4/itest/late-reference-resolution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-late-reference-resolution @@ -40,60 +40,60 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-endpoint - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -107,7 +107,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/itest/oneway/build.xml b/branches/sca-java-1.4/itest/oneway/build.xml index e6b8f2e51f..bee8d3fde0 100644 --- a/branches/sca-java-1.4/itest/oneway/build.xml +++ b/branches/sca-java-1.4/itest/oneway/build.xml @@ -1,127 +1,127 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/itest/oneway/pom.xml b/branches/sca-java-1.4/itest/oneway/pom.xml index e7ec9c32d6..d84b034853 100644 --- a/branches/sca-java-1.4/itest/oneway/pom.xml +++ b/branches/sca-java-1.4/itest/oneway/pom.xml @@ -1,59 +1,59 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-oneway - Apache Tuscany SCA iTest OneWay - - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-oneway + Apache Tuscany SCA iTest OneWay + + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + diff --git a/branches/sca-java-1.4/itest/operation-overloading/pom.xml b/branches/sca-java-1.4/itest/operation-overloading/pom.xml index 12729badcc..ca531c4860 100644 --- a/branches/sca-java-1.4/itest/operation-overloading/pom.xml +++ b/branches/sca-java-1.4/itest/operation-overloading/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-operation-overloading @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes-v2/pom.xml b/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes-v2/pom.xml index 3547db62c1..3e89eeb0b9 100644 --- a/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes-v2/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes-v2/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-osgi-contribution-classes @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes/pom.xml b/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes/pom.xml index 17848ebb05..31328eba94 100644 --- a/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-contribution/contribution-classes/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-osgi-contribution-classes-v2 @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/osgi-contribution/contribution-test/pom.xml b/branches/sca-java-1.4/itest/osgi-contribution/contribution-test/pom.xml index 75644fff52..68dfad3bd1 100644 --- a/branches/sca-java-1.4/itest/osgi-contribution/contribution-test/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-contribution/contribution-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-osgi-contribution-test @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/osgi-contribution/pom.xml b/branches/sca-java-1.4/itest/osgi-contribution/pom.xml index 22a677925e..7c4a260cf5 100644 --- a/branches/sca-java-1.4/itest/osgi-contribution/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-contribution-osgi @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/osgi-implementation/pom.xml b/branches/sca-java-1.4/itest/osgi-implementation/pom.xml index 2645dd1802..62b97c4aee 100644 --- a/branches/sca-java-1.4/itest/osgi-implementation/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-implementation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-osgi-implementation @@ -58,54 +58,54 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test @@ -124,7 +124,7 @@ org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile diff --git a/branches/sca-java-1.4/itest/osgi-tuscany/osgi-tuscany-test/pom.xml b/branches/sca-java-1.4/itest/osgi-tuscany/osgi-tuscany-test/pom.xml index d879d9c200..6d2fdb85a6 100644 --- a/branches/sca-java-1.4/itest/osgi-tuscany/osgi-tuscany-test/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-tuscany/osgi-tuscany-test/pom.xml @@ -1,99 +1,99 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-osgi-tuscany-test - Apache Tuscany OSGi-Based Tuscany Runtime Tests - - - - - org.eclipse - osgi - 3.3.2.R33x_v20080105 - - - - - - - junit - junit - 4.5 - test - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - pertest - - - - - - - - ops4j-repository - http://repository.ops4j.org/maven2 - - false - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-osgi-tuscany-test + Apache Tuscany OSGi-Based Tuscany Runtime Tests + + + + + org.eclipse + osgi + 3.3.2.R33x_v20080105 + + + + + + + junit + junit + 4.5 + test + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + + + + + + + + ops4j-repository + http://repository.ops4j.org/maven2 + + false + + + + + diff --git a/branches/sca-java-1.4/itest/osgi-tuscany/pom.xml b/branches/sca-java-1.4/itest/osgi-tuscany/pom.xml index 0da4f09d61..c5eef0fcb5 100644 --- a/branches/sca-java-1.4/itest/osgi-tuscany/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-tuscany/pom.xml @@ -1,39 +1,39 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-osgi-tuscany - pom - Apache Tuscany OSGi-based Tuscany Runtime Integration Tests - - - test-bundles - tuscany-versioned - tuscany-osgi-installer - osgi-tuscany-test - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-osgi-tuscany + pom + Apache Tuscany OSGi-based Tuscany Runtime Integration Tests + + + test-bundles + tuscany-versioned + tuscany-osgi-installer + osgi-tuscany-test + + + diff --git a/branches/sca-java-1.4/itest/osgi-tuscany/test-bundles/pom.xml b/branches/sca-java-1.4/itest/osgi-tuscany/test-bundles/pom.xml index b53beea930..5f48cfe8ce 100644 --- a/branches/sca-java-1.4/itest/osgi-tuscany/test-bundles/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-tuscany/test-bundles/pom.xml @@ -1,124 +1,124 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../../pom.xml - - itest-osgi-tuscany-test-bundles - Apache Tuscany OSGi-Based Tuscany Runtime Test Bundles - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.felix - org.apache.felix.main - 1.0.4 - - - - - - - itest-osgi-tuscany-test-bundles - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - - ant - ant-trax - 1.6.5 - - - - - - create-bundles - generate-test-sources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../../pom.xml + + itest-osgi-tuscany-test-bundles + Apache Tuscany OSGi-Based Tuscany Runtime Test Bundles + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.felix + org.apache.felix.main + 1.0.4 + + + + + + + itest-osgi-tuscany-test-bundles + + + org.apache.maven.plugins + maven-antrun-plugin + 1.1 + + + + ant + ant-trax + 1.6.5 + + + + + + create-bundles + generate-test-sources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml b/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml index d174fc27d7..6acf915a41 100644 --- a/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-osgi-tuscany-installer diff --git a/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-versioned/pom.xml b/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-versioned/pom.xml index ccb403da1f..76383b95c2 100644 --- a/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-versioned/pom.xml +++ b/branches/sca-java-1.4/itest/osgi-tuscany/tuscany-versioned/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../../pom.xml itest-osgi-tuscany-versioned @@ -626,7 +626,7 @@ org.apache.tuscany.sca tuscany-maven-bundle-plugin - 1.4-SNAPSHOT + 1.4 true diff --git a/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml index 1fda30aac2..7af85a010a 100644 --- a/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml +++ b/branches/sca-java-1.4/itest/policy-security-basicauth/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-policy-security-basicauth @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2-policy - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/policy-security-jsr250/pom.xml b/branches/sca-java-1.4/itest/policy-security-jsr250/pom.xml index e50282b13b..69569debf9 100644 --- a/branches/sca-java-1.4/itest/policy-security-jsr250/pom.xml +++ b/branches/sca-java-1.4/itest/policy-security-jsr250/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-policy-security-jsr250 @@ -32,35 +32,35 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-policy-security-jsr250 - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/policy-security-token/pom.xml b/branches/sca-java-1.4/itest/policy-security-token/pom.xml index 9e18c7d1d9..49bb4dd7a2 100644 --- a/branches/sca-java-1.4/itest/policy-security-token/pom.xml +++ b/branches/sca-java-1.4/itest/policy-security-token/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-policy-security-token @@ -32,41 +32,41 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-policy - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/policy-security/pom.xml b/branches/sca-java-1.4/itest/policy-security/pom.xml index 5a9526ef94..4fe2ede4ce 100644 --- a/branches/sca-java-1.4/itest/policy-security/pom.xml +++ b/branches/sca-java-1.4/itest/policy-security/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-policy-security @@ -32,28 +32,28 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/policy/pom.xml b/branches/sca-java-1.4/itest/policy/pom.xml index 7abeae7f2b..ae6e6863ea 100644 --- a/branches/sca-java-1.4/itest/policy/pom.xml +++ b/branches/sca-java-1.4/itest/policy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-policy @@ -32,28 +32,28 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/pom.xml b/branches/sca-java-1.4/itest/pom.xml index 19ca38afdf..b074eaca75 100644 --- a/branches/sca-java-1.4/itest/pom.xml +++ b/branches/sca-java-1.4/itest/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-itest @@ -148,13 +148,13 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-webapp-junit - 1.4-SNAPSHOT + 1.4 runtime @@ -242,7 +242,7 @@ org.apache.tuscany.sca tuscany-maven-web-junit - 1.4-SNAPSHOT + 1.4 generate-web-xml @@ -333,7 +333,7 @@ org.apache.tuscany.sca tuscany-maven-web-junit - 1.4-SNAPSHOT + 1.4 generate-web-xml @@ -427,7 +427,7 @@ org.apache.tuscany.sca tuscany-maven-web-junit - 1.4-SNAPSHOT + 1.4 generate-web-xml @@ -520,7 +520,7 @@ org.apache.tuscany.sca tuscany-maven-web-junit - 1.4-SNAPSHOT + 1.4 generate-web-xml @@ -617,7 +617,7 @@ org.apache.tuscany.sca tuscany-maven-web-junit - 1.4-SNAPSHOT + 1.4 generate-web-xml diff --git a/branches/sca-java-1.4/itest/promotion-interface-missmatch/pom.xml b/branches/sca-java-1.4/itest/promotion-interface-missmatch/pom.xml index 0b3c3cf0c7..aaf5de6bd4 100644 --- a/branches/sca-java-1.4/itest/promotion-interface-missmatch/pom.xml +++ b/branches/sca-java-1.4/itest/promotion-interface-missmatch/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-promotion-interface-missmatch @@ -32,27 +32,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/properties/pom.xml b/branches/sca-java-1.4/itest/properties/pom.xml index 925545ed9d..0d9170ff51 100644 --- a/branches/sca-java-1.4/itest/properties/pom.xml +++ b/branches/sca-java-1.4/itest/properties/pom.xml @@ -1,91 +1,91 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-properties - Apache Tuscany SCA iTest Properties - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-core-databinding - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-databinding-jaxb - 1.4-SNAPSHOT - compile - - - - - - org.apache.tuscany.sdo - tuscany-sdo-plugin - 1.1.1 - - - generate-customer-sdo - generate-sources - - ${basedir}/src/main/resources/customer.xsd - com.example.customer.sdo - true - true - true - - - generate - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-properties + Apache Tuscany SCA iTest Properties + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-core-databinding + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4 + compile + + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + 1.4 + compile + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.1.1 + + + generate-customer-sdo + generate-sources + + ${basedir}/src/main/resources/customer.xsd + com.example.customer.sdo + true + true + true + + + generate + + + + + + + diff --git a/branches/sca-java-1.4/itest/recursive-multi-level/pom.xml b/branches/sca-java-1.4/itest/recursive-multi-level/pom.xml index 938f8d5aee..486c5f5824 100644 --- a/branches/sca-java-1.4/itest/recursive-multi-level/pom.xml +++ b/branches/sca-java-1.4/itest/recursive-multi-level/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 itest-recursive-multi-level @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/recursive-ws/pom.xml b/branches/sca-java-1.4/itest/recursive-ws/pom.xml index c947118299..a4ffc5bf50 100644 --- a/branches/sca-java-1.4/itest/recursive-ws/pom.xml +++ b/branches/sca-java-1.4/itest/recursive-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-recursive-ws @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime @@ -77,7 +77,7 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/recursive/pom.xml b/branches/sca-java-1.4/itest/recursive/pom.xml index e461f84ce7..ae1711dabd 100644 --- a/branches/sca-java-1.4/itest/recursive/pom.xml +++ b/branches/sca-java-1.4/itest/recursive/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-recursive @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/references-collection/pom.xml b/branches/sca-java-1.4/itest/references-collection/pom.xml index 1fdb994f6f..5f794550a4 100644 --- a/branches/sca-java-1.4/itest/references-collection/pom.xml +++ b/branches/sca-java-1.4/itest/references-collection/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-references-collection @@ -32,20 +32,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/references/pom.xml b/branches/sca-java-1.4/itest/references/pom.xml index dd4c0b6ff9..f2a5d23eb2 100644 --- a/branches/sca-java-1.4/itest/references/pom.xml +++ b/branches/sca-java-1.4/itest/references/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-references @@ -32,20 +32,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/scopes/pom.xml b/branches/sca-java-1.4/itest/scopes/pom.xml index 727ea141db..f4a4c46f1d 100644 --- a/branches/sca-java-1.4/itest/scopes/pom.xml +++ b/branches/sca-java-1.4/itest/scopes/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-scopes @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/serialization/pom.xml b/branches/sca-java-1.4/itest/serialization/pom.xml index 42fb1c2c94..8483cb6a2e 100644 --- a/branches/sca-java-1.4/itest/serialization/pom.xml +++ b/branches/sca-java-1.4/itest/serialization/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-serialization @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/itest/services/pom.xml b/branches/sca-java-1.4/itest/services/pom.xml index a56723611d..ffa347621e 100644 --- a/branches/sca-java-1.4/itest/services/pom.xml +++ b/branches/sca-java-1.4/itest/services/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-services @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/spring/pom.xml b/branches/sca-java-1.4/itest/spring/pom.xml index 44d91887ee..a4f90499d5 100644 --- a/branches/sca-java-1.4/itest/spring/pom.xml +++ b/branches/sca-java-1.4/itest/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-spring @@ -32,60 +32,60 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-resource - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-spring - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-policy-logging - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/transaction/pom.xml b/branches/sca-java-1.4/itest/transaction/pom.xml index 0ee41e520e..0d4284ba9b 100644 --- a/branches/sca-java-1.4/itest/transaction/pom.xml +++ b/branches/sca-java-1.4/itest/transaction/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-transaction @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-policy-transaction - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/validation/pom.xml b/branches/sca-java-1.4/itest/validation/pom.xml index c671f4bf06..c1a6f41fc5 100644 --- a/branches/sca-java-1.4/itest/validation/pom.xml +++ b/branches/sca-java-1.4/itest/validation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-validation @@ -33,61 +33,61 @@ org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-resource - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-bpel - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-xquery - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-spring - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-ejb - 1.4-SNAPSHOT + 1.4 org.apache.openejb @@ -100,7 +100,7 @@ org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 @@ -112,20 +112,20 @@ org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-ejb-runtime - 1.4-SNAPSHOT + 1.4 org.apache.openejb @@ -137,19 +137,19 @@ org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/wires/pom.xml b/branches/sca-java-1.4/itest/wires/pom.xml index 293c0bfa20..63763ec22e 100644 --- a/branches/sca-java-1.4/itest/wires/pom.xml +++ b/branches/sca-java-1.4/itest/wires/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-wires @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/ws-void-args-return/pom.xml b/branches/sca-java-1.4/itest/ws-void-args-return/pom.xml index 01c820be11..88cce0f643 100644 --- a/branches/sca-java-1.4/itest/ws-void-args-return/pom.xml +++ b/branches/sca-java-1.4/itest/ws-void-args-return/pom.xml @@ -1,61 +1,61 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 1.4-SNAPSHOT - ../pom.xml - - itest-ws-void-args-return - Apache Tuscany SCA iTest Web Services Void Args and Return - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.4 + ../pom.xml + + itest-ws-void-args-return + Apache Tuscany SCA iTest Web Services Void Args and Return + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + + diff --git a/branches/sca-java-1.4/itest/wsdl-multiple/pom.xml b/branches/sca-java-1.4/itest/wsdl-multiple/pom.xml index ecdb0d871c..a5e9068b0b 100644 --- a/branches/sca-java-1.4/itest/wsdl-multiple/pom.xml +++ b/branches/sca-java-1.4/itest/wsdl-multiple/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-wsdl-multiple @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/wsdl/pom.xml b/branches/sca-java-1.4/itest/wsdl/pom.xml index 149404c668..74f7e8c3a1 100644 --- a/branches/sca-java-1.4/itest/wsdl/pom.xml +++ b/branches/sca-java-1.4/itest/wsdl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-wsdl @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/itest/wsdl2java/pom.xml b/branches/sca-java-1.4/itest/wsdl2java/pom.xml index 608584baa1..3adbde5766 100644 --- a/branches/sca-java-1.4/itest/wsdl2java/pom.xml +++ b/branches/sca-java-1.4/itest/wsdl2java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-wsdl2java @@ -32,42 +32,42 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime @@ -160,7 +160,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/itest/wsdlless/pom.xml b/branches/sca-java-1.4/itest/wsdlless/pom.xml index 3c280f1ad5..6b209ec512 100644 --- a/branches/sca-java-1.4/itest/wsdlless/pom.xml +++ b/branches/sca-java-1.4/itest/wsdlless/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 1.4-SNAPSHOT + 1.4 ../pom.xml itest-wsdlless @@ -46,48 +46,48 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/api/pom.xml b/branches/sca-java-1.4/modules/api/pom.xml index fa996acf11..b97425d0d1 100644 --- a/branches/sca-java-1.4/modules/api/pom.xml +++ b/branches/sca-java-1.4/modules/api/pom.xml @@ -1,304 +1,304 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-api - Apache Tuscany SCA API - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-extensibility - - - org.apache.tuscany.sca - tuscany-core - - - org.apache.tuscany.sca - tuscany-definitions - - - org.apache.tuscany.sca - tuscany-definitions-xml - - - org.apache.tuscany.sca - tuscany-assembly-xml - - - org.apache.tuscany.sca - tuscany-binding-sca - - - org.apache.tuscany.sca - tuscany-binding-sca-xml - - - org.apache.tuscany.sca - tuscany-contribution-impl - - - org.apache.tuscany.sca - tuscany-policy-xml - - - org.apache.tuscany.sca - tuscany-core-databinding - - - org.apache.tuscany.sca - tuscany-assembly-xsd - - - org.apache.tuscany.sca - tuscany-policy-xml - - - org.apache.tuscany.sca - tuscany-endpoint - - - - - - - - - - - src/main/resources - - **/* - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - package - - shade - - - org.apache.tuscany.sca - - false - ${createSourcesJar} - false - true - - - - - - org.apache.tuscany.sca:tuscany-host-embedded - - org/apache/tuscany/sca/host/embedded/impl/** - - - - ${project.groupId}:${project.artifactId} - - - org/** - - - - - - - META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory - - - META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.core.ModuleActivator - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBinding - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator - - - META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory - - - META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.work.WorkScheduler - - - META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler - - - META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory - - - META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider - - - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-api + Apache Tuscany SCA API + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-extensibility + + + org.apache.tuscany.sca + tuscany-core + + + org.apache.tuscany.sca + tuscany-definitions + + + org.apache.tuscany.sca + tuscany-definitions-xml + + + org.apache.tuscany.sca + tuscany-assembly-xml + + + org.apache.tuscany.sca + tuscany-binding-sca + + + org.apache.tuscany.sca + tuscany-binding-sca-xml + + + org.apache.tuscany.sca + tuscany-contribution-impl + + + org.apache.tuscany.sca + tuscany-policy-xml + + + org.apache.tuscany.sca + tuscany-core-databinding + + + org.apache.tuscany.sca + tuscany-assembly-xsd + + + org.apache.tuscany.sca + tuscany-policy-xml + + + org.apache.tuscany.sca + tuscany-endpoint + + + + + + + + + + + src/main/resources + + **/* + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + + package + + shade + + + org.apache.tuscany.sca + + false + ${createSourcesJar} + false + true + + + + + + org.apache.tuscany.sca:tuscany-host-embedded + + org/apache/tuscany/sca/host/embedded/impl/** + + + + ${project.groupId}:${project.artifactId} + + + org/** + + + + + + + META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory + + + META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.core.ModuleActivator + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBinding + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator + + + META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory + + + META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.work.WorkScheduler + + + META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler + + + META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory + + + META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider + + + + + + + + + + diff --git a/branches/sca-java-1.4/modules/assembly-java-dsl/pom.xml b/branches/sca-java-1.4/modules/assembly-java-dsl/pom.xml index 24c6db84b2..e997943ea3 100644 --- a/branches/sca-java-1.4/modules/assembly-java-dsl/pom.xml +++ b/branches/sca-java-1.4/modules/assembly-java-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-assembly-java-dsl @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/assembly-xml/pom.xml b/branches/sca-java-1.4/modules/assembly-xml/pom.xml index 246f89619b..f34837ab2a 100644 --- a/branches/sca-java-1.4/modules/assembly-xml/pom.xml +++ b/branches/sca-java-1.4/modules/assembly-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-assembly-xml @@ -32,37 +32,37 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 @@ -87,35 +87,35 @@ org.apache.tuscany.sca tuscany-definitions-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-policy-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-policy-xml-ws - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-assembly-xsd - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/assembly-xsd/pom.xml b/branches/sca-java-1.4/modules/assembly-xsd/pom.xml index 90bb93222d..8051befef3 100644 --- a/branches/sca-java-1.4/modules/assembly-xsd/pom.xml +++ b/branches/sca-java-1.4/modules/assembly-xsd/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-assembly-xsd diff --git a/branches/sca-java-1.4/modules/assembly/pom.xml b/branches/sca-java-1.4/modules/assembly/pom.xml index 5257d7ef63..4e641dc516 100644 --- a/branches/sca-java-1.4/modules/assembly/pom.xml +++ b/branches/sca-java-1.4/modules/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-assembly @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-atom-abdera/pom.xml b/branches/sca-java-1.4/modules/binding-atom-abdera/pom.xml index e95fcebd5d..85b13aa97d 100644 --- a/branches/sca-java-1.4/modules/binding-atom-abdera/pom.xml +++ b/branches/sca-java-1.4/modules/binding-atom-abdera/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,49 +33,49 @@ org.apache.tuscany.sca tuscany-binding-atom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-http - 1.4-SNAPSHOT + 1.4 @@ -150,21 +150,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-atom/pom.xml b/branches/sca-java-1.4/modules/binding-atom/pom.xml index 961d564af6..7c8fd0ece2 100644 --- a/branches/sca-java-1.4/modules/binding-atom/pom.xml +++ b/branches/sca-java-1.4/modules/binding-atom/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,20 +33,20 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-corba-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-corba-runtime/pom.xml index 69321c9345..b0fe8c4792 100644 --- a/branches/sca-java-1.4/modules/binding-corba-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-corba-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-corba-runtime @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba-jse - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-corba/pom.xml b/branches/sca-java-1.4/modules/binding-corba/pom.xml index 2eda625e4a..d59ed82d47 100644 --- a/branches/sca-java-1.4/modules/binding-corba/pom.xml +++ b/branches/sca-java-1.4/modules/binding-corba/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-corba @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-dwr/pom.xml b/branches/sca-java-1.4/modules/binding-dwr/pom.xml index 1595daa5bf..dc69beb679 100644 --- a/branches/sca-java-1.4/modules/binding-dwr/pom.xml +++ b/branches/sca-java-1.4/modules/binding-dwr/pom.xml @@ -1,95 +1,95 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-binding-dwr - Apache Tuscany SCA AJAX DWR Binding Extension - - - - - org.apache.tuscany.sca - tuscany-extension-helper - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-http - 1.4-SNAPSHOT - - - - org.directwebremoting - dwr - 2.0.1 - - - - javax.servlet - servlet-api - 2.4 - provided - - - - junit - junit - 4.5 - test - - - - org.easymock - easymock - 2.2 - test - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.binding.dwr - ${pom.name} - org.apache.tuscany.sca.binding.dwr* - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-binding-dwr + Apache Tuscany SCA AJAX DWR Binding Extension + + + + + org.apache.tuscany.sca + tuscany-extension-helper + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-http + 1.4 + + + + org.directwebremoting + dwr + 2.0.1 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + junit + junit + 4.5 + test + + + + org.easymock + easymock + 2.2 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.binding.dwr + ${pom.name} + org.apache.tuscany.sca.binding.dwr* + + + + + + + diff --git a/branches/sca-java-1.4/modules/binding-ejb-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-ejb-runtime/pom.xml index 2e66ab669a..6469d00180 100644 --- a/branches/sca-java-1.4/modules/binding-ejb-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ejb-runtime/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -34,13 +34,13 @@ org.apache.tuscany.sca tuscany-binding-ejb - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 @@ -73,14 +73,14 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-ejb/pom.xml b/branches/sca-java-1.4/modules/binding-ejb/pom.xml index be8ca05164..e8ca59f349 100644 --- a/branches/sca-java-1.4/modules/binding-ejb/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ejb/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -34,25 +34,25 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-feed/pom.xml b/branches/sca-java-1.4/modules/binding-feed/pom.xml index 046bee6acb..dc6e378c00 100644 --- a/branches/sca-java-1.4/modules/binding-feed/pom.xml +++ b/branches/sca-java-1.4/modules/binding-feed/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,37 +33,37 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -88,21 +88,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-gdata-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-gdata-runtime/pom.xml index faef032c25..101be2bed5 100644 --- a/branches/sca-java-1.4/modules/binding-gdata-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-gdata-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -40,43 +40,43 @@ org.apache.tuscany.sca tuscany-binding-gdata - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -125,21 +125,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-gdata/pom.xml b/branches/sca-java-1.4/modules/binding-gdata/pom.xml index 21895f4af6..435eb37838 100644 --- a/branches/sca-java-1.4/modules/binding-gdata/pom.xml +++ b/branches/sca-java-1.4/modules/binding-gdata/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-gdata2-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-gdata2-runtime/pom.xml index 351cbe8439..9fe1d50063 100644 --- a/branches/sca-java-1.4/modules/binding-gdata2-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-gdata2-runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -39,43 +39,43 @@ org.apache.tuscany.sca tuscany-binding-gdata2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -94,21 +94,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-gdata2/pom.xml b/branches/sca-java-1.4/modules/binding-gdata2/pom.xml index 0bf31877fc..f786246c22 100644 --- a/branches/sca-java-1.4/modules/binding-gdata2/pom.xml +++ b/branches/sca-java-1.4/modules/binding-gdata2/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,13 +33,13 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-http-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-http-runtime/pom.xml index 1ceeaae1d8..381fabd2df 100644 --- a/branches/sca-java-1.4/modules/binding-http-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-http-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,25 +33,25 @@ org.apache.tuscany.sca tuscany-binding-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -64,28 +64,28 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-http/pom.xml b/branches/sca-java-1.4/modules/binding-http/pom.xml index 676492413f..fb3bddb887 100644 --- a/branches/sca-java-1.4/modules/binding-http/pom.xml +++ b/branches/sca-java-1.4/modules/binding-http/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-jms-policy/pom.xml b/branches/sca-java-1.4/modules/binding-jms-policy/pom.xml index f44f06d262..7707f2a406 100644 --- a/branches/sca-java-1.4/modules/binding-jms-policy/pom.xml +++ b/branches/sca-java-1.4/modules/binding-jms-policy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-jms-policy @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 @@ -57,19 +57,19 @@ org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-reliability - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-jms-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-jms-runtime/pom.xml index ffa75a53f1..3b32091b7b 100644 --- a/branches/sca-java-1.4/modules/binding-jms-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-jms-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-jms-runtime @@ -33,55 +33,55 @@ org.apache.tuscany.sca tuscany-binding-jms - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-wsdlgen - 1.4-SNAPSHOT + 1.4 @@ -100,14 +100,14 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-jms/pom.xml b/branches/sca-java-1.4/modules/binding-jms/pom.xml index e7dd413a78..3add757f2e 100644 --- a/branches/sca-java-1.4/modules/binding-jms/pom.xml +++ b/branches/sca-java-1.4/modules/binding-jms/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-jms @@ -33,7 +33,7 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-jsonrpc-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-jsonrpc-runtime/pom.xml index 8ec5e52a0f..f19335cad5 100644 --- a/branches/sca-java-1.4/modules/binding-jsonrpc-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-jsonrpc-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,43 +33,43 @@ org.apache.tuscany.sca tuscany-binding-jsonrpc - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-json - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test @@ -107,14 +107,14 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-jsonrpc/pom.xml b/branches/sca-java-1.4/modules/binding-jsonrpc/pom.xml index 50b68f06ca..6de2af3c8a 100644 --- a/branches/sca-java-1.4/modules/binding-jsonrpc/pom.xml +++ b/branches/sca-java-1.4/modules/binding-jsonrpc/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-notification/pom.xml b/branches/sca-java-1.4/modules/binding-notification/pom.xml index 98cc576864..69e261d676 100644 --- a/branches/sca-java-1.4/modules/binding-notification/pom.xml +++ b/branches/sca-java-1.4/modules/binding-notification/pom.xml @@ -1,150 +1,150 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-binding-notification - Apache Tuscany SCA Notification Binding Extension - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-http - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-notification - 1.4-SNAPSHOT - - - org.codehaus.woodstox - wstx-asl - 3.2.4 - runtime - - - stax - stax-api - - - - - javax.servlet - servlet-api - 2.5 - provided - - - org.apache.tuscany.sca - tuscany-databinding-axiom - 1.4-SNAPSHOT - runtime - - - org.apache.ws.commons.axiom - axiom-api - - - xerces - xercesImpl - - - 1.2.7 - - - - xerces - xercesImpl - 2.8.1 - runtime - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - test - - - junit - junit - 4.5 - test - - - org.easymock - easymock - 2.2 - test - - - org.apache.ws.commons.axiom - axiom-impl - 1.2.7 - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.binding.notification - ${pom.name} - org.apache.tuscany.sca.binding.notification* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-binding-notification + Apache Tuscany SCA Notification Binding Extension + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-host-http + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4 + + + org.codehaus.woodstox + wstx-asl + 3.2.4 + runtime + + + stax + stax-api + + + + + javax.servlet + servlet-api + 2.5 + provided + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 1.4 + runtime + + + org.apache.ws.commons.axiom + axiom-api + + + xerces + xercesImpl + + + 1.2.7 + + + + xerces + xercesImpl + 2.8.1 + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + test + + + junit + junit + 4.5 + test + + + org.easymock + easymock + 2.2 + test + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.7 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.binding.notification + ${pom.name} + org.apache.tuscany.sca.binding.notification* + + + + + + + diff --git a/branches/sca-java-1.4/modules/binding-rmi-runtime/pom.xml b/branches/sca-java-1.4/modules/binding-rmi-runtime/pom.xml index 869eb475b0..b131618462 100644 --- a/branches/sca-java-1.4/modules/binding-rmi-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/binding-rmi-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-rmi-runtime @@ -33,25 +33,25 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-rmi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-rmi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 @@ -63,7 +63,7 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 test @@ -71,7 +71,7 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-rmi/pom.xml b/branches/sca-java-1.4/modules/binding-rmi/pom.xml index 5f96169522..316c0f550a 100644 --- a/branches/sca-java-1.4/modules/binding-rmi/pom.xml +++ b/branches/sca-java-1.4/modules/binding-rmi/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-rmi @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-rmi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 @@ -57,7 +57,7 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 test @@ -65,7 +65,7 @@ org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-rss-rome/pom.xml b/branches/sca-java-1.4/modules/binding-rss-rome/pom.xml index 19796b37f1..c14db1ff02 100644 --- a/branches/sca-java-1.4/modules/binding-rss-rome/pom.xml +++ b/branches/sca-java-1.4/modules/binding-rss-rome/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,43 +33,43 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-rss - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -94,21 +94,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-rss/pom.xml b/branches/sca-java-1.4/modules/binding-rss/pom.xml index cd51de1088..d5c1dcccc5 100644 --- a/branches/sca-java-1.4/modules/binding-rss/pom.xml +++ b/branches/sca-java-1.4/modules/binding-rss/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,38 +33,38 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-sca-axis2/pom.xml b/branches/sca-java-1.4/modules/binding-sca-axis2/pom.xml index 3ca3e1f76b..8fa08ed951 100644 --- a/branches/sca-java-1.4/modules/binding-sca-axis2/pom.xml +++ b/branches/sca-java-1.4/modules/binding-sca-axis2/pom.xml @@ -1,103 +1,103 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-binding-sca-axis2 - Apache Tuscany SCA Axis2-based Default Binding Extension - - - - - org.apache.tuscany.sca - tuscany-binding-sca - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - - javax.servlet - servlet-api - 2.4 - provided - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-endpoint - 1.4-SNAPSHOT - test - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.binding.sca.axis2 - ${pom.name} - org.apache.tuscany.sca.binding.sca.axis2* - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-binding-sca-axis2 + Apache Tuscany SCA Axis2-based Default Binding Extension + + + + + org.apache.tuscany.sca + tuscany-binding-sca + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-endpoint + 1.4 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.binding.sca.axis2 + ${pom.name} + org.apache.tuscany.sca.binding.sca.axis2* + + + + + + + diff --git a/branches/sca-java-1.4/modules/binding-sca-corba/pom.xml b/branches/sca-java-1.4/modules/binding-sca-corba/pom.xml index 52b41e9e45..a992c4ae8a 100644 --- a/branches/sca-java-1.4/modules/binding-sca-corba/pom.xml +++ b/branches/sca-java-1.4/modules/binding-sca-corba/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -37,50 +37,50 @@ org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-corba-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba-jse - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-wsdlgen - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-sca-jms/pom.xml b/branches/sca-java-1.4/modules/binding-sca-jms/pom.xml index c389614d71..a244658621 100644 --- a/branches/sca-java-1.4/modules/binding-sca-jms/pom.xml +++ b/branches/sca-java-1.4/modules/binding-sca-jms/pom.xml @@ -1,115 +1,115 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-binding-sca-jms - Apache Tuscany SCA JMS-based Default Binding Extension - - - - - org.apache.tuscany.sca - tuscany-binding-sca - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - - - - org.apache.activemq - activemq-core - 5.1.0 - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - org.easymock - easymock - 2.2 - test - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-endpoint - 1.4-SNAPSHOT - test - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.binding.sca.jms - ${pom.name} - org.apache.tuscany.sca.binding.sca.jms* - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-binding-sca-jms + Apache Tuscany SCA JMS-based Default Binding Extension + + + + + org.apache.tuscany.sca + tuscany-binding-sca + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + + + + org.apache.activemq + activemq-core + 5.1.0 + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + org.easymock + easymock + 2.2 + test + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-endpoint + 1.4 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.binding.sca.jms + ${pom.name} + org.apache.tuscany.sca.binding.sca.jms* + + + + + + + diff --git a/branches/sca-java-1.4/modules/binding-sca-xml/pom.xml b/branches/sca-java-1.4/modules/binding-sca-xml/pom.xml index e27926d1ab..c081124790 100644 --- a/branches/sca-java-1.4/modules/binding-sca-xml/pom.xml +++ b/branches/sca-java-1.4/modules/binding-sca-xml/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -36,13 +36,13 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-sca/pom.xml b/branches/sca-java-1.4/modules/binding-sca/pom.xml index c8af2d4628..fe6d0c8add 100644 --- a/branches/sca-java-1.4/modules/binding-sca/pom.xml +++ b/branches/sca-java-1.4/modules/binding-sca/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,31 +35,31 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-ws-axis2-policy/pom.xml b/branches/sca-java-1.4/modules/binding-ws-axis2-policy/pom.xml index 24a06b8bef..49a9ac1fb3 100644 --- a/branches/sca-java-1.4/modules/binding-ws-axis2-policy/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ws-axis2-policy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-ws-axis2-policy @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 @@ -123,7 +123,7 @@ org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.4/modules/binding-ws-axis2/pom.xml index b91e86bbd4..e431d07eae 100644 --- a/branches/sca-java-1.4/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ws-axis2/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -42,63 +42,63 @@ org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-jaxb-axiom - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-xml-ws - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2-policy - 1.4-SNAPSHOT + 1.4 @@ -294,21 +294,21 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-ws-wsdlgen/pom.xml b/branches/sca-java-1.4/modules/binding-ws-wsdlgen/pom.xml index 3afa296bc1..c5fd248133 100644 --- a/branches/sca-java-1.4/modules/binding-ws-wsdlgen/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ws-wsdlgen/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-ws-wsdlgen @@ -33,42 +33,42 @@ org.apache.tuscany.sca tuscany-binding-ws - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-jaxws - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-xsd - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-xsd-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 @@ -80,7 +80,7 @@ org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/binding-ws-xml/pom.xml b/branches/sca-java-1.4/modules/binding-ws-xml/pom.xml index 6a3151cd04..963c1f83e0 100644 --- a/branches/sca-java-1.4/modules/binding-ws-xml/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ws-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-ws-xml @@ -32,50 +32,50 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-wsdlgen - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/binding-ws/pom.xml b/branches/sca-java-1.4/modules/binding-ws/pom.xml index 8a6ade06eb..a6e466f9e2 100644 --- a/branches/sca-java-1.4/modules/binding-ws/pom.xml +++ b/branches/sca-java-1.4/modules/binding-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-binding-ws @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-groovy/pom.xml b/branches/sca-java-1.4/modules/contribution-groovy/pom.xml index 9a9f709346..ff864c9fe6 100644 --- a/branches/sca-java-1.4/modules/contribution-groovy/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-groovy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,7 +33,7 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.codehaus.groovy @@ -44,14 +44,14 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/contribution-impl/pom.xml b/branches/sca-java-1.4/modules/contribution-impl/pom.xml index c971f1390d..65613a9ea8 100644 --- a/branches/sca-java-1.4/modules/contribution-impl/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-impl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-impl @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-java/pom.xml b/branches/sca-java-1.4/modules/contribution-java/pom.xml index 8e57661a84..fe47586640 100644 --- a/branches/sca-java-1.4/modules/contribution-java/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-java @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-jee/pom.xml b/branches/sca-java-1.4/modules/contribution-jee/pom.xml index f89e41edcf..0bef60dcd5 100644 --- a/branches/sca-java-1.4/modules/contribution-jee/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-jee/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-jee @@ -32,49 +32,49 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-ejb - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-web - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-jee - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-namespace/pom.xml b/branches/sca-java-1.4/modules/contribution-namespace/pom.xml index c2c4c51bfb..b5aafc4840 100644 --- a/branches/sca-java-1.4/modules/contribution-namespace/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-namespace/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-namespace @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-osgi/pom.xml b/branches/sca-java-1.4/modules/contribution-osgi/pom.xml index 284d70ca21..9324916ca3 100644 --- a/branches/sca-java-1.4/modules/contribution-osgi/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-osgi @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-resource/pom.xml b/branches/sca-java-1.4/modules/contribution-resource/pom.xml index 5a2422ed4c..16e34fab45 100644 --- a/branches/sca-java-1.4/modules/contribution-resource/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-resource @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-updater-impl/pom.xml b/branches/sca-java-1.4/modules/contribution-updater-impl/pom.xml index cd4f1e17ee..22f31a3c62 100644 --- a/branches/sca-java-1.4/modules/contribution-updater-impl/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-updater-impl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-updater-impl @@ -32,61 +32,61 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-updater - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-updater/pom.xml b/branches/sca-java-1.4/modules/contribution-updater/pom.xml index 26dc2152a2..775893295f 100644 --- a/branches/sca-java-1.4/modules/contribution-updater/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-updater/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-updater @@ -32,61 +32,61 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution-xml/pom.xml b/branches/sca-java-1.4/modules/contribution-xml/pom.xml index 4fb3e06a57..ee08082a77 100644 --- a/branches/sca-java-1.4/modules/contribution-xml/pom.xml +++ b/branches/sca-java-1.4/modules/contribution-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution-xml @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/contribution/pom.xml b/branches/sca-java-1.4/modules/contribution/pom.xml index 5a1c4b55b5..7a4d9620ae 100644 --- a/branches/sca-java-1.4/modules/contribution/pom.xml +++ b/branches/sca-java-1.4/modules/contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-contribution @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/core-databinding/pom.xml b/branches/sca-java-1.4/modules/core-databinding/pom.xml index b665593aca..68d7c27ecc 100644 --- a/branches/sca-java-1.4/modules/core-databinding/pom.xml +++ b/branches/sca-java-1.4/modules/core-databinding/pom.xml @@ -21,7 +21,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml 4.0.0 diff --git a/branches/sca-java-1.4/modules/core-spi/pom.xml b/branches/sca-java-1.4/modules/core-spi/pom.xml index e8cb583819..2e6b45a5cc 100644 --- a/branches/sca-java-1.4/modules/core-spi/pom.xml +++ b/branches/sca-java-1.4/modules/core-spi/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-core-spi @@ -32,44 +32,44 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/core-spring/pom.xml b/branches/sca-java-1.4/modules/core-spring/pom.xml index b321d194b5..6af8cf1062 100644 --- a/branches/sca-java-1.4/modules/core-spring/pom.xml +++ b/branches/sca-java-1.4/modules/core-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-core-spring @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 @@ -69,37 +69,37 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/core/pom.xml b/branches/sca-java-1.4/modules/core/pom.xml index 17da5a4d2b..37bf40f0ae 100644 --- a/branches/sca-java-1.4/modules/core/pom.xml +++ b/branches/sca-java-1.4/modules/core/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-core @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/data-api/pom.xml b/branches/sca-java-1.4/modules/data-api/pom.xml index 04b259a69a..3328f6e0e9 100644 --- a/branches/sca-java-1.4/modules/data-api/pom.xml +++ b/branches/sca-java-1.4/modules/data-api/pom.xml @@ -1,58 +1,58 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-data-api - Apache Tuscany SCA Data API - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.data.api - ${pom.name} - org.apache.tuscany.sca.data* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-data-api + Apache Tuscany SCA Data API + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.data.api + ${pom.name} + org.apache.tuscany.sca.data* + + + + + + + diff --git a/branches/sca-java-1.4/modules/data-engine-helper/pom.xml b/branches/sca-java-1.4/modules/data-engine-helper/pom.xml index 8c81d4fe3d..37442253cd 100644 --- a/branches/sca-java-1.4/modules/data-engine-helper/pom.xml +++ b/branches/sca-java-1.4/modules/data-engine-helper/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-data-engine-helper @@ -57,55 +57,55 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-axiom/pom.xml b/branches/sca-java-1.4/modules/databinding-axiom/pom.xml index 6e0d634419..e4b90ede1d 100644 --- a/branches/sca-java-1.4/modules/databinding-axiom/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-axiom/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-axiom @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-fastinfoset/pom.xml b/branches/sca-java-1.4/modules/databinding-fastinfoset/pom.xml index 82d15ed262..892b3ef4a8 100644 --- a/branches/sca-java-1.4/modules/databinding-fastinfoset/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-fastinfoset/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-fastinfoset @@ -33,12 +33,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-jaxb-axiom/pom.xml b/branches/sca-java-1.4/modules/databinding-jaxb-axiom/pom.xml index c4dd61571a..331b606758 100644 --- a/branches/sca-java-1.4/modules/databinding-jaxb-axiom/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-jaxb-axiom/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-jaxb-axiom @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 org.apache.ws.commons.axiom diff --git a/branches/sca-java-1.4/modules/databinding-jaxb/pom.xml b/branches/sca-java-1.4/modules/databinding-jaxb/pom.xml index 8b819e06d3..12b4f60085 100644 --- a/branches/sca-java-1.4/modules/databinding-jaxb/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-jaxb @@ -32,18 +32,18 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-job/pom.xml b/branches/sca-java-1.4/modules/databinding-job/pom.xml index d3dc6bdf50..3989fa9fb8 100644 --- a/branches/sca-java-1.4/modules/databinding-job/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-job/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-job @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-axiom - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-json/pom.xml b/branches/sca-java-1.4/modules/databinding-json/pom.xml index 7609df06aa..e9305bcb64 100644 --- a/branches/sca-java-1.4/modules/databinding-json/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-json/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-json @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-saxon/pom.xml b/branches/sca-java-1.4/modules/databinding-saxon/pom.xml index 9014f0c27a..2359fd5274 100644 --- a/branches/sca-java-1.4/modules/databinding-saxon/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-saxon @@ -44,13 +44,13 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sdo diff --git a/branches/sca-java-1.4/modules/databinding-xmlbeans/pom.xml b/branches/sca-java-1.4/modules/databinding-xmlbeans/pom.xml index 29f215641a..be19e45b74 100644 --- a/branches/sca-java-1.4/modules/databinding-xmlbeans/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-xmlbeans/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-xmlbeans @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding-xstream/pom.xml b/branches/sca-java-1.4/modules/databinding-xstream/pom.xml index 2bd126b2eb..046b6c263b 100644 --- a/branches/sca-java-1.4/modules/databinding-xstream/pom.xml +++ b/branches/sca-java-1.4/modules/databinding-xstream/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding-xstream @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/databinding/pom.xml b/branches/sca-java-1.4/modules/databinding/pom.xml index 8021c62970..733e4312a8 100644 --- a/branches/sca-java-1.4/modules/databinding/pom.xml +++ b/branches/sca-java-1.4/modules/databinding/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-databinding @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-xsd - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/definitions-xml/pom.xml b/branches/sca-java-1.4/modules/definitions-xml/pom.xml index 75db3b51b0..d83f5530c1 100644 --- a/branches/sca-java-1.4/modules/definitions-xml/pom.xml +++ b/branches/sca-java-1.4/modules/definitions-xml/pom.xml @@ -1,82 +1,82 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-definitions-xml - Apache Tuscany SCA Definitions XML Model - - - - org.apache.tuscany.sca - tuscany-policy - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-policy-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-definitions - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xsd - 1.4-SNAPSHOT - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.definitions.xml - ${pom.name} - org.apache.tuscany.sca.definitions.xml* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-definitions-xml + Apache Tuscany SCA Definitions XML Model + + + + org.apache.tuscany.sca + tuscany-policy + 1.4 + + + + org.apache.tuscany.sca + tuscany-policy-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + + org.apache.tuscany.sca + tuscany-definitions + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xsd + 1.4 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.definitions.xml + ${pom.name} + org.apache.tuscany.sca.definitions.xml* + + + + + + + diff --git a/branches/sca-java-1.4/modules/definitions/pom.xml b/branches/sca-java-1.4/modules/definitions/pom.xml index 8e6d0cfebb..d00a33c71d 100644 --- a/branches/sca-java-1.4/modules/definitions/pom.xml +++ b/branches/sca-java-1.4/modules/definitions/pom.xml @@ -1,70 +1,70 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-definitions - Apache Tuscany SCA Definitions - - - - org.apache.tuscany.sca - tuscany-extensibility - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-policy - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xsd - 1.4-SNAPSHOT - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.definitions - ${pom.name} - org.apache.tuscany.sca.definitions* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-definitions + Apache Tuscany SCA Definitions + + + + org.apache.tuscany.sca + tuscany-extensibility + 1.4 + + + + org.apache.tuscany.sca + tuscany-policy + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xsd + 1.4 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.definitions + ${pom.name} + org.apache.tuscany.sca.definitions* + + + + + + + diff --git a/branches/sca-java-1.4/modules/domain-manager/pom.xml b/branches/sca-java-1.4/modules/domain-manager/pom.xml index 24d4e56fd7..3407fa2b17 100644 --- a/branches/sca-java-1.4/modules/domain-manager/pom.xml +++ b/branches/sca-java-1.4/modules/domain-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-domain-manager @@ -32,62 +32,62 @@ org.apache.tuscany.sca tuscany-workspace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-atom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 @@ -112,76 +112,76 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-node-manager - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-contribution-resource - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/endpoint/pom.xml b/branches/sca-java-1.4/modules/endpoint/pom.xml index 9895491988..e5979d33d9 100644 --- a/branches/sca-java-1.4/modules/endpoint/pom.xml +++ b/branches/sca-java-1.4/modules/endpoint/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,59 +35,59 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-workspace-impl - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/extensibility-equinox/pom.xml b/branches/sca-java-1.4/modules/extensibility-equinox/pom.xml index 9547e92f34..0e955392c1 100644 --- a/branches/sca-java-1.4/modules/extensibility-equinox/pom.xml +++ b/branches/sca-java-1.4/modules/extensibility-equinox/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-extensibility-equinox @@ -31,7 +31,7 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/extensibility-osgi/pom.xml b/branches/sca-java-1.4/modules/extensibility-osgi/pom.xml index 7667ca918f..8af9437d7e 100644 --- a/branches/sca-java-1.4/modules/extensibility-osgi/pom.xml +++ b/branches/sca-java-1.4/modules/extensibility-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-extensibility-osgi @@ -31,7 +31,7 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.felix diff --git a/branches/sca-java-1.4/modules/extensibility/pom.xml b/branches/sca-java-1.4/modules/extensibility/pom.xml index 01cd2d0ca9..afac11f098 100644 --- a/branches/sca-java-1.4/modules/extensibility/pom.xml +++ b/branches/sca-java-1.4/modules/extensibility/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-extensibility diff --git a/branches/sca-java-1.4/modules/extension-helper/pom.xml b/branches/sca-java-1.4/modules/extension-helper/pom.xml index a54e9e43a3..3c600c88e6 100644 --- a/branches/sca-java-1.4/modules/extension-helper/pom.xml +++ b/branches/sca-java-1.4/modules/extension-helper/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,25 +35,25 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-corba-jee/pom.xml b/branches/sca-java-1.4/modules/host-corba-jee/pom.xml index f17870ca8c..6c41e60016 100644 --- a/branches/sca-java-1.4/modules/host-corba-jee/pom.xml +++ b/branches/sca-java-1.4/modules/host-corba-jee/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 tuscany-host-corba-jee Apache Tuscany SCA JEE environment CORBA Host @@ -31,12 +31,12 @@ org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba-jse - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/host-corba-jse-tns/pom.xml b/branches/sca-java-1.4/modules/host-corba-jse-tns/pom.xml index 4c6f6af352..615e54be22 100644 --- a/branches/sca-java-1.4/modules/host-corba-jse-tns/pom.xml +++ b/branches/sca-java-1.4/modules/host-corba-jse-tns/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 tuscany-host-corba-jse-tns Apache Tuscany SCA Transient Name Server CORBA Host @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-corba-jse - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-corba-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/host-corba-jse/pom.xml b/branches/sca-java-1.4/modules/host-corba-jse/pom.xml index d0c4c53900..b669a72fef 100644 --- a/branches/sca-java-1.4/modules/host-corba-jse/pom.xml +++ b/branches/sca-java-1.4/modules/host-corba-jse/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 tuscany-host-corba-jse Apache Tuscany SCA JSE built-in CORBA Host @@ -31,7 +31,7 @@ org.apache.tuscany.sca tuscany-host-corba - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-corba/pom.xml b/branches/sca-java-1.4/modules/host-corba/pom.xml index 2427fb9a05..5abf95c698 100644 --- a/branches/sca-java-1.4/modules/host-corba/pom.xml +++ b/branches/sca-java-1.4/modules/host-corba/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 tuscany-host-corba Apache Tuscany SCA CORBA Host Extension Point @@ -31,7 +31,7 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-ejb/pom.xml b/branches/sca-java-1.4/modules/host-ejb/pom.xml index 8fc42d6ee4..51646369e8 100644 --- a/branches/sca-java-1.4/modules/host-ejb/pom.xml +++ b/branches/sca-java-1.4/modules/host-ejb/pom.xml @@ -1,57 +1,57 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-host-ejb - Apache Tuscany SCA EJB Host Extension Point - - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.host.ejb - ${pom.name} - org.apache.tuscany.sca.host.ejb* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-host-ejb + Apache Tuscany SCA EJB Host Extension Point + + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.host.ejb + ${pom.name} + org.apache.tuscany.sca.host.ejb* + + + + + + + diff --git a/branches/sca-java-1.4/modules/host-embedded/pom.xml b/branches/sca-java-1.4/modules/host-embedded/pom.xml index 92fd8cc016..deab33e18a 100644 --- a/branches/sca-java-1.4/modules/host-embedded/pom.xml +++ b/branches/sca-java-1.4/modules/host-embedded/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-host-embedded @@ -32,79 +32,79 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xsd - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-endpoint - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/host-http/pom.xml b/branches/sca-java-1.4/modules/host-http/pom.xml index 258770c20b..67b71b2728 100644 --- a/branches/sca-java-1.4/modules/host-http/pom.xml +++ b/branches/sca-java-1.4/modules/host-http/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-host-http @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-jetty/pom.xml b/branches/sca-java-1.4/modules/host-jetty/pom.xml index 1a4c19b69a..899c91c8e3 100644 --- a/branches/sca-java-1.4/modules/host-jetty/pom.xml +++ b/branches/sca-java-1.4/modules/host-jetty/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-host-jetty @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-openejb/pom.xml b/branches/sca-java-1.4/modules/host-openejb/pom.xml index 6120d3dbb6..6759490639 100644 --- a/branches/sca-java-1.4/modules/host-openejb/pom.xml +++ b/branches/sca-java-1.4/modules/host-openejb/pom.xml @@ -1,103 +1,103 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-host-openejb - Apache Tuscany SCA OpenEJB Host Extension - - - - org.apache.tuscany.sca - tuscany-host-ejb - 1.4-SNAPSHOT - - - - org.apache.geronimo.modules - geronimo-openejb - 2.1.1 - - - org.apache.geronimo.modules - geronimo-connector - - - org.apache.geronimo.modules - geronimo-persistence-jpa10 - - - org.apache.openejb - openejb-javaagent - - - com.sun.xml.bind - jaxb-impl - - - asm - asm - - - asm - asm-commons - - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - asm - asm-all - 3.1 - runtime - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.host.openejb - ${pom.name} - org.apache.tuscany.sca.host.openejb* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-host-openejb + Apache Tuscany SCA OpenEJB Host Extension + + + + org.apache.tuscany.sca + tuscany-host-ejb + 1.4 + + + + org.apache.geronimo.modules + geronimo-openejb + 2.1.1 + + + org.apache.geronimo.modules + geronimo-connector + + + org.apache.geronimo.modules + geronimo-persistence-jpa10 + + + org.apache.openejb + openejb-javaagent + + + com.sun.xml.bind + jaxb-impl + + + asm + asm + + + asm + asm-commons + + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + asm + asm-all + 3.1 + runtime + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.host.openejb + ${pom.name} + org.apache.tuscany.sca.host.openejb* + + + + + + + diff --git a/branches/sca-java-1.4/modules/host-osgi/pom.xml b/branches/sca-java-1.4/modules/host-osgi/pom.xml index f68a96c57c..727ad55380 100644 --- a/branches/sca-java-1.4/modules/host-osgi/pom.xml +++ b/branches/sca-java-1.4/modules/host-osgi/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,7 +35,7 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-rmi/pom.xml b/branches/sca-java-1.4/modules/host-rmi/pom.xml index 8700f1de85..fb0c132ce5 100644 --- a/branches/sca-java-1.4/modules/host-rmi/pom.xml +++ b/branches/sca-java-1.4/modules/host-rmi/pom.xml @@ -1,57 +1,57 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-host-rmi - Apache Tuscany SCA RMI Host Extension Point - - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.host.rmi - ${pom.name} - org.apache.tuscany.sca.host.rmi* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-host-rmi + Apache Tuscany SCA RMI Host Extension Point + + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.host.rmi + ${pom.name} + org.apache.tuscany.sca.host.rmi* + + + + + + + diff --git a/branches/sca-java-1.4/modules/host-tomcat/pom.xml b/branches/sca-java-1.4/modules/host-tomcat/pom.xml index 58032e137d..971dcd52bf 100644 --- a/branches/sca-java-1.4/modules/host-tomcat/pom.xml +++ b/branches/sca-java-1.4/modules/host-tomcat/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-host-tomcat @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/host-webapp-junit/pom.xml b/branches/sca-java-1.4/modules/host-webapp-junit/pom.xml index fb5f29df22..1c4b2ddafb 100644 --- a/branches/sca-java-1.4/modules/host-webapp-junit/pom.xml +++ b/branches/sca-java-1.4/modules/host-webapp-junit/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/modules/host-webapp/pom.xml b/branches/sca-java-1.4/modules/host-webapp/pom.xml index 67d7791be3..d3a59f36a1 100644 --- a/branches/sca-java-1.4/modules/host-webapp/pom.xml +++ b/branches/sca-java-1.4/modules/host-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-bpel-jbpm/pom.xml b/branches/sca-java-1.4/modules/implementation-bpel-jbpm/pom.xml index 3e4111e5c4..0d06296621 100644 --- a/branches/sca-java-1.4/modules/implementation-bpel-jbpm/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-bpel-jbpm/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-bpel-jbpm @@ -31,67 +31,67 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-bpel - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sdo diff --git a/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml b/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml index 98e267e044..8edbbaa938 100644 --- a/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml @@ -1,450 +1,450 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-implementation-bpel-ode - Apache Tuscany SCA BPEL ODE Implementation Extension - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-bpel - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sdo - tuscany-sdo-impl - 1.1.1 - compile - - - stax - stax-api - - - backport-util-concurrent - backport-util-concurrent - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - junit - junit - 4.5 - test - - - org.easymock - easymock - 2.2 - test - - - - - org.apache.ode - ode-bpel-epr - 1.1.1 - - - org.apache.ode - ode-bpel-store - 1.1.1 - - - org.apache.ode - ode-bpel-dao - 1.1.1 - - - org.apache.ode - ode-bpel-dao - 1.1.1 - - - org.apache.ode - ode-dao-jpa - 1.1.1 - - - org.apache.ode - ode-dao-jpa-ojpa-derby - 1.1.1 - zip - - - org.apache.ode - ode-bpel-runtime - 1.1.1 - - - org.apache.ode - ode-bpel-api - 1.1.1 - - - org.apache.ode - ode-scheduler-simple - 1.1.1 - - - org.apache.ode - ode-utils - 1.1.1 - - - org.apache.ode - ode-bpel-compiler - 1.1.1 - - - org.apache.ode - ode-bpel-schemas - 1.1.1 - - - org.apache.ode - ode-bpel-obj - 1.1.1 - - - org.apache.ode - ode-jacob - 1.1.1 - - - org.apache.ode - ode-jacob-ap - 1.1.1 - - - - - commons-lang - commons-lang - 2.1 - - - commons-collections - commons-collections - 3.1 - - - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - 1.0 - - - org.apache.geronimo.modules - geronimo-kernel - 1.2-beta - - - mx4j - mx4j - - - xpp3 - xpp3 - - - xstream - xstream - - - - - org.apache.geronimo.modules - geronimo-transaction - 1.2-beta - - - org.apache.geronimo.specs - geronimo-ejb_2.1_spec - - - ognl - ognl - - - - - org.apache.geronimo.specs - geronimo-ejb_3.0_spec - 1.0 - - - org.apache.geronimo.modules - geronimo-connector - 1.2-beta - - - xmlbeans - xbean - - - stax - stax-api - - - - - org.apache.derby - derby - 10.3.1.4 - - - tranql - tranql-connector - 1.1 - - - org.apache.openjpa - openjpa-all - 0.9.7-incubating - - - org.apache.openjpa - openjpa-lib - - - org.apache.openjpa - openjpa-kernel - - - org.apache.openjpa - openjpa-kernel-5 - - - org.apache.openjpa - openjpa-jdbc - - - org.apache.openjpa - openjpa-jdbc-5 - - - org.apache.openjpa - openjpa-persistence-jdbc - - - org.apache.openjpa - openjpa-xmlstore - - - - - net.sourceforge.serp - serp - 1.12.0 - - - jaxen - jaxen - 1.1.1 - - - xom - xom - - - - - xalan - xalan - 2.7.0 - - - xerces - xercesImpl - 2.8.1 - - - org.apache.xmlbeans - xmlbeans - 2.3.0 - - - stax - stax-api - - - - - net.sf.saxon - saxon - 8.7 - - - - net.sf.saxon - saxon-dom - 8.7 - - - - net.sf.saxon - saxon-xpath - 8.7 - - - - commons-codec - commons-codec - 1.3 - - - commons-codec - commons-codec - - - - - log4j - log4j - 1.2.13 - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - 2.3.1 - - false - false - true - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack - generate-sources - - unpack - - - - - org.apache.ode - ode-dao-jpa-ojpa-derby - 1.1.1 - zip - true - ${project.build.directory}/test-classes/ - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.bpel.ode - ${pom.name} - org.apache.tuscany.sca.implementation.bpel.ode* - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-implementation-bpel-ode + Apache Tuscany SCA BPEL ODE Implementation Extension + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-bpel + 1.4 + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-interface + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4 + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1.1 + compile + + + stax + stax-api + + + backport-util-concurrent + backport-util-concurrent + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + junit + junit + 4.5 + test + + + org.easymock + easymock + 2.2 + test + + + + + org.apache.ode + ode-bpel-epr + 1.1.1 + + + org.apache.ode + ode-bpel-store + 1.1.1 + + + org.apache.ode + ode-bpel-dao + 1.1.1 + + + org.apache.ode + ode-bpel-dao + 1.1.1 + + + org.apache.ode + ode-dao-jpa + 1.1.1 + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1.1 + zip + + + org.apache.ode + ode-bpel-runtime + 1.1.1 + + + org.apache.ode + ode-bpel-api + 1.1.1 + + + org.apache.ode + ode-scheduler-simple + 1.1.1 + + + org.apache.ode + ode-utils + 1.1.1 + + + org.apache.ode + ode-bpel-compiler + 1.1.1 + + + org.apache.ode + ode-bpel-schemas + 1.1.1 + + + org.apache.ode + ode-bpel-obj + 1.1.1 + + + org.apache.ode + ode-jacob + 1.1.1 + + + org.apache.ode + ode-jacob-ap + 1.1.1 + + + + + commons-lang + commons-lang + 2.1 + + + commons-collections + commons-collections + 3.1 + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + 1.0 + + + org.apache.geronimo.modules + geronimo-kernel + 1.2-beta + + + mx4j + mx4j + + + xpp3 + xpp3 + + + xstream + xstream + + + + + org.apache.geronimo.modules + geronimo-transaction + 1.2-beta + + + org.apache.geronimo.specs + geronimo-ejb_2.1_spec + + + ognl + ognl + + + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + + + org.apache.geronimo.modules + geronimo-connector + 1.2-beta + + + xmlbeans + xbean + + + stax + stax-api + + + + + org.apache.derby + derby + 10.3.1.4 + + + tranql + tranql-connector + 1.1 + + + org.apache.openjpa + openjpa-all + 0.9.7-incubating + + + org.apache.openjpa + openjpa-lib + + + org.apache.openjpa + openjpa-kernel + + + org.apache.openjpa + openjpa-kernel-5 + + + org.apache.openjpa + openjpa-jdbc + + + org.apache.openjpa + openjpa-jdbc-5 + + + org.apache.openjpa + openjpa-persistence-jdbc + + + org.apache.openjpa + openjpa-xmlstore + + + + + net.sourceforge.serp + serp + 1.12.0 + + + jaxen + jaxen + 1.1.1 + + + xom + xom + + + + + xalan + xalan + 2.7.0 + + + xerces + xercesImpl + 2.8.1 + + + org.apache.xmlbeans + xmlbeans + 2.3.0 + + + stax + stax-api + + + + + net.sf.saxon + saxon + 8.7 + + + + net.sf.saxon + saxon-dom + 8.7 + + + + net.sf.saxon + saxon-xpath + 8.7 + + + + commons-codec + commons-codec + 1.3 + + + commons-codec + commons-codec + + + + + log4j + log4j + 1.2.13 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.3.1 + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-sources + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.bpel.ode + ${pom.name} + org.apache.tuscany.sca.implementation.bpel.ode* + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-bpel/pom.xml b/branches/sca-java-1.4/modules/implementation-bpel/pom.xml index ac1e8af858..48f7ab7f5c 100644 --- a/branches/sca-java-1.4/modules/implementation-bpel/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-bpel/pom.xml @@ -1,98 +1,98 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-implementation-bpel - Apache Tuscany SCA BPEL Implementation Extension - - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-interface-java - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - - junit - junit - 3.8.1 - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.bpel - ${pom.name} - org.apache.tuscany.sca.implementation.bpel* - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-implementation-bpel + Apache Tuscany SCA BPEL Implementation Extension + + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-interface + 1.4 + + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4 + + + + org.apache.tuscany.sca + tuscany-interface-java + 1.4 + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + + junit + junit + 3.8.1 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.bpel + ${pom.name} + org.apache.tuscany.sca.implementation.bpel* + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-das/pom.xml b/branches/sca-java-1.4/modules/implementation-das/pom.xml index c4e003be03..293fe9f06e 100644 --- a/branches/sca-java-1.4/modules/implementation-das/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-das/pom.xml @@ -1,198 +1,198 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-implementation-das - Apache Tuscany SCA DAS Implementation Extension - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.das - tuscany-das-rdb - 1.0-SNAPSHOT - compile - - - backport-util-concurrent - backport-util-concurrent - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-data-engine-helper - 1.4-SNAPSHOT - compile - - - junit - junit - 3.8.1 - test - - - org.easymock - easymock - 2.2 - test - - - org.apache.derby - derby - 10.3.1.4 - test - - - - - ${artifactId} - - - - org.codehaus.mojo - sql-maven-plugin - - 1.1-SNAPSHOT - - - - org.apache.derby - derby - 10.3.1.4 - - - - - - create-db - generate-resources - - execute - - - org.apache.derby.jdbc.EmbeddedDriver - jdbc:derby:${pom.basedir}/target/test-classes/company;create=true - true - continue - skip - ; - - ${pom.basedir}/company.sql - - - - - - - shutdown-database-sothat-test-can-run - process-test-resources - - execute - - - org.apache.derby.jdbc.EmbeddedDriver - jdbc:derby:${pom.basedir}/target/test-classes/company;shutdown=true - true - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.das - ${pom.name} - org.apache.tuscany.sca.implementation.das* - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-implementation-das + Apache Tuscany SCA DAS Implementation Extension + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.das + tuscany-das-rdb + 1.0-SNAPSHOT + compile + + + backport-util-concurrent + backport-util-concurrent + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-interface + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-data-engine-helper + 1.4 + compile + + + junit + junit + 3.8.1 + test + + + org.easymock + easymock + 2.2 + test + + + org.apache.derby + derby + 10.3.1.4 + test + + + + + ${artifactId} + + + + org.codehaus.mojo + sql-maven-plugin + + 1.1-SNAPSHOT + + + + org.apache.derby + derby + 10.3.1.4 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;create=true + true + continue + skip + ; + + ${pom.basedir}/company.sql + + + + + + + shutdown-database-sothat-test-can-run + process-test-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;shutdown=true + true + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.das + ${pom.name} + org.apache.tuscany.sca.implementation.das* + + + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-data-xml/pom.xml b/branches/sca-java-1.4/modules/implementation-data-xml/pom.xml index 46a08d01df..d65382fccb 100644 --- a/branches/sca-java-1.4/modules/implementation-data-xml/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-data-xml/pom.xml @@ -1,220 +1,220 @@ - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-implementation-data-xml - Apache Tuscany SCA Data Implementation Extension - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.das - tuscany-das-rdb - 1.0-SNAPSHOT - compile - - - backport-util-concurrent - backport-util-concurrent - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-data-engine-helper - 1.4-SNAPSHOT - compile - - - org.apache.tuscany.sca - tuscany-binding-atom-abdera - 1.4-SNAPSHOT - runtime - - - org.apache.derby - derby - 10.3.1.4 - runtime - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - test - - - javax.servlet - servlet-api - 2.5 - test - - - junit - junit - 4.5 - compile - - - org.easymock - easymock - 2.2 - test - - - org.apache.tuscany.sca - tuscany-data-api - 1.4-SNAPSHOT - compile - - - - - ${artifactId} - - - - org.codehaus.mojo - sql-maven-plugin - - 1.1-SNAPSHOT - - - - org.apache.derby - derby - 10.1.2.1 - - - - - - create-db - generate-resources - - execute - - - org.apache.derby.jdbc.EmbeddedDriver - jdbc:derby:${pom.basedir}/target/test-classes/company;create=true - true - continue - skip - ; - - ${pom.basedir}/company.sql - - - - - - - shutdown-database-sothat-test-can-run - process-test-resources - - execute - - - org.apache.derby.jdbc.EmbeddedDriver - jdbc:derby:${pom.basedir}/target/test-classes/company;shutdown=true - true - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.data.xml - ${pom.name} - org.apache.tuscany.sca.implementation.data* - - - - - - - + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-implementation-data-xml + Apache Tuscany SCA Data Implementation Extension + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.das + tuscany-das-rdb + 1.0-SNAPSHOT + compile + + + backport-util-concurrent + backport-util-concurrent + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-interface + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-data-engine-helper + 1.4 + compile + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 1.4 + runtime + + + org.apache.derby + derby + 10.3.1.4 + runtime + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + test + + + javax.servlet + servlet-api + 2.5 + test + + + junit + junit + 4.5 + compile + + + org.easymock + easymock + 2.2 + test + + + org.apache.tuscany.sca + tuscany-data-api + 1.4 + compile + + + + + ${artifactId} + + + + org.codehaus.mojo + sql-maven-plugin + + 1.1-SNAPSHOT + + + + org.apache.derby + derby + 10.1.2.1 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;create=true + true + continue + skip + ; + + ${pom.basedir}/company.sql + + + + + + + shutdown-database-sothat-test-can-run + process-test-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;shutdown=true + true + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.data.xml + ${pom.name} + org.apache.tuscany.sca.implementation.data* + + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-ejb/pom.xml b/branches/sca-java-1.4/modules/implementation-ejb/pom.xml index 31da4af3c2..8d16f153dd 100644 --- a/branches/sca-java-1.4/modules/implementation-ejb/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-ejb/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -34,19 +34,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-java-runtime/pom.xml b/branches/sca-java-1.4/modules/implementation-java-runtime/pom.xml index 96510ea576..eb5250aa3e 100644 --- a/branches/sca-java-1.4/modules/implementation-java-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-java-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-java-runtime @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-java-xml/pom.xml b/branches/sca-java-1.4/modules/implementation-java-xml/pom.xml index d89d7fd406..4243c40dfd 100644 --- a/branches/sca-java-1.4/modules/implementation-java-xml/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-java-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-java-xml @@ -33,7 +33,7 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 @@ -80,13 +80,13 @@ org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-java/pom.xml b/branches/sca-java-1.4/modules/implementation-java/pom.xml index 19adeeaf46..a70aa28b53 100644 --- a/branches/sca-java-1.4/modules/implementation-java/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-java @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-jee/pom.xml b/branches/sca-java-1.4/modules/implementation-jee/pom.xml index 9ea51f936f..dfdc9a8769 100644 --- a/branches/sca-java-1.4/modules/implementation-jee/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-jee/pom.xml @@ -25,7 +25,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -37,19 +37,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-node-runtime/pom.xml b/branches/sca-java-1.4/modules/implementation-node-runtime/pom.xml index 7d61a1b972..9bbd6ec445 100644 --- a/branches/sca-java-1.4/modules/implementation-node-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-node-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,37 +33,37 @@ org.apache.tuscany.sca tuscany-implementation-node - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/implementation-node/pom.xml b/branches/sca-java-1.4/modules/implementation-node/pom.xml index 69488e1fc9..689db4dba5 100644 --- a/branches/sca-java-1.4/modules/implementation-node/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-node/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,32 +33,32 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-sca-xml - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-notification/pom.xml b/branches/sca-java-1.4/modules/implementation-notification/pom.xml index a2ebb4289c..c722787b2a 100644 --- a/branches/sca-java-1.4/modules/implementation-notification/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-notification/pom.xml @@ -1,110 +1,110 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-implementation-notification - Apache Tuscany SCA Notification Implementation Extension - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - - - - - junit - junit - 4.5 - test - - - - org.easymock - easymock - 2.2 - test - - - - org.apache.tuscany.sca - tuscany-binding-sca - 1.4-SNAPSHOT - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.notification - ${pom.name} - org.apache.tuscany.sca.implementation.notification* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-implementation-notification + Apache Tuscany SCA Notification Implementation Extension + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + org.apache.tuscany.sca + tuscany-interface + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4 + + + + + junit + junit + 4.5 + test + + + + org.easymock + easymock + 2.2 + test + + + + org.apache.tuscany.sca + tuscany-binding-sca + 1.4 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.notification + ${pom.name} + org.apache.tuscany.sca.implementation.notification* + + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-openjpa/pom.xml b/branches/sca-java-1.4/modules/implementation-openjpa/pom.xml index ff5acd4e2c..8e88f13a87 100644 --- a/branches/sca-java-1.4/modules/implementation-openjpa/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-openjpa/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-jpa @@ -39,52 +39,52 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-transaction - 1.4-SNAPSHOT + 1.4 junit diff --git a/branches/sca-java-1.4/modules/implementation-osgi/pom.xml b/branches/sca-java-1.4/modules/implementation-osgi/pom.xml index c3615148a9..409cd41ebb 100644 --- a/branches/sca-java-1.4/modules/implementation-osgi/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-osgi/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -44,79 +44,79 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-osgi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-osgi-runtime - 1.4-SNAPSHOT + 1.4 @@ -136,7 +136,7 @@ org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-resource-runtime/pom.xml b/branches/sca-java-1.4/modules/implementation-resource-runtime/pom.xml index 33270149b5..880a54e219 100644 --- a/branches/sca-java-1.4/modules/implementation-resource-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-resource-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,25 +33,25 @@ org.apache.tuscany.sca tuscany-implementation-resource - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-resource/pom.xml b/branches/sca-java-1.4/modules/implementation-resource/pom.xml index a68a08cd18..0532507559 100644 --- a/branches/sca-java-1.4/modules/implementation-resource/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-script/pom.xml b/branches/sca-java-1.4/modules/implementation-script/pom.xml index 0d61f8c58f..2483fa9742 100644 --- a/branches/sca-java-1.4/modules/implementation-script/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-script/pom.xml @@ -1,197 +1,197 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-implementation-script - Apache Tuscany SCA Script Implementation Extension - - - - - org.apache.tuscany.sca - tuscany-extension-helper - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - compile - - - - org.apache.bsf - bsf-all - 3.0-beta2 - - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - - - - org.apache.ws.commons.axiom - axiom-api - - - xerces - xercesImpl - - - javax.mail - mail - - - commons-logging - commons-logging - - - xml-apis - xml-apis - - - 1.2.7 - - - - org.apache.ws.commons.axiom - axiom-impl - 1.2.7 - runtime - - - - junit - junit - 4.5 - test - - - - org.easymock - easymock - 2.2 - test - - - - org.easymock - easymockclassextension - 2.2 - test - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - test - - - - commons-logging - commons-logging - 1.1.1 - - - commons-logging - commons-logging - - - javax.servlet - servlet-api - - - - - - - - rhino - js - 1.6R7 - compile - - - org.jruby - jruby-complete - 1.1.3 - compile - - - asm - asm - - - asm - asm-commons - - - jline - jline - - - - - org.python - jython - 2.2 - compile - - - org.codehaus.groovy - groovy-all-minimal - 1.5.4 - compile - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.script - ${pom.name} - org.apache.tuscany.sca.implementation.script* - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-implementation-script + Apache Tuscany SCA Script Implementation Extension + + + + + org.apache.tuscany.sca + tuscany-extension-helper + 1.4 + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + compile + + + + org.apache.bsf + bsf-all + 3.0-beta2 + + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4 + + + + org.apache.ws.commons.axiom + axiom-api + + + xerces + xercesImpl + + + javax.mail + mail + + + commons-logging + commons-logging + + + xml-apis + xml-apis + + + 1.2.7 + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.7 + runtime + + + + junit + junit + 4.5 + test + + + + org.easymock + easymock + 2.2 + test + + + + org.easymock + easymockclassextension + 2.2 + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + test + + + + commons-logging + commons-logging + 1.1.1 + + + commons-logging + commons-logging + + + javax.servlet + servlet-api + + + + + + + + rhino + js + 1.6R7 + compile + + + org.jruby + jruby-complete + 1.1.3 + compile + + + asm + asm + + + asm + asm-commons + + + jline + jline + + + + + org.python + jython + 2.2 + compile + + + org.codehaus.groovy + groovy-all-minimal + 1.5.4 + compile + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.script + ${pom.name} + org.apache.tuscany.sca.implementation.script* + + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-spring/pom.xml b/branches/sca-java-1.4/modules/implementation-spring/pom.xml index eaaa73a708..2f5e2d0109 100644 --- a/branches/sca-java-1.4/modules/implementation-spring/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-implementation-spring @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-web-runtime/pom.xml b/branches/sca-java-1.4/modules/implementation-web-runtime/pom.xml index f48eedc6d4..e69cc09938 100644 --- a/branches/sca-java-1.4/modules/implementation-web-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-web-runtime/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,19 +35,19 @@ org.apache.tuscany.sca tuscany-implementation-web - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -67,7 +67,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 compile diff --git a/branches/sca-java-1.4/modules/implementation-web/pom.xml b/branches/sca-java-1.4/modules/implementation-web/pom.xml index 68dffedcc5..f24fdea1ee 100644 --- a/branches/sca-java-1.4/modules/implementation-web/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-web/pom.xml @@ -1,88 +1,88 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-implementation-web - Apache Tuscany SCA Web Implementation Model - - - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-xml - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - test - - - - junit - junit - 4.5 - test - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.implementation.web - ${pom.name} - org.apache.tuscany.sca.implementation.web* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-implementation-web + Apache Tuscany SCA Web Implementation Model + + + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-xml + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + test + + + + junit + junit + 4.5 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.web + ${pom.name} + org.apache.tuscany.sca.implementation.web* + + + + + + + diff --git a/branches/sca-java-1.4/modules/implementation-widget-runtime/pom.xml b/branches/sca-java-1.4/modules/implementation-widget-runtime/pom.xml index d374057fd8..22b67e1332 100644 --- a/branches/sca-java-1.4/modules/implementation-widget-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-widget-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,39 +33,39 @@ org.apache.tuscany.sca tuscany-implementation-widget - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 test @@ -80,14 +80,14 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/implementation-widget/pom.xml b/branches/sca-java-1.4/modules/implementation-widget/pom.xml index f9aca74872..b88a5a2f77 100644 --- a/branches/sca-java-1.4/modules/implementation-widget/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-widget/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/implementation-xquery/pom.xml b/branches/sca-java-1.4/modules/implementation-xquery/pom.xml index 10a35783e7..e3788fecaf 100644 --- a/branches/sca-java-1.4/modules/implementation-xquery/pom.xml +++ b/branches/sca-java-1.4/modules/implementation-xquery/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,44 +33,44 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-saxon - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/interface-java-jaxws/pom.xml b/branches/sca-java-1.4/modules/interface-java-jaxws/pom.xml index 8a14d29e44..2fac48d2cd 100644 --- a/branches/sca-java-1.4/modules/interface-java-jaxws/pom.xml +++ b/branches/sca-java-1.4/modules/interface-java-jaxws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface-java-jaxws @@ -32,17 +32,17 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding-jaxb - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/interface-java-xml/pom.xml b/branches/sca-java-1.4/modules/interface-java-xml/pom.xml index 989e7bd6ae..18ac9bf935 100644 --- a/branches/sca-java-1.4/modules/interface-java-xml/pom.xml +++ b/branches/sca-java-1.4/modules/interface-java-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface-java-xml @@ -32,32 +32,32 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/interface-java/pom.xml b/branches/sca-java-1.4/modules/interface-java/pom.xml index bab2576ea8..262f6c84cc 100644 --- a/branches/sca-java-1.4/modules/interface-java/pom.xml +++ b/branches/sca-java-1.4/modules/interface-java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface-java @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/interface-wsdl-xml/pom.xml b/branches/sca-java-1.4/modules/interface-wsdl-xml/pom.xml index 62b224c586..3a0a273d7f 100644 --- a/branches/sca-java-1.4/modules/interface-wsdl-xml/pom.xml +++ b/branches/sca-java-1.4/modules/interface-wsdl-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface-wsdl-xml @@ -32,44 +32,44 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-xsd-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/interface-wsdl/pom.xml b/branches/sca-java-1.4/modules/interface-wsdl/pom.xml index bb1e630b0a..bf2cda00b9 100644 --- a/branches/sca-java-1.4/modules/interface-wsdl/pom.xml +++ b/branches/sca-java-1.4/modules/interface-wsdl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface-wsdl @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-interface - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-xsd - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/interface/pom.xml b/branches/sca-java-1.4/modules/interface/pom.xml index 7c75e66767..922c346371 100644 --- a/branches/sca-java-1.4/modules/interface/pom.xml +++ b/branches/sca-java-1.4/modules/interface/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-interface @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/monitor/pom.xml b/branches/sca-java-1.4/modules/monitor/pom.xml index 44990c4c02..222b2d0e50 100644 --- a/branches/sca-java-1.4/modules/monitor/pom.xml +++ b/branches/sca-java-1.4/modules/monitor/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/modules/node-api/pom.xml b/branches/sca-java-1.4/modules/node-api/pom.xml index 02210daa88..440a2bac40 100644 --- a/branches/sca-java-1.4/modules/node-api/pom.xml +++ b/branches/sca-java-1.4/modules/node-api/pom.xml @@ -1,61 +1,61 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-node-api - Apache Tuscany SCA Node API - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.node.api - ${pom.name} - org.apache.tuscany.sca.node* - org.apache.tuscany.sca.node.impl,org.apache.tuscany.sca.extensibility - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-node-api + Apache Tuscany SCA Node API + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.node.api + ${pom.name} + org.apache.tuscany.sca.node* + org.apache.tuscany.sca.node.impl,org.apache.tuscany.sca.extensibility + + + + + + + diff --git a/branches/sca-java-1.4/modules/node-dynamic/pom.xml b/branches/sca-java-1.4/modules/node-dynamic/pom.xml index 90fe8d5a33..a1eefe7f98 100644 --- a/branches/sca-java-1.4/modules/node-dynamic/pom.xml +++ b/branches/sca-java-1.4/modules/node-dynamic/pom.xml @@ -1,93 +1,93 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-node-dynamic - Apache Tuscany SCA Dynamic Node - - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-sca-jms - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.apache.tuscany.sca.node.DynamicNodeMain - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.node.dynamic - ${pom.name} - org.apache.tuscany.sca.node* - - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-node-dynamic + Apache Tuscany SCA Dynamic Node + + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-sca-jms + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.tuscany.sca.node.DynamicNodeMain + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.node.dynamic + ${pom.name} + org.apache.tuscany.sca.node* + + + + + + + diff --git a/branches/sca-java-1.4/modules/node-impl/pom.xml b/branches/sca-java-1.4/modules/node-impl/pom.xml index f932c9abc4..87ae0c6044 100644 --- a/branches/sca-java-1.4/modules/node-impl/pom.xml +++ b/branches/sca-java-1.4/modules/node-impl/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,98 +35,98 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-definitions-xml - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-xml - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-policy-xml - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-assembly-xsd - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-endpoint - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/node-launcher-equinox/pom.xml b/branches/sca-java-1.4/modules/node-launcher-equinox/pom.xml index 8c4735d537..43843010e0 100644 --- a/branches/sca-java-1.4/modules/node-launcher-equinox/pom.xml +++ b/branches/sca-java-1.4/modules/node-launcher-equinox/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -55,35 +55,35 @@ org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-extensibility-equinox - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/node-launcher-osgi/pom.xml b/branches/sca-java-1.4/modules/node-launcher-osgi/pom.xml index d5754530c9..892f7e7ac7 100644 --- a/branches/sca-java-1.4/modules/node-launcher-osgi/pom.xml +++ b/branches/sca-java-1.4/modules/node-launcher-osgi/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -57,41 +57,41 @@ org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-extensibility-osgi - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-contribution-osgi - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/node-launcher-webapp/pom.xml b/branches/sca-java-1.4/modules/node-launcher-webapp/pom.xml index c0c911e63a..bb3cf91740 100644 --- a/branches/sca-java-1.4/modules/node-launcher-webapp/pom.xml +++ b/branches/sca-java-1.4/modules/node-launcher-webapp/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -35,7 +35,7 @@ org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/node-launcher/pom.xml b/branches/sca-java-1.4/modules/node-launcher/pom.xml index 606a4f9164..6f0dbc8d34 100644 --- a/branches/sca-java-1.4/modules/node-launcher/pom.xml +++ b/branches/sca-java-1.4/modules/node-launcher/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/modules/node-manager/pom.xml b/branches/sca-java-1.4/modules/node-manager/pom.xml index 73dcfae7ea..e6bbb5a1be 100644 --- a/branches/sca-java-1.4/modules/node-manager/pom.xml +++ b/branches/sca-java-1.4/modules/node-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml @@ -33,43 +33,43 @@ org.apache.tuscany.sca tuscany-implementation-node - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-http - 1.4-SNAPSHOT + 1.4 @@ -82,28 +82,28 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/osgi-runtime/pom.xml b/branches/sca-java-1.4/modules/osgi-runtime/pom.xml index c6c5480c7a..aec8a973d5 100644 --- a/branches/sca-java-1.4/modules/osgi-runtime/pom.xml +++ b/branches/sca-java-1.4/modules/osgi-runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-osgi-runtime @@ -37,12 +37,12 @@ org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-extensibility-osgi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/policy-logging/pom.xml b/branches/sca-java-1.4/modules/policy-logging/pom.xml index a0a275e765..41b66f04ab 100644 --- a/branches/sca-java-1.4/modules/policy-logging/pom.xml +++ b/branches/sca-java-1.4/modules/policy-logging/pom.xml @@ -1,77 +1,77 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-policy-logging - Apache Tuscany SCA Logging Policy Model - - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-policy - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.policy.logging - ${pom.name} - org.apache.tuscany.sca.policy.logging* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-policy-logging + Apache Tuscany SCA Logging Policy Model + + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-policy + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.policy.logging + ${pom.name} + org.apache.tuscany.sca.policy.logging* + + + + + + + diff --git a/branches/sca-java-1.4/modules/policy-reliability/pom.xml b/branches/sca-java-1.4/modules/policy-reliability/pom.xml index 039ce7d077..7869431500 100644 --- a/branches/sca-java-1.4/modules/policy-reliability/pom.xml +++ b/branches/sca-java-1.4/modules/policy-reliability/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-policy-reliability @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/policy-security-jsr250/pom.xml b/branches/sca-java-1.4/modules/policy-security-jsr250/pom.xml index 467742f575..44dac3781f 100644 --- a/branches/sca-java-1.4/modules/policy-security-jsr250/pom.xml +++ b/branches/sca-java-1.4/modules/policy-security-jsr250/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-policy-security-jsr250 @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/policy-security/pom.xml b/branches/sca-java-1.4/modules/policy-security/pom.xml index 93fc51ba3d..535ee37db7 100644 --- a/branches/sca-java-1.4/modules/policy-security/pom.xml +++ b/branches/sca-java-1.4/modules/policy-security/pom.xml @@ -1,74 +1,74 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-policy-security - Apache Tuscany SCA Security Policy Model - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - test - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.policy.security - ${pom.name} - - org.apache.tuscany.sca.policy.identity, - org.apache.tuscany.sca.policy.authorization, - org.apache.tuscany.sca.policy.security* - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-policy-security + Apache Tuscany SCA Security Policy Model + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.policy.security + ${pom.name} + + org.apache.tuscany.sca.policy.identity, + org.apache.tuscany.sca.policy.authorization, + org.apache.tuscany.sca.policy.security* + + + + + + + + diff --git a/branches/sca-java-1.4/modules/policy-transaction/pom.xml b/branches/sca-java-1.4/modules/policy-transaction/pom.xml index 42f4005306..4123f234e4 100644 --- a/branches/sca-java-1.4/modules/policy-transaction/pom.xml +++ b/branches/sca-java-1.4/modules/policy-transaction/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-policy-transaction @@ -33,13 +33,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 @@ -57,7 +57,7 @@ org.apache.tuscany.sca tuscany-contribution-impl - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml b/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml index 039dc83538..6e0fc0c610 100644 --- a/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml +++ b/branches/sca-java-1.4/modules/policy-xml-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-policy-xml-ws @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-policy - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-policy-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/policy-xml/pom.xml b/branches/sca-java-1.4/modules/policy-xml/pom.xml index 0934c768df..e1b321a5a6 100644 --- a/branches/sca-java-1.4/modules/policy-xml/pom.xml +++ b/branches/sca-java-1.4/modules/policy-xml/pom.xml @@ -1,76 +1,76 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-policy-xml - Apache Tuscany SCA Policy XML Model - - - - org.apache.tuscany.sca - tuscany-policy - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - - org.codehaus.woodstox - wstx-asl - 3.2.4 - runtime - - - stax - stax-api - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.policy.xml - ${pom.name} - org.apache.tuscany.sca.policy.xml* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-policy-xml + Apache Tuscany SCA Policy XML Model + + + + org.apache.tuscany.sca + tuscany-policy + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + + org.codehaus.woodstox + wstx-asl + 3.2.4 + runtime + + + stax + stax-api + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.policy.xml + ${pom.name} + org.apache.tuscany.sca.policy.xml* + + + + + + + diff --git a/branches/sca-java-1.4/modules/policy/pom.xml b/branches/sca-java-1.4/modules/policy/pom.xml index 2c76db7f89..b143f79ab9 100644 --- a/branches/sca-java-1.4/modules/policy/pom.xml +++ b/branches/sca-java-1.4/modules/policy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-policy @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/pom.xml b/branches/sca-java-1.4/modules/pom.xml index 84cdaf4ea0..506f6ba0a5 100644 --- a/branches/sca-java-1.4/modules/pom.xml +++ b/branches/sca-java-1.4/modules/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-modules diff --git a/branches/sca-java-1.4/modules/runtime-standalone/pom.xml b/branches/sca-java-1.4/modules/runtime-standalone/pom.xml index 8531019d16..4bf72158a2 100644 --- a/branches/sca-java-1.4/modules/runtime-standalone/pom.xml +++ b/branches/sca-java-1.4/modules/runtime-standalone/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-runtime-standalone diff --git a/branches/sca-java-1.4/modules/runtime-tomcat/pom.xml b/branches/sca-java-1.4/modules/runtime-tomcat/pom.xml index 6d15f1455e..149032dad0 100644 --- a/branches/sca-java-1.4/modules/runtime-tomcat/pom.xml +++ b/branches/sca-java-1.4/modules/runtime-tomcat/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-runtime-tomcat @@ -60,7 +60,7 @@ org.apache.tuscany.sca tuscany-runtime - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca @@ -72,13 +72,13 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-sca-jms - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/runtime-war/pom.xml b/branches/sca-java-1.4/modules/runtime-war/pom.xml index 44e66c6510..5feff5d283 100644 --- a/branches/sca-java-1.4/modules/runtime-war/pom.xml +++ b/branches/sca-java-1.4/modules/runtime-war/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml diff --git a/branches/sca-java-1.4/modules/runtime/pom.xml b/branches/sca-java-1.4/modules/runtime/pom.xml index ef5c2cc3aa..eaf1e8f33f 100644 --- a/branches/sca-java-1.4/modules/runtime/pom.xml +++ b/branches/sca-java-1.4/modules/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml @@ -199,25 +199,25 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/modules/runtime2/pom.xml b/branches/sca-java-1.4/modules/runtime2/pom.xml index a17c5613fb..47222dc4b8 100644 --- a/branches/sca-java-1.4/modules/runtime2/pom.xml +++ b/branches/sca-java-1.4/modules/runtime2/pom.xml @@ -1,329 +1,329 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - tuscany-runtime2 - Apache Tuscany SCA runtime - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-java - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-namespace - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-contribution-xml - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding-jaxb - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-endpoint - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-extensibility - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-http - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-monitor - 1.4-SNAPSHOT - - - - - - - - src/main/resources - - **/* - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - package - - shade - - - org.apache.tuscany.sca - - false - ${createSourcesJar} - true - true - - - - - - org.apache.tuscany.sca:tuscany-host-embedded - - - org/apache/tuscany/sca/host/embedded/impl/** - - - - ${project.groupId}:${project.artifactId} - - - org/** - - - - - - - META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory - - - META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory - - - META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.core.ModuleActivator - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBinding - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator - - - META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory - - - META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory - - - META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.work.WorkScheduler - - - META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler - - - META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory - - - META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider - - - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + tuscany-runtime2 + Apache Tuscany SCA runtime + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-java + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 1.4 + + + org.apache.tuscany.sca + tuscany-contribution-xml + 1.4 + + + org.apache.tuscany.sca + tuscany-core + 1.4 + + + org.apache.tuscany.sca + tuscany-core-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + 1.4 + + + org.apache.tuscany.sca + tuscany-endpoint + 1.4 + + + org.apache.tuscany.sca + tuscany-extensibility + 1.4 + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-host-http + 1.4 + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + + + org.apache.tuscany.sca + tuscany-monitor + 1.4 + + + + + + + + src/main/resources + + **/* + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + + package + + shade + + + org.apache.tuscany.sca + + false + ${createSourcesJar} + true + true + + + + + + org.apache.tuscany.sca:tuscany-host-embedded + + + org/apache/tuscany/sca/host/embedded/impl/** + + + + ${project.groupId}:${project.artifactId} + + + org/** + + + + + + + META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory + + + META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.feed.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.atom.AtomBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.rss.RSSBindingFactory + + + META-INF/services/org.apache.tuscany.sca.binding.http.HTTPResourceBindingFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.core.ModuleActivator + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBinding + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator + + + META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory + + + META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory + + + META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.work.WorkScheduler + + + META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler + + + META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory + + + META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider + + + + + + + + + + diff --git a/branches/sca-java-1.4/modules/sca-api/pom.xml b/branches/sca-java-1.4/modules/sca-api/pom.xml index 54e43ce91c..799f688dbe 100644 --- a/branches/sca-java-1.4/modules/sca-api/pom.xml +++ b/branches/sca-java-1.4/modules/sca-api/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml org.apache.tuscany.sca diff --git a/branches/sca-java-1.4/modules/scdl4j/pom.xml b/branches/sca-java-1.4/modules/scdl4j/pom.xml index b259e339e5..bad28c23d6 100644 --- a/branches/sca-java-1.4/modules/scdl4j/pom.xml +++ b/branches/sca-java-1.4/modules/scdl4j/pom.xml @@ -1,315 +1,315 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - - Apache Tuscany SCDL4J - tuscany-scdl4j - jar - - - - ${pom.groupId} - tuscany-assembly - ${pom.version} - - - ${pom.groupId} - tuscany-assembly-xml - ${pom.version} - - - ${pom.groupId} - tuscany-assembly-xsd - ${pom.version} - - - ${pom.groupId} - tuscany-definitions - ${pom.version} - - - ${pom.groupId} - tuscany-definitions-xml - ${pom.version} - - - ${pom.groupId} - tuscany-interface - ${pom.version} - - - ${pom.groupId} - tuscany-policy - ${pom.version} - - - ${pom.groupId} - tuscany-policy-xml - ${pom.version} - - - ${pom.groupId} - tuscany-xsd - ${pom.version} - - - - - - - - ${pom.groupId} - tuscany-interface-java - ${pom.version} - - - ${pom.groupId} - tuscany-interface-java-xml - ${pom.version} - - - ${pom.groupId} - tuscany-interface-java-jaxws - ${pom.version} - - - - - - javax.xml.stream - stax-api - 1.0-2 - - - - org.codehaus.woodstox - wstx-asl - 3.2.1 - runtime - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - - - javax.xml.stream:stax-api - stax:stax-api - com.sun.xml.bind:jaxb-impl - xml-apis:xml-apis - javax.jws:jsr181-api - javax.xml.bind:jaxb-api - org.jvnet.jaxb.reflection:jaxb2-reflection - org.codehaus.woodstox:wstx-asl - asm:asm-all - javax.annotation:jsr250-api - javax.activation:activation - cglib:cglib-nodep - javax.xml.ws:jaxws-api - javax.xml.soap:saaj-api - org.apache.geronimo.specs:geronimo-commonj_1.1_spec - org.apache.ws.commons.schema:XmlSchema - - - - - org.apache.tuscany.sca:tuscany-interface-java-jaxws - - com/example/** - - - - org.apache.tuscany.sca:tuscany-databinding-jaxb - - com/example/** - - - - - - META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory - - - META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor - - - META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver - - - META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener - - - META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.core.ModuleActivator - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBinding - - - META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer - - - META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator - - - META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor - - - META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory - - - META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory - - - META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint - - - META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator - - - META-INF/services/org.apache.tuscany.sca.work.WorkScheduler - - - META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler - - - META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory - - - META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider - - - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + + Apache Tuscany SCDL4J + tuscany-scdl4j + jar + + + + ${pom.groupId} + tuscany-assembly + ${pom.version} + + + ${pom.groupId} + tuscany-assembly-xml + ${pom.version} + + + ${pom.groupId} + tuscany-assembly-xsd + ${pom.version} + + + ${pom.groupId} + tuscany-definitions + ${pom.version} + + + ${pom.groupId} + tuscany-definitions-xml + ${pom.version} + + + ${pom.groupId} + tuscany-interface + ${pom.version} + + + ${pom.groupId} + tuscany-policy + ${pom.version} + + + ${pom.groupId} + tuscany-policy-xml + ${pom.version} + + + ${pom.groupId} + tuscany-xsd + ${pom.version} + + + + + + + + ${pom.groupId} + tuscany-interface-java + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java-xml + ${pom.version} + + + ${pom.groupId} + tuscany-interface-java-jaxws + ${pom.version} + + + + + + javax.xml.stream + stax-api + 1.0-2 + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + + + javax.xml.stream:stax-api + stax:stax-api + com.sun.xml.bind:jaxb-impl + xml-apis:xml-apis + javax.jws:jsr181-api + javax.xml.bind:jaxb-api + org.jvnet.jaxb.reflection:jaxb2-reflection + org.codehaus.woodstox:wstx-asl + asm:asm-all + javax.annotation:jsr250-api + javax.activation:activation + cglib:cglib-nodep + javax.xml.ws:jaxws-api + javax.xml.soap:saaj-api + org.apache.geronimo.specs:geronimo-commonj_1.1_spec + org.apache.ws.commons.schema:XmlSchema + + + + + org.apache.tuscany.sca:tuscany-interface-java-jaxws + + com/example/** + + + + org.apache.tuscany.sca:tuscany-databinding-jaxb + + com/example/** + + + + + + META-INF/services/org.apache.tuscany.sca.assembly.AssemblyFactory + + + META-INF/services/org.apache.tuscany.sca.assembly.SCABindingFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ContributionFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.java.JavaImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.ModelFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.namespace.NamespaceImportExportFactory + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.ContributionPostProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.PackageProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessor + + + META-INF/services/org.apache.tuscany.sca.contribution.processor.URLArtifactProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver + + + META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolverExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListener + + + META-INF/services/org.apache.tuscany.sca.contribution.service.ContributionListenerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.core.ModuleActivator + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBinding + + + META-INF/services/org.apache.tuscany.sca.databinding.DataBindingExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.databinding.PullTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.PushTransformer + + + META-INF/services/org.apache.tuscany.sca.databinding.TransformerExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator + + + META-INF/services/org.apache.tuscany.sca.extension.helper.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.host.http.ServletHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.host.rmi.RMIHostExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.implementation.java.JavaImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.implementation.resource.ResourceImplementationFactory + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.introspect.JavaInterfaceVisitor + + + META-INF/services/org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory + + + META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory + + + META-INF/services/org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint + + + META-INF/services/org.apache.tuscany.sca.spi.ImplementationActivator + + + META-INF/services/org.apache.tuscany.sca.work.WorkScheduler + + + META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler + + + META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory + + + META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider + + + + + + + + + + diff --git a/branches/sca-java-1.4/modules/thirdparty-library/pom.xml b/branches/sca-java-1.4/modules/thirdparty-library/pom.xml index a866958ffa..c62526b221 100644 --- a/branches/sca-java-1.4/modules/thirdparty-library/pom.xml +++ b/branches/sca-java-1.4/modules/thirdparty-library/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-thirdparty-library diff --git a/branches/sca-java-1.4/modules/tracing-aspectj/pom.xml b/branches/sca-java-1.4/modules/tracing-aspectj/pom.xml index cd86a1d341..d4107f7bb8 100644 --- a/branches/sca-java-1.4/modules/tracing-aspectj/pom.xml +++ b/branches/sca-java-1.4/modules/tracing-aspectj/pom.xml @@ -1,110 +1,110 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-tracing-aspectj - Apache Tuscany SCA AOP-based Logging and Tracing - - - org.aspectj - aspectjrt - 1.6.1 - - - org.aspectj - aspectjlib - 1.6.1 - - - org.aspectj - aspectjweaver - 1.6.1 - test - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.0 - - - copy - process-sources - - copy - - - - - org.aspectj - aspectjweaver - 1.6.1 - jar - true - ${project.build.directory}/dependency - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - LATEST - - - **/*TestCase.java - - brief - false - once - - -ea -Xmx128m -javaagent:target/dependency/aspectjweaver-1.6.1.jar - - - - org.apache.felix - maven-bundle-plugin - - - 1.4 - org.apache.tuscany.sca.tracing.aspect - ${pom.description} - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-tracing-aspectj + Apache Tuscany SCA AOP-based Logging and Tracing + + + org.aspectj + aspectjrt + 1.6.1 + + + org.aspectj + aspectjlib + 1.6.1 + + + org.aspectj + aspectjweaver + 1.6.1 + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.0 + + + copy + process-sources + + copy + + + + + org.aspectj + aspectjweaver + 1.6.1 + jar + true + ${project.build.directory}/dependency + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + LATEST + + + **/*TestCase.java + + brief + false + once + + -ea -Xmx128m -javaagent:target/dependency/aspectjweaver-1.6.1.jar + + + + org.apache.felix + maven-bundle-plugin + + + 1.4 + org.apache.tuscany.sca.tracing.aspect + ${pom.description} + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.4/modules/workspace-impl/pom.xml b/branches/sca-java-1.4/modules/workspace-impl/pom.xml index da61ef8660..d23b9d8980 100644 --- a/branches/sca-java-1.4/modules/workspace-impl/pom.xml +++ b/branches/sca-java-1.4/modules/workspace-impl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-workspace-impl @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/modules/workspace-xml/pom.xml b/branches/sca-java-1.4/modules/workspace-xml/pom.xml index 0fce4fa60e..bf834531c4 100644 --- a/branches/sca-java-1.4/modules/workspace-xml/pom.xml +++ b/branches/sca-java-1.4/modules/workspace-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-workspace-xml @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-workspace - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/workspace/pom.xml b/branches/sca-java-1.4/modules/workspace/pom.xml index 751b17b59f..cd1eaefc5f 100644 --- a/branches/sca-java-1.4/modules/workspace/pom.xml +++ b/branches/sca-java-1.4/modules/workspace/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-modules - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-workspace @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/modules/xsd-xml/pom.xml b/branches/sca-java-1.4/modules/xsd-xml/pom.xml index 6361a5254c..bbc65b65a3 100644 --- a/branches/sca-java-1.4/modules/xsd-xml/pom.xml +++ b/branches/sca-java-1.4/modules/xsd-xml/pom.xml @@ -1,82 +1,82 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-xsd-xml - Apache Tuscany SCA XSD XML Processor - - - - org.apache.tuscany.sca - tuscany-contribution - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-namespace - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-contribution-impl - 1.4-SNAPSHOT - test - - - - org.apache.tuscany.sca - tuscany-assembly-xml - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-xsd - 1.4-SNAPSHOT - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.xsd.xml - ${pom.name} - org.apache.tuscany.sca.xsd.xml* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-xsd-xml + Apache Tuscany SCA XSD XML Processor + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-namespace + 1.4 + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4 + test + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4 + + + + org.apache.tuscany.sca + tuscany-xsd + 1.4 + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.xsd.xml + ${pom.name} + org.apache.tuscany.sca.xsd.xml* + + + + + + + diff --git a/branches/sca-java-1.4/modules/xsd/pom.xml b/branches/sca-java-1.4/modules/xsd/pom.xml index c8a9e21576..792280f398 100644 --- a/branches/sca-java-1.4/modules/xsd/pom.xml +++ b/branches/sca-java-1.4/modules/xsd/pom.xml @@ -1,79 +1,79 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-modules - 1.4-SNAPSHOT - ../pom.xml - - tuscany-xsd - Apache Tuscany SCA XSD Model - - - - org.apache.tuscany.sca - tuscany-assembly - 1.4-SNAPSHOT - - - - org.apache.ws.commons.schema - XmlSchema - 1.4.2 - - - - - - - apache.ws.zone - Apache WS Zone Repository - http://ws.zones.apache.org/repository2 - - true - - - false - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - - ${tuscany.version} - org.apache.tuscany.sca.xsd - ${pom.name} - org.apache.tuscany.sca.xsd* - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4 + ../pom.xml + + tuscany-xsd + Apache Tuscany SCA XSD Model + + + + org.apache.tuscany.sca + tuscany-assembly + 1.4 + + + + org.apache.ws.commons.schema + XmlSchema + 1.4.2 + + + + + + + apache.ws.zone + Apache WS Zone Repository + http://ws.zones.apache.org/repository2 + + true + + + false + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.xsd + ${pom.name} + org.apache.tuscany.sca.xsd* + + + + + + + diff --git a/branches/sca-java-1.4/samples/binding-echo-extension/pom.xml b/branches/sca-java-1.4/samples/binding-echo-extension/pom.xml index 2afacd6f8a..5a38a011e6 100644 --- a/branches/sca-java-1.4/samples/binding-echo-extension/pom.xml +++ b/branches/sca-java-1.4/samples/binding-echo-extension/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-binding-echo-extension @@ -39,26 +39,26 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/binding-echo/pom.xml b/branches/sca-java-1.4/samples/binding-echo/pom.xml index cd30c2b102..52f1a2259b 100644 --- a/branches/sca-java-1.4/samples/binding-echo/pom.xml +++ b/branches/sca-java-1.4/samples/binding-echo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-binding-echo @@ -39,19 +39,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca sample-binding-echo-extension - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/binding-notification-broker/pom.xml b/branches/sca-java-1.4/samples/binding-notification-broker/pom.xml index 302afa70e7..c261321c53 100644 --- a/branches/sca-java-1.4/samples/binding-notification-broker/pom.xml +++ b/branches/sca-java-1.4/samples/binding-notification-broker/pom.xml @@ -1,98 +1,98 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-binding-notification-broker - Apache Tuscany SCA Sample Notification Binding Broker - 1.4-SNAPSHOT - A sample illustrating use of binding.notification - - - - org.apache.tuscany.sca - tuscany-implementation-notification - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-binding-notification - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-interface-wsdl - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - install - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-binding-notification-broker + Apache Tuscany SCA Sample Notification Binding Broker + 1.4 + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.4 + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + install + + diff --git a/branches/sca-java-1.4/samples/binding-notification-consumer/pom.xml b/branches/sca-java-1.4/samples/binding-notification-consumer/pom.xml index 7d03c7939e..35ff1b743c 100644 --- a/branches/sca-java-1.4/samples/binding-notification-consumer/pom.xml +++ b/branches/sca-java-1.4/samples/binding-notification-consumer/pom.xml @@ -1,116 +1,116 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-binding-notification-consumer - Apache Tuscany SCA Sample Notification Binding Consumer - 1.4-SNAPSHOT - A sample illustrating use of binding.notification - - - - org.apache.tuscany.sca - tuscany-implementation-notification - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-notification - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-interface-java-xml - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - notification.httpPort - 8083 - - - - - - install - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-binding-notification-consumer + Apache Tuscany SCA Sample Notification Binding Consumer + 1.4 + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + notification.httpPort + 8083 + + + + + + install + + diff --git a/branches/sca-java-1.4/samples/binding-notification-producer/pom.xml b/branches/sca-java-1.4/samples/binding-notification-producer/pom.xml index 84ba74d315..5e0a7ebbf4 100644 --- a/branches/sca-java-1.4/samples/binding-notification-producer/pom.xml +++ b/branches/sca-java-1.4/samples/binding-notification-producer/pom.xml @@ -1,127 +1,127 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-binding-notification-producer - Apache Tuscany SCA Sample Notification Binding Producer - 1.4-SNAPSHOT - A sample illustrating use of binding.notification - - - - org.apache.tuscany.sca - tuscany-implementation-notification - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-notification - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-interface-wsdl-xml - 1.4-SNAPSHOT - runtime - - - - javax.servlet - servlet-api - 2.5 - provided - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.apache.tuscany.notification.remoteProducer.TrafficAdvisoryServer - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - notification.httpPort - 8083 - - - - - - install - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-binding-notification-producer + Apache Tuscany SCA Sample Notification Binding Producer + 1.4 + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4 + runtime + + + + javax.servlet + servlet-api + 2.5 + provided + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.tuscany.notification.remoteProducer.TrafficAdvisoryServer + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + notification.httpPort + 8083 + + + + + + install + + diff --git a/branches/sca-java-1.4/samples/calculator-corba-reference/pom.xml b/branches/sca-java-1.4/samples/calculator-corba-reference/pom.xml index 7377e7041d..f13bedfbd4 100644 --- a/branches/sca-java-1.4/samples/calculator-corba-reference/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-corba-reference/pom.xml @@ -1,74 +1,74 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-corba-reference - Apache Tuscany SCA Sample Calculator CORBA Reference - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-binding-corba-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-host-corba-jse - 1.4-SNAPSHOT - runtime - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-corba-reference + Apache Tuscany SCA Sample Calculator CORBA Reference + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-binding-corba-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-host-corba-jse + 1.4 + runtime + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/calculator-corba-service/pom.xml b/branches/sca-java-1.4/samples/calculator-corba-service/pom.xml index 1c8d4b1597..3b317fb2d4 100644 --- a/branches/sca-java-1.4/samples/calculator-corba-service/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-corba-service/pom.xml @@ -1,74 +1,74 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-corba-service - Apache Tuscany SCA Sample Calculator CORBA Service - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-binding-corba-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-host-corba-jse-tns - 1.4-SNAPSHOT - runtime - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-corba-service + Apache Tuscany SCA Sample Calculator CORBA Service + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-binding-corba-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-host-corba-jse-tns + 1.4 + runtime + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/calculator-distributed/build.xml b/branches/sca-java-1.4/samples/calculator-distributed/build.xml index b1aea551eb..0b7cc712f3 100644 --- a/branches/sca-java-1.4/samples/calculator-distributed/build.xml +++ b/branches/sca-java-1.4/samples/calculator-distributed/build.xml @@ -30,9 +30,9 @@ source="1.5" target="1.5"> - - - + + + @@ -52,9 +52,9 @@ - - - + + + @@ -66,9 +66,9 @@ - - - + + + @@ -80,9 +80,9 @@ - - - + + + @@ -94,9 +94,9 @@ - - - + + + diff --git a/branches/sca-java-1.4/samples/calculator-distributed/pom.xml b/branches/sca-java-1.4/samples/calculator-distributed/pom.xml index 538f5052a0..be46b4377f 100644 --- a/branches/sca-java-1.4/samples/calculator-distributed/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-distributed/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-calculator-distributed @@ -40,53 +40,53 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -100,7 +100,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/calculator-implementation-policies/pom.xml b/branches/sca-java-1.4/samples/calculator-implementation-policies/pom.xml index bea0e5dd52..bc18f0a7be 100644 --- a/branches/sca-java-1.4/samples/calculator-implementation-policies/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-implementation-policies/pom.xml @@ -1,78 +1,78 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-impl-policies - Apache Tuscany SCA Sample Calculator using Implementation Policies - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - tuscany-policy-logging - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-policy-security - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-impl-policies + Apache Tuscany SCA Sample Calculator using Implementation Policies + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-policy-logging + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-policy-security + 1.4 + runtime + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/samples/calculator-lean/README b/branches/sca-java-1.4/samples/calculator-lean/README deleted file mode 100644 index a8aff232c6..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/README +++ /dev/null @@ -1,87 +0,0 @@ -Calculator Sample -================= -This sample implements a simple calculator using SCA components. - -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look there -first. - -If you just want to run it to see what happens open a command prompt, navigate -to this sample directory and do: - -java -jar /modules/tuscany-node-launcher.jar Calculator.composite target/sample-calculator-lean.jar - -Sample Overview ---------------- -The sample provides a single calculator service with a default SCA (java) -binding. The CalculatorClient exercises this interface by calling add, -subtract, multiply and divide operations. This results in messages passing to -the appropriate components in the composite across the local wires. - -calculator/ - src/ - main/ - java/ - calculator/ - CalculatorService.java - the first component, calls +-/* as - appropriate - CalculatorServiceImpl.java - AddService.java - adds two numbers - AddServiceImpl.java - SubtractService.java - subtracts one number from another - SubtractServiceImpl.java - MultiplyService.java - multiplies two numbers - MultiplyServiceImpl.java - DivideService.java - divides one number by another - DivideServiceImpl.java - CalculatorClient.java - a client component that calls the - Calculator services - resources/ - Calculator.composite - the SCA assembly for this sample - test/ - java/ - calculator/ - CalculatorTestCase.java - JUnit test case - calculator.png - a pictorial representation of the sample - .composite file - build.xml - the Ant build file - pom.xml - the Maven build file - -Building And Running The Sample Using Ant ------------------------------------------ -With the binary distribution the sample can be built and run using Ant as -follows - -cd calculator -ant compile -ant run - -You should see the following output from the run target. - -run: - [java] 3 + 2=5.0 - [java] 3 - 2=1.0 - [java] 3 * 2=6.0 - [java] 3 / 2=1.5 - -Building And Running The Sample Using Maven -------------------------------------------- -With either the binary or source distributions the sample can be built and run -using Maven as follows. - -cd calculator -mvn - -You should see the following output from the test phase. - -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running calculator.CalculatorTestCase -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 sec - -Results : - -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 - -This shows that the Junit test cases have run successfully. diff --git a/branches/sca-java-1.4/samples/calculator-lean/calculator.png b/branches/sca-java-1.4/samples/calculator-lean/calculator.png deleted file mode 100644 index 995a57b1fd..0000000000 Binary files a/branches/sca-java-1.4/samples/calculator-lean/calculator.png and /dev/null differ diff --git a/branches/sca-java-1.4/samples/calculator-lean/calculator.svg b/branches/sca-java-1.4/samples/calculator-lean/calculator.svg deleted file mode 100644 index 0615925c50..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/calculator.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - Calculator - - CalculatorServiceComponent - - - CalculatorService - AddServiceComponent - - SubtractServiceComponent - - MultiplyServiceComponent - - DivideServiceComponent - addService - subtractService - multiplyService - divideService - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-lean/pom.xml b/branches/sca-java-1.4/samples/calculator-lean/pom.xml deleted file mode 100644 index db8b365777..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/pom.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-lean - Apache Tuscany SCA Sample Calculator - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddService.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddService.java deleted file mode 100644 index 188451ebac..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The Add service interface - */ -public interface AddService { - - double add(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddServiceImpl.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddServiceImpl.java deleted file mode 100644 index 7ca8fb04b5..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/AddServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Add service - */ -public class AddServiceImpl implements AddService { - - public double add(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Adding " + n1 + " and " + n2); - return n1 + n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorClient.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorClient.java deleted file mode 100644 index 2bb8f96dcf..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorClient.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package calculator; - -import org.osoa.sca.annotations.EagerInit; -import org.osoa.sca.annotations.Init; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; - -/** - * This client program shows how to create an SCA runtime, start it, - * and locate and invoke a SCA component - */ -@Scope("COMPOSITE") @EagerInit -public class CalculatorClient { - - private CalculatorService calculatorService; - - @Reference - public void setCalculatorService(CalculatorService calculatorService) { - this.calculatorService = calculatorService; - } - - @Init - public void calculate() { - - // Calculate - System.out.println("3 + 2=" + calculatorService.add(3, 2)); - System.out.println("3 - 2=" + calculatorService.subtract(3, 2)); - System.out.println("3 * 2=" + calculatorService.multiply(3, 2)); - System.out.println("3 / 2=" + calculatorService.divide(3, 2)); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorService.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorService.java deleted file mode 100644 index 031fa8b912..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorService.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - - -/** - * The Calculator service interface. - */ -public interface CalculatorService { - - double add(double n1, double n2); - - double subtract(double n1, double n2); - - double multiply(double n1, double n2); - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorServiceImpl.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorServiceImpl.java deleted file mode 100644 index 3d861f2018..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/CalculatorServiceImpl.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import org.osoa.sca.annotations.Reference; - - -/** - * An implementation of the Calculator service. - */ -public class CalculatorServiceImpl implements CalculatorService { - - private AddService addService; - private SubtractService subtractService; - private MultiplyService multiplyService; - private DivideService divideService; - - @Reference - public void setAddService(AddService addService) { - this.addService = addService; - } - - @Reference - public void setSubtractService(SubtractService subtractService) { - this.subtractService = subtractService; - } - - @Reference - public void setDivideService(DivideService divideService) { - this.divideService = divideService; - } - - @Reference - public void setMultiplyService(MultiplyService multiplyService) { - this.multiplyService = multiplyService; - } - - public double add(double n1, double n2) { - return addService.add(n1, n2); - } - - public double subtract(double n1, double n2) { - return subtractService.subtract(n1, n2); - } - - public double multiply(double n1, double n2) { - return multiplyService.multiply(n1, n2); - } - - public double divide(double n1, double n2) { - return divideService.divide(n1, n2); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideService.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideService.java deleted file mode 100644 index 30d248208b..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The divide service interface - */ -public interface DivideService { - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideServiceImpl.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideServiceImpl.java deleted file mode 100644 index 1323edf55a..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/DivideServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Divide service. - */ -public class DivideServiceImpl implements DivideService { - - public double divide(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Dividing " + n1 + " with " + n2); - return n1 / n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyService.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyService.java deleted file mode 100644 index 5290605938..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface MultiplyService { - - double multiply(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyServiceImpl.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyServiceImpl.java deleted file mode 100644 index 91b803bc9e..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/MultiplyServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Multiply service. - */ -public class MultiplyServiceImpl implements MultiplyService { - - public double multiply(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Multiplying " + n1 + " with " + n2); - return n1 * n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractService.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractService.java deleted file mode 100644 index bf0d1882b6..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface SubtractService { - - double subtract(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractServiceImpl.java b/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractServiceImpl.java deleted file mode 100644 index 58cc4a3547..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/java/calculator/SubtractServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the subtract service. - */ -public class SubtractServiceImpl implements SubtractService { - - public double subtract(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Subtracting " + n1 + " from " + n2); - return n1 - n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/Calculator.composite b/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/Calculator.composite deleted file mode 100644 index 913081b9be..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/Calculator.composite +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/CalculatorTest.composite b/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/CalculatorTest.composite deleted file mode 100644 index 906e2a3918..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/main/resources/CalculatorTest.composite +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-lean/src/test/java/calculator/CalculatorTestCase.java b/branches/sca-java-1.4/samples/calculator-lean/src/test/java/calculator/CalculatorTestCase.java deleted file mode 100644 index a007a28f21..0000000000 --- a/branches/sca-java-1.4/samples/calculator-lean/src/test/java/calculator/CalculatorTestCase.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import junit.framework.TestCase; - -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; -import org.osoa.sca.annotations.EagerInit; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; - -/** - * This shows how to test the Calculator composition. - */ -@Scope("COMPOSITE") @EagerInit -public class CalculatorTestCase extends TestCase { - - private static CalculatorService calculatorService; - private SCANode node; - - @Reference - public void setCalculatorService(CalculatorService calculatorService) { - CalculatorTestCase.calculatorService = calculatorService; - } - - @Override - protected void setUp() throws Exception { - SCANodeFactory factory = SCANodeFactory.newInstance(); - node = factory.createSCANodeFromClassLoader("CalculatorTest.composite", getClass().getClassLoader()); - node.start(); - } - - @Override - protected void tearDown() throws Exception { - node.stop(); - } - - public void testCalculator() throws Exception { - // Calculate - assertEquals(calculatorService.add(3, 2), 5.0); - assertEquals(calculatorService.subtract(3, 2), 1.0); - assertEquals(calculatorService.multiply(3, 2), 6.0); - assertEquals(calculatorService.divide(3, 2), 1.5); - } -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/README b/branches/sca-java-1.4/samples/calculator-osgi/README deleted file mode 100644 index cde5fe981f..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/README +++ /dev/null @@ -1,97 +0,0 @@ -Calculator Sample -================= -This sample implements a simple calculator using SCA components. - -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look there -first. - -If you just want to run it to see what happens open a command prompt, navigate -to this sample directory and do: - -ant run - -OR if you don't have ant, on Windows do - -java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-calculator.jar calculator.CalculatorClient - -and on *nix do - -java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-calculator.jar calculator.CalculatorClient - -Sample Overview ---------------- -The sample provides a single calculator service with a default SCA (java) -binding. The CalculatorClient exercises this interface by calling add, -subtract, multiply and divide operations. This results in messages passing to -the appropriate components in the composite across the local wires. - -calculator/ - src/ - main/ - java/ - calculator/ - CalculatorService.java - the first component, calls +-/* as - appropriate - CalculatorServiceImpl.java - AddService.java - adds two numbers - AddServiceImpl.java - SubtractService.java - subtracts one number from another - SubtractServiceImpl.java - MultiplyService.java - multiplies two numbers - MultiplyServiceImpl.java - DivideService.java - divides one number by another - DivideServiceImpl.java - CalculatorClient.java - starts the SCA Runtime and - deploys the Calculator.composite. - It then calls the deployed Calculator - Components services - resources/ - Calculator.composite - the SCA assembly for this sample - test/ - java/ - calculator/ - CalculatorTestCase.java - JUnit test case - calculator.png - a pictorial representation of the sample - .composite file - build.xml - the Ant build file - pom.xml - the Maven build file - -Building And Running The Sample Using Ant ------------------------------------------ -With the binary distribution the sample can be built and run using Ant as -follows - -cd calculator -ant compile -ant run - -You should see the following output from the run target. - -run: - [java] 3 + 2=5.0 - [java] 3 - 2=1.0 - [java] 3 * 2=6.0 - [java] 3 / 2=1.5 - -Building And Running The Sample Using Maven -------------------------------------------- -With either the binary or source distributions the sample can be built and run -using Maven as follows. - -cd calculator -mvn - -You should see the following output from the test phase. - -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running calculator.CalculatorTestCase -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 sec - -Results : - -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 - -This shows that the Junit test cases have run successfully. diff --git a/branches/sca-java-1.4/samples/calculator-osgi/build.xml b/branches/sca-java-1.4/samples/calculator-osgi/build.xml deleted file mode 100644 index c4b755ef94..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/build.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-osgi/calculator.png b/branches/sca-java-1.4/samples/calculator-osgi/calculator.png deleted file mode 100644 index 995a57b1fd..0000000000 Binary files a/branches/sca-java-1.4/samples/calculator-osgi/calculator.png and /dev/null differ diff --git a/branches/sca-java-1.4/samples/calculator-osgi/calculator.svg b/branches/sca-java-1.4/samples/calculator-osgi/calculator.svg deleted file mode 100644 index af34f07e04..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/calculator.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - Calculator - - CalculatorServiceComponent - - - CalculatorService - AddServiceComponent - - SubtractServiceComponent - - MultiplyServiceComponent - - DivideServiceComponent - addService - subtractService - multiplyService - divideService - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-osgi/pom.xml b/branches/sca-java-1.4/samples/calculator-osgi/pom.xml deleted file mode 100644 index 4edb0b80a2..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-osgi - Apache Tuscany SCA Calculator OSGi Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-extensibility-equinox - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-node-launcher-equinox - 1.4-SNAPSHOT - compile - - - - javax.servlet - servlet-api - 2.5 - provided - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddService.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddService.java deleted file mode 100644 index 188451ebac..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The Add service interface - */ -public interface AddService { - - double add(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddServiceImpl.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddServiceImpl.java deleted file mode 100644 index 7ca8fb04b5..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/AddServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Add service - */ -public class AddServiceImpl implements AddService { - - public double add(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Adding " + n1 + " and " + n2); - return n1 + n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorClient.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorClient.java deleted file mode 100644 index c193b2ce66..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorClient.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package calculator; - -import org.osoa.sca.annotations.EagerInit; -import org.osoa.sca.annotations.Init; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; - -/** - * This client program shows how to create an SCA runtime, start it, - * and locate and invoke a SCA component - */ -@Scope("COMPOSITE") @EagerInit -public class CalculatorClient { - - private CalculatorService calculatorService; - - @Reference - public void setCalculatorService(CalculatorService calculatorService) { - this.calculatorService = calculatorService; - } - - @Init - public void calculate() { - - // Calculate - System.out.println("SCA API ClassLoader: " + print(Reference.class.getClassLoader())); - System.out.println("3 + 2=" + calculatorService.add(3, 2)); - System.out.println("3 - 2=" + calculatorService.subtract(3, 2)); - System.out.println("3 * 2=" + calculatorService.multiply(3, 2)); - System.out.println("3 / 2=" + calculatorService.divide(3, 2)); - } - - private static String print(ClassLoader cl) { - StringBuffer buf = new StringBuffer(); - for (; cl != null;) { - buf.append(cl.toString()); - buf.append(' '); - cl = cl.getParent(); - } - return buf.toString(); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorService.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorService.java deleted file mode 100644 index 031fa8b912..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorService.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - - -/** - * The Calculator service interface. - */ -public interface CalculatorService { - - double add(double n1, double n2); - - double subtract(double n1, double n2); - - double multiply(double n1, double n2); - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorServiceImpl.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorServiceImpl.java deleted file mode 100644 index 3d861f2018..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/CalculatorServiceImpl.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import org.osoa.sca.annotations.Reference; - - -/** - * An implementation of the Calculator service. - */ -public class CalculatorServiceImpl implements CalculatorService { - - private AddService addService; - private SubtractService subtractService; - private MultiplyService multiplyService; - private DivideService divideService; - - @Reference - public void setAddService(AddService addService) { - this.addService = addService; - } - - @Reference - public void setSubtractService(SubtractService subtractService) { - this.subtractService = subtractService; - } - - @Reference - public void setDivideService(DivideService divideService) { - this.divideService = divideService; - } - - @Reference - public void setMultiplyService(MultiplyService multiplyService) { - this.multiplyService = multiplyService; - } - - public double add(double n1, double n2) { - return addService.add(n1, n2); - } - - public double subtract(double n1, double n2) { - return subtractService.subtract(n1, n2); - } - - public double multiply(double n1, double n2) { - return multiplyService.multiply(n1, n2); - } - - public double divide(double n1, double n2) { - return divideService.divide(n1, n2); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideService.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideService.java deleted file mode 100644 index 30d248208b..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The divide service interface - */ -public interface DivideService { - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideServiceImpl.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideServiceImpl.java deleted file mode 100644 index 1323edf55a..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/DivideServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Divide service. - */ -public class DivideServiceImpl implements DivideService { - - public double divide(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Dividing " + n1 + " with " + n2); - return n1 / n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyService.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyService.java deleted file mode 100644 index 5290605938..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface MultiplyService { - - double multiply(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyServiceImpl.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyServiceImpl.java deleted file mode 100644 index 91b803bc9e..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/MultiplyServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Multiply service. - */ -public class MultiplyServiceImpl implements MultiplyService { - - public double multiply(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Multiplying " + n1 + " with " + n2); - return n1 * n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractService.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractService.java deleted file mode 100644 index bf0d1882b6..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface SubtractService { - - double subtract(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractServiceImpl.java b/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractServiceImpl.java deleted file mode 100644 index 58cc4a3547..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/java/calculator/SubtractServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the subtract service. - */ -public class SubtractServiceImpl implements SubtractService { - - public double subtract(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Subtracting " + n1 + " from " + n2); - return n1 - n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/main/resources/Calculator.composite b/branches/sca-java-1.4/samples/calculator-osgi/src/main/resources/Calculator.composite deleted file mode 100644 index 913081b9be..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/main/resources/Calculator.composite +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-osgi/src/test/java/calculator/CalculatorTestCase.java b/branches/sca-java-1.4/samples/calculator-osgi/src/test/java/calculator/CalculatorTestCase.java deleted file mode 100644 index dc0da7d20d..0000000000 --- a/branches/sca-java-1.4/samples/calculator-osgi/src/test/java/calculator/CalculatorTestCase.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import junit.framework.TestCase; - -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher; -import org.osoa.sca.annotations.EagerInit; -import org.osoa.sca.annotations.Scope; - -/** - * This shows how to test the Calculator composition. - */ -@Scope("COMPOSITE") -@EagerInit -public class CalculatorTestCase extends TestCase { - - private NodeLauncher launcher; - private SCANode node; - - @Override - protected void setUp() throws Exception { - launcher = NodeLauncher.newInstance(); - node = launcher.createNodeFromClassLoader("Calculator.composite", getClass().getClassLoader()); - System.out.println("SCA Node API ClassLoader: " + node.getClass().getClassLoader()); - node.start(); - } - - @Override - protected void tearDown() throws Exception { - if (launcher != null) { - node.stop(); - launcher.destroy(); - } - } - - public void testDummy() { - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/build.properties b/branches/sca-java-1.4/samples/calculator-rcp/build.properties deleted file mode 100644 index 0530eb648b..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/build.properties +++ /dev/null @@ -1,5 +0,0 @@ -source.. = src/main/java/ -output.. = target/classes/ -bin.includes = plugin.xml,\ - META-INF/,\ - . diff --git a/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_16.gif b/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_16.gif deleted file mode 100644 index 05626b17d8..0000000000 Binary files a/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_16.gif and /dev/null differ diff --git a/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_32.gif b/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_32.gif deleted file mode 100644 index b432f88339..0000000000 Binary files a/branches/sca-java-1.4/samples/calculator-rcp/icons/alt_window_32.gif and /dev/null differ diff --git a/branches/sca-java-1.4/samples/calculator-rcp/plugin.xml b/branches/sca-java-1.4/samples/calculator-rcp/plugin.xml deleted file mode 100644 index 1fb5acd9b5..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/plugin.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-rcp/pom.xml b/branches/sca-java-1.4/samples/calculator-rcp/pom.xml deleted file mode 100644 index c9e0474ceb..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/pom.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample.calculator.rcp - Apache Tuscany SCA Calculator RCP Sample - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-extensibility-equinox - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-node-launcher-equinox - 1.4-SNAPSHOT - compile - - - - javax.servlet - servlet-api - 2.5 - provided - - - junit - junit - 4.5 - test - - - - ${artifactId} - - - maven-eclipse-plugin - 2.5.1 - - - org.eclipse.pde.ManifestBuilder - org.eclipse.jdt.core.javabuilder - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - - - org.eclipse.jdt.launching.JRE_CONTAINER - - org.eclipse.pde.core.requiredPlugins - - - - - - maven-jar-plugin - - - ${basedir}/META-INF/MANIFEST.MF - - - - - - \ No newline at end of file diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/Calculator.composite b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/Calculator.composite deleted file mode 100644 index 913081b9be..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/Calculator.composite +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddService.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddService.java deleted file mode 100644 index 188451ebac..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The Add service interface - */ -public interface AddService { - - double add(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddServiceImpl.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddServiceImpl.java deleted file mode 100644 index 7ca8fb04b5..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/AddServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Add service - */ -public class AddServiceImpl implements AddService { - - public double add(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Adding " + n1 + " and " + n2); - return n1 + n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorClient.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorClient.java deleted file mode 100644 index adbd18a9e4..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorClient.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package calculator; - -import org.osoa.sca.annotations.EagerInit; -import org.osoa.sca.annotations.Init; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Scope; - -/** - * This client program shows how to create an SCA runtime, start it, - * and locate and invoke a SCA component - */ -@Scope("COMPOSITE") -@EagerInit -public class CalculatorClient { - - private CalculatorService calculatorService; - - @Reference - public void setCalculatorService(CalculatorService calculatorService) { - this.calculatorService = calculatorService; - } - - @Init - public void calculate() { - // Calculate - System.out.println("SCA API ClassLoader: " + Reference.class.getClassLoader()); - System.out.println("3 + 2=" + calculatorService.add(3, 2)); - System.out.println("3 - 2=" + calculatorService.subtract(3, 2)); - System.out.println("3 * 2=" + calculatorService.multiply(3, 2)); - System.out.println("3 / 2=" + calculatorService.divide(3, 2)); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorService.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorService.java deleted file mode 100644 index c89043276e..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorService.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The Calculator service interface. - */ -public interface CalculatorService { - - double add(double n1, double n2); - - double subtract(double n1, double n2); - - double multiply(double n1, double n2); - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorServiceImpl.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorServiceImpl.java deleted file mode 100644 index ba897fa301..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/CalculatorServiceImpl.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import org.osoa.sca.annotations.Reference; - -/** - * An implementation of the Calculator service. - */ -public class CalculatorServiceImpl implements CalculatorService { - - private AddService addService; - private SubtractService subtractService; - private MultiplyService multiplyService; - private DivideService divideService; - - @Reference - public void setAddService(AddService addService) { - this.addService = addService; - } - - @Reference - public void setSubtractService(SubtractService subtractService) { - this.subtractService = subtractService; - } - - @Reference - public void setDivideService(DivideService divideService) { - this.divideService = divideService; - } - - @Reference - public void setMultiplyService(MultiplyService multiplyService) { - this.multiplyService = multiplyService; - } - - public double add(double n1, double n2) { - return addService.add(n1, n2); - } - - public double subtract(double n1, double n2) { - return subtractService.subtract(n1, n2); - } - - public double multiply(double n1, double n2) { - return multiplyService.multiply(n1, n2); - } - - public double divide(double n1, double n2) { - return divideService.divide(n1, n2); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideService.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideService.java deleted file mode 100644 index 30d248208b..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The divide service interface - */ -public interface DivideService { - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideServiceImpl.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideServiceImpl.java deleted file mode 100644 index 1323edf55a..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/DivideServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Divide service. - */ -public class DivideServiceImpl implements DivideService { - - public double divide(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Dividing " + n1 + " with " + n2); - return n1 / n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyService.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyService.java deleted file mode 100644 index 5290605938..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface MultiplyService { - - double multiply(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyServiceImpl.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyServiceImpl.java deleted file mode 100644 index 91b803bc9e..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/MultiplyServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Multiply service. - */ -public class MultiplyServiceImpl implements MultiplyService { - - public double multiply(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Multiplying " + n1 + " with " + n2); - return n1 * n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractService.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractService.java deleted file mode 100644 index bf0d1882b6..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface SubtractService { - - double subtract(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractServiceImpl.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractServiceImpl.java deleted file mode 100644 index 58cc4a3547..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/SubtractServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the subtract service. - */ -public class SubtractServiceImpl implements SubtractService { - - public double subtract(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Subtracting " + n1 + " from " + n2); - return n1 - n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Activator.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Activator.java deleted file mode 100644 index 50f68dcb01..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Activator.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import java.io.File; - -import org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer; -import org.apache.tuscany.sca.node.SCAContribution; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; -import org.eclipse.jface.resource.ImageDescriptor; -import org.eclipse.ui.plugin.AbstractUIPlugin; -import org.osgi.framework.BundleContext; - -/** - * The activator class controls the plug-in life cycle - */ -public class Activator extends AbstractUIPlugin { - - // The plug-in ID - public static final String PLUGIN_ID = "org.apache.tuscany.sca.sample.calculator.rcp"; - - // The shared instance - private static Activator plugin; - - private SCANode node; - - /** - * The constructor - */ - public Activator() { - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) - */ - public void start(BundleContext context) throws Exception { - super.start(context); - plugin = this; - Class cls = EquinoxServiceDiscoverer.class; - SCANodeFactory factory = SCANodeFactory.newInstance(); - node = factory.createSCANode("Calculator.composite", new SCAContribution("c1", new File("target/classes").toURI().toString())); - node.start(); - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) - */ - public void stop(BundleContext context) throws Exception { - plugin = null; - super.stop(context); - if (node != null) { - node.stop(); - } - } - - /** - * Returns the shared instance - * - * @return the shared instance - */ - public static Activator getDefault() { - return plugin; - } - - /** - * Returns an image descriptor for the image file at the given - * plug-in relative path - * - * @param path the path - * @return the image descriptor - */ - public static ImageDescriptor getImageDescriptor(String path) { - return imageDescriptorFromPlugin(PLUGIN_ID, path); - } -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Application.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Application.java deleted file mode 100644 index 5ce6522fed..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Application.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.equinox.app.IApplication; -import org.eclipse.equinox.app.IApplicationContext; -import org.eclipse.swt.widgets.Display; -import org.eclipse.ui.IWorkbench; -import org.eclipse.ui.PlatformUI; - -/** - * This class controls all aspects of the application's execution - */ -public class Application implements IApplication { - - /* (non-Javadoc) - * @see org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext) - */ - public Object start(IApplicationContext context) { - Display display = PlatformUI.createDisplay(); - try { - int returnCode = PlatformUI.createAndRunWorkbench(display, new ApplicationWorkbenchAdvisor()); - if (returnCode == PlatformUI.RETURN_RESTART) { - return IApplication.EXIT_RESTART; - } - return IApplication.EXIT_OK; - } finally { - display.dispose(); - } - } - - /* (non-Javadoc) - * @see org.eclipse.equinox.app.IApplication#stop() - */ - public void stop() { - final IWorkbench workbench = PlatformUI.getWorkbench(); - if (workbench == null) - return; - final Display display = workbench.getDisplay(); - display.syncExec(new Runnable() { - public void run() { - if (!display.isDisposed()) - workbench.close(); - } - }); - } -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationActionBarAdvisor.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationActionBarAdvisor.java deleted file mode 100644 index 2fccfb2d77..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationActionBarAdvisor.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.jface.action.IMenuManager; -import org.eclipse.jface.action.MenuManager; -import org.eclipse.ui.IWorkbenchActionConstants; -import org.eclipse.ui.IWorkbenchWindow; -import org.eclipse.ui.actions.ActionFactory; -import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction; -import org.eclipse.ui.application.ActionBarAdvisor; -import org.eclipse.ui.application.IActionBarConfigurer; - -/** - * An action bar advisor is responsible for creating, adding, and disposing of - * the actions added to a workbench window. Each window will be populated with - * new actions. - */ -public class ApplicationActionBarAdvisor extends ActionBarAdvisor { - - // Actions - important to allocate these only in makeActions, and then use - // them - // in the fill methods. This ensures that the actions aren't recreated - // when fillActionBars is called with FILL_PROXY. - private IWorkbenchAction exitAction; - - public ApplicationActionBarAdvisor(IActionBarConfigurer configurer) { - super(configurer); - } - - protected void makeActions(final IWorkbenchWindow window) { - // Creates the actions and registers them. - // Registering is needed to ensure that key bindings work. - // The corresponding commands keybindings are defined in the plugin.xml - // file. - // Registering also provides automatic disposal of the actions when - // the window is closed. - - exitAction = ActionFactory.QUIT.create(window); - register(exitAction); - } - - protected void fillMenuBar(IMenuManager menuBar) { - MenuManager fileMenu = new MenuManager("&File", IWorkbenchActionConstants.M_FILE); - menuBar.add(fileMenu); - fileMenu.add(exitAction); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchAdvisor.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchAdvisor.java deleted file mode 100644 index ac1893509c..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchAdvisor.java +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.ui.application.IWorkbenchWindowConfigurer; -import org.eclipse.ui.application.WorkbenchAdvisor; -import org.eclipse.ui.application.WorkbenchWindowAdvisor; - -public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor { - - private static final String PERSPECTIVE_ID = "org.apache.tuscany.sca.sample.calculator.rcp.perspective"; - - public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer) { - return new ApplicationWorkbenchWindowAdvisor(configurer); - } - - public String getInitialWindowPerspectiveId() { - return PERSPECTIVE_ID; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchWindowAdvisor.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchWindowAdvisor.java deleted file mode 100644 index 6378decf20..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/ApplicationWorkbenchWindowAdvisor.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.swt.graphics.Point; -import org.eclipse.ui.application.ActionBarAdvisor; -import org.eclipse.ui.application.IActionBarConfigurer; -import org.eclipse.ui.application.IWorkbenchWindowConfigurer; -import org.eclipse.ui.application.WorkbenchWindowAdvisor; - -public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor { - - public ApplicationWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer) { - super(configurer); - } - - public ActionBarAdvisor createActionBarAdvisor(IActionBarConfigurer configurer) { - return new ApplicationActionBarAdvisor(configurer); - } - - public void preWindowOpen() { - IWorkbenchWindowConfigurer configurer = getWindowConfigurer(); - configurer.setInitialSize(new Point(400, 300)); - configurer.setShowCoolBar(false); - configurer.setShowStatusLine(false); - configurer.setTitle("Tuscany SCA Calculator RCP Application"); - } -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Perspective.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Perspective.java deleted file mode 100644 index 445b4b65b2..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/Perspective.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.ui.IPageLayout; -import org.eclipse.ui.IPerspectiveFactory; - -public class Perspective implements IPerspectiveFactory { - - public void createInitialLayout(IPageLayout layout) { - String editorArea = layout.getEditorArea(); - layout.setEditorAreaVisible(false); - layout.setFixed(true); - - layout.addStandaloneView(View.ID, false, IPageLayout.LEFT, 1.0f, editorArea); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/View.java b/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/View.java deleted file mode 100644 index f95c1e029c..0000000000 --- a/branches/sca-java-1.4/samples/calculator-rcp/src/main/java/calculator/rcp/View.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator.rcp; - -import org.eclipse.jface.viewers.IStructuredContentProvider; -import org.eclipse.jface.viewers.ITableLabelProvider; -import org.eclipse.jface.viewers.LabelProvider; -import org.eclipse.jface.viewers.TableViewer; -import org.eclipse.jface.viewers.Viewer; -import org.eclipse.swt.SWT; -import org.eclipse.swt.graphics.Image; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.ui.ISharedImages; -import org.eclipse.ui.PlatformUI; -import org.eclipse.ui.part.ViewPart; - -public class View extends ViewPart { - public static final String ID = "org.apache.tuscany.sca.sample.calculator.rcp.view"; - - private TableViewer viewer; - - /** - * The content provider class is responsible for providing objects to the - * view. It can wrap existing objects in adapters or simply return objects - * as-is. These objects may be sensitive to the current input of the view, - * or ignore it and always show the same content (like Task List, for - * example). - */ - class ViewContentProvider implements IStructuredContentProvider { - public void inputChanged(Viewer v, Object oldInput, Object newInput) { - } - - public void dispose() { - } - - public Object[] getElements(Object parent) { - return new String[] {"One", "Two", "Three"}; - } - } - - class ViewLabelProvider extends LabelProvider implements ITableLabelProvider { - public String getColumnText(Object obj, int index) { - return getText(obj); - } - - public Image getColumnImage(Object obj, int index) { - return getImage(obj); - } - - public Image getImage(Object obj) { - return PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_ELEMENT); - } - } - - /** - * This is a callback that will allow us to create the viewer and initialize - * it. - */ - public void createPartControl(Composite parent) { - viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL); - viewer.setContentProvider(new ViewContentProvider()); - viewer.setLabelProvider(new ViewLabelProvider()); - viewer.setInput(getViewSite()); - } - - /** - * Passing the focus request to the viewer's control. - */ - public void setFocus() { - viewer.getControl().setFocus(); - } -} diff --git a/branches/sca-java-1.4/samples/calculator-rmi-reference/pom.xml b/branches/sca-java-1.4/samples/calculator-rmi-reference/pom.xml index 3162dfbe9d..d9a6fb9687 100644 --- a/branches/sca-java-1.4/samples/calculator-rmi-reference/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-rmi-reference/pom.xml @@ -1,68 +1,68 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-rmi-reference - Apache Tuscany SCA Sample Calculator RMI Reference - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-binding-rmi-runtime - 1.4-SNAPSHOT - runtime - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-rmi-reference + Apache Tuscany SCA Sample Calculator RMI Reference + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-binding-rmi-runtime + 1.4 + runtime + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/calculator-rmi-service/pom.xml b/branches/sca-java-1.4/samples/calculator-rmi-service/pom.xml index 67cf6f2610..cd8e148a0a 100644 --- a/branches/sca-java-1.4/samples/calculator-rmi-service/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-rmi-service/pom.xml @@ -1,68 +1,68 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-rmi-service - Apache Tuscany SCA Sample Calculator RMI Service - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - org.apache.tuscany.sca - tuscany-binding-rmi-runtime - 1.4-SNAPSHOT - runtime - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-rmi-service + Apache Tuscany SCA Sample Calculator RMI Service + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + org.apache.tuscany.sca + tuscany-binding-rmi-runtime + 1.4 + runtime + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/calculator-script/pom.xml b/branches/sca-java-1.4/samples/calculator-script/pom.xml index 9510d28375..d38af38302 100644 --- a/branches/sca-java-1.4/samples/calculator-script/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-script/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-calculator-script @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-script - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/calculator-webapp/pom.xml b/branches/sca-java-1.4/samples/calculator-webapp/pom.xml index 7fa4296e5e..e52f8961f5 100644 --- a/branches/sca-java-1.4/samples/calculator-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-webapp/pom.xml @@ -1,95 +1,95 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-webapp - war - Apache Tuscany SCA Sample Calculator in a WebApp - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - - stax - stax-api - 1.0.1 - provided - - - - - javax.servlet - servlet-api - 2.3 - provided - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-webapp + war + Apache Tuscany SCA Sample Calculator in a WebApp + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + + stax + stax-api + 1.0.1 + provided + + + + + javax.servlet + servlet-api + 2.3 + provided + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + diff --git a/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index 03f9e1e8ce..da7838d00f 100644 --- a/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -25,7 +25,7 @@ org.apache.tuscany.sca sample-calculator-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/pom.xml b/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/pom.xml index 3de417c48d..f6fd6e7e6a 100644 --- a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/pom.xml @@ -1,101 +1,101 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-ws-secure-webapp - war - Apache Tuscany SCA Sample Calculator Web Service enabled for WS Security in a WebApp - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - - stax - stax-api - 1.0.1 - provided - - - - - javax.servlet - servlet-api - 2.3 - provided - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-ws-secure-webapp + war + Apache Tuscany SCA Sample Calculator Web Service enabled for WS Security in a WebApp + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + + stax + stax-api + 1.0.1 + provided + + + + + javax.servlet + servlet-api + 2.3 + provided + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + diff --git a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index 9b2a05d582..8aa6586e1c 100644 --- a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -1,33 +1,33 @@ - - - - - - - org.apache.tuscany.sca - sample-calculator-ws-webapp - 1.4-SNAPSHOT - war - - - - - + + + + + + + org.apache.tuscany.sca + sample-calculator-ws-webapp + 1.4 + war + + + + + diff --git a/branches/sca-java-1.4/samples/calculator-ws-webapp/pom.xml b/branches/sca-java-1.4/samples/calculator-ws-webapp/pom.xml index 029c2df876..176f833fda 100644 --- a/branches/sca-java-1.4/samples/calculator-ws-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/calculator-ws-webapp/pom.xml @@ -1,102 +1,102 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator-ws-webapp - war - Apache Tuscany SCA Sample Calculator Web Service in a WebApp - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - - stax - stax-api - 1.0.1 - provided - - - - - javax.servlet - servlet-api - 2.3 - provided - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-calculator-ws-webapp + war + Apache Tuscany SCA Sample Calculator Web Service in a WebApp + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + + stax + stax-api + 1.0.1 + provided + + + + + javax.servlet + servlet-api + 2.3 + provided + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + diff --git a/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index 5da8c962a0..8cc0602676 100644 --- a/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -24,7 +24,7 @@ org.apache.tuscany.sca sample-calculator-ws-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/samples/calculator/pom.xml b/branches/sca-java-1.4/samples/calculator/pom.xml index 92e6fac3d7..82901cf150 100644 --- a/branches/sca-java-1.4/samples/calculator/pom.xml +++ b/branches/sca-java-1.4/samples/calculator/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-calculator @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/calculator2/README b/branches/sca-java-1.4/samples/calculator2/README deleted file mode 100644 index ceb532faed..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/README +++ /dev/null @@ -1,97 +0,0 @@ -Calculator Sample -================= -This sample implements a simple calculator using SCA components. - -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look there -first. - -If you just want to run it to see what happens open a command prompt, navigate -to this sample directory and do: - -ant run - -OR if you don't have ant, on Windows do - -java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-calculator.jar calculator.CalculatorClient - -and on *nix do - -java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-calculator.jar calculator.CalculatorClient - -Sample Overview ---------------- -The sample provides a single calculator service with a default SCA (java) -binding. The CalculatorClient exercises this interface by calling add, -subtract, multiply and divide operations. This results in messages passing to -the appropriate components in the composite across the local wires. - -calculator/ - src/ - main/ - java/ - calculator/ - CalculatorService.java - the first component, calls +-/* as - appropriate - CalculatorServiceImpl.java - AddService.java - adds two numbers - AddServiceImpl.java - SubtractService.java - subtracts one number from another - SubtractServiceImpl.java - MultiplyService.java - multiplies two numbers - MultiplyServiceImpl.java - DivideService.java - divides one number by another - DivideServiceImpl.java - CalculatorClient.java - starts the SCA Runtime and - deploys the Calculator.composite. - It then calls the deployed Calculator - Components services - resources/ - Calculator.composite - the SCA assembly for this sample - test/ - java/ - calculator/ - CalculatorTestCase.java - JUnit test case - calculator.png - a pictorial representation of the sample - .composite file - build.xml - the Ant build file - pom.xml - the Maven build file - -Building And Running The Sample Using Ant ------------------------------------------ -With the binary distribution the sample can be built and run using Ant as -follows - -cd calculator -ant compile -ant run - -You should see the following output from the run target. - -run: - [java] 3 + 2=5.0 - [java] 3 - 2=1.0 - [java] 3 * 2=6.0 - [java] 3 / 2=1.5 - -Building And Running The Sample Using Maven -------------------------------------------- -With either the binary or source distributions the sample can be built and run -using Maven as follows. - -cd calculator -mvn - -You should see the following output from the test phase. - -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running calculator.CalculatorTestCase -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 sec - -Results : - -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 - -This shows that the Junit test cases have run successfully. diff --git a/branches/sca-java-1.4/samples/calculator2/build.xml b/branches/sca-java-1.4/samples/calculator2/build.xml deleted file mode 100644 index c4b755ef94..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/build.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator2/calculator.png b/branches/sca-java-1.4/samples/calculator2/calculator.png deleted file mode 100644 index 995a57b1fd..0000000000 Binary files a/branches/sca-java-1.4/samples/calculator2/calculator.png and /dev/null differ diff --git a/branches/sca-java-1.4/samples/calculator2/calculator.svg b/branches/sca-java-1.4/samples/calculator2/calculator.svg deleted file mode 100644 index 0615925c50..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/calculator.svg +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - Calculator - - CalculatorServiceComponent - - - CalculatorService - AddServiceComponent - - SubtractServiceComponent - - MultiplyServiceComponent - - DivideServiceComponent - addService - subtractService - multiplyService - divideService - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator2/pom.xml b/branches/sca-java-1.4/samples/calculator2/pom.xml deleted file mode 100644 index fd6aaefdc7..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-calculator2 - Apache Tuscany SCA Calculator Sample - - - - - org.apache.tuscany.sca - tuscany-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-scdl4j - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-runtime2 - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - - - ${artifactId} - - diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddService.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddService.java deleted file mode 100644 index 188451ebac..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The Add service interface - */ -public interface AddService { - - double add(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddServiceImpl.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddServiceImpl.java deleted file mode 100644 index 7ca8fb04b5..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/AddServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Add service - */ -public class AddServiceImpl implements AddService { - - public double add(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Adding " + n1 + " and " + n2); - return n1 + n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorClient.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorClient.java deleted file mode 100644 index 9d180bf52e..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorClient.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package calculator; - -import org.apache.tuscany.sca.host.embedded.SCADomain; - -/** - * This client program shows how to create an SCA runtime, start it, - * and locate and invoke a SCA component - */ -public class CalculatorClient { - public static void main(String[] args) throws Exception { - - SCADomain scaDomain = SCADomain.newInstance("Calculator.composite"); - - CalculatorService calculatorService = - scaDomain.getService(CalculatorService.class, "CalculatorServiceComponent"); - - // Calculate - System.out.println("3 + 2=" + calculatorService.add(3, 2)); - System.out.println("3 - 2=" + calculatorService.subtract(3, 2)); - System.out.println("3 * 2=" + calculatorService.multiply(3, 2)); - System.out.println("3 / 2=" + calculatorService.divide(3, 2)); - - scaDomain.close(); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorService.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorService.java deleted file mode 100644 index 031fa8b912..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorService.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - - -/** - * The Calculator service interface. - */ -public interface CalculatorService { - - double add(double n1, double n2); - - double subtract(double n1, double n2); - - double multiply(double n1, double n2); - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorServiceImpl.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorServiceImpl.java deleted file mode 100644 index 3d861f2018..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/CalculatorServiceImpl.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import org.osoa.sca.annotations.Reference; - - -/** - * An implementation of the Calculator service. - */ -public class CalculatorServiceImpl implements CalculatorService { - - private AddService addService; - private SubtractService subtractService; - private MultiplyService multiplyService; - private DivideService divideService; - - @Reference - public void setAddService(AddService addService) { - this.addService = addService; - } - - @Reference - public void setSubtractService(SubtractService subtractService) { - this.subtractService = subtractService; - } - - @Reference - public void setDivideService(DivideService divideService) { - this.divideService = divideService; - } - - @Reference - public void setMultiplyService(MultiplyService multiplyService) { - this.multiplyService = multiplyService; - } - - public double add(double n1, double n2) { - return addService.add(n1, n2); - } - - public double subtract(double n1, double n2) { - return subtractService.subtract(n1, n2); - } - - public double multiply(double n1, double n2) { - return multiplyService.multiply(n1, n2); - } - - public double divide(double n1, double n2) { - return divideService.divide(n1, n2); - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideService.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideService.java deleted file mode 100644 index 30d248208b..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The divide service interface - */ -public interface DivideService { - - double divide(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideServiceImpl.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideServiceImpl.java deleted file mode 100644 index 1323edf55a..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/DivideServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Divide service. - */ -public class DivideServiceImpl implements DivideService { - - public double divide(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Dividing " + n1 + " with " + n2); - return n1 / n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyService.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyService.java deleted file mode 100644 index 5290605938..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface MultiplyService { - - double multiply(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyServiceImpl.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyServiceImpl.java deleted file mode 100644 index 91b803bc9e..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/MultiplyServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the Multiply service. - */ -public class MultiplyServiceImpl implements MultiplyService { - - public double multiply(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Multiplying " + n1 + " with " + n2); - return n1 * n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractService.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractService.java deleted file mode 100644 index bf0d1882b6..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractService.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -/** - * The interface for the multiply service - */ -public interface SubtractService { - - double subtract(double n1, double n2); - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractServiceImpl.java b/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractServiceImpl.java deleted file mode 100644 index 58cc4a3547..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/java/calculator/SubtractServiceImpl.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import java.util.logging.Level; -import java.util.logging.Logger; - -/** - * An implementation of the subtract service. - */ -public class SubtractServiceImpl implements SubtractService { - - public double subtract(double n1, double n2) { - Logger logger = Logger.getLogger("calculator"); - logger.log(Level.FINEST, "Subtracting " + n1 + " from " + n2); - return n1 - n2; - } - -} diff --git a/branches/sca-java-1.4/samples/calculator2/src/main/resources/Calculator.composite b/branches/sca-java-1.4/samples/calculator2/src/main/resources/Calculator.composite deleted file mode 100644 index 90872041b0..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/main/resources/Calculator.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/calculator2/src/test/java/calculator/CalculatorTestCase.java b/branches/sca-java-1.4/samples/calculator2/src/test/java/calculator/CalculatorTestCase.java deleted file mode 100644 index 775ad15537..0000000000 --- a/branches/sca-java-1.4/samples/calculator2/src/test/java/calculator/CalculatorTestCase.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package calculator; - -import junit.framework.TestCase; - -import org.apache.tuscany.sca.host.embedded.SCADomain; - -/** - * This shows how to test the Calculator service component. - */ -public class CalculatorTestCase extends TestCase { - - private CalculatorService calculatorService; - private SCADomain scaDomain; - - @Override - protected void setUp() throws Exception { - scaDomain = SCADomain.newInstance("Calculator.composite"); - calculatorService = scaDomain.getService(CalculatorService.class, "CalculatorServiceComponent"); - } - - @Override - protected void tearDown() throws Exception { - scaDomain.close(); - } - - public void testCalculator() throws Exception { - // Calculate - assertEquals(calculatorService.add(3, 2), 5.0); - assertEquals(calculatorService.subtract(3, 2), 1.0); - assertEquals(calculatorService.multiply(3, 2), 6.0); - assertEquals(calculatorService.divide(3, 2), 1.5); - } -} diff --git a/branches/sca-java-1.4/samples/callback-ws-client/pom.xml b/branches/sca-java-1.4/samples/callback-ws-client/pom.xml index b6357da7d2..4ad30fa422 100644 --- a/branches/sca-java-1.4/samples/callback-ws-client/pom.xml +++ b/branches/sca-java-1.4/samples/callback-ws-client/pom.xml @@ -1,86 +1,86 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-callback-ws-client - Apache Tuscany SCA Sample Callback Web Service Remote Client - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - org.apache.tuscany.sca - sample-callback-ws-service - 1.4-SNAPSHOT - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-callback-ws-client + Apache Tuscany SCA Sample Callback Web Service Remote Client + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + sample-callback-ws-service + 1.4 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/callback-ws-service/pom.xml b/branches/sca-java-1.4/samples/callback-ws-service/pom.xml index e3af08de88..1e9daddd02 100644 --- a/branches/sca-java-1.4/samples/callback-ws-service/pom.xml +++ b/branches/sca-java-1.4/samples/callback-ws-service/pom.xml @@ -1,79 +1,79 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-callback-ws-service - Apache Tuscany SCA Sample Callback Web Service - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-callback-ws-service + Apache Tuscany SCA Sample Callback Web Service + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/callbacks-jms/pom.xml b/branches/sca-java-1.4/samples/callbacks-jms/pom.xml index 18ca8668fc..25f3f5592e 100644 --- a/branches/sca-java-1.4/samples/callbacks-jms/pom.xml +++ b/branches/sca-java-1.4/samples/callbacks-jms/pom.xml @@ -1,97 +1,97 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-callbacks-jms - Apache Tuscany SCA Callbacks with JMS Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - org.apache.activemq - activemq-core - 5.1.0 - test - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-callbacks-jms + Apache Tuscany SCA Callbacks with JMS Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + runtime + + + + junit + junit + 4.2 + test + + + + org.apache.activemq + activemq-core + 5.1.0 + test + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/samples/chat-webapp/pom.xml b/branches/sca-java-1.4/samples/chat-webapp/pom.xml index ae17924a1a..04b2ff792f 100644 --- a/branches/sca-java-1.4/samples/chat-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/chat-webapp/pom.xml @@ -1,97 +1,97 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-chat-webapp - war - Apache Tuscany SCA Sample Chat WebApp - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-dwr - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - - stax - stax-api - 1.0.1 - provided - - - - - javax.servlet - servlet-api - 2.3 - provided - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-chat-webapp + war + Apache Tuscany SCA Sample Chat WebApp + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-dwr + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + + stax + stax-api + 1.0.1 + provided + + + + + javax.servlet + servlet-api + 2.3 + provided + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + + diff --git a/branches/sca-java-1.4/samples/chat2-webapp/README b/branches/sca-java-1.4/samples/chat2-webapp/README deleted file mode 100644 index 0186006211..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/README +++ /dev/null @@ -1,61 +0,0 @@ -Chat WebApp Sample -================== -This sample demonstrates the SCA DWR binding to implement the classic Ajax sample -of a chat application which allows multiple users to chat from their browsers. - -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look there -first. - -As this sample provides a web app there is a manual step where the WAR file -that contains the sample is copied to your web app container. If you just want -to give this sample a go deploy the WAR file (target/sample-chat-webapp.war) -to your web application server. - -Once the web app is deployed use your browser to visit the following URL; - -http://localhost:8080/sample-chat-webapp - -The port and hostname will of course vary depending on your local installation. - -Sample Overview ---------------- -The sample provides an SCA component which has an SCA service using the SCA DWR -binding and an SCA reference also using the DWR binding. The component implementation -simply forwards every invocation of the service as an invocation on the reference. The -component reference is scoped by the composite so every active client of the composite -will receive every message sent to the component service, thus implementing the chat -application with very little code. - -chat-webapp/ - src/ - main/ - java/ - sample/ - ChatService.java - service interface - ChatServiceImpl.java - service implementation - resources/ - chat.composite - the SCA assembly for this sample - webapp - chat.html - the html UserInterface for this application - META-INF/ - sca-contribution.xml - specifies the composite to be deployed - WEB-INF/ - web.xml - defines the listener that starts up the - Tuscany SCA runtime - - pom.xml - the Maven build file - -Building And Running The Sample Using Maven -------------------------------------------- -With either the binary or source distributions the sample can be built and run -using Maven as follows. - -cd chat-webapp -mvn - -Again this should result in a war file (sample-chat-webapp.war) in the target -directory. Follow the steps described in the previous section for running the web -app and for the expected results. - - diff --git a/branches/sca-java-1.4/samples/chat2-webapp/build.xml b/branches/sca-java-1.4/samples/chat2-webapp/build.xml deleted file mode 100644 index 2d3fc0c5f3..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/build.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/chat2-webapp/pom.xml b/branches/sca-java-1.4/samples/chat2-webapp/pom.xml deleted file mode 100644 index c9def0ae48..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/pom.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-chat2-webapp - war - Apache Tuscany SCA Chat Sample WebApp using callbacks - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-dwr - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-web - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - - stax - stax-api - 1.0.1 - provided - - - - - javax.servlet - servlet-api - 2.3 - provided - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - - diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatCallback.java b/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatCallback.java deleted file mode 100644 index 7d668052b2..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatCallback.java +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package sample; - -import org.osoa.sca.annotations.Remotable; - -@Remotable -public interface ChatCallback { - void newMsg(String msg); -} diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatService.java b/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatService.java deleted file mode 100644 index cc9d00ca4a..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatService.java +++ /dev/null @@ -1,32 +0,0 @@ -/** - * - * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package sample; - -import javax.jws.Oneway; - -import org.osoa.sca.annotations.Callback; -import org.osoa.sca.annotations.Remotable; -import org.osoa.sca.annotations.Scope; - -@Remotable -@Scope("COMPOSITE") -@Callback(ChatCallback.class) -public interface ChatService { - - @Oneway - public void addMsg(String msg); -} diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatServiceImpl.java b/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatServiceImpl.java deleted file mode 100644 index d714ff82ed..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/java/sample/ChatServiceImpl.java +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package sample; - -import org.osoa.sca.annotations.Callback; - -public class ChatServiceImpl implements ChatService { - - ChatCallback chatCallback; - - @Callback - public void setCallback(ChatCallback chatCallback) { - this.chatCallback = chatCallback; - } - - public void addMsg(String msg) { - chatCallback.newMsg(msg); - } -} diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/resources/chat.composite b/branches/sca-java-1.4/samples/chat2-webapp/src/main/resources/chat.composite deleted file mode 100644 index 93a10d0fdf..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/resources/chat.composite +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/META-INF/sca-contribution.xml deleted file mode 100644 index 897849ff8d..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - \ No newline at end of file diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 6919372e87..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - Apache Tuscany AJAX/DWR Chat Sample - - - tuscany - org.apache.tuscany.sca.host.webapp.TuscanyServletFilter - - - - tuscany - /* - - - - chat.jsp - - - diff --git a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/chat.html b/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/chat.html deleted file mode 100644 index a063e27f8e..0000000000 --- a/branches/sca-java-1.4/samples/chat2-webapp/src/main/webapp/chat.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Apache Tuscany Ajax/DWR Chat Sample - - - - - - -

Apache Tuscany Ajax/DWR Chat Sample

- - A simple client to chat between multiple web browsers:

- - Nickname: -

- - Enter text: - - -

-
- - - diff --git a/branches/sca-java-1.4/samples/customer-dojo-webapp/pom.xml b/branches/sca-java-1.4/samples/customer-dojo-webapp/pom.xml index e79b85e50e..8558ea9a31 100644 --- a/branches/sca-java-1.4/samples/customer-dojo-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/customer-dojo-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-customer-dojo-webapp @@ -40,33 +40,33 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -167,7 +167,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index ca61ed1d63..b53eeb53d5 100644 --- a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -24,7 +24,7 @@ org.apache.tuscany.sca sample-customer-dojo-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/samples/customer-dojo/pom.xml b/branches/sca-java-1.4/samples/customer-dojo/pom.xml index 4c236066e6..7e85056c7a 100644 --- a/branches/sca-java-1.4/samples/customer-dojo/pom.xml +++ b/branches/sca-java-1.4/samples/customer-dojo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-customer-dojo @@ -39,47 +39,47 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 @@ -179,7 +179,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/databinding-echo/pom.xml b/branches/sca-java-1.4/samples/databinding-echo/pom.xml index 3718a67c78..5ba97a7835 100644 --- a/branches/sca-java-1.4/samples/databinding-echo/pom.xml +++ b/branches/sca-java-1.4/samples/databinding-echo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml @@ -40,31 +40,31 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-databinding - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca sample-binding-echo - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-wsdl-xml - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/domain-management/pom.xml b/branches/sca-java-1.4/samples/domain-management/pom.xml index cfd53cbcb4..22cb833056 100644 --- a/branches/sca-java-1.4/samples/domain-management/pom.xml +++ b/branches/sca-java-1.4/samples/domain-management/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-domain-management @@ -39,73 +39,73 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-workspace-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-extensibility - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-monitor - 1.4-SNAPSHOT + 1.4 @@ -117,48 +117,48 @@ org.apache.tuscany.sca tuscany-binding-atom - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-contribution-java - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-contribution-namespace - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-contribution-resource - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-implementation-java-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 test @@ -177,7 +177,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/domain-webapp/build.xml b/branches/sca-java-1.4/samples/domain-webapp/build.xml index c8bbf1e8d3..2ab0297df8 100644 --- a/branches/sca-java-1.4/samples/domain-webapp/build.xml +++ b/branches/sca-java-1.4/samples/domain-webapp/build.xml @@ -1,296 +1,296 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/samples/domain-webapp/pom.xml b/branches/sca-java-1.4/samples/domain-webapp/pom.xml index 58fa5a7458..e8041719f1 100644 --- a/branches/sca-java-1.4/samples/domain-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/domain-webapp/pom.xml @@ -1,101 +1,101 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-samples - 1.4-SNAPSHOT - ../pom.xml - - sample-domain-webapp - Apache Tuscany SCA Domain Webapp Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-domain-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-sca-axis2 - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-binding-http - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-resource - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 1.4 + ../pom.xml + + sample-domain-webapp + Apache Tuscany SCA Domain Webapp Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-domain-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.4 + + + + org.apache.tuscany.sca + tuscany-binding-http + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-resource + 1.4 + runtime + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/samples/feed-aggregator-webapp/pom.xml b/branches/sca-java-1.4/samples/feed-aggregator-webapp/pom.xml index f5c8bb7435..0d1c567741 100644 --- a/branches/sca-java-1.4/samples/feed-aggregator-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/feed-aggregator-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-feed-aggregator-webapp @@ -40,25 +40,25 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -93,7 +93,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/feed-aggregator/pom.xml b/branches/sca-java-1.4/samples/feed-aggregator/pom.xml index 822f7ff4b4..fb9684c8f1 100644 --- a/branches/sca-java-1.4/samples/feed-aggregator/pom.xml +++ b/branches/sca-java-1.4/samples/feed-aggregator/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml sample-feed-aggregator @@ -39,32 +39,32 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml b/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml index c20ade8d82..63f5a4a445 100644 --- a/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-bpel-ws/pom.xml @@ -1,205 +1,205 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-bpel-ws - Apache Tuscany SCA HelloWorld BPEL as Webservice Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-bpel-ode - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sdo - tuscany-sdo-impl - 1.1-incubating - - - - xerces - xercesImpl - 2.8.1 - - - - junit - junit - 4.2 - test - - - - org.apache.tuscany.sca - tuscany-wsdl2java - 1.4-SNAPSHOT - - - - org.apache.tuscany.sdo - tuscany-sdo-tools - 1.1-incubating - - - - org.codehaus.woodstox - wstx-asl - 3.2.1 - runtime - - - - com.sun.xml.bind - jaxb-impl - 2.1.7 - compile - - - javax.xml.stream - stax-api - - - - - - - - ${artifactId} - - - org.apache.maven.plugins - maven-surefire-plugin - - 2.3.1 - - false - false - true - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack - test-compile - - unpack - - - - - org.apache.ode - ode-dao-jpa-ojpa-derby - 1.1 - zip - true - ${project.build.directory}/test-classes/ - - - - - - - - org.apache.tuscany.sdo - tuscany-sdo-plugin - 1.1-incubating - - - generate-bpel-helloworld - generate-sources - - ${basedir}/src/main/resources/helloworld.wsdl - ${basedir}/target/wsdl2java-source - HelloWorld - true - true - true - - - generate - - - - - - org.apache.tuscany.sca - tuscany-maven-wsdl2java - 1.4-SNAPSHOT - - - - ${basedir}/src/main/resources/helloworld.wsdl - - - generate - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-bpel-ws + Apache Tuscany SCA HelloWorld BPEL as Webservice Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + runtime + + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1-incubating + + + + xerces + xercesImpl + 2.8.1 + + + + junit + junit + 4.2 + test + + + + org.apache.tuscany.sca + tuscany-wsdl2java + 1.4 + + + + org.apache.tuscany.sdo + tuscany-sdo-tools + 1.1-incubating + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + com.sun.xml.bind + jaxb-impl + 2.1.7 + compile + + + javax.xml.stream + stax-api + + + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.3.1 + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + test-compile + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.1-incubating + + + generate-bpel-helloworld + generate-sources + + ${basedir}/src/main/resources/helloworld.wsdl + ${basedir}/target/wsdl2java-source + HelloWorld + true + true + true + + + generate + + + + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + 1.4 + + + + ${basedir}/src/main/resources/helloworld.wsdl + + + generate + + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-bpel/pom.xml b/branches/sca-java-1.4/samples/helloworld-bpel/pom.xml index 1e63fa2cd0..d3ebc1152e 100644 --- a/branches/sca-java-1.4/samples/helloworld-bpel/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-bpel/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-bpel @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-bpel-ode - 1.4-SNAPSHOT + 1.4 runtime @@ -89,7 +89,7 @@ org.apache.tuscany.sca tuscany-wsdl2java - 1.4-SNAPSHOT + 1.4 @@ -191,7 +191,7 @@ org.apache.tuscany.sca tuscany-maven-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-node/pom.xml b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-node/pom.xml index 94b44edb40..85142a91a4 100644 --- a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-node/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-node/pom.xml @@ -1,57 +1,57 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-node - Apache Tuscany SCA Helloworld Node Sample - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-dynamic - 1.4-SNAPSHOT - test - - - - junit - junit - 4.2 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-node + Apache Tuscany SCA Helloworld Node Sample + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-dynamic + 1.4 + test + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/build.xml b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/build.xml index ef49524e39..7b32622479 100644 --- a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/build.xml +++ b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/build.xml @@ -1,127 +1,127 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/pom.xml index ee51fd55db..9d17ac8968 100644 --- a/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-distributed/helloworld-webapp/pom.xml @@ -1,78 +1,78 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-webapp - war - Apache Tuscany SCA Distributed Helloworld WebApp Sample - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-web-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca-jms - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-webapp + war + Apache Tuscany SCA Distributed Helloworld WebApp Sample + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-web-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-jms + 1.4 + runtime + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-dojo-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-dojo-webapp/pom.xml index 8c58dca4f4..3f33847ebe 100644 --- a/branches/sca-java-1.4/samples/helloworld-dojo-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-dojo-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-dojo-webapp @@ -40,20 +40,20 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -146,7 +146,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml index 6e12e5334a..9c7e4e2e13 100644 --- a/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-jms-webapp diff --git a/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/pom.xml index f027afd8f8..dfe783ed65 100644 --- a/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-jsonrpc-webapp @@ -40,20 +40,20 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime @@ -88,7 +88,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/pom.xml b/branches/sca-java-1.4/samples/helloworld-jsp/pom.xml deleted file mode 100644 index 05c303a013..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/pom.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-jsp - war - Apache Tuscany SCA Helloworld JSP Sample - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-implementation-web-runtime - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - - - diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldService.java b/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldService.java deleted file mode 100644 index 2b92fd4661..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldService.java +++ /dev/null @@ -1,7 +0,0 @@ -package sample; - -public interface HelloworldService { - - String sayHello(String name); - -} diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java b/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java deleted file mode 100644 index be83d3b407..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/java/sample/HelloworldServiceImpl.java +++ /dev/null @@ -1,12 +0,0 @@ -package sample; - -import org.osoa.sca.annotations.Service; - -@Service(HelloworldService.class) -public class HelloworldServiceImpl implements HelloworldService { - - public String sayHello(String name) { - return "Hello " + name; - } - -} diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/META-INF/sca-deployables/web.composite b/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/META-INF/sca-deployables/web.composite deleted file mode 100644 index 16bc08fc10..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/META-INF/sca-deployables/web.composite +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 46285614da..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - Apache Tuscany Helloworld JSP Sample - - - tuscany - org.apache.tuscany.sca.host.webapp.TuscanyServletFilter - - - - tuscany - /* - - - - hello.jsp - - - diff --git a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/hello.jsp b/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/hello.jsp deleted file mode 100644 index beac8e457f..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-jsp/src/main/webapp/hello.jsp +++ /dev/null @@ -1,36 +0,0 @@ - -<%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ taglib uri="http://www.osoa.org/sca/sca_jsp.tld" prefix="sca" %> - - - - - - -

Apache Tuscany Helloworld JSP Sample

- - Calling HelloworldService sayHello("world") returns: - -

- - <%= service.sayHello("world") %> - - - diff --git a/branches/sca-java-1.4/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.4/samples/helloworld-reference-jms/pom.xml index c257983416..3fe462b58e 100644 --- a/branches/sca-java-1.4/samples/helloworld-reference-jms/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-reference-jms/pom.xml @@ -1,97 +1,97 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-reference-jms - Apache Tuscany SCA Sample HelloWorld Reference JMS - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - sample-helloworld-service-jms - 1.4-SNAPSHOT - test - - - - junit - junit - 4.5 - test - - - - org.apache.activemq - apache-activemq - 4.1.1 - test - - - org.apache.activemq - activemq-web-demo - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-reference-jms + Apache Tuscany SCA Sample HelloWorld Reference JMS + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + sample-helloworld-service-jms + 1.4 + test + + + + junit + junit + 4.5 + test + + + + org.apache.activemq + apache-activemq + 4.1.1 + test + + + org.apache.activemq + activemq-web-demo + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.4/samples/helloworld-service-jms/pom.xml index b685c7c851..d8fd33aac3 100644 --- a/branches/sca-java-1.4/samples/helloworld-service-jms/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-service-jms/pom.xml @@ -1,90 +1,90 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-service-jms - Apache Tuscany SCA Sample HelloWorld Service JMS - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - org.apache.activemq - apache-activemq - 4.1.1 - - - org.apache.activemq - activemq-web-demo - - - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-service-jms + Apache Tuscany SCA Sample HelloWorld Service JMS + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + compile + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + org.apache.activemq + apache-activemq + 4.1.1 + + + org.apache.activemq + activemq-web-demo + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/pom.xml b/branches/sca-java-1.4/samples/helloworld-servlet/pom.xml deleted file mode 100644 index 84494d1598..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/pom.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-servlet - war - Apache Tuscany SCA Helloworld Sample using a servlet - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-implementation-web-runtime - 1.4-SNAPSHOT - runtime - - - - javax.servlet - servlet-api - 2.3 - provided - - - - - - ${artifactId} - - - diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldService.java b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldService.java deleted file mode 100644 index 2b92fd4661..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldService.java +++ /dev/null @@ -1,7 +0,0 @@ -package sample; - -public interface HelloworldService { - - String sayHello(String name); - -} diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java deleted file mode 100644 index be83d3b407..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServiceImpl.java +++ /dev/null @@ -1,12 +0,0 @@ -package sample; - -import org.osoa.sca.annotations.Service; - -@Service(HelloworldService.class) -public class HelloworldServiceImpl implements HelloworldService { - - public String sayHello(String name) { - return "Hello " + name; - } - -} diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServlet.java b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServlet.java deleted file mode 100644 index 0cdcc32e70..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/java/sample/HelloworldServlet.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package sample; - -import java.io.IOException; -import java.io.Writer; - -import javax.servlet.ServletConfig; -import javax.servlet.http.HttpServlet; -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; - -import org.osoa.sca.ComponentContext; -import org.osoa.sca.annotations.Reference; - -/** - */ -public class HelloworldServlet extends HttpServlet { - private static final long serialVersionUID = 1L; - - @Reference - protected HelloworldService service; - - @Override - public void init(ServletConfig config) { - if (service == null) { - // The helloworldService reference will only be injected from the @Reference - // annotation in containers supporting SCA "deep" integration. In other - // environments in can be looked up from the ComponentContext. - ComponentContext cc = (ComponentContext)config.getServletContext().getAttribute("org.osoa.sca.ComponentContext"); - service = cc.getService(HelloworldService.class, "service"); - } - } - - @Override - protected void service(HttpServletRequest request, HttpServletResponse response) throws IOException { - - String name = request.getParameter("name"); - String greeting = service.sayHello(name); - - Writer out = response.getWriter(); - out.write("Apache Tuscany Helloworld Servlet Sample"); - out.write("

Apache Tuscany Helloworld Servlet Sample

"); - out.write("
Result: " + greeting); - out.write(""); - out.flush(); - out.close(); - } -} diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite deleted file mode 100644 index 23fd33a408..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 28cfdd3f6c..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - Apache Tuscany Helloworld Servlet Sample - - - tuscany - org.apache.tuscany.sca.host.webapp.TuscanyServletFilter - - - - tuscany - /* - - - - HelloworldServlet - sample.HelloworldServlet - - - - HelloworldServlet - /HelloworldServlet - - - - hello.html - - - diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html deleted file mode 100644 index c4484916aa..0000000000 --- a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - -Apache Tuscany Helloworld Servlet Sample - - - - -

Apache Tuscany Helloworld Servlet Sample

- -
- - - - - - - - -
Enter your name: - -
- -
-
- - - \ No newline at end of file diff --git a/branches/sca-java-1.4/samples/helloworld-web-callback/pom.xml b/branches/sca-java-1.4/samples/helloworld-web-callback/pom.xml index 54b422d64f..1cb35195c2 100644 --- a/branches/sca-java-1.4/samples/helloworld-web-callback/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-web-callback/pom.xml @@ -1,68 +1,68 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-web-callback - war - Apache Tuscany SCA Web 2.0 Callbacks Sample - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-implementation-web-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-dwr - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-web-callback + war + Apache Tuscany SCA Web 2.0 Callbacks Sample + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + compile + + + + org.apache.tuscany.sca + tuscany-implementation-web-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-dwr + 1.4 + runtime + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-web/pom.xml b/branches/sca-java-1.4/samples/helloworld-web/pom.xml index 06b05a7c0e..a137b39273 100644 --- a/branches/sca-java-1.4/samples/helloworld-web/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-web/pom.xml @@ -1,68 +1,68 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-web - war - Apache Tuscany SCA Helloworld Web Sample - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-implementation-web-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-web + war + Apache Tuscany SCA Helloworld Web Sample + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + compile + + + + org.apache.tuscany.sca + tuscany-implementation-web-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 1.4 + runtime + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/build.xml b/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/build.xml index be81d0a9bb..a89ed5504e 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/build.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/build.xml @@ -1,158 +1,158 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/pom.xml index 1651656c64..8b069d7c8f 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-deep-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 sample-helloworld-ws-service-webapp @@ -33,7 +33,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 provided diff --git a/branches/sca-java-1.4/samples/helloworld-ws-reference-jms/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-reference-jms/pom.xml index ddaffeea4b..2ad845004f 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-reference-jms/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-reference-jms/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-reference-jms @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca sample-helloworld-ws-service-jms - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/helloworld-ws-reference-lean/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-reference-lean/pom.xml index 05b595b4e5..b7ee15cfec 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-reference-lean/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-reference-lean/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-reference-lean @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca sample-helloworld-ws-service - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/helloworld-ws-reference-secure/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-reference-secure/pom.xml index eae177435a..82d80b10a7 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-reference-secure/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-reference-secure/pom.xml @@ -1,85 +1,85 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-ws-reference-secure - Apache Tuscany SCA Sample HelloWorld Secure Web Service Reference - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.ws.security - wss4j - 1.5.3 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - sample-helloworld-ws-service-secure - 1.4-SNAPSHOT - test - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-ws-reference-secure + Apache Tuscany SCA Sample HelloWorld Secure Web Service Reference + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.ws.security + wss4j + 1.5.3 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + sample-helloworld-ws-service-secure + 1.4 + test + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-reference/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-reference/pom.xml index 265a2db066..96d437fb0e 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-reference/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-reference/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-reference @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca sample-helloworld-ws-service - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/pom.xml index 4aae1b4221..bb4f349d5a 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-sdo-webapp @@ -40,27 +40,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 @@ -92,7 +92,7 @@ org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile @@ -101,7 +101,7 @@ org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime --> @@ -193,7 +193,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index 9a4b963cb6..f1fc51cb03 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -24,7 +24,7 @@ org.apache.tuscany.sca sample-helloworld-ws-sdo-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/samples/helloworld-ws-sdo/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-sdo/pom.xml index f9b85a4c03..11d7455a44 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-sdo/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-sdo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-sdo @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime @@ -80,14 +80,14 @@ org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml index 2b0d8a6556..554b2bf94c 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service-jms/pom.xml @@ -1,92 +1,92 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-ws-service-jms - Apache Tuscany SCA Sample HelloWorld Web Service JMS - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - compile - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - compile - - - - org.apache.activemq - activemq-core - 4.1.1 - compile - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-ws-service-jms + Apache Tuscany SCA Sample HelloWorld Web Service JMS + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + compile + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + compile + + + + org.apache.activemq + activemq-core + 4.1.1 + compile + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-secure/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-secure/pom.xml index 763c051789..88f2d888e8 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-secure/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service-secure/pom.xml @@ -1,85 +1,85 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-helloworld-ws-service-secure - Apache Tuscany SCA Sample HelloWorld Secure Web Service - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.ws.security - wss4j - 1.5.3 - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-helloworld-ws-service-secure + Apache Tuscany SCA Sample HelloWorld Secure Web Service + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.ws.security + wss4j + 1.5.3 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/build.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/build.xml index 427772d2a1..43caeb0df7 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/build.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/build.xml @@ -1,157 +1,157 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/pom.xml index 1fbfb2a49d..dbb7f27e27 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 sample-helloworld-ws-service-webapp Apache Tuscany SCA HelloWorld Web Service Sample Webapp @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-host-webapp - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml index af87f30703..47d7fbce3c 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -24,7 +24,7 @@ org.apache.tuscany.sca sample-helloworld-ws-service-webapp - 1.4-SNAPSHOT + 1.4 war diff --git a/branches/sca-java-1.4/samples/helloworld-ws-service/pom.xml b/branches/sca-java-1.4/samples/helloworld-ws-service/pom.xml index 288373cec4..6afc4a67ff 100644 --- a/branches/sca-java-1.4/samples/helloworld-ws-service/pom.xml +++ b/branches/sca-java-1.4/samples/helloworld-ws-service/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-helloworld-ws-service @@ -39,28 +39,28 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 compile org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/implementation-composite/pom.xml b/branches/sca-java-1.4/samples/implementation-composite/pom.xml index 422fb838aa..deddb692e5 100644 --- a/branches/sca-java-1.4/samples/implementation-composite/pom.xml +++ b/branches/sca-java-1.4/samples/implementation-composite/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-implementation-composite @@ -40,20 +40,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/implementation-crud-extension/pom.xml b/branches/sca-java-1.4/samples/implementation-crud-extension/pom.xml index 539329f033..290d235011 100644 --- a/branches/sca-java-1.4/samples/implementation-crud-extension/pom.xml +++ b/branches/sca-java-1.4/samples/implementation-crud-extension/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-implementation-crud-extension @@ -39,25 +39,25 @@ org.apache.tuscany.sca tuscany-assembly - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/implementation-crud/pom.xml b/branches/sca-java-1.4/samples/implementation-crud/pom.xml index 37601d1983..ce6e2cad0d 100644 --- a/branches/sca-java-1.4/samples/implementation-crud/pom.xml +++ b/branches/sca-java-1.4/samples/implementation-crud/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-implementation-crud @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca sample-implementation-crud-extension - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/implementation-notification/pom.xml b/branches/sca-java-1.4/samples/implementation-notification/pom.xml index d99ec6841a..969698d86a 100644 --- a/branches/sca-java-1.4/samples/implementation-notification/pom.xml +++ b/branches/sca-java-1.4/samples/implementation-notification/pom.xml @@ -1,76 +1,76 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-implementation-notification - Apache Tuscany SCA Sample Notification Implementation - 1.4-SNAPSHOT - A sample illustrating use of implementation.notification - - - - org.apache.tuscany.sca - tuscany-implementation-notification - 1.4-SNAPSHOT - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - test - - - - - - junit - junit - 4.5 - test - - - - - ${artifactId} - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - install - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-implementation-notification + Apache Tuscany SCA Sample Notification Implementation + 1.4 + A sample illustrating use of implementation.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4 + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + test + + + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + install + + diff --git a/branches/sca-java-1.4/samples/implementation-pojo-extension/pom.xml b/branches/sca-java-1.4/samples/implementation-pojo-extension/pom.xml index b8afea8221..553688d547 100644 --- a/branches/sca-java-1.4/samples/implementation-pojo-extension/pom.xml +++ b/branches/sca-java-1.4/samples/implementation-pojo-extension/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-implementation-pojo-extension @@ -39,25 +39,25 @@ org.apache.tuscany.sca tuscany-assembly-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-interface-java-xml - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/samples/loanapplication/pom.xml b/branches/sca-java-1.4/samples/loanapplication/pom.xml index 4a45fae286..3f2a2d9fbe 100644 --- a/branches/sca-java-1.4/samples/loanapplication/pom.xml +++ b/branches/sca-java-1.4/samples/loanapplication/pom.xml @@ -1,65 +1,65 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-loanapplication - Apache Tuscany SCA Sample Loan Application Conversation - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-host-embedded - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-loanapplication + Apache Tuscany SCA Sample Loan Application Conversation + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/branches/sca-java-1.4/samples/osgi-supplychain/pom.xml b/branches/sca-java-1.4/samples/osgi-supplychain/pom.xml index f7e945f958..ace8c0d045 100644 --- a/branches/sca-java-1.4/samples/osgi-supplychain/pom.xml +++ b/branches/sca-java-1.4/samples/osgi-supplychain/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-osgi-supplychain @@ -39,20 +39,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-osgi - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/photo-gallery/pom.xml b/branches/sca-java-1.4/samples/photo-gallery/pom.xml index 22263cd0c9..1c623dd3f7 100644 --- a/branches/sca-java-1.4/samples/photo-gallery/pom.xml +++ b/branches/sca-java-1.4/samples/photo-gallery/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml sample-photo-gallery @@ -39,54 +39,54 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/pom.xml b/branches/sca-java-1.4/samples/pom.xml index c149f8470b..70098f3746 100644 --- a/branches/sca-java-1.4/samples/pom.xml +++ b/branches/sca-java-1.4/samples/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-samples diff --git a/branches/sca-java-1.4/samples/quote-xquery/pom.xml b/branches/sca-java-1.4/samples/quote-xquery/pom.xml index 189674de65..1a395c50dc 100644 --- a/branches/sca-java-1.4/samples/quote-xquery/pom.xml +++ b/branches/sca-java-1.4/samples/quote-xquery/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-quote-xquery @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-xquery - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime @@ -101,13 +101,13 @@ org.apache.tuscany.sca tuscany-databinding-sdo - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/simple-bigbank-spring/pom.xml b/branches/sca-java-1.4/samples/simple-bigbank-spring/pom.xml index 62e87b5831..3352c58b28 100644 --- a/branches/sca-java-1.4/samples/simple-bigbank-spring/pom.xml +++ b/branches/sca-java-1.4/samples/simple-bigbank-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-simple-bigbank-spring @@ -39,26 +39,26 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-core-spi - 1.4-SNAPSHOT + 1.4 @@ -88,97 +88,97 @@ org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-spring - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rmi-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jms-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rss-rome - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca sample-spring-bigbank-checkaccount - 1.4-SNAPSHOT + 1.4 test org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/simple-bigbank/pom.xml b/branches/sca-java-1.4/samples/simple-bigbank/pom.xml index ca9d3b48c5..7937658bde 100644 --- a/branches/sca-java-1.4/samples/simple-bigbank/pom.xml +++ b/branches/sca-java-1.4/samples/simple-bigbank/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-simple-bigbank @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/simple-callback-ws/pom.xml b/branches/sca-java-1.4/samples/simple-callback-ws/pom.xml index 942180707e..b6a28662b5 100644 --- a/branches/sca-java-1.4/samples/simple-callback-ws/pom.xml +++ b/branches/sca-java-1.4/samples/simple-callback-ws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-simple-callback-ws @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/simple-callback/pom.xml b/branches/sca-java-1.4/samples/simple-callback/pom.xml index ac48fec83a..9dbbe3332f 100644 --- a/branches/sca-java-1.4/samples/simple-callback/pom.xml +++ b/branches/sca-java-1.4/samples/simple-callback/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-simple-callback @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/spi-implementation-pojo/pom.xml b/branches/sca-java-1.4/samples/spi-implementation-pojo/pom.xml index c78d035eba..f7057dd6b0 100644 --- a/branches/sca-java-1.4/samples/spi-implementation-pojo/pom.xml +++ b/branches/sca-java-1.4/samples/spi-implementation-pojo/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-spi-implementation-java @@ -40,7 +40,7 @@ org.apache.tuscany.sca tuscany-extension-helper - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/samples/spring-bigbank-calculator/pom.xml b/branches/sca-java-1.4/samples/spring-bigbank-calculator/pom.xml index 982a122c45..161b914bc7 100644 --- a/branches/sca-java-1.4/samples/spring-bigbank-calculator/pom.xml +++ b/branches/sca-java-1.4/samples/spring-bigbank-calculator/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-spring-bigbank-calculator @@ -39,61 +39,61 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-script - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-spring - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-rmi-runtime - 1.4-SNAPSHOT + 1.4 runtime - - - org.springframework - spring-core - 2.5.5 - - - - org.springframework - spring-beans - 2.5.5 - - - - org.springframework - spring-context - 2.5.5 - + + + org.springframework + spring-core + 2.5.5 + + + + org.springframework + spring-beans + 2.5.5 + + + + org.springframework + spring-context + 2.5.5 + junit diff --git a/branches/sca-java-1.4/samples/spring-bigbank-checkaccount/pom.xml b/branches/sca-java-1.4/samples/spring-bigbank-checkaccount/pom.xml index c6e8818446..ca52bcc2d8 100644 --- a/branches/sca-java-1.4/samples/spring-bigbank-checkaccount/pom.xml +++ b/branches/sca-java-1.4/samples/spring-bigbank-checkaccount/pom.xml @@ -1,132 +1,132 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../../pom.xml - - sample-spring-bigbank-checkaccount - Apache Tuscany SCA Sample Spring-Based BigBank Checking Accounts - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-policy-security - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-core-spi - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-spring - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.4-SNAPSHOT - runtime - - - - org.springframework - spring-core - 2.5.5 - - - - org.springframework - spring-beans - 2.5.5 - - - - org.springframework - spring-context - 2.5.5 - - - - org.apache.ws.security - wss4j - 1.5.3 - - - - junit - junit - 4.5 - test - - - - org.apache.activemq - activemq-core - 5.2.0 - - - backport-util-concurrent - backport-util-concurrent - 3.1 - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../../pom.xml + + sample-spring-bigbank-checkaccount + Apache Tuscany SCA Sample Spring-Based BigBank Checking Accounts + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-node-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-policy-security + 1.4 + + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-spring + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.4 + runtime + + + + org.springframework + spring-core + 2.5.5 + + + + org.springframework + spring-beans + 2.5.5 + + + + org.springframework + spring-context + 2.5.5 + + + + org.apache.ws.security + wss4j + 1.5.3 + + + + junit + junit + 4.5 + test + + + + org.apache.activemq + activemq-core + 5.2.0 + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/samples/spring-bigbank-stockquote/pom.xml b/branches/sca-java-1.4/samples/spring-bigbank-stockquote/pom.xml index df08646b6b..4e2469973e 100644 --- a/branches/sca-java-1.4/samples/spring-bigbank-stockquote/pom.xml +++ b/branches/sca-java-1.4/samples/spring-bigbank-stockquote/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-spring-bigbank-stockquote @@ -39,61 +39,61 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-spring - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime - - - org.springframework - spring-core - 2.5.5 - - - - org.springframework - spring-beans - 2.5.5 - - - - org.springframework - spring-context - 2.5.5 - + + + org.springframework + spring-core + 2.5.5 + + + + org.springframework + spring-beans + 2.5.5 + + + + org.springframework + spring-context + 2.5.5 + junit diff --git a/branches/sca-java-1.4/samples/store-distributed/pom.xml b/branches/sca-java-1.4/samples/store-distributed/pom.xml index f539e76218..8912f7b488 100644 --- a/branches/sca-java-1.4/samples/store-distributed/pom.xml +++ b/branches/sca-java-1.4/samples/store-distributed/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml sample-store-distributed @@ -40,66 +40,66 @@ org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/store/pom.xml b/branches/sca-java-1.4/samples/store/pom.xml index 79a403e745..46c3dab5e2 100644 --- a/branches/sca-java-1.4/samples/store/pom.xml +++ b/branches/sca-java-1.4/samples/store/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml sample-store @@ -39,54 +39,54 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/supplychain/pom.xml b/branches/sca-java-1.4/samples/supplychain/pom.xml index 88fdc014da..98d353a0d3 100644 --- a/branches/sca-java-1.4/samples/supplychain/pom.xml +++ b/branches/sca-java-1.4/samples/supplychain/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-supplychain @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/web-resource/pom.xml b/branches/sca-java-1.4/samples/web-resource/pom.xml index 52f082fbe8..4b00a6802b 100644 --- a/branches/sca-java-1.4/samples/web-resource/pom.xml +++ b/branches/sca-java-1.4/samples/web-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-web-resource @@ -39,27 +39,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/samples/zipcode-jaxws/pom.xml b/branches/sca-java-1.4/samples/zipcode-jaxws/pom.xml index 87c5e75480..b61be5170a 100644 --- a/branches/sca-java-1.4/samples/zipcode-jaxws/pom.xml +++ b/branches/sca-java-1.4/samples/zipcode-jaxws/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../../pom.xml sample-zipcode-jaxws @@ -34,27 +34,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime @@ -124,7 +124,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tools/eclipse/features/core/feature.xml b/branches/sca-java-1.4/tools/eclipse/features/core/feature.xml index 3a2d14a054..060935b1d9 100644 --- a/branches/sca-java-1.4/tools/eclipse/features/core/feature.xml +++ b/branches/sca-java-1.4/tools/eclipse/features/core/feature.xml @@ -60,12 +60,12 @@ Unless required by applicable law or agreed to in writing, software distributed unpack="false"/> diff --git a/branches/sca-java-1.4/tools/eclipse/features/core/pom.xml b/branches/sca-java-1.4/tools/eclipse/features/core/pom.xml index 30756fe9d6..8e6789f396 100644 --- a/branches/sca-java-1.4/tools/eclipse/features/core/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse/features/core/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.core diff --git a/branches/sca-java-1.4/tools/eclipse/plugins/core/pom.xml b/branches/sca-java-1.4/tools/eclipse/plugins/core/pom.xml index 9ae1fd1e1f..4d545422b5 100644 --- a/branches/sca-java-1.4/tools/eclipse/plugins/core/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse/plugins/core/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.core diff --git a/branches/sca-java-1.4/tools/eclipse/pom.xml b/branches/sca-java-1.4/tools/eclipse/pom.xml index ef096ac09b..f1fa97531b 100644 --- a/branches/sca-java-1.4/tools/eclipse/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/tools/eclipse/site/updatesite/pom.xml b/branches/sca-java-1.4/tools/eclipse/site/updatesite/pom.xml index 32c0ec6f16..a817c23186 100644 --- a/branches/sca-java-1.4/tools/eclipse/site/updatesite/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse/site/updatesite/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.updatesite @@ -36,12 +36,12 @@ org.apache.tuscany.sca org.apache.tuscany.sca.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.core - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tools/eclipse/site/updatesite/site.xml b/branches/sca-java-1.4/tools/eclipse/site/updatesite/site.xml index 1ba6c0c004..645605e453 100644 --- a/branches/sca-java-1.4/tools/eclipse/site/updatesite/site.xml +++ b/branches/sca-java-1.4/tools/eclipse/site/updatesite/site.xml @@ -23,14 +23,14 @@ + url="features/org.apache.tuscany.sca.feature.core-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.core-1.4.jar"/> - + - + diff --git a/branches/sca-java-1.4/tools/eclipse34/features/core/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/core/pom.xml index 953eb9ec77..1ba61716b5 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/core/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/core/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.core diff --git a/branches/sca-java-1.4/tools/eclipse34/features/ejava/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/ejava/pom.xml index da67d110b7..e75cf44749 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/ejava/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/ejava/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.ejava diff --git a/branches/sca-java-1.4/tools/eclipse34/features/manager/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/manager/pom.xml index 2e4f221ef1..5a953788d4 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/manager/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/manager/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.manager diff --git a/branches/sca-java-1.4/tools/eclipse34/features/process/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/process/pom.xml index 9ad398109a..25cbb4eaf7 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/process/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/process/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.process diff --git a/branches/sca-java-1.4/tools/eclipse34/features/web20/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/web20/pom.xml index 9d4b4d50b5..e0fc21bd4a 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/web20/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/web20/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.web20 diff --git a/branches/sca-java-1.4/tools/eclipse34/features/webservice/pom.xml b/branches/sca-java-1.4/tools/eclipse34/features/webservice/pom.xml index f42fa8ce48..d14b82955d 100644 --- a/branches/sca-java-1.4/tools/eclipse34/features/webservice/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/features/webservice/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.feature.webservice diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/core/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/core/pom.xml index b32ec079d4..0c9ee9b68c 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/core/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/core/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.core @@ -44,14 +44,14 @@ org.apache.tuscany.sca tuscany-distribution-core - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-core - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/ejava/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/ejava/pom.xml index 752d20f7c1..2903f7e8be 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/ejava/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/ejava/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.ejava @@ -44,20 +44,20 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-distribution-ejava - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-ejava - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/manager/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/manager/pom.xml index ae6b3516a2..1905d80956 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/manager/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/manager/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.manager @@ -44,20 +44,20 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-distribution-manager - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-manager - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/process/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/process/pom.xml index 5e7366c07b..d7b572068c 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/process/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/process/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.process @@ -44,20 +44,20 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-distribution-process - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-process - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/web20/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/web20/pom.xml index 7c450e753e..10ba4226c1 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/web20/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/web20/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.web20 @@ -44,20 +44,20 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-distribution-web20 - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-web20 - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/plugins/webservice/pom.xml b/branches/sca-java-1.4/tools/eclipse34/plugins/webservice/pom.xml index 64fb36a15d..c3faf12f8b 100644 --- a/branches/sca-java-1.4/tools/eclipse34/plugins/webservice/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/plugins/webservice/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.plugin.webservice @@ -44,20 +44,20 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-distribution-webservice - 1.4-SNAPSHOT + 1.4 zip org.apache.tuscany.sca tuscany-distribution-webservice - 1.4-SNAPSHOT + 1.4 src zip diff --git a/branches/sca-java-1.4/tools/eclipse34/pom.xml b/branches/sca-java-1.4/tools/eclipse34/pom.xml index a8da59b478..fc8aa6d09d 100644 --- a/branches/sca-java-1.4/tools/eclipse34/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/tools/eclipse34/site/updatesite/pom.xml b/branches/sca-java-1.4/tools/eclipse34/site/updatesite/pom.xml index 0ef2f84873..42eee9c2b6 100644 --- a/branches/sca-java-1.4/tools/eclipse34/site/updatesite/pom.xml +++ b/branches/sca-java-1.4/tools/eclipse34/site/updatesite/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-eclipse-tools - 1.4-SNAPSHOT + 1.4 ../../pom.xml org.apache.tuscany.sca.updatesite @@ -36,72 +36,72 @@ org.apache.tuscany.sca org.apache.tuscany.sca.plugin.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.core - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.plugin.ejava - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.ejava - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.plugin.manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.manager - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.plugin.process - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.process - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.plugin.web20 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.web20 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.plugin.webservice - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca org.apache.tuscany.sca.feature.webservice - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tools/eclipse34/site/updatesite/site.xml b/branches/sca-java-1.4/tools/eclipse34/site/updatesite/site.xml index 1ea30f7f70..e5a23009bf 100644 --- a/branches/sca-java-1.4/tools/eclipse34/site/updatesite/site.xml +++ b/branches/sca-java-1.4/tools/eclipse34/site/updatesite/site.xml @@ -22,65 +22,65 @@ Apache Tuscany SCA Eclipse Update Site. - - - - - - + url="features/org.apache.tuscany.sca.feature.core-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.core-1.4.jar"/> + url="features/org.apache.tuscany.sca.feature.ejava-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.ejava-1.4.jar"/> + url="features/org.apache.tuscany.sca.feature.manager-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.manager-1.4.jar"/> + url="features/org.apache.tuscany.sca.feature.process-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.process-1.4.jar"/> + url="features/org.apache.tuscany.sca.feature.web20-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.web20-1.4.jar"/> + url="features/org.apache.tuscany.sca.feature.webservice-1.4.jar"/> + url="plugins/org.apache.tuscany.sca.plugin.webservice-1.4.jar"/> diff --git a/branches/sca-java-1.4/tools/java2wsdl/pom.xml b/branches/sca-java-1.4/tools/java2wsdl/pom.xml index e9c97b283c..43586359d0 100644 --- a/branches/sca-java-1.4/tools/java2wsdl/pom.xml +++ b/branches/sca-java-1.4/tools/java2wsdl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-java2wsdl @@ -42,12 +42,12 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-databinding - 1.4-SNAPSHOT + 1.4 javax.xml.stream diff --git a/branches/sca-java-1.4/tools/maven/maven-ant-generator/pom.xml b/branches/sca-java-1.4/tools/maven/maven-ant-generator/pom.xml index 42b379cdba..13a62da1b6 100644 --- a/branches/sca-java-1.4/tools/maven/maven-ant-generator/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-ant-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-ant-generator diff --git a/branches/sca-java-1.4/tools/maven/maven-dependency-lister/pom.xml b/branches/sca-java-1.4/tools/maven/maven-dependency-lister/pom.xml index 7656b48a68..b13124e4cc 100644 --- a/branches/sca-java-1.4/tools/maven/maven-dependency-lister/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-dependency-lister/pom.xml @@ -1,71 +1,71 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca-maven-tools - 1.4-SNAPSHOT - ../pom.xml - - tuscany-maven-dependency-lister - maven-plugin - Apache Tuscany SCA Dependency Lister Maven Plugin - - - - org.apache.maven - maven-plugin-api - 2.0.7 - - - - org.apache.maven - maven-project - 2.0.7 - - - - org.apache.maven - maven-settings - 2.0.7 - - - - org.apache.maven - maven-artifact - 2.0.7 - - - - org.apache.maven - maven-model - 2.0.7 - - - - org.apache.maven.shared - maven-dependency-tree - 1.0 - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca-maven-tools + 1.4 + ../pom.xml + + tuscany-maven-dependency-lister + maven-plugin + Apache Tuscany SCA Dependency Lister Maven Plugin + + + + org.apache.maven + maven-plugin-api + 2.0.7 + + + + org.apache.maven + maven-project + 2.0.7 + + + + org.apache.maven + maven-settings + 2.0.7 + + + + org.apache.maven + maven-artifact + 2.0.7 + + + + org.apache.maven + maven-model + 2.0.7 + + + + org.apache.maven.shared + maven-dependency-tree + 1.0 + + + + + diff --git a/branches/sca-java-1.4/tools/maven/maven-incremental-build/pom.xml b/branches/sca-java-1.4/tools/maven/maven-incremental-build/pom.xml index e73c99b29d..2df77bbec2 100644 --- a/branches/sca-java-1.4/tools/maven/maven-incremental-build/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-incremental-build/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-incremental-build diff --git a/branches/sca-java-1.4/tools/maven/maven-java2wsdl/pom.xml b/branches/sca-java-1.4/tools/maven/maven-java2wsdl/pom.xml index a9b3126cdf..f9f1c29361 100644 --- a/branches/sca-java-1.4/tools/maven/maven-java2wsdl/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-java2wsdl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-java2wsdl @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-java2wsdl - 1.4-SNAPSHOT + 1.4
diff --git a/branches/sca-java-1.4/tools/maven/maven-osgi-junit/pom.xml b/branches/sca-java-1.4/tools/maven/maven-osgi-junit/pom.xml index 2df4e01909..647435d43c 100644 --- a/branches/sca-java-1.4/tools/maven/maven-osgi-junit/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-osgi-junit/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-osgi-junit @@ -46,7 +46,7 @@ org.apache.tuscany.sca tuscany-node-launcher-osgi - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tools/maven/maven-tuscany-bundle-plugin/pom.xml b/branches/sca-java-1.4/tools/maven/maven-tuscany-bundle-plugin/pom.xml index c6e972f044..cf7ea5803c 100644 --- a/branches/sca-java-1.4/tools/maven/maven-tuscany-bundle-plugin/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-tuscany-bundle-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-bundle-plugin diff --git a/branches/sca-java-1.4/tools/maven/maven-web-junit/pom.xml b/branches/sca-java-1.4/tools/maven/maven-web-junit/pom.xml index 9399bf1456..483c458b83 100644 --- a/branches/sca-java-1.4/tools/maven/maven-web-junit/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-web-junit/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-web-junit diff --git a/branches/sca-java-1.4/tools/maven/maven-wsdl2java/pom.xml b/branches/sca-java-1.4/tools/maven/maven-wsdl2java/pom.xml index 0425f8826e..b23c9c0410 100644 --- a/branches/sca-java-1.4/tools/maven/maven-wsdl2java/pom.xml +++ b/branches/sca-java-1.4/tools/maven/maven-wsdl2java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-maven-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-maven-wsdl2java @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-wsdl2java - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tools/maven/pom.xml b/branches/sca-java-1.4/tools/maven/pom.xml index fe08686bdf..0e4aafe79b 100644 --- a/branches/sca-java-1.4/tools/maven/pom.xml +++ b/branches/sca-java-1.4/tools/maven/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml diff --git a/branches/sca-java-1.4/tools/pom.xml b/branches/sca-java-1.4/tools/pom.xml index b3ab8cb275..d2c38aa1ff 100644 --- a/branches/sca-java-1.4/tools/pom.xml +++ b/branches/sca-java-1.4/tools/pom.xml @@ -1,48 +1,48 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.4-SNAPSHOT - ../pom.xml - - tuscany-sca-tools - pom - Apache Tuscany SCA Tools - - - - default - - true - - - eclipse - java2wsdl - maven - wsdl2java - runtime-inspector - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4 + ../pom.xml + + tuscany-sca-tools + pom + Apache Tuscany SCA Tools + + + + default + + true + + + eclipse + java2wsdl + maven + wsdl2java + runtime-inspector + + + + + diff --git a/branches/sca-java-1.4/tools/runtime-inspector/pom.xml b/branches/sca-java-1.4/tools/runtime-inspector/pom.xml index ea6078bf7d..428ec37895 100644 --- a/branches/sca-java-1.4/tools/runtime-inspector/pom.xml +++ b/branches/sca-java-1.4/tools/runtime-inspector/pom.xml @@ -1,71 +1,71 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca-tools - 1.4-SNAPSHOT - ../pom.xml - - tools-runtime-inspector - Apache Tuscany SCA Tools Runtime Inspector - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - - org.apache.tuscany.sca - tuscany-host-http - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca-tools + 1.4 + ../pom.xml + + tools-runtime-inspector + Apache Tuscany SCA Tools Runtime Inspector + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-host-http + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.4/tools/wsdl2java/pom.xml b/branches/sca-java-1.4/tools/wsdl2java/pom.xml index 6f13c6ca5e..6d158fe255 100644 --- a/branches/sca-java-1.4/tools/wsdl2java/pom.xml +++ b/branches/sca-java-1.4/tools/wsdl2java/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca-tools - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-wsdl2java @@ -31,7 +31,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 test diff --git a/branches/sca-java-1.4/tutorials/pom.xml b/branches/sca-java-1.4/tutorials/pom.xml index 7491bc88cf..48f03b18d7 100644 --- a/branches/sca-java-1.4/tutorials/pom.xml +++ b/branches/sca-java-1.4/tutorials/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-tutorials diff --git a/branches/sca-java-1.4/tutorials/store/assets/pom.xml b/branches/sca-java-1.4/tutorials/store/assets/pom.xml index 4902105703..3e1af7934b 100644 --- a/branches/sca-java-1.4/tutorials/store/assets/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/assets/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-assets @@ -39,13 +39,13 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 @@ -74,7 +74,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/catalog-ejb/pom.xml b/branches/sca-java-1.4/tutorials/store/catalog-ejb/pom.xml index a71c71a708..fef91e22e7 100644 --- a/branches/sca-java-1.4/tutorials/store/catalog-ejb/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/catalog-ejb/pom.xml @@ -1,107 +1,107 @@ - - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-tutorial-store - 1.4-SNAPSHOT - ../pom.xml - - - tutorial-catalog-ejb - Apache Tuscany SCA Store Tutorial Catalog EJB - jar - - - - org.apache.geronimo.specs - geronimo-ejb_3.0_spec - 1.0 - provided - - - - junit - junit - 4.5 - test - - - - org.apache.geronimo.modules - geronimo-openejb - 2.1.1 - test - - - org.apache.geronimo.modules - geronimo-connector - - - org.apache.geronimo.modules - geronimo-persistence-jpa10 - - - org.apache.openejb - openejb-ejbd - - - org.apache.openejb - openejb-server - - - org.apache.openejb - openejb-loader - - - org.apache.openejb - openejb-jee - - - org.apache.openejb - openejb-ejbd - - - org.apache.openejb - openejb-javaagent - - - com.sun.xml.bind - jaxb-impl - - - - - - - - ${artifactId} - - - ${pom.basedir}/src/main/resources - true - - - - - - + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.4 + ../pom.xml + + + tutorial-catalog-ejb + Apache Tuscany SCA Store Tutorial Catalog EJB + jar + + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + provided + + + + junit + junit + 4.5 + test + + + + org.apache.geronimo.modules + geronimo-openejb + 2.1.1 + test + + + org.apache.geronimo.modules + geronimo-connector + + + org.apache.geronimo.modules + geronimo-persistence-jpa10 + + + org.apache.openejb + openejb-ejbd + + + org.apache.openejb + openejb-server + + + org.apache.openejb + openejb-loader + + + org.apache.openejb + openejb-jee + + + org.apache.openejb + openejb-ejbd + + + org.apache.openejb + openejb-javaagent + + + com.sun.xml.bind + jaxb-impl + + + + + + + + ${artifactId} + + + ${pom.basedir}/src/main/resources + true + + + + + + diff --git a/branches/sca-java-1.4/tutorials/store/catalog-mediation/pom.xml b/branches/sca-java-1.4/tutorials/store/catalog-mediation/pom.xml index 504908a9ab..2792a3c790 100644 --- a/branches/sca-java-1.4/tutorials/store/catalog-mediation/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/catalog-mediation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-catalog-mediation @@ -39,13 +39,13 @@ org.apache.tuscany.sca tutorial-assets - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tutorial-catalog-ejb - 1.4-SNAPSHOT + 1.4 @@ -76,7 +76,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/catalog-webapp/pom.xml b/branches/sca-java-1.4/tutorials/store/catalog-webapp/pom.xml index 80a8861a99..dc6dbc53ab 100644 --- a/branches/sca-java-1.4/tutorials/store/catalog-webapp/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/catalog-webapp/pom.xml @@ -1,110 +1,110 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-tutorial-store - 1.4-SNAPSHOT - ../pom.xml - - tutorial-catalog-webapp - Apache Tuscany SCA Store Tutorial Catalog WAR Contribution - war - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-sca-api - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tutorial-assets - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-launcher - 1.4-SNAPSHOT - runtime - - - - - - ${artifactId} - ${basedir} - - - ${basedir} - - **/*.java - **/.*/** - pom.xml - build.xml - target/** - webapp/** - target/** - - - - - - - org.apache.maven.plugins - maven-war-plugin - - webapp - - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.4 + ../pom.xml + + tutorial-catalog-webapp + Apache Tuscany SCA Store Tutorial Catalog WAR Contribution + war + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-node-api + 1.4 + runtime + + + + org.apache.tuscany.sca + tutorial-assets + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-launcher + 1.4 + runtime + + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + webapp/** + target/** + + + + + + + org.apache.maven.plugins + maven-war-plugin + + webapp + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + + + diff --git a/branches/sca-java-1.4/tutorials/store/domain/pom.xml b/branches/sca-java-1.4/tutorials/store/domain/pom.xml index be3c8c38c9..a45cdadd09 100644 --- a/branches/sca-java-1.4/tutorials/store/domain/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/domain/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-domain @@ -39,90 +39,90 @@ org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ejb-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-ejb - 1.4-SNAPSHOT + 1.4 runtime @@ -154,7 +154,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/pom.xml b/branches/sca-java-1.4/tutorials/store/pom.xml index fd44a6d3b3..2ea702fbb1 100644 --- a/branches/sca-java-1.4/tutorials/store/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorials - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-tutorial-store diff --git a/branches/sca-java-1.4/tutorials/store/store-client/pom.xml b/branches/sca-java-1.4/tutorials/store/store-client/pom.xml index bfcc1a912b..0283cc0e51 100644 --- a/branches/sca-java-1.4/tutorials/store/store-client/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-client/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-client @@ -39,52 +39,52 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime @@ -108,7 +108,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-db/pom.xml b/branches/sca-java-1.4/tutorials/store/store-db/pom.xml index b3ec4949ab..7d32760d44 100644 --- a/branches/sca-java-1.4/tutorials/store/store-db/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-db/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-db @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-eu/pom.xml b/branches/sca-java-1.4/tutorials/store/store-eu/pom.xml index b689c888e6..e1817f831c 100644 --- a/branches/sca-java-1.4/tutorials/store/store-eu/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-eu/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-eu @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-market/build.xml b/branches/sca-java-1.4/tutorials/store/store-market/build.xml index a6b0b461b1..a45411b94a 100644 --- a/branches/sca-java-1.4/tutorials/store/store-market/build.xml +++ b/branches/sca-java-1.4/tutorials/store/store-market/build.xml @@ -46,7 +46,7 @@ - + diff --git a/branches/sca-java-1.4/tutorials/store/store-market/pom.xml b/branches/sca-java-1.4/tutorials/store/store-market/pom.xml index 50a931ead3..c302915ead 100644 --- a/branches/sca-java-1.4/tutorials/store/store-market/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-market/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-market @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-mashup/pom.xml b/branches/sca-java-1.4/tutorials/store/store-mashup/pom.xml index 475620e99f..a8d271d849 100644 --- a/branches/sca-java-1.4/tutorials/store/store-mashup/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-mashup/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-mashup @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-merger/pom.xml b/branches/sca-java-1.4/tutorials/store/store-merger/pom.xml index 5a0b6f6dec..1491a2d135 100644 --- a/branches/sca-java-1.4/tutorials/store/store-merger/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-merger/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-merger @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml b/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml index cc0cfdd630..2f8769589f 100644 --- a/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-supplier @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store-test/pom.xml b/branches/sca-java-1.4/tutorials/store/store-test/pom.xml index e3ea3e6ec4..b0317d2402 100644 --- a/branches/sca-java-1.4/tutorials/store/store-test/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-test @@ -39,108 +39,108 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-data-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-launcher - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-domain-manager - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ejb-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-ejb - 1.4-SNAPSHOT + 1.4 runtime @@ -161,7 +161,7 @@ org.apache.tuscany.sca tutorial-store-supplier - 1.4-SNAPSHOT + 1.4 runtime @@ -186,7 +186,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/store/pom.xml b/branches/sca-java-1.4/tutorials/store/store/pom.xml index 232b9901f7..e3569fda34 100644 --- a/branches/sca-java-1.4/tutorials/store/store/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/web-services/pom.xml b/branches/sca-java-1.4/tutorials/store/web-services/pom.xml index 43cc88510e..b3abb93a8b 100644 --- a/branches/sca-java-1.4/tutorials/store/web-services/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/web-services/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-web-services @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4-SNAPSHOT + 1.4 @@ -62,7 +62,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/www-services/cart-amazon/pom.xml b/branches/sca-java-1.4/tutorials/store/www-services/cart-amazon/pom.xml index 9b4b725746..360f7d19f8 100644 --- a/branches/sca-java-1.4/tutorials/store/www-services/cart-amazon/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/www-services/cart-amazon/pom.xml @@ -1,215 +1,215 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-tutorial-store - 1.4-SNAPSHOT - ../pom.xml - - tutorial-cart-amazon - Apache Tuscany SCA Store Tutorial Amazon Cart - - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-node-api - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.4-SNAPSHOT - runtime - - - - org.apache.tuscany.sdo - tuscany-sdo-lib - 1.1-incubating - - - - org.apache.tuscany.sdo - tuscany-sdo-impl - 1.1-incubating - - - - org.apache.tuscany.sca - tuscany-databinding - 1.4-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-databinding-sdo - 1.4-SNAPSHOT - runtime - - - - junit - junit - 4.2 - compile - - - - - - ${artifactId} - ${basedir} - ${basedir}/test - - - ${basedir} - - **/*.java - pom.xml - build.xml - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.0 - - - add-test-source - generate-sources - - add-source - - - - target/sdo-source - target/wsdl2java-source - - - - - - - org.apache.tuscany.sdo - tuscany-sdo-plugin - 1.1-incubating - - - - ${basedir}/amazon/cart/AmazonCart.wsdl - true - true - true - true - - - generate - - - - - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - generate - - - - - - org.apache.tuscany.sca - tuscany-maven-wsdl2java - 1.4-SNAPSHOT - - - - ${basedir}/amazon/cart/AmazonCart.wsdl - amazon.cart.api - - - generate - - - - - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.4-SNAPSHOT - - - - launch.LaunchAmazonCart - - - generate - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - ant - ant-trax - 1.6.5 - - - - - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.4 + ../pom.xml + + tutorial-cart-amazon + Apache Tuscany SCA Store Tutorial Amazon Cart + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-node-api + 1.4 + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4 + runtime + + + + org.apache.tuscany.sdo + tuscany-sdo-lib + 1.1-incubating + + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1-incubating + + + + org.apache.tuscany.sca + tuscany-databinding + 1.4 + + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.4 + runtime + + + + junit + junit + 4.2 + compile + + + + + + ${artifactId} + ${basedir} + ${basedir}/test + + + ${basedir} + + **/*.java + pom.xml + build.xml + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-test-source + generate-sources + + add-source + + + + target/sdo-source + target/wsdl2java-source + + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.1-incubating + + + + ${basedir}/amazon/cart/AmazonCart.wsdl + true + true + true + true + + + generate + + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + generate + + + + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + 1.4 + + + + ${basedir}/amazon/cart/AmazonCart.wsdl + amazon.cart.api + + + generate + + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4 + + + + launch.LaunchAmazonCart + + + generate + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant + ant-trax + 1.6.5 + + + + + + + + diff --git a/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/pom.xml b/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/pom.xml index c333abafd3..d3d8b7fb84 100644 --- a/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-catalog-amazon @@ -33,48 +33,48 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-databinding-saxon - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-xquery - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/store-db/pom.xml b/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/store-db/pom.xml index a03234ec3f..89edd4c73a 100644 --- a/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/store-db/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/www-services/catalog-amazon/store-db/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-store-db @@ -39,40 +39,40 @@ org.apache.tuscany.sca tuscany-host-jetty - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tutorial-assets - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-api - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4-SNAPSHOT + 1.4 @@ -96,7 +96,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/tutorials/store/www-services/pom.xml b/branches/sca-java-1.4/tutorials/store/www-services/pom.xml index 967cf33a79..ab9941855c 100644 --- a/branches/sca-java-1.4/tutorials/store/www-services/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/www-services/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-tutorial-store - 1.4-SNAPSHOT + 1.4 ../pom.xml tutorial-www-services diff --git a/branches/sca-java-1.4/vtest/assembly/component/pom.xml b/branches/sca-java-1.4/vtest/assembly/component/pom.xml index 899631dbb6..6b9ccaf4e4 100644 --- a/branches/sca-java-1.4/vtest/assembly/component/pom.xml +++ b/branches/sca-java-1.4/vtest/assembly/component/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-assembly - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-assembly-component @@ -33,13 +33,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/assembly/composite/pom.xml b/branches/sca-java-1.4/vtest/assembly/composite/pom.xml index 70548558cb..96e13e8e8c 100644 --- a/branches/sca-java-1.4/vtest/assembly/composite/pom.xml +++ b/branches/sca-java-1.4/vtest/assembly/composite/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-assembly - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-assembly-composite @@ -33,13 +33,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/assembly/ctypefile/pom.xml b/branches/sca-java-1.4/vtest/assembly/ctypefile/pom.xml index b91318c7ad..33ae098c3a 100644 --- a/branches/sca-java-1.4/vtest/assembly/ctypefile/pom.xml +++ b/branches/sca-java-1.4/vtest/assembly/ctypefile/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-assembly - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-assembly-ctypefile @@ -33,13 +33,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/assembly/pom.xml b/branches/sca-java-1.4/vtest/assembly/pom.xml index c44ecaacd3..afa4d468b0 100644 --- a/branches/sca-java-1.4/vtest/assembly/pom.xml +++ b/branches/sca-java-1.4/vtest/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-vtest - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-assembly @@ -33,20 +33,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca vtest-utilities - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml index 12bb6e682c..068b28da31 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/conversational/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-conversation @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml index 6fcc35ca60..90da26c78a 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/conversationattributes/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-conversationattributes @@ -32,20 +32,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-policy-security - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml index 211f457b11..4acd71b7a4 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/destroy/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-destroy @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml index 4e75f9420a..3f5342cc4b 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/endsconversation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-endsconversation @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml index 0d382dca82..0680180fde 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/init/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-init @@ -32,12 +32,12 @@ org.apache.tuscany.sca tuscany-node-impl - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml index 872b98954a..2490f9d874 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/oneway/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-oneway @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml index 2755583358..986d3a79f8 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-java-api - 1.4-SNAPSHOT + 1.4 ../pom.xml java-api-annotations @@ -34,13 +34,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml index b59d01479a..5156e9774f 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/property/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-property @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml index aabf47ee43..58f442bb8c 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/reference/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-reference @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml index 44b1c31164..5f95470e9a 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/scope/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-scope @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml b/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml index 5d389c4af9..c0da7ab262 100644 --- a/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/annotations/service/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-annotations-service @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/callablereference/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/callablereference/pom.xml index 024a7e12c9..123712aef5 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/callablereference/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/callablereference/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-callablereference @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/componentcontext/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/componentcontext/pom.xml index 5bbe9cd944..034f1e934f 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/componentcontext/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/componentcontext/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-componentcontext @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/conversation/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/conversation/pom.xml index 0d4ffb4181..8ebb215d4a 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/conversation/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/conversation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-conversation @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/exception/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/exception/pom.xml index 92ff3dddca..baf14316c3 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/exception/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/exception/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-exception @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/pom.xml index b1b2fc3e6b..06e7ec7d99 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-java-api - 1.4-SNAPSHOT + 1.4 ../pom.xml java-api-apis @@ -34,13 +34,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/requestcontext/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/requestcontext/pom.xml index 3736cffc2d..7cab07724e 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/requestcontext/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/requestcontext/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-requestcontext @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/apis/servicereference/pom.xml b/branches/sca-java-1.4/vtest/java-api/apis/servicereference/pom.xml index 1abac56a79..e9808a4caa 100644 --- a/branches/sca-java-1.4/vtest/java-api/apis/servicereference/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/apis/servicereference/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-apis - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-apis-servicereference @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/conversation/callback/pom.xml b/branches/sca-java-1.4/vtest/java-api/conversation/callback/pom.xml index b26bea50e4..3753a0b893 100644 --- a/branches/sca-java-1.4/vtest/java-api/conversation/callback/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/conversation/callback/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-conversation-callback @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/conversation/id/pom.xml b/branches/sca-java-1.4/vtest/java-api/conversation/id/pom.xml index 5b39c0eaf0..b61f5081e7 100644 --- a/branches/sca-java-1.4/vtest/java-api/conversation/id/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/conversation/id/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-conversation-id @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/conversation/lifetime/pom.xml b/branches/sca-java-1.4/vtest/java-api/conversation/lifetime/pom.xml index f4abba27b3..76db827ecf 100644 --- a/branches/sca-java-1.4/vtest/java-api/conversation/lifetime/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/conversation/lifetime/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-conversation-lifetime @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/conversation/parameters/pom.xml b/branches/sca-java-1.4/vtest/java-api/conversation/parameters/pom.xml index b1cba2a4bc..fd0c11953a 100644 --- a/branches/sca-java-1.4/vtest/java-api/conversation/parameters/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/conversation/parameters/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca java-api-annotations - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-conversation-parameters @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/conversation/pom.xml b/branches/sca-java-1.4/vtest/java-api/conversation/pom.xml index 67aa9702be..e42e7b1edf 100644 --- a/branches/sca-java-1.4/vtest/java-api/conversation/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/conversation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-java-api - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api-conversation @@ -34,13 +34,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/java-api/pom.xml b/branches/sca-java-1.4/vtest/java-api/pom.xml index 198af57bbc..ae86356f74 100644 --- a/branches/sca-java-1.4/vtest/java-api/pom.xml +++ b/branches/sca-java-1.4/vtest/java-api/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-vtest - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-java-api @@ -33,20 +33,20 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca vtest-utilities - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/pom.xml b/branches/sca-java-1.4/vtest/pom.xml index f4a2ebd05d..0f853f97cb 100644 --- a/branches/sca-java-1.4/vtest/pom.xml +++ b/branches/sca-java-1.4/vtest/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.4 ../pom.xml tuscany-vtest diff --git a/branches/sca-java-1.4/vtest/utilities/pom.xml b/branches/sca-java-1.4/vtest/utilities/pom.xml index 00decfe173..1f63c28acf 100644 --- a/branches/sca-java-1.4/vtest/utilities/pom.xml +++ b/branches/sca-java-1.4/vtest/utilities/pom.xml @@ -23,7 +23,7 @@ org.apache.tuscany.sca tuscany-vtest - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-utilities @@ -34,7 +34,7 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml index 13980821a7..7db0fc2238 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-nowsdl - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-nowsdl-defaultbinding @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml index f8a665213d..3b23a80ada 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-nowsdl - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-nowsdl-multisoapbindings @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml index 7167bdcc4a..115044df37 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-nowsdl @@ -34,19 +34,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca vtest-utilities - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml index 4b96f10cab..8f0a7c8b66 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-nowsdl - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-nowsdl-promoted @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml index d86bc8618a..ddb94666b4 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-nowsdl - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-nowsdl-soapversion @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/pom.xml index e984f8b4bd..11801687c2 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-vtest - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca vtest-utilities - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml index dfd7d08282..d1756bedf1 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-service @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml index 8054cd779e..e3a373a45f 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-wsdlelement - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-wsdlelement-binding @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml index e1707234dc..925b467717 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-wsdlelement @@ -33,19 +33,19 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca vtest-utilities - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml index e9be8c75c1..8730fb551d 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-wsdlelement - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-wsdlelement-port @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml index d2a0b67648..ea7fdc6965 100644 --- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml +++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca vtest-wsbinding-wsdlelement - 1.4-SNAPSHOT + 1.4 ../pom.xml vtest-wsbinding-wsdlelement-service @@ -32,26 +32,26 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.4 org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.4 runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.4 runtime -- cgit v1.2.3