[esb-java-dev] svn commit r775 - in trunk/esb/java: . modules/core/src/main/java/org/wso2/esb/services/utils modules/distribution/src/main/assembly modules/distribution/src/main/www modules/distribution/src/main/www/extensions/core modules/distribution/src/main/www/extensions/core/images modules/distribution/src/main/www/extensions/core/xslt

svn at wso2.org svn at wso2.org
Tue Feb 6 10:02:45 PST 2007


Author: asankha
Date: Tue Feb  6 10:01:04 2007
New Revision: 775

Modified:
   trunk/esb/java/modules/core/src/main/java/org/wso2/esb/services/utils/ServerStatus.java
   trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
   trunk/esb/java/modules/distribution/src/main/www/about.html
   trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/_save_config.gif
   trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/help.gif
   trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/stop.gif
   trunk/esb/java/modules/distribution/src/main/www/extensions/core/menu.html
   trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_info.xsl
   trunk/esb/java/modules/distribution/src/main/www/faq.html
   trunk/esb/java/modules/distribution/src/main/www/forgot_password.html
   trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html
   trunk/esb/java/pom.xml
Log:
update some images to make the bg transparent
fix copyright symbol on overridden htmls from adminui
date format change for ServerStatus


Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/services/utils/ServerStatus.java
==============================================================================
--- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/services/utils/ServerStatus.java	(original)
+++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/services/utils/ServerStatus.java	Tue Feb  6 10:01:04 2007
@@ -49,7 +49,7 @@
     private long maxResponseTime;
 
     private SimpleDateFormat dateFormatter = new SimpleDateFormat(
-            "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");
+            "yyyy-MM-dd HH:mm:ss");
 
     /**
      * Generate server status data reading necessary information from the

Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml	(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml	Tue Feb  6 10:01:04 2007
@@ -205,7 +205,7 @@
                 <exclude>org.apache.axis2:rampart:mar</exclude>
                 <exclude>org.apache.sandesha2:sandesha2:mar</exclude>
                 <exclude>org.apache.synapse:synapse:mar</exclude>
-                <!--<exclude>org.wso2.statistics:wso2statistics:mar</exclude>-->
+                <exclude>org.wso2.statistics:wso2statistics:mar</exclude>
                 <exclude>org.wso2.tracer:wso2tracer:mar</exclude>
                 <exclude>org.wso2.throttle:wso2throttle:mar</exclude>
             </excludes>

Modified: trunk/esb/java/modules/distribution/src/main/www/about.html
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/about.html	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/about.html	Tue Feb  6 10:01:04 2007
@@ -35,8 +35,7 @@
 <h2>About WSO2 Enterprise Service Bus (ESB)</h2>
 
 <p>WSO2 Enterprise Service Bus (ESB) is a lightweight, XML and Web services
-centric enterprise service bus (ESB). Based on Apache Synapse (currently
-under incubation at the Apache Software Foundation) it supports connectivity,
+centric enterprise service bus (ESB). Based on Apache Synapse it supports connectivity,
 transformation and mediation, and management of Web services interactions.</p>
 
 <h2>WSO2 Profile</h2>
@@ -66,7 +65,7 @@
 <!-- /container -->
 
 <div id="footer">
-<p>© 2006 WSO2</p>
+<p>&copy; 2006 WSO2</p>
 </div>
 <!-- /footer -->
 </div>

Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/_save_config.gif
==============================================================================
Binary files. No diff available.

Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/help.gif
==============================================================================
Binary files. No diff available.

Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/images/stop.gif
==============================================================================
Binary files. No diff available.

Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/menu.html
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/extensions/core/menu.html	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/extensions/core/menu.html	Tue Feb  6 10:01:04 2007
@@ -30,11 +30,12 @@
             <li><a href="#" onclick="javascript:showEndpoints(); return false;"
                    class="menu_endpoints_class" title="Endpoints Management">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EndPoints</a>
             </li>
-            <li><a href="#" onclick="javascript:showProxyServices(); return false;"
-                   class="menu_proxy_services_class" title="Proxy Services Management">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Proxy Services</a></li>
             <li><a href="#" onclick="javascript:showsequences(); return false;"
                    class="menu_sequences_class" title="Sequences Management">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sequences</a>
             </li>
+            <li><a href="#" onclick="javascript:showProxyServices(); return false;"
+                   class="menu_proxy_services_class" title="Proxy Services Management">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Proxy Services</a>
+            </li>            
             <li><a href="#" onclick="javascript:showSaveConfig(); return false;"
                    class="menu_save_class" title="Save Configuration">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Save Changes</a>
             </li>

Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_info.xsl
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_info.xsl	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_info.xsl	Tue Feb  6 10:01:04 2007
@@ -30,13 +30,10 @@
                Help Message
             </div>
     	<div id="formset">
-             <form>
-				<fieldset>
-                <legend>System Information</legend>
             <form method="post"  name="systemRestart" action="server/stop">
-    			<fieldset id="blank_border">
-				<table class="semi">
-					<xsl:for-each select="return">
+				<table class="styled">
+                    <thead><tr><th>Property</th><th>Value</th></tr></thead>
+                    <xsl:for-each select="return">
 						<tr>
 						<td><strong>Axis2 Location</strong></td>
 						<td><xsl:value-of select="axis2Location"/></td>
@@ -96,11 +93,7 @@
 					</xsl:for-each>
 				</table>
 				<p>&#160;</p>
-                    <!--TODO Uncomment below if Restarting of the WSO2ESB needed -->
-                <!--<input name="RestartTugnsten" type="button" value="Restart System" onclick="javascript:restartServer();"/>-->
-				<!--<input name="SaveTugnsten" type="button" value="Save System" onclick="javascript:saveServer();"/>-->
-				</fieldset>
-			</form></fieldset></form>
+			</form>
 		</div>
     </xsl:template>
 </xsl:stylesheet>

Modified: trunk/esb/java/modules/distribution/src/main/www/faq.html
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/faq.html	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/faq.html	Tue Feb  6 10:01:04 2007
@@ -36,31 +36,23 @@
 
 <h2>Frequently Asked Questions(FAQs) on WSO2 Enterprise Service Bus (ESB)</h2>
 
-<p><strong>Q1: Some views of the management console are garbled for me. Why?
+<p><strong>Some views of the management console are garbled for me. Why?
 How do I avoid this?</strong><br />
-A1: WSO2 ESB Management console supports Firefox 1.0 and upwards. Although it
-also support IE 6.0 and upwards, it has not been fully tested yet. Since
-console is dependent on browser based xslt processing it may not appear
+WSO2 ESB Management console supports Firefox 1.0 and IE 6 upwards. However it has not
+been fully tested with IE 6 yet. Since console is dependent on browser based xslt processing it may not appear
 correctly on some/other browsers. Switching to a WSO2 ESB supported browser
 would solve your problem.</p>
 <hr />
 
-<p><strong>Q2: I cannot monitor the messages using the tracer! What is
-wrong?</strong><br />
-A2: Tracer is a seperate service and needs to be activated before any message
-can be traced. This can be done through the configuration link in the
-management console.</p>
-<hr />
-
-<p><strong>Q3: How can I edit the default administration account
+<p><strong>How can I edit the default administration account
 password</strong><br />
-A3: Currently the WSO2 ESB is administered through a single account as
+Currently the WSO2 ESB is administered through a single account as
 defined in the server.xml configuration file within the conf subdirectory of
-your installation.</p>
+your installation. The 1.0 release will provide user management capabilities</p>
 <hr />
 
-<p><strong>Q4: My registry does no show any resources</strong><br />
-A4: The registry implementation currently shipped with the WSO2 ESB is a URL
+<p><strong>My registry does no show any resources</strong><br />
+The registry implementation currently shipped with the WSO2 ESB is a URL
 based registry. You may configure this within the synapse.xml configuration
 file found within the conf subdirectory. You could also specify the root of
 the registry (for eg. a HTTP WebDav server or a file system path) and the
@@ -70,7 +62,7 @@
 <!-- /content -->
 
 <div id="footer">
-<p>© 2006 WSO2</p>
+<p>&copy; 2006 WSO2</p>
 </div>
 <!-- /footer -->
 </div>

Modified: trunk/esb/java/modules/distribution/src/main/www/forgot_password.html
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/forgot_password.html	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/forgot_password.html	Tue Feb  6 10:01:04 2007
@@ -49,7 +49,7 @@
 <!-- /container -->
 
 <div id="footer">
-<p>© 2006 WSO2</p>
+<p>&copy; 2006 WSO2</p>
 </div>
 <!-- /footer -->
 </body>

Modified: trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html	(original)
+++ trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html	Tue Feb  6 10:01:04 2007
@@ -69,7 +69,7 @@
 <!-- /container -->
 
 <div id="footer">
-<p>© 2006 WSO2</p>
+<p>&copy; 2006 WSO2</p>
 </div>
 <!-- /footer -->
 </body>

Modified: trunk/esb/java/pom.xml
==============================================================================
--- trunk/esb/java/pom.xml	(original)
+++ trunk/esb/java/pom.xml	Tue Feb  6 10:01:04 2007
@@ -368,7 +368,12 @@
             <artifactId>bsf</artifactId>
             <version>${bsf.version}</version>
         </dependency>
-
+        <dependency>
+           <groupId>groovy</groupId>
+           <artifactId>groovy-all</artifactId>
+           <version>${groovy.version}</version>
+        </dependency>
+        
         <!-- dependencies for nhttp transport -->
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
@@ -786,70 +791,79 @@
     <properties>
         <server.name>WSO2 Enterprise Service Bus (ESB)</server.name>
         <server.short.name>WSO2 ESB</server.short.name>
-        <wso2.esb.version>1.0-beta-1</wso2.esb.version>
 
+        <!-- WSO2 components -->
+        <wso2.esb.version>1.0-beta-1</wso2.esb.version>
         <wso2commons.version>1.2-SNAPSHOT</wso2commons.version>
         <wso2.adminui.version>1.2-SNAPSHOT</wso2.adminui.version>
         <wso2.adminui.version.graphs>1.1</wso2.adminui.version.graphs>
+
+        <activemq.version>4.1.0-incubator</activemq.version>
+        <activeio.version>3.0.0-incubator</activeio.version>
+        <geronimo.spec.j2ee.management.version>1.0-rc4</geronimo.spec.j2ee.management.version>
+        <geronimo.spec.jta.version>1.0.1B-rc4</geronimo.spec.jta.version>
+        <derby.version>10.1.1.0</derby.version>
+        <hibernate.version>3.1.3</hibernate.version>
+        <jetty.version>6.0.1</jetty.version>
+        <slf4j.version>1.0.1</slf4j.version>
+
+        <!-- Synapse and related components -->
         <synapse.version>SNAPSHOT</synapse.version>
+        <jakarta.httpcore.nio.version>4.0-alpha4-SNAPSHOT</jakarta.httpcore.nio.version>
+        <bsf.version>2.4.0</bsf.version>
         <spring.version>1.2.6</spring.version>
         <js.version>1.6R2</js.version>
-        <xbean.version>2.1.0</xbean.version>
-        <bsf.version>2.4.0</bsf.version>
-        <xml_apis.version>1.3.03</xml_apis.version>
-        <xerces.version>2.8.0</xerces.version>
-        <xalan.version>2.7.0</xalan.version>
+        <groovy.version>1.0</groovy.version>
         <smack.version>2.2.1</smack.version>
+
+        <!-- Axis2 1.1.1 and its dependencies -->
         <axis2.version>1.1.1</axis2.version>
         <axis2.security.version>1.1</axis2.security.version>
-        <neethi.version>2.0</neethi.version>
-        <axiom.version>1.2.1</axiom.version>
+        <axiom.version>1.2.2</axiom.version>
+        <xml_schema.version>1.2</xml_schema.version>
 
-        <woden.version>1.0.0M6</woden.version>
-        <wsdl4j.version>1.6.1</wsdl4j.version>
-        <annogen.version>0.1.0</annogen.version>
-        <xml_schema.version>1.064</xml_schema.version>
-        <activation.version>1.1</activation.version>
-        <jaxen.version>1.1-beta-10</jaxen.version>
+        <xml_apis.version>1.3.03</xml_apis.version>
         <stax.impl.groupid>woodstox</stax.impl.groupid>
         <stax.impl.artifactid>wstx</stax.impl.artifactid>
-        <stax.impl.version>asl-3.1.0</stax.impl.version>
+        <stax.impl.version>asl-3.2.0</stax.impl.version>
         <stax.api.version>1.0.1</stax.api.version>
 
-        <addressing.version>1.1.1</addressing.version>
-        <rampart.version>1.1</rampart.version>
-        <sandesha2.version>1.1</sandesha2.version>
+        <woden.version>1.0.0M6</woden.version>
+        <wsdl4j.version>1.6.2</wsdl4j.version>
+        <annogen.version>0.1.0</annogen.version>
+        <xbean.version>2.2.0</xbean.version>
+        <jaxen.version>1.1-beta-10</jaxen.version>
 
-        <wss4j.version>1.5.1</wss4j.version>
-        <xmlsec.version>1.3.0</xmlsec.version>
-        <bcprov.jdk13.version>132</bcprov.jdk13.version>
-        <bcprov.jdk15.version>132</bcprov.jdk15.version>
+        <xerces.version>2.8.1</xerces.version>
+        <xalan.version>2.7.0</xalan.version>
 
         <commons.codec.version>1.3</commons.codec.version>
         <commons.httpclient.version>3.0.1</commons.httpclient.version>
-        <jakarta.httpcore.nio.version>4.0-alpha4-SNAPSHOT</jakarta.httpcore.nio.version>
         <commons.logging.version>1.1</commons.logging.version>
         <commons.fileupload.version>1.1.1</commons.fileupload.version>
-        <commons.io.version>1.1</commons.io.version>
-        <backport_util_concurrent.version>2.1</backport_util_concurrent.version>
+        <commons.io.version>1.2</commons.io.version>
 
-        <jetty.version>6.0.1</jetty.version>
-        <slf4j.version>1.0.1</slf4j.version>
+        <backport_util_concurrent.version>2.2</backport_util_concurrent.version>
         <servletapi.version>2.3</servletapi.version>
+        <javamail.version>1.4</javamail.version>
+        <activation.version>1.1</activation.version>
+        <geronimo.spec.jms.version>1.1-rc4</geronimo.spec.jms.version>
 
+        <!-- rampart, sandesha, neethi -->
+        <addressing.version>1.1.1</addressing.version>
+        <rampart.version>1.1</rampart.version>
+        <sandesha2.version>1.1</sandesha2.version>
+        <neethi.version>2.0</neethi.version>
+
+        <wss4j.version>1.5.1</wss4j.version>
+        <xmlsec.version>1.3.0</xmlsec.version>
+        <bcprov.jdk13.version>132</bcprov.jdk13.version>
+        <bcprov.jdk15.version>132</bcprov.jdk15.version>
         <dom4j.version>1.6</dom4j.version>
 
+        <!-- misc -->
         <junit.version>3.8.2</junit.version>
         <xmlunit.version>1.0</xmlunit.version>
         <log4j.version>1.2.13</log4j.version>
-
-        <derby.version>10.1.1.0</derby.version>
-        <hibernate.version>3.1.3</hibernate.version>
-        <javamail.version>1.4</javamail.version>
-        <activemq.version>4.1.0-incubator</activemq.version>
-        <activeio.version>3.0.0-incubator</activeio.version>
-        <geronimo.spec.jms.version>1.1-rc4</geronimo.spec.jms.version>
-        <geronimo.spec.j2ee.management.version>1.0-rc4</geronimo.spec.j2ee.management.version>
-        <geronimo.spec.jta.version>1.0.1B-rc4</geronimo.spec.jta.version>
     </properties>
 </project>




More information about the Esb-java-dev mailing list