You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/06/02 22:41:51 UTC

svn commit: r179644 - in /incubator/muse/trunk/src/site/content: interop/src/test/org/apache/xmlbeans/BugTester.java interop/src/test/org/apache/xmlbeans/FeatureTester.java xdocs/index.xml

Author: ips
Date: Thu Jun  2 13:41:51 2005
New Revision: 179644

URL: http://svn.apache.org/viewcvs?rev=179644&view=rev
Log:
...

Added:
    incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
Modified:
    incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/BugTester.java
    incubator/muse/trunk/src/site/content/xdocs/index.xml

Modified: incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/BugTester.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/BugTester.java?rev=179644&r1=179643&r2=179644&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/BugTester.java (original)
+++ incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/BugTester.java Thu Jun  2 13:41:51 2005
@@ -18,11 +18,6 @@
 import junit.framework.TestCase;
 
 import java.net.URL;
-import java.io.File;
-
-import org.apache.xmlbeans.impl.newstore2.Saaj;
-
-import javax.xml.soap.SOAPEnvelope;
 
 /**
  * TODO
@@ -44,14 +39,6 @@
                 new URL(
                         "file:///C:/Projects/Apache/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/NoNewLine.xml" ) );
         // TODO: try w/ http URL
-    }
-
-    public void testSaajProxy() throws Exception
-    {
-        XmlOptions xmlOpts = new XmlOptions();
-        xmlOpts.put( Saaj.SAAJ_IMPL, new Object() );
-        XmlObject xBean = XmlObject.Factory.parse( new File( "C:\\Projects\\Apache\\apollo\\trunk\\src\\site\\content\\tutorial\\requests\\Destroy.soap" ), xmlOpts );
-        assertTrue( xBean instanceof SOAPEnvelope );
     }
         
     public void testXmlObjectValueEquals() throws Exception

Added: incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java?rev=179644&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java (added)
+++ incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java Thu Jun  2 13:41:51 2005
@@ -0,0 +1,40 @@
+/*=============================================================================*
+ *  Copyright 2005 The Apache Software Foundation
+ *
+ *  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 org.apache.xmlbeans;
+
+import junit.framework.TestCase;
+
+import java.io.File;
+
+import org.apache.xmlbeans.impl.newstore2.Saaj;
+
+import javax.xml.soap.SOAPEnvelope;
+
+/**
+ * TODO
+ */
+public class FeatureTester extends TestCase
+{
+
+    public void testSaajProxy() throws Exception
+    {
+        XmlOptions xmlOpts = new XmlOptions();
+        xmlOpts.put( Saaj.SAAJ_IMPL, new Object() );
+        XmlObject xBean = XmlObject.Factory.parse( new File( "C:\\Projects\\Apache\\apollo\\trunk\\src\\site\\content\\tutorial\\requests\\Destroy.soap" ), xmlOpts );
+        assertTrue( xBean instanceof SOAPEnvelope );
+    }
+
+}

Modified: incubator/muse/trunk/src/site/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/index.xml?rev=179644&r1=179643&r2=179644&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/index.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/index.xml Thu Jun  2 13:41:51 2005
@@ -5,7 +5,7 @@
 <document>
 
   <header>
-    <title>Welcome to Muse!</title>
+    <title>Apache WebServices - Muse</title>
   </header>
 
   <body>
@@ -13,13 +13,23 @@
     <section>
       <title>Overview</title>
       <p>
-      Muse is a Java implementation of the Management Using Web Services
-      (MUWS) 1.0 specifications. Muse 1.0 utilizes
-      <a href="http://incubator.apache.org/apollo/">Apache Apollo</a> as its WS-ResourceFramework (WSRF) implementation
-      and <a href="http://incubator.apache.org/hermes/">Apache Hermes</a> as its WS-Notification (WSN) implementation.
-      The release provides a way to take a MUWS-specific WSDL file and generate a 
-      MUWS-compliant Web service which can be hosted inside of Apache Axis.
+       Muse is a Java implementation of the Management Using Web Services
+       (MUWS) 1.0 specifications. Muse 1.0 utilizes
+       <a href="http://incubator.apache.org/apollo/">Apache Apollo</a> as its
+       WS-ResourceFramework (WSRF) implementation
+       and <a href="http://incubator.apache.org/hermes/">Apache Hermes</a> as its 
+       WS-Notification (WSN) implementation.
+       Muse allows you to start from a MUWS-compliant WSDL file and generate a 
+       MUWS Web service which can be hosted inside of Axis or another
+       SOAP engine.      
       </p>
+    </section>
+
+    <section>
+      <title>News</title>
+      <ul>
+         <li>(May 25, 2005) <a href="http://cvs.apache.org/dist/incubator/muse/1.0-beta/">Muse 1.0 Beta</a> is now available!</li> 
+      </ul>
     </section>
 
     <section>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org