You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/05/18 17:58:59 UTC

[jira] [Created] (ARIES-1323) Update blueprint-web ServletContextListener to register NamespaceHandlers if a blueprintNamespaceHandlers property is set

Sergey Beryozkin created ARIES-1323:
---------------------------------------

             Summary: 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


{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)