Author: ruwan
Date: Fri Nov 14 10:04:57 2008
New Revision: 23964
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23964

Log:
Fixing the ESB build for the alpha release

Added:
   
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif
   (contents, props changed)
Modified:
   trunk/esb/java/NOTICE
   trunk/esb/java/README.txt
   trunk/esb/java/modules/distribution/pom.xml
   trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
   trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css

Modified: trunk/esb/java/NOTICE
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/NOTICE?rev=23964&r1=23963&r2=23964&view=diff
==============================================================================
--- trunk/esb/java/NOTICE       (original)
+++ trunk/esb/java/NOTICE       Fri Nov 14 10:04:57 2008
@@ -0,0 +1,4 @@
+WSO2 ESB 2.0 NOTICE
+===============================
+
+## TODO : fill in the notice
\ No newline at end of file

Modified: trunk/esb/java/README.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/README.txt?rev=23964&r1=23963&r2=23964&view=diff
==============================================================================
--- trunk/esb/java/README.txt   (original)
+++ trunk/esb/java/README.txt   Fri Nov 14 10:04:57 2008
@@ -1,11 +1,41 @@
-How to enable data service tests?
+How to run WSO2 ESB 2.0
 =================================
-1.pom.xml
-- Goto maven-surefire-plugin declaration.
-- Change <skip>true</skip> to <skip>false</skip>
 
-- Drop the JDBC driver jar (mysql-connector-java-5.1.5-bin.jar in this case) 
to src/test/resources/lib folder
-- Uncomment & change the <!-- JDBC Driver classes --> section
+1. Extract the wso2-esb-2.0-alpha1.zip and go to the extracted directory
 
+2. Run the wso2server.sh or wso2server.bat as appropriate
 
-2.Create MySQL database using supplied script 
+3. Point your favourite browser to
+
+    https://localhost:9443/carbon
+
+4. Use the following username and password to login
+
+    username : admin
+    password : admin
+
+
+New Features of the WSO2 ESB 2.0
+=================================
+
+** This ESB release is based on Carbon which is a OSGi based SOA platform by 
WSO2 Inc.
+
+
+Known issues of WSO2 ESB 2.0
+=================================
+
+1. The proxy service is not completed in functionality yet
+
+2. The Sequence Editor is only available in source edit mode but not graphical
+
+3. Styles of the components are not finalized yet
+
+4. Working with the servlet transport, but not with the NIO for the moment
+
+5. This has not yet been tested with Internet Explorer so better staying with 
FF
+
+
+Issue Tracker
+=================================
+
+  https://wso2.org/jira/browse/CARBON
\ No newline at end of file

Modified: trunk/esb/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=23964&r1=23963&r2=23964&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Fri Nov 14 10:04:57 2008
@@ -324,18 +324,6 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.module.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.module.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.pojoservices.ui</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
@@ -489,7 +477,67 @@
             <artifactId>org.wso2.carbon.startup</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
-        
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.core</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt.stub</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.policy</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.rahas</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.rampart</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.xkms</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.commons.io</artifactId>

Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=23964&r1=23963&r2=23964&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml       
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml       Fri Nov 
14 10:04:57 2008
@@ -64,6 +64,7 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.security.policy:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.security.rahas:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.security.rampart:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include>
 
                 
<include>org.wso2.carbon:org.wso2.carbon.logging.service:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include>
@@ -142,5 +143,10 @@
             <outputDirectory>wso2-esb-${esb.version}</outputDirectory>
             <filtered>true</filtered>
         </file>
+        <file>
+            <source>../../README.txt</source>
+            <outputDirectory>wso2-esb-${esb.version}</outputDirectory>
+            <filtered>true</filtered>
+        </file>
     </files>
 </assembly>

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css?rev=23964&r1=23963&r2=23964&view=diff
==============================================================================
--- trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css     
(original)
+++ trunk/esb/java/modules/styles/src/main/resources/web/admin/css/main.css     
Fri Nov 14 10:04:57 2008
@@ -1689,7 +1689,7 @@
        float: left;
 }
 div#header div#right-logo {
-       background-image: url( ../images/wsas-mgt-logo.gif);
+       background-image: url( ../images/esb-mgt-logo.gif);
     background-repeat: no-repeat;
     background-position: left top;
        height: 24px;

Added: 
trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/admin/images/esb-mgt-logo.gif?pathrev=23964
==============================================================================
Binary file. No diff available.

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to