[weld-issues] [JBoss JIRA] Commented: (WELDSE-25) Weld class should be easier to extend to introduce custom behavior, for example the ability to replace the ResourceLoader

Morten Christensen (JIRA) jira-events at lists.jboss.org
Mon May 10 10:59:05 EDT 2010


    [ https://jira.jboss.org/jira/browse/WELDSE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12529929#action_12529929 ] 

Morten Christensen commented on WELDSE-25:
------------------------------------------

Thanks for the feedback. I did get the impression from the Weld docs + javadocs that it was a Java 6 style service, but now I know better and I can see how to avoid the statics and you say.

Actually, it is not only about replacing Weld but also the class org.jboss.weld.environment.se.util.Reflections and other classes + there are other bugs that I will then run into.

I send you a personal email today about what can be done  - did you see it ?

> Weld class should be easier to extend to introduce custom behavior, for example the ability to replace the ResourceLoader
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WELDSE-25
>                 URL: https://jira.jboss.org/jira/browse/WELDSE-25
>             Project: Weld support for Java SE
>          Issue Type: Feature Request
>    Affects Versions: 1.0.1.Final
>         Environment: Weld SE + Java 6
>            Reporter: Morten Christensen
>
> According to the docs "org.jboss.weld.resources.spi.ResourceLoader" is responsible for resource loading/class creation and if it worked it would appear to solve a lot of potential integration problems, f.x. with OSGI (see issue 520).
> Unfortunately, Weld SE does not apper to use ResourceLoaders and it ignores any implementations of this service that the Java SE app supplies. Even worse, Weld SE classloading behavior is hardcoded in "org.jboss.weld.environment.se.util.Reflections". This makes it impossible to use Weld SE where classloading does not work with the Thread's  context class loader such as OSGI etc.
> Weld SE should be changed to look for service implementations  of "org.jboss.weld.resources.spi.ResourceLoader" (i.e. actually work according to its own documentation).
> P.S: It would also be nice if Weld SE would allow users to supply a Classloader to the constructor for org.jboss.weld.environment.se.Weld

-- 
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 weld-issues mailing list