[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-850) License violation

Gavin King (JIRA) jira-events at lists.jboss.org
Thu Feb 15 11:15:29 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-850?page=comments#action_12353221 ] 
            
Gavin King commented on JBSEAM-850:
-----------------------------------

It is. There is no problem running 1.1.6 without JCaptcha, and most of the examples demonstrate this.

CaptchaService is declared like this:

@Install(classDependencies="com.octo.captcha.service.image.ImageCaptchaService")

So you are doing something wrong.

> License violation
> -----------------
>
>                 Key: JBSEAM-850
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-850
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.6.GA
>         Environment: any
>            Reporter: Petr Ferschmann
>         Assigned To: Shane Bryzak
>             Fix For: 1.1.7.GA
>
>
> JBoss Seam has LGPL license. 
> JCaptcha (according to content of jcaptcha-all-1.0-RC3.jar) is GPL.
> When running JBoss Seam without jcaptcha I get this NoClassDefFoundError:
> java.lang.NoClassDefFoundError: com/octo/captcha/service/image/ImageCaptchaService
>         at java.lang.Class.getDeclaredMethods0(Native Method)
>         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
>         at java.lang.Class.getDeclaredMethods(Class.java:1791)
>         at org.jboss.seam.Component.initMembers(Component.java:413)
>         at org.jboss.seam.Component.<init>(Component.java:253)
>         at org.jboss.seam.Component.<init>(Component.java:204)
>         at org.jboss.seam.init.Initialization.addComponent(Initialization.java:742)
>         at org.jboss.seam.init.Initialization.addComponents(Initialization.java:674)
>         at org.jboss.seam.init.Initialization.init(Initialization.java:429)
>         at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
> This mean I can't use Seam without GPL software. 
> Solution is to make JCaptcha optional. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list