Author: gertv
Date: Mon Jun 30 23:26:30 2008
New Revision: 673005
URL: http://svn.apache.org/viewvc?rev=673005&view=rev
Log:
Fixing the build and adding some READMEs
Modified:
servicemix/sandbox/gertv/smx-sling/README.TXT
servicemix/sandbox/gertv/smx-sling/pom.xml
servicemix/sandbox/gertv/smx-sling/servicemix-sling-console/pom.xml
Modified: servicemix/sandbox/gertv/smx-sling/README.TXT
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/gertv/smx-sling/README.TXT?rev=673005&r1=673004&r2=673005&view=diff
==============================================================================
--- servicemix/sandbox/gertv/smx-sling/README.TXT (original)
+++ servicemix/sandbox/gertv/smx-sling/README.TXT Mon Jun 30 23:26:30 2008
@@ -27,9 +27,17 @@
TODO
----
A lot, but these come to mind...
-- asynchronous archival in JCR instead of blocking message delivery (using an
ActiveMQ queue)
-- archiving/showing message flows based on the correlation id
-- making the web UI look good
+On the auditor...
+- asynchronous archival in JCR instead of blocking message delivery
+ (just put the message metadata in a queue and asynchronously process the
queue to send the messages to JCR)
+- refactor JCR auditor (with a configurable RepositoryFactory) to separate
Sling specific details from the basic JCR stuff
+- archiving message flows based on the correlation id
+- allow the auditor to be configured to only audit metadata for some exchanges
(to allow usage of stream-based messages)
+On the web console...
+- build a dashboard
+- add information about the endpoints themselves
+- make it possible to edit/resend exchanges
+- making the web UI look good
Modified: servicemix/sandbox/gertv/smx-sling/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/gertv/smx-sling/pom.xml?rev=673005&r1=673004&r2=673005&view=diff
==============================================================================
--- servicemix/sandbox/gertv/smx-sling/pom.xml (original)
+++ servicemix/sandbox/gertv/smx-sling/pom.xml Mon Jun 30 23:26:30 2008
@@ -19,8 +19,15 @@
</build>
<properties>
<servicemix-version>3.3-SNAPSHOT</servicemix-version>
- <sling-version>2.0.0-incubator-SNAPSHOT</sling-version>
+ <sling-version>2.0.2-incubator</sling-version>
</properties>
+ <repositories>
+ <repository>
+ <id>asf-incubator</id>
+ <name>ASF Incubator repository</name>
+ <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+ </repository>
+ </repositories>
<modules>
<module>servicemix-audit-jcr</module>
<module>servicemix-sling-console</module>
Modified: servicemix/sandbox/gertv/smx-sling/servicemix-sling-console/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/gertv/smx-sling/servicemix-sling-console/pom.xml?rev=673005&r1=673004&r2=673005&view=diff
==============================================================================
--- servicemix/sandbox/gertv/smx-sling/servicemix-sling-console/pom.xml
(original)
+++ servicemix/sandbox/gertv/smx-sling/servicemix-sling-console/pom.xml Mon Jun
30 23:26:30 2008
@@ -20,11 +20,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.servicemix.smx-sling</groupId>
- <artifactId>sling</artifactId>
- <version>1.0-SNAPSHOT</version>
- </parent>
<groupId>org.apache.servicemix.smx-sling</groupId>
<artifactId>servicemix-sling-console</artifactId>