You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2007/05/17 23:35:16 UTC

[jira] Created: (OPENEJB-580) ContextListener class for OpenEJB startup in web container environments

ContextListener class for OpenEJB startup in web container environments
-----------------------------------------------------------------------

                 Key: OPENEJB-580
                 URL: https://issues.apache.org/jira/browse/OPENEJB-580
             Project: OpenEJB
          Issue Type: Improvement
          Components: integration
    Affects Versions: 3.0
            Reporter: Jacek Laskowski


Create ContextListener class for easier integration with web containers. When a web application has started up, the web container notifies listener-class'es so they can do some after-web-startup-before-first-client tasks like initializing openejb.

Unless I'm mistaken, OpenEJB supports Tomcat only with a hack so openejb libraries are added to an appropriate classloader. The listener-class could easy it greatly.

<listener>
  <listener-class>org.apache.openejb.webapp.OpenEJBContextListener</listener-class>
</listener>

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