Ricky,

This is post 2.0 feature.  This particular piece of information got lost in
a move to new documentation format. Sorry about that.

So you have to move to 2.1 release or cvs snapshots.

Vladimir
Ricky wrote:

>
>   Hi all , I am using Linux6.1,jBoss-FINAL_2.0 and jbuilder3.5.
>   I have read the documentation regarding using javamail in jboss.It
> stated there is a Mail Service
>   MBean in last line of jboss.jcml .
>
>   However i cannot find it in my jboss.jcml.I have included the
> jboss.jcml(below) :
>
>   <?xml version="1.0"?>
>
> <server>
>      <mbean name="DefaultDomain:service=Logging,type=File">
>        <attribute name="LogName">server</attribute>
>        <attribute name="Format">[{2}] {4}</attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=Webserver">
>        <attribute name="Port">8083</attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=MLet">
>        <attribute
> name="LibraryDirectory">/mnt/fileserv/wt/jBoss-2.0_FINAL/bin</attribute>
>      </mbean>
>      <mbean name="EJB:service=ContainerFactory">
>        <attribute name="VerifyDeployments">true</attribute>
>        <attribute name="MetricsEnabled">false</attribute>
>        <attribute name="VerifierVerbose">true</attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=XADataSource,name=PostgresDS">
>        <attribute name="GCMinIdleTime">1200000</attribute>
>        <attribute name="JDBCUser">dev</attribute>
>        <attribute name="MaxSize">10</attribute>
>        <attribute name="Password">dev</attribute>
>        <attribute name="URL">jdbc:postgresql://kap/devtable</attribute>
>        <attribute name="GCEnabled">false</attribute>
>        <attribute name="InvalidateOnError">false</attribute>
>        <attribute name="TimestampUsed">false</attribute>
>        <attribute name="Blocking">true</attribute>
>        <attribute name="GCInterval">120000</attribute>
>        <attribute name="IdleTimeout">1800000</attribute>
>        <attribute name="IdleTimeoutEnabled">false</attribute>
>        <attribute name="LoggingEnabled">false</attribute>
>        <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
>        <attribute name="MinSize">0</attribute>
>        <attribute name="Properties"></attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=Logging,type=Console">
>        <attribute name="Format">[{2}] {4}</attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=TransactionManager">
>        <attribute name="TransactionTimeout">300</attribute>
>      </mbean>
>      <mbean name="Adaptor:name=html">
>        <attribute name="MaxActiveClientCount">10</attribute>
>        <attribute name="Parser" />
>        <attribute name="Port">8082</attribute>
>      </mbean>
>      <mbean name="DefaultDomain:service=Hypersonic">
>        <attribute name="Port">1476</attribute>
>        <attribute name="Trace">false</attribute>
>        <attribute name="Database">default</attribute>
>        <attribute name="Silent">true</attribute>
>      </mbean>
>    </server>
>
>   Anyone have any idea ? Thanks wt
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to