[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3796) SeamNamespaceHandler.decorate broken stacktrace

Francisco Jose Peredo Noguez (JIRA) jira-events at lists.jboss.org
Thu Dec 4 21:26:36 EST 2008


SeamNamespaceHandler.decorate broken stacktrace
-----------------------------------------------

                 Key: JBSEAM-3796
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3796
             Project: Seam
          Issue Type: Bug
            Reporter: Francisco Jose Peredo Noguez
         Attachments: patch.txt

 try
            {
               cls = ClassUtils.forName(SEAM_COMPONENT_POST_PROCESSOR);
            }
            catch (ClassNotFoundException e)
            {
               throw new IllegalStateException("Unable to load class '"
                        + SEAM_COMPONENT_POST_PROCESSOR
                        + "' make sure you have the jboss-seam-spring.jar in your classpath."); //<-- HERE
            }

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

        



More information about the seam-issues mailing list