[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-842) IllegalArgument("Null name") exception thrown while reporting on embedded jboss startup errors

james ahlborn (JIRA) jira-events at jboss.com
Mon Jan 22 13:05:53 EST 2007


IllegalArgument("Null name") exception thrown while reporting on embedded jboss startup errors
----------------------------------------------------------------------------------------------

                 Key: EJBTHREE-842
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-842
             Project: EJB 3.0
          Issue Type: Bug
    Affects Versions: EJB 3.0 RC9 - Patch 1
            Reporter: james ahlborn
            Priority: Minor


org.jboss.ejb3.embedded.KernelErrors.validate() compiles an error report whenever the embedded jboss encounters an error while starting up services.  however, on line ~96 a call is made to get information on a failed dependency which ends up throwing an IllegalArgumentException (from org.jboss.dependency.plugins.AbstractController.getContext()) before the error report can be completed.  This makes it very difficult to diagnose loading problems with the embedded jboss.

-- 
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 jboss-jira mailing list