[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3007) no error message when component cannot be properly created on startup

Sebastian Hennebrueder (JIRA) jira-events at lists.jboss.org
Mon May 19 04:50:22 EDT 2008


no error message when component cannot be properly created on startup
---------------------------------------------------------------------

                 Key: JBSEAM-3007
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3007
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.2.GA, 2.0.1.GA
         Environment: Mac OSX JDK 1.5
Tomcat 6
            Reporter: Sebastian Hennebrueder


When a component implements an interface which is not deployed to the application server, the component is not created but silently ignored.
At least an error message during startup would be fine.

I run into this problem when using Groovy components. When the groovy classes are compiled to java classes they implement a groovy interface. If I do not deploy the groovy jars, the component is not loaded.

I reproduced the problem with a class implementing an interface. The interface was part of a jar which was only available at compile time but not deployed to Tomcat. Same problem happens on JBoss 4.2.2


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