<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Mailinglist,<div><br></div><div>I tried to introcude the form generator module but run into some confusing problems.</div><div>If I try to submit a form and send an email, I get the following error:</div><div><br></div><div><div>Caused by: java.lang.NoSuchMethodError: org.opencms.mail.CmsSimpleMail.send()V</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>at com.alkacon.opencms.formgenerator.CmsFormHandler.sendMail(CmsFormHandler.java:1218)</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>at com.alkacon.opencms.formgenerator.CmsFormHandler.sendData(CmsFormHandler.java:924)</div><div><br></div><div>This problem occurs also if I try to send HTML mails in the class CmsHtmlMail.</div><div><br></div><div>CmsSimpleMail definetly declares the method send. I have checked this in the source code, from which I compiled OpenCms.</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #7f0055">public</span> <span style="color: #7f0055">class</span> CmsSimpleMail <span style="color: #7f0055">extends</span> SimpleEmail {</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(63, 95, 191); "><span style="color: #000000">    [...]</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(63, 95, 191); "><font class="Apple-style-span" color="#000000"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">    <span style="color: #7f0055">public</span> String send() <span style="color: #7f0055">throws</span> EmailException {</div></div></div><div><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>I can't explain this problem in another way that the formgenerator module (version 1.3.1, which I downloaded today) has been compiled against another version of OpenCms or the apache commons email jar.</div><div><br></div><div>Has anybody experiences with this issue?</div><div><br></div><div><br></div><div>Thanks & regards,</div><div>Ludwig</div><div><br></div><div><br></div><div>PS: If I try to debug the formgenerator source code, using the up-to-date CVS code, the lines don't match while debugging.<br class="Apple-interchange-newline">--</div><div>Ludwig Hunecke</div><div>Kramerst. 18</div><div>D-38122 Braunschweig</div><div>Tel.: +49 (151) 14818950</div><div>GnuPG Key-ID: 8CEAB267</div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"></span></div></div> </div><br></div></body></html>