[ 
https://issues.apache.org/jira/browse/ABDERA-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665456#action_12665456
 ] 

Chris K Wensel commented on ABDERA-212:
---------------------------------------

Patch submitted. add accessors to the ProviderFactoryBean and sets the 
workspaceManager on the provider instance.

works with following Spring descriptor

  <a:provider base="/registry/">

      <a:workspaceManager>
        <bean 
class="org.apache.abdera.protocol.server.provider.basic.BasicProvider"/>
      </a:workspaceManager>

  </a:provider>


> Cannot add a WorkspaceManager instance to ProviderFactoryBean
> -------------------------------------------------------------
>
>                 Key: ABDERA-212
>                 URL: https://issues.apache.org/jira/browse/ABDERA-212
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Chris K Wensel
>         Attachments: abdera-212.patch
>
>
> When attempting to use a WorkspaceManager that can load adapters for 
> abdera/adapter/*.properties files, am unable to set the workspaceManager 
> value on the ProviderFactoryBean. 
> workspaceManager is supported in the abdera-spring schema and definition 
> parser, but the value is not settable on ProviderFactoryBean.

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

Reply via email to