You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/27 00:45:08 UTC

svn commit: r830026 [6/6] - in /tuscany/branches/sca-java-1.x: ./ demos/alert-aggregator-webapp/ distribution/bundle/ distribution/manifest/ distribution/src/main/assembly/ distribution/src/main/release/ distribution/src/main/release/bin/ distribution/...

Modified: tuscany/branches/sca-java-1.x/tools/eclipse/features/core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/eclipse/features/core/META-INF/MANIFEST.MF?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/eclipse/features/core/META-INF/MANIFEST.MF (original)
+++ tuscany/branches/sca-java-1.x/tools/eclipse/features/core/META-INF/MANIFEST.MF Mon Oct 26 23:44:59 2009
@@ -2,5 +2,5 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Tuscany SCA Tools Core Feature
 Bundle-SymbolicName: org.apache.tuscany.sca.feature.core
-Bundle-Version: 1.4.0
+Bundle-Version: 1.6
 Bundle-Vendor: Apache Software Foundation

Modified: tuscany/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml (original)
+++ tuscany/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml Mon Oct 26 23:44:59 2009
@@ -20,7 +20,7 @@
 <feature
       id="org.apache.tuscany.sca.feature.core"
       label="Apache Tuscany SCA Tools Core Feature"
-      version="1.4.0"
+      version="1.6"
       provider-name="Apache Software Foundation">
    <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
 
@@ -56,7 +56,7 @@
          id="org.apache.tuscany.sca.core"
          download-size="0"
          install-size="0"
-         version="1.4.0"
+         version="1.6"
          unpack="false"/>
 
    <data

Modified: tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/META-INF/MANIFEST.MF?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/META-INF/MANIFEST.MF (original)
+++ tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/META-INF/MANIFEST.MF Mon Oct 26 23:44:59 2009
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Tuscany SCA Tools Core Plugin
 Bundle-SymbolicName: org.apache.tuscany.sca.core;singleton:=true
-Bundle-Version: 1.4.0
+Bundle-Version: 1.6
 Import-Package: org.eclipse.core.resources,
  org.eclipse.core.runtime,
  org.eclipse.core.runtime.jobs,

Modified: tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java (original)
+++ tuscany/branches/sca-java-1.x/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java Mon Oct 26 23:44:59 2009
@@ -47,7 +47,7 @@
     private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
 
     private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature.core";
-    private static final String TUSCANY_VERSION = "1.5.0";
+    private static final String TUSCANY_VERSION = "1.6";
     
     /**
      * Return the installed runtime classpath entries.

Modified: tuscany/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml (original)
+++ tuscany/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml Mon Oct 26 23:44:59 2009
@@ -22,15 +22,15 @@
       Apache Tuscany SCA Tools.
    </description>
    
-   <feature id="org.apache.tuscany.sca.feature.core" version="1.4.0"
+   <feature id="org.apache.tuscany.sca.feature.core" version="1.5.1"
       url="features/org.apache.tuscany.sca.feature.core-1.6-SNAPSHOT.jar"/>
    
-   <archive path="plugins/org.apache.tuscany.sca.core_1.4.0.jar"
+   <archive path="plugins/org.apache.tuscany.sca.core_1.5.1.jar"
       url="plugins/org.apache.tuscany.sca.core-1.6-SNAPSHOT.jar"/>
 
-   <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/runtime/apache-tuscany-sca-1.6-SNAPSHOT.jar"
+   <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/runtime/apache-tuscany-sca-1.6-SNAPSHOT.jar"
       url="../apache-tuscany-sca-1.6-SNAPSHOT.zip"/>
 
-   <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/src/apache-tuscany-sca-1.6-SNAPSHOT-src.zip"
+   <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/src/apache-tuscany-sca-1.6-SNAPSHOT-src.zip"
       url="../apache-tuscany-sca-1.6-SNAPSHOT-src.zip"/>   
 </site>

Modified: tuscany/branches/sca-java-1.x/tools/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tools/pom.xml?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tools/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tools/pom.xml Mon Oct 26 23:44:59 2009
@@ -41,7 +41,7 @@
                 <module>java2wsdl</module>
                 <module>maven</module>
                 <module>wsdl2java</module>
-		<module>wsdl2java-cxf</module>
+		<module>./databinding/sdo</module>
             </modules>
         </profile>
     </profiles>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/README?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/README (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/README Mon Oct 26 23:44:59 2009
@@ -20,12 +20,12 @@
 Start the SCA Domain Manager on linux:
 
    cd domain
-   java -jar ../../../modules/tuscany-node-launcher-1.5.jar domain
+   java -jar ../../../modules/tuscany-node-launcher-1.5.1.jar domain
 
 Start the SCA Domain Manager on windows:
 
    cd domain
-   java -jar ..\..\..\modules\tuscany-node-launcher-1.5.jar domain
+   java -jar ..\..\..\modules\tuscany-node-launcher-1.5.1.jar domain
 
 Access the SCA Domain Manager application by pointing your Web browser at:
 

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-test/pom.xml Mon Oct 26 23:44:59 2009
@@ -150,6 +150,13 @@
             <version>1.6-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-jms-runtime</artifactId>
+            <version>1.6-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>        
 
         <dependency>
             <groupId>org.apache.derby</groupId>

Modified: tuscany/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java?rev=830026&r1=830025&r2=830026&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java (original)
+++ tuscany/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java Mon Oct 26 23:44:59 2009
@@ -58,6 +58,15 @@
         domainManager = managerLauncher.createDomainManager(domainDir);
         domainManager.start();
         
+        /* helpful for debugging
+        try {
+            System.out.println("press enter to continue)");
+            System.in.read();
+        } catch (IOException e) {
+            e.printStackTrace();
+        }     
+       */   
+        
         NodeLauncher nodeLauncher = NodeLauncher.newInstance();
         storeSupplierNode = nodeLauncher.createNodeFromURL("http://localhost:9990/node-config/StoreSupplierNode");
         storeSupplierNode.start();
@@ -78,8 +87,9 @@
         domainManager.stop();
     }
     
-/*    
+    
     @Test
+    @Ignore
     public void testWaitForInput() {
         try {
             System.out.println("press enter to continue)");
@@ -88,7 +98,7 @@
             e.printStackTrace();
         }
     }
-*/
+
     
     @Test
     public void testShop() {