[
http://jira.jboss.com/jira/browse/JBSEAM-850?page=comments#action_12353217 ]
Gavin King commented on JBSEAM-850:
-----------------------------------
This was discussed already. We accidentally included 1.0-RC3 (which is GPL) on the
understanding that jcaptcha was LGPL. We have asked Emmanuel to followup on this with the
owner of this project, since there are confusing statements on the website. If the plan is
that jcaptcha will remain GPL (contrary to those statements), we will instead bundle
jcaptcha 1.0-RC2.0.1.zip, which was distributed as LGPL (and possibly fork from there if
any maintainence is necessary).
Yes, it is strange that the license of this product seems to vary between release
candidates.
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