[webbeans-issues] [JBoss JIRA] Resolved: (WBX-31) Bind Manager to java:app/Manager on Jetty

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Apr 23 18:44:44 EDT 2009


     [ https://jira.jboss.org/jira/browse/WBX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen resolved WBX-31.
--------------------------

    Fix Version/s: Servlet Containers 1.0.0.CR2
       Resolution: Done
           Labels:   (was: Community_Contributor_Needed)


Turned out this was a documentation issue. Updated the environments chapter.

Here's the configuration that can be used with the existing ManagerObjectFactory:

<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"
   "http://jetty.mortbay.org/configure.dtd">
<Configure id="webAppCtx" class="org.mortbay.jetty.webapp.WebAppContext">
   <New id="jdciManager" class="org.mortbay.jetty.plus.naming.Resource">
      <Arg><Ref id="webAppCtx"/></Arg> 
      <Arg>jcdi/Manager</Arg>
      <Arg>
         <New class="javax.naming.Reference">
            <Arg>javax.inject.manager.Manager</Arg> 
            <Arg>org.jboss.webbeans.resources.ManagerObjectFactory</Arg>
            <Arg/>
         </New>
      </Arg>
   </New>
</Configure>

> Bind Manager to java:app/Manager on Jetty
> -----------------------------------------
>
>                 Key: WBX-31
>                 URL: https://jira.jboss.org/jira/browse/WBX-31
>             Project: Web Beans Extensions
>          Issue Type: Feature Request
>          Components: Servlet Containers
>            Reporter: Pete Muir
>            Assignee: Dan Allen
>             Fix For: Servlet Containers 1.0.0.CR2
>
>         Attachments: ManagerReferenceFactory.java
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the weld-issues mailing list