Author: mmcallis
Date: 2008-07-09 02:22:14 -0400 (Wed, 09 Jul 2008)
New Revision: 11360
Removed:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/extras/email_mbean.xmlt
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml
Log:
- removing .xmlt as it works without para tags (thanks Thomas)
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml 2008-07-09
06:14:53 UTC (rev 11359)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml 2008-07-09
06:22:14 UTC (rev 11360)
@@ -197,8 +197,7 @@
<para>
The email service is configured using the
<filename>$JBOSS_HOME/server/default/deploy/jboss-portal.sar/META-INF/jboss-service.xml</filename>
file. The following is an example of the section which is used to configure the email
service:
</para>
-<programlisting role="XML"><xi:include
href="extras/email_mbean.xmlt" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include&g...
-<!-- <programlisting><![CDATA[
+<programlisting role="XML"><![CDATA[
<mbean
code="org.jboss.portal.core.impl.mail.MailModuleImpl"
name="portal:service=Module,type=Mail"
@@ -216,7 +215,7 @@
<attribute name="SMTPTimeout">10000</attribute>
<attribute name="JNDIName">java:portal/MailModule</attribute>
</mbean>]]>
-</programlisting> -->
+</programlisting>
<para>
A different SMTP server (other than localhost) can be configured, along with a SMTP
username and an SMTP password. The following is an example configuration that uses the
Gmail SMTP server:
Deleted:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/extras/email_mbean.xmlt
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/extras/email_mbean.xmlt 2008-07-09
06:14:53 UTC (rev 11359)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/extras/email_mbean.xmlt 2008-07-09
06:22:14 UTC (rev 11360)
@@ -1,17 +0,0 @@
-<mbean
-code="org.jboss.portal.core.impl.mail.MailModuleImpl"
-name="portal:service=Module,type=Mail"
-xmbean-dd=""
-xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
-<xmbean/>
-<depends>jboss:service=Mail</depends>
-<depends>portal:service=Module,type=IdentityServiceController</depends>
-<attribute name="QueueCapacity">-1</attribute>
-<attribute name="Gateway">localhost</attribute>
-<attribute name="SmtpUser"></attribute>
-<attribute name="SmtpPassword"></attribute>
-<attribute name="JavaMailDebugEnabled">false</attribute>
-<attribute name="SMTPConnectionTimeout">100000</attribute>
-<attribute name="SMTPTimeout">10000</attribute>
-<attribute name="JNDIName">java:portal/MailModule</attribute>
-</mbean>