Issue Details (XML | Word | Printable)

Key: FWK-120
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: VVNagesh Akula
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JCaptcha Framework

java.lang.NoSuchMethodError: com.jhlabs.image.WaterFilter.setAmplitude(D)V

Created: 09/Sep/10 12:00 AM   Updated: 09/Sep/10 12:00 AM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: None

Environment: Windows XP, Tomcat 5.5.28, JDK 1.5.0_12


 Description  « Hide
When I try using DefaultManageableImageCaptchaService class, spring is not able to instantiate this class. I also included imaging-01012005.jar as mentioned on the past issue.
------------------------------------------------------

<bean class="com.octo.captcha.service.image.DefaultManageableImageCaptchaService" id="imageCaptchaService"/>
--------------------------- Error Logs ---------------------------------
2010-09-08 16:26:50,927 ERROR [] org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[dotcom]: Servlet.service() for servlet dotcom threw exception
java.lang.NoSuchMethodError: com.jhlabs.image.WaterFilter.setAmplitude(D)V
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:59)
at com.octo.captcha.engine.image.ListImageCaptchaEngine.<init>(ListImageCaptchaEngine.java:24)
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.<init>(DefaultGimpyEngine.java:48)
at com.octo.captcha.service.image.DefaultManageableImageCaptchaService.<init>(DefaultManageableImageCaptchaService.java:32)


Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.