You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by be...@apache.org on 2008/03/07 22:21:52 UTC

svn commit: r634828 - in /james/server/trunk/phoenix-deployment: build.xml src/conf/james-config.xml src/conf/james-jms.xml

Author: berndf
Date: Fri Mar  7 13:21:51 2008
New Revision: 634828

URL: http://svn.apache.org/viewvc?rev=634828&view=rev
Log:
fixing phoenix deployment, by adding james-jms.xml to the right places but disabling it properly at the same time

Modified:
    james/server/trunk/phoenix-deployment/build.xml
    james/server/trunk/phoenix-deployment/src/conf/james-config.xml
    james/server/trunk/phoenix-deployment/src/conf/james-jms.xml

Modified: james/server/trunk/phoenix-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?rev=634828&r1=634827&r2=634828&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/build.xml (original)
+++ james/server/trunk/phoenix-deployment/build.xml Fri Mar  7 13:21:51 2008
@@ -592,6 +592,9 @@
             <zipfileset dir="${conf.dir}" fullpath="conf/james-liststores.xml">
                 <include name="james-liststores.xml"/>
             </zipfileset>
+            <zipfileset dir="${conf.dir}" fullpath="conf/james-jms.xml">
+                <include name="james-jms.xml"/>
+            </zipfileset>
             <zipfileset dir="${conf.dir}/samples/fetchmail" prefix="conf/samples/fetchmail">
                 <include name="*.xml"/>
             </zipfileset>

Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?rev=634828&r1=634827&r2=634828&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Fri Mar  7 13:21:51 2008
@@ -209,7 +209,7 @@
    &fetchmailConfig;
    
    <!-- Example configuration for JMS interoperation -->
-   &jmsConfig;
+   <!--&jmsConfig;-->
 
    <!-- Set the Java packages from which to load mailets and matchers -->
    <mailetpackages>

Modified: james/server/trunk/phoenix-deployment/src/conf/james-jms.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-jms.xml?rev=634828&r1=634827&r2=634828&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-jms.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-jms.xml Fri Mar  7 13:21:51 2008
@@ -24,6 +24,7 @@
       1.  This service is EXPERIMENTAL! 
       2.  Before enabling, uncomment jms in assembly.xml 
           and environment.xml.
+      3.  Additionally, uncomment &jmsConfig; in config.xml
 -->
 <jms enabled="true">
 



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


Re: svn commit: r634828 - in /james/server/trunk/phoenix-deployment: build.xml src/conf/james-config.xml src/conf/james-jms.xml

Posted by Bernd Fondermann <be...@googlemail.com>.
On Sat, Mar 8, 2008 at 8:57 AM, Robert Burrell Donkin
<ro...@gmail.com> wrote:
> On Fri, Mar 7, 2008 at 9:21 PM,  <be...@apache.org> wrote:
>  > Author: berndf
>  >  Date: Fri Mar  7 13:21:51 2008
>  >  New Revision: 634828
>  >
>  >  URL: http://svn.apache.org/viewvc?rev=634828&view=rev
>  >  Log:
>  >  fixing phoenix deployment, by adding james-jms.xml to the right places but disabling it properly at the same time
>
>  thanks
>
>  been meaning to get round to fixing this :-/
>
>  - robert

no problem. :-) I am happy to find the time to do this.

  Bernd

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


Re: svn commit: r634828 - in /james/server/trunk/phoenix-deployment: build.xml src/conf/james-config.xml src/conf/james-jms.xml

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Fri, Mar 7, 2008 at 9:21 PM,  <be...@apache.org> wrote:
> Author: berndf
>  Date: Fri Mar  7 13:21:51 2008
>  New Revision: 634828
>
>  URL: http://svn.apache.org/viewvc?rev=634828&view=rev
>  Log:
>  fixing phoenix deployment, by adding james-jms.xml to the right places but disabling it properly at the same time

thanks

been meaning to get round to fixing this :-/

- robert

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