You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/06/03 13:36:46 UTC

[jira] Updated: (SLING-502) Disable SCR plugin for Factory Components

     [ https://issues.apache.org/jira/browse/SLING-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-502:
------------------------------------

    Description: 
The folloing Component Factories  must be used with manually crafted service component descriptors for now: 

        jcr/jackrabbit-server : SlingServerRepository
        jcr/jackrabbit-client : SlingClientRepository
        engine                : RequestLoggerService
 
The reason is compatibility with the fixes introduced with FELIX-593, which cause the Felix Declarative Services to act correctly.

Because the current maven-scr-plugin incorrectly forces the immediate attribute to true we have to hand-craft descriptors which do not include the attribute to be compatible with the old Declarative Services implementation and the new implementation.

  was:
The folloing Component Factories  must be used with manually crafted service component descriptors for now: 

        jcr/jackrabbit-server : SlingServerRepository
        jcr/jackrabbit-client : SlingClientRepository
        jcr/classloader       : RepositoryClassLoaderProviderImpl
        engine                : RequestLoggerService
 
The reason is compatibility with the fixes introduced with FELIX-593, which cause the Felix Declarative Services to act correctly.

Because the current maven-scr-plugin incorrectly forces the immediate attribute to true we have to hand-craft descriptors which do not include the attribute to be compatible with the old Declarative Services implementation and the new implementation.


Remove RepositoryClassloaderProviderImpl, this is a service factory not a component factory.

> Disable SCR plugin for Factory Components
> -----------------------------------------
>
>                 Key: SLING-502
>                 URL: https://issues.apache.org/jira/browse/SLING-502
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine, JCR
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> The folloing Component Factories  must be used with manually crafted service component descriptors for now: 
>         jcr/jackrabbit-server : SlingServerRepository
>         jcr/jackrabbit-client : SlingClientRepository
>         engine                : RequestLoggerService
>  
> The reason is compatibility with the fixes introduced with FELIX-593, which cause the Felix Declarative Services to act correctly.
> Because the current maven-scr-plugin incorrectly forces the immediate attribute to true we have to hand-craft descriptors which do not include the attribute to be compatible with the old Declarative Services implementation and the new implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.