http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2301 *** shadow/2301 Sun Jun 24 11:28:25 2001 --- shadow/2301.tmp.12161 Sun Jun 24 11:28:25 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | Embedding message parts in HtmlEmail throws NullPointerException. | + +----------------------------------------------------------------------------+ + | Bug #: 2301 Product: Turbine | + | Status: NEW Version: 2.1 final | + | Resolution: Platform: All | + | Severity: Blocker OS/Version: All | + | Priority: Other Component: Source | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The HtmlEmail.embed method throws a NullPointerException every time, because it uses +an uninitialized private variable. + + Exception: java.lang.NullPointerException + Stack Trace follows: + java.lang.NullPointerException + at org.apache.turbine.util.mail.HtmlEmail.embed(HtmlEmail.java:210) + at +org.apache.turbine.util.velocity.VelocityHtmlEmail.embed(VelocityHtmlEmail.java:238) \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
