[jboss-jira] [JBoss JIRA] Created: (JBBOOT-39) Provide launch mechanism which doesn't require anything aside from SPIs on Application CP

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Tue Apr 14 08:44:22 EDT 2009


Provide launch mechanism which doesn't require anything aside from SPIs on Application CP
-----------------------------------------------------------------------------------------

                 Key: JBBOOT-39
                 URL: https://jira.jboss.org/jira/browse/JBBOOT-39
             Project: JBoss Bootstrap
          Issue Type: Task
          Components: spi
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 0.1.1


We cannot require implementation classes (which leak dependencies) to be on the application classpath, otherwise:

1) The full dependency set must be there as well (on the extension CL), or
2) NoClassDefFoundError

Provide a factory launcher in the SPI which uses reflection to obtain an implementation from a ClassLoader specified by the client (or inferred via TCCL).

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