You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by er...@apache.org on 2010/10/27 22:57:37 UTC

svn commit: r1028096 - in /servicemix/sandbox/website20/src/main/webapp: ./ WEB-INF/scalate/layouts/ css/ images/ support/

Author: ericjohnson
Date: Wed Oct 27 20:57:36 2010
New Revision: 1028096

URL: http://svn.apache.org/viewvc?rev=1028096&view=rev
Log:
added some of the support pages

Added:
    servicemix/sandbox/website20/src/main/webapp/images/check.gif   (with props)
    servicemix/sandbox/website20/src/main/webapp/images/smile.gif   (with props)
    servicemix/sandbox/website20/src/main/webapp/irc.page
    servicemix/sandbox/website20/src/main/webapp/support/discussion-forums.page
    servicemix/sandbox/website20/src/main/webapp/support/faq.page
    servicemix/sandbox/website20/src/main/webapp/support/mailing-lists.page
Modified:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/sandbox/website20/src/main/webapp/css/master.css
    servicemix/sandbox/website20/src/main/webapp/support/index.page

Modified: servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1028096&r1=1028095&r2=1028096&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (original)
+++ servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Wed Oct 27 20:57:36 2010
@@ -57,7 +57,8 @@ limitations under the License.
                 <ul>
                   <li><a href="/support/mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li>
                   <li><a href="/support/discussion-forums.html" title="Discussion Forums">Forums</a></li>
-                  <li><a href="/support/irc.html" title="IRC">IRC</a></li>
+                  <li><a href="/irc.html" title="IRC">IRC</a></li>
+                  <li><a href="/support/faq.html" title="IRC">FAQ</a></li>
                   <li><a href="/support/presentations.html" title="Presentations">Presentations</a></li>
                 </ul>
               </li>

Modified: servicemix/sandbox/website20/src/main/webapp/css/master.css
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/css/master.css?rev=1028096&r1=1028095&r2=1028096&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/css/master.css (original)
+++ servicemix/sandbox/website20/src/main/webapp/css/master.css Wed Oct 27 20:57:36 2010
@@ -180,4 +180,24 @@ div.pdf {
 
 div#title {
   padding-bottom: 20px;
+}
+
+div.tip {
+  background-color: #D3F8D3;
+  position: relative;
+  left: 20px;
+  padding: 10px;
+  margin-bottom: 10px;
+  margin-top: 10px;
+  width: 90%;
+}
+
+div.tip h1:before {
+  content:url(/images/check.gif);
+  padding-right: 10px;
+}
+
+div.tip h1 {
+  font-size: small;
+  padding-bottom: 5px;
 }
\ No newline at end of file

Added: servicemix/sandbox/website20/src/main/webapp/images/check.gif
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/images/check.gif?rev=1028096&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/sandbox/website20/src/main/webapp/images/check.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: servicemix/sandbox/website20/src/main/webapp/images/smile.gif
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/images/smile.gif?rev=1028096&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/sandbox/website20/src/main/webapp/images/smile.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: servicemix/sandbox/website20/src/main/webapp/irc.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/irc.page?rev=1028096&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/irc.page (added)
+++ servicemix/sandbox/website20/src/main/webapp/irc.page Wed Oct 27 20:57:36 2010
@@ -0,0 +1,35 @@
+---
+<% attributes("title") = "IRC" %>
+title: Discussion IRC
+--- name:content pipeline:markdown
+
+# IRC
+
+<P>Although the preferred means of communication regarding ServiceMix is always the <A href="/support/mailing-lists.html" title="Mailing Lists">mailing lists</A>, you can also find most of us hanging out on the <A href="irc://irc.codehaus.org/servicemix" class="external-link" rel="nofollow">#servicemix channel</A> on the Codehaus IRC server. Many of us hang out there while we're working because it's a good place to have quick chats.</P>
+
+### Connecting to IRC
+
+Below is the connection information:
+
+> **server:** irc.codehaus.org
+>
+> **port:** 6667
+>
+> **channel:** #servicemix
+
+## Use the Mibbit IRC Client
+
+<P>If you aren't a habitual IRC user, feel free to take a hit off the Mibbit IRC client by entering an optional nick and clicking the connect button below, or you can <A href="#servicemix" onclick="window.open(&quot;http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=smx_user&chatOutputShowTimes=true&quot;,&quot;&quot;,&quot;width=640,height=480&quot;)">
+open a popout IRC client</A></P>
+
+<iframe width="600" height="380" scrolling="no" frameborder="0" src="http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=smx_user&chatOutputShowTimes=true">
+</iframe>
+
+
+## Other IRC Clients
+
+<P>To connect to the Codehaus IRC server, you'll need an IRC client. There's a decent <A href="http://en.wikipedia.org/wiki/List_of_IRC_clients" class="external-link" rel="nofollow">list of IRC clients on Wikipedia</A> along with some feature comparisons and other information. </P>
+
+## IRC Log
+
+<P>The IRC log is <A href="http://irc.rectang.com/logs/codehaus/%23servicemix/" class="external-link" rel="nofollow">publicly available for browsing</A>.</P>
\ No newline at end of file

Added: servicemix/sandbox/website20/src/main/webapp/support/discussion-forums.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/support/discussion-forums.page?rev=1028096&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/support/discussion-forums.page (added)
+++ servicemix/sandbox/website20/src/main/webapp/support/discussion-forums.page Wed Oct 27 20:57:36 2010
@@ -0,0 +1,12 @@
+---
+<% attributes("title") = "Discussion Forums" %>
+title: Discussion Forums
+--- name:content pipeline:markdown
+
+## Discussion Forums
+
+Before posting you might want to read the tips on [how to get help](index.html#How_to_Get_Help).  Many users prefer to use online forums rather than joining a mail list which can lead to lots more email traffic so we use these forums which also work with our [mailing lists](mailing-lists.html) so that both stay completely in sync.  Note that the forums have a delay (up to a few hours) before displaying new posts, so please don't send your post several times, and be patient.  If you prefer an immediate feedback, please use the mailing lists, as they do not have such delays.
+
+
+<a id="nabblelink" href="http://servicemix.396122.n5.nabble.com/">ServiceMix</a>
+<script src="http://n5.nabble.com/embed/f396122"></script>

Added: servicemix/sandbox/website20/src/main/webapp/support/faq.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/support/faq.page?rev=1028096&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/support/faq.page (added)
+++ servicemix/sandbox/website20/src/main/webapp/support/faq.page Wed Oct 27 20:57:36 2010
@@ -0,0 +1,49 @@
+---
+<% attributes("title") = "User FAQ" %>
+title: User FAQ
+--- name:content pipeline:markdown
+
+# FAQ
+
+<P>Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the <A href="discussion-forums.html" title="Discussion Forums">forums</A>. </P>
+
+We [welcome contributions](/contrib/index.html) and the documentation is [editable](/documentation/contrib/index.html) so please join in and help us make the documentation better!
+
+### General
+
+<P>General questions on the ServiceMix project.</P>
+
+<UL>
+	<LI><A href="how-to-evaluate-an-esb.html" title="How to Evaluate an ESB">How do I choose an ESB?</A></LI>
+
+	<LI><A href="is-servicemix-the-right-esb-for-me.html" title="Is ServiceMix the Right ESB for Me">Is ServiceMix the Right ESB For Me?</A></LI>
+</UL>
+
+
+<UL><LI><A href="can-i-get-commercial-support.html" title="Can I get commercial support">Can I get commercial support</A></LI><LI><A href="how-can-i-get-help.html" title="How can I get help">How can I get help</A></LI><LI><A href="how-can-i-get-the-source-code-from-subversion.html" title="How can I get the source code from subversion">How can I get the source code from subversion</A></LI><LI><A href="how-does-servicemix-compare-to-celtix.html" title="How does ServiceMix compare to Celtix">How does ServiceMix compare to Celtix</A></LI><LI><A href="how-does-servicemix-compare-to-mule.html" title="How does ServiceMix compare to Mule">How does ServiceMix compare to Mule</A></LI><LI><A href="how-does-servicemix-compare-to-synapse.html" title="How does ServiceMix compare to Synapse">How does ServiceMix compare to Synapse</A></LI><LI><A href="how-does-servicemix-compare-to-tuscany-or-sca.html" title="How does ServiceMix compare to Tuscany or SCA">How does ServiceMix compare to Tusc
 any or SCA</A></LI><LI><A href="how-does-the-website-work.html" title="How does the website work">How does the website work</A></LI><LI><A href="how-do-i-build-but-disable-the-unit-tests.html" title="How do I build but disable the unit tests">How do I build but disable the unit tests</A></LI><LI><A href="how-do-i-compile-from-the-source.html" title="How do I compile from the source">How do I compile from the source</A></LI><LI><A href="how-do-i-edit-the-website.html" title="How do I edit the website">How do I edit the website</A></LI><LI><A href="i-can-not-create-a-jira-issue.html" title="I can not create a JIRA issue">I can not create a JIRA issue</A></LI><LI><A href="whats-the-difference-between-servicemix-and-fuse.html" title="What's the difference between ServiceMix and FUSE?">What's the difference between ServiceMix and FUSE?</A></LI><LI><A href="what-is-servicemix.html" title="What is ServiceMix">What is ServiceMix</A></LI><LI><A href="what-is-the-license.html" title="
 What is the license">What is the license</A></LI><LI><A href="what-platforms-does-servicemix-support.html" title="What platforms does ServiceMix support">What platforms does ServiceMix support</A></LI></UL>
+
+### JBI Questions
+
+<P>Questions on JBI</P>
+
+<UL><LI><A href="does-jbi-depend-on-xml-and-wsdl.html" title="Does JBI depend on XML and WSDL">Does JBI depend on XML and WSDL</A></LI><LI><A href="how-can-i-work-with-binary-messages.html" title="How can I work with binary messages">How can I work with binary messages</A></LI><LI><A href="how-does-jbi-compare-to-jms.html" title="How does JBI compare to JMS">How does JBI compare to JMS</A></LI><LI><A href="how-does-routing-work-in-jbi.html" title="How does routing work in JBI">How does routing work in JBI</A></LI><LI><A href="is-jbi-relevant-in-a-heterogeneous-environment.html" title="Is JBI relevant in a heterogeneous environment">Is JBI relevant in a heterogeneous environment</A></LI><LI><A href="what-is-jbi.html" title="What is JBI">What is JBI</A></LI></UL>
+
+### Using ServiceMix
+
+<P>Questions on using ServiceMix, JBI and ESB techologies. </P>
+
+<UL><LI><A href="how-can-i-access-the-jbicontainer-from-inside-a-component-.html" title="How can I access the JBIContainer from inside a component ?">How can I access the JBIContainer from inside a component ?</A></LI><LI><A href="how-does-a-provider-web-service-expose-itself-or-registers-itself-on-the-bus.html" title="How does a provider web service expose itself or registers itself on the bus">How does a provider web service expose itself or registers itself on the bus</A></LI><LI><A href="how-does-routing-work-in-servicemix.html" title="How does routing work in ServiceMix">How does routing work in ServiceMix</A></LI><LI><A href="how-does-servicemix-interact-with-a-uddi-repository.html" title="How does ServiceMix interact with a UDDI repository">How does ServiceMix interact with a UDDI repository</A></LI><LI><A href="how-do-i-bridge-different-jms-providers.html" title="How do I bridge different JMS providers">How do I bridge different JMS providers</A></LI><LI><A href="how
 -do-i-change-the-logging.html" title="How do I change the logging">How do I change the logging</A></LI><LI><A href="how-do-i-change-the-servicemix-rmi-port-number.html" title="How do I change the ServiceMix RMI port number?">How do I change the ServiceMix RMI port number?</A></LI><LI><A href="how-do-i-configure-an-endpoint-resolver-policy.html" title="How do I configure an endpoint resolver policy">How do I configure an endpoint resolver policy</A></LI><LI><A href="how-do-i-integrate-the-servicemix-jms-component-with-webspheremq.html" title="How do I integrate the servicemix-jms component with WebsphereMQ?">How do I integrate the servicemix-jms component with WebsphereMQ?</A></LI><LI><A href="how-do-i-share-a-single-object-between-different-service-units.html" title="How do I share a single object between different service units">How do I share a single object between different service units</A></LI><LI><A href="how-do-you-invoke-an-endpoint-through-the-esb.html" title="How 
 do you invoke an endpoint through the ESB">How do you invoke an endpoint through the ESB</A></LI><LI><A href="should-i-create-my-own-jbi-components.html" title="Should I Create My Own JBI Components?">Should I Create My Own JBI Components?</A></LI><LI><A href="what-is-a-jbi-sa-and-how-do-i-create-one.html" title="What is a JBI SA and how do I create one?">What is a JBI SA and how do I create one?</A></LI><LI><A href="what-is-a-jbi-su-and-how-do-i-create-one.html" title="What is a JBI SU and how do I create one?">What is a JBI SU and how do I create one?</A></LI><LI><A href="what-is-a-lightweight-component.html" title="What is a lightweight component">What is a lightweight component</A></LI><LI><A href="why-does-my-sender-not-send.html" title="Why does my sender not send">Why does my sender not send</A></LI><LI><A href="why-does-servicemix-seems-to-hang-after-some-processing.html" title="Why does ServiceMix seems to hang after some processing">Why does ServiceMix seems to han
 g after some processing</A><UL><LI><A href="writing-lighweight-components.html" title="Writing lighweight components">Writing lighweight components</A></LI></UL></LI></UL>
+
+### JBI Component Questions
+
+<P>Frequently asked questions about the standard set of JBI components shipped with ServiceMix</P>
+
+<UL><LI><A href="servicemix-saxon-orgw3cdomdomexception-hierarchyrequesterr.html" title="servicemix-saxon - org.w3c.dom.DOMException - HIERARCHY_REQUEST_ERR">servicemix-saxon - org.w3c.dom.DOMException - HIERARCHY_REQUEST_ERR</A></LI></UL>
+
+### Errors
+
+<UL><LI><A href="exception-in-thread-main-javaioioexception.html" title="Exception in thread &quot;main&quot; java.io.IOException">Exception in thread &quot;main&quot; java.io.IOException</A></LI><LI><A href="javaioioexception-stream-closed.html" title="java.io.IOException - Stream closed">java.io.IOException - Stream closed</A></LI><LI><A href="javanetbindexception-address-already-in-use.html" title="java.net.BindException - Address already in use">java.net.BindException - Address already in use</A></LI><LI><A href="javanetsocketexception-error-setting-options.html" title="java.net.SocketException -- error setting options">java.net.SocketException &ndash; error setting options</A></LI><LI><A href="javaneturisyntaxexception-illegal-character-in-hostname.html" title="java.net.URISyntaxException -- Illegal character in hostname">java.net.URISyntaxException &ndash; Illegal character in hostname</A></LI><LI><A href="lifecycleexecutionexception-the-service-unit-xyz-does-not-have-
 a-dependency-which-is-packaged-as-a-jbi-component.html" title="LifecycleExecutionException - The service unit xyz does not have a dependency which is packaged as a jbi-component">LifecycleExecutionException - The service unit xyz does not have a dependency which is packaged as a jbi-component</A></LI><LI><A href="mx4jremoteresolverrmirmiresolverbindserver-exception.html" title="mx4j.remote.resolver.rmi.RMIResolver.bindServer exception">mx4j.remote.resolver.rmi.RMIResolver.bindServer exception</A></LI><LI><A href="no-transactioncontextmanager-is-set.html" title="No TransactionContextManager is set">No TransactionContextManager is set</A></LI><LI><A href="unable-to-find-suitable-deployer-for-service-unit.html" title="Unable to find suitable deployer for Service Unit">Unable to find suitable deployer for Service Unit</A></LI><LI><A href="unrecognized-xbean-namespace-mapping.html" title="Unrecognized xbean namespace mapping">Unrecognized xbean namespace mapping</A></LI></UL>
+
+### Terminology
+
+A list of the various messaging related terms and acronyms.
\ No newline at end of file

Modified: servicemix/sandbox/website20/src/main/webapp/support/index.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/support/index.page?rev=1028096&r1=1028095&r2=1028096&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/support/index.page (original)
+++ servicemix/sandbox/website20/src/main/webapp/support/index.page Wed Oct 27 20:57:36 2010
@@ -1,8 +1,45 @@
 ---
 <% attributes("title") = "Support" %>
 title: Support
---- name:content pipeline:jade
+--- name:content pipeline:markdown
 
-#overview
-  :markdown
-    Add support info here.
\ No newline at end of file
+# Support
+
+There are two types of help available for Apache ServiceMix:
+
+* Support from the Apache ServiceMix open source project
+* Commercial Support
+
+## Support From the Apache ServiceMix Open Source Project
+
+If you are experiencing problems using ServiceMix please report your problem via the [Issue Tracker](http://issues.apache.org/activemq/browse/SM"). You may also find it useful to discuss your issues with the community on the [Discussion Forums](discussion-forums.html) or join one of the [mailing lists](mailing-lists.html). Below are some  resources to check before asking for help:
+
+* [Issue Tracker](http://issues.apache.org/activemq/browse/SM)
+* [Discussion Forums](discussion-forums.html)
+* [Mailing Lists](mailing-lists.html)
+* [FAQ](faq.html)
+* [IRC](/irc.html)
+
+Before asking for help with your issue, it's a very good idea to search for your issue in the mailing list archives (via the [Discussion Forums](discussion-forums.html)) and the FAQ. The majority of issues can be solved in this manner without having to send an email to the mailing list. If you don't find an answer, use the guidelines below when writing the e-mail.</P>
+
+### How to Get Help
+
+Whenever you are reporting a problem, please be sure to include as much information as possible; the more we know, the better the chance of a quicker resolution.
+
+* which version of the software
+* what platform and JDK* any particular container being used - if so what version
+* stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in other exceptions and the exception right near the bottom explains the actual error, not the first few lines at the top. Its very easy for us to skim-read past unnecessary parts of a stack trace.
+* log output can be useful too; sometimes [enabling DEBUG logging](how-do-i-change-the-logging.html) can help
+* your code &amp; configuration files are often useful
+
+### How to get help faster
+
+We can help you much quicker if you try the following:
+
+* provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can you create a test case to demonstrate the bug?
+* [submit a patch](contributing.html) fixing the bug! (We also buy you beer when we meet you if you submit bug fixes <img src="/images/smile.gif"/>)
+* for memory leaks or performance related issues, if you can run a profiler on your test case and attach the output as a file (or zipped file if its huge) to the JIRA we can normally fix things much faster. e.g. run JProfiler or YourKit on your code and send us the output. To find memory leaks its quicker to resolve if you can tell us what classes are taking up all of the RAM; we can normally figure out whats wrong from that.
+
+## Commerical Support
+
+[FuseSource](http://fusesource.com/enterprise-support/) provides enterprise services, support and training for the enterprise version of ServiceMix, [Fuse ESB](http://fusesource.com/products/enterprise-servicemix). Also, there is a growing wealth of information about ServiceMix and some of its sister projects (ActiveMQ, Camel and CXF) at the [FuseSource](http://fusesource.com/) website.
\ No newline at end of file

Added: servicemix/sandbox/website20/src/main/webapp/support/mailing-lists.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/support/mailing-lists.page?rev=1028096&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/support/mailing-lists.page (added)
+++ servicemix/sandbox/website20/src/main/webapp/support/mailing-lists.page Wed Oct 27 20:57:36 2010
@@ -0,0 +1,54 @@
+---
+<% attributes("title") = "Mailing Lists" %>
+title: Support
+--- name:content pipeline:markdown
+
+# Mailing Lists
+
+<div class="tip">
+<h1>Tips For Getting Help</h1>
+<p>Before posting your questions to the mailing lists, we encourage you to read the tips on <a href="index.html#How_to_Get_Help">how to get help</a>.</p>
+</div>
+
+The following mailing lists are available for getting help with Apache ServiceMix:
+
+<table>
+<tbody>
+<tr>
+<th>List Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Archive</th>
+<th>Nabble (Online Forums)</th>
+<th>MarkMail (Archive)</th>
+</tr>
+<tr>
+<td>servicemix User List</td>
+<td><A href="mailto:users-subscribe@servicemix.apache.org">Subscribe</A></td>
+<td><A href="mailto:users-unsubscribe@servicemix.apache.org">Unsubscribe</A></td>
+<td><A href="http://mail-archives.apache.org/mod_mbox/servicemix-users/">Archive</A></td>
+<td><A href="http://servicemix.396122.n5.nabble.com/ServiceMix-User-f396123.html">Nabble</A></td>
+<td><A href="http://markmail.org/search/list:servicemix-users">MarkMail</A></td>
+</tr>
+<tr>
+<td>servicemix Developer List</td>
+<td><A href="mailto:dev-subscribe@servicemix.apache.org">Subscribe</A></td>
+<td><A href="mailto:dev-unsubscribe@servicemix.apache.org">Unsubscribe</A></td>
+<td><A href="http://mail-archives.apache.org/mod_mbox/servicemix-dev/">Archive</A></td>
+<td><A href="http://servicemix.396122.n5.nabble.com/ServiceMix-Dev-f421438.html">Nabble</A></td>
+<td><A href="http://markmail.org/search/list:servicemix-dev">MarkMail</A></td>
+</tr>
+<tr>
+<td>servicemix SCM List</td>
+<td><A href="mailto:commits-subscribe@servicemix.apache.org">Subscribe</A></td>
+<td><A href="mailto:commits-unsubscribe@servicemix.apache.org">Unsubscribe</A></td>
+<td><A href="http://mail-archives.apache.org/mod_mbox/servicemix-commits/">Archive</A></td>
+<td><A href="http://servicemix.396122.n5.nabble.com/ServiceMix-Commits-f449538.html">Nabble</A></td>
+<td><A href="http://markmail.org/search/list:servicemix-commits">MarkMail</A></td>
+</tr>
+</tbody>
+</table>
+
+## Discussion Forums
+
+If you prefer as web interface to the mailing lists instead of using a mail client, you could use the [discussion forums](discussion-forums.html). The discussion forums are provided by a third party and are sync'd with the mailing lists on a regular basis.
\ No newline at end of file