[
https://issues.apache.org/jira/browse/ARIES-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin updated ARIES-1323:
------------------------------------
Attachment: aries1323.txt
> Update blueprint-web ServletContextListener to register NamespaceHandlers if
> a blueprintNamespaceHandlers property is set
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: ARIES-1323
> URL: https://issues.apache.org/jira/browse/ARIES-1323
> Project: Aries
> Issue Type: Improvement
> Components: Blueprint
> Reporter: Sergey Beryozkin
> Assignee: Sergey Beryozkin
> Priority: Minor
> Attachments: aries1323.txt
>
>
> {code:xml}
> <web-app>
> <context-param>
> <param-name>blueprintLocation</param-name>
> <param-value>WEB-INF/beans.xml</param-value>
> </context-param>
> <context-param>
> <param-name>blueprintNamespaceHandlers</param-name>
> <param-value>
> a.b.C,
> d.e.F
> </param-value>
> </context-param>
> <listener>
> <listener-class>
> org.apache.aries.blueprint.web.BlueprintContextListener
> </listener-class>
> </listener>
> <!-- the rest of web-app -->
> </web-app>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)