NoClassDefFoundError from SequenceDataAdaptor if jstl classes aren't in 
classpath
---------------------------------------------------------------------------------

                 Key: RF-3515
                 URL: http://jira.jboss.com/jira/browse/RF-3515
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0, 3.2.1
         Environment: All
            Reporter: Sei Syvalta


In org.ajax4jsf.component.SequenceDataAdaptor.getDataModel() (row 62) there's 
reference to javax.servlet.jsp.jstl.sql.Result. I think jstl isn't documented 
as a runtime dependency of richfaces, so it should be loaded dynamically so 
that if the class isn't available, no exception would occur.

There's also the following comment in the code: "// TODO - for jsf 1.2 use 
method from superclass ?", so perhaps the instanceof checks could be avoided 
completely?



-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to