2 Replies Latest reply on Jun 23, 2005 5:59 PM by kabirkhan

    EJB3 Timer Service Dependencies

      What dependencies does the EJB3 Timer service have on the EJB 2 Deployer? Is it possible to use the EJB3 timer service without the ejb 2 deployer service?

      See this related JIRA issue:

      [link]http://jira.jboss.com/jira/browse/JBAS-1946[/link]

      We'd like the installer to have an ejb3 profile which doesn't include the ejb2 deployer. Is this possible?

        • 1. Re: EJB3 Timer Service Dependencies
          bill.burke

          I don't know if it is possible as I don't know how Timer Service works internally. I guess you have tried to do this and failed?

          In any event, there will be no more code changes to EJB3 until after JavaOne unless they are critical bugs.

          • 2. Re: EJB3 Timer Service Dependencies
            kabirkhan

            I just commited some changes to the following EJB3 classes:

            org.jboss.ejb3.security.JaccAuthorizationInterceptor
            org.jboss.ejb3.security.JaccHelper

            They were referencing the following classes from EJB 2, but they turned out to never be used:

            org.jboss.ejb.EJBArgsPolicyContextHandler
            org.jboss.ejb.plugins.EnterpriseBeanPolicyContextHandler