Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-89

EJB 2.1 <-> 3.0 compatibility

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta-1
    • 3.0-beta-1
    • ejb3 simplified
    • None

    Description

      See "Adapting EJB 3.0 Session Beans to Earlier Client Views"

      Stateless:
      home.create() -> no affect
      home.remove() -> no affect

      Stateful:
      home.create<METHOD>(args) -> PostConstruct and Init(args)
      home.remove() -> PreDestroy

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: