[ 
https://issues.apache.org/jira/browse/CLEREZZA-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528910#comment-13528910
 ] 

Reto Bachmann-Gmür commented on CLEREZZA-722:
---------------------------------------------

A problem is when WebFragements register resources by class which depend on a 
per-request life cycle, e.g. with a constructor like:

    public ReferencedSiteRootResource(@PathParam(value = "site") String siteId,
                                      @Context ServletContext servletContext) {

Unfortunately quite some stanbol components do this to get their dependencies 
via the servletContext rather than declarative services.
                
> Add (some) support for Stanbol webfragment
> ------------------------------------------
>
>                 Key: CLEREZZA-722
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-722
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> Stanbol components register their resources using a stanbol WebFragment 
> interface. We should add some support for that in clerezza so that some (or 
> all if things go very smoothly) of the stanbol components can be run within 
> clerezza. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to