0 Replies Latest reply on Jun 29, 2005 4:25 AM by chris1

    Is this unusual architecture possible?

    chris1

      Hi,
      is following scenario possible with jboss/ejb3:

      I'm having a generic EJB3-based "DAO"-SessionBean within an ejb3-archive deployed within an ear. This ear should be a generic application repository/registry where I can register any kind of service.

      These services are provided by additional hot deployed ejb3-modules each adding special functionality (domain-specific session- and entitybeans) and injecting their functionality into the global application repository/registry.

      Is it possible to access these beans via my generic DAO sitting in the repositry-ear?
      I know this architecture is not the classic approach.

      Chris