User: ammulder
  Date: 01/05/17 13:31:29

  Modified:    src/docs howtojavamail.xml
  Log:
  Add a quick note from personal experience:
    mail.jar needs to be before activation.jar in CLASSPATH
  
  Revision  Changes    Path
  1.4       +8 -6      manual/src/docs/howtojavamail.xml
  
  Index: howtojavamail.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtojavamail.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howtojavamail.xml 2001/04/02 03:25:40     1.3
  +++ howtojavamail.xml 2001/05/17 20:31:29     1.4
  @@ -124,11 +124,13 @@
      
                        </listitem>   
                        <listitem>
  -                             <para>Edit the bin/run.bat file of your JBoss 
installation. 
  -Include ../lib/ext/mail.jar and ../lib/ext/activation.jar in the
  -     classpath explicitly. This assumes that you start JBoss from the bin 
  -directory. If not, you should modify the paths
  -     to the jars accordingly.</para>     
  +                             <para>Edit the bin/run.bat file of your JBoss
  +   installation.  Include ../lib/ext/mail.jar and ../lib/ext/activation.jar
  +   in the classpath explicitly. This assumes that you start JBoss from the bin 
  +   directory. If not, you should modify the paths
  +   to the jars accordingly.  Make sure you list mail.jar before activation.jar 
  +   or you may get cryptic errors like 'no object DCH for MIME type
  +   text/plain'.</para>     
                                <para> 
        TO BE IMPROVED: This step should not be required; both mail.jar and 
   activation.jar are correctly found during
  @@ -221,4 +223,4 @@
                        </listitem>  
                </orderedlist>  
        </section>
  -</section>
  \ No newline at end of file
  +</section>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to