1 Reply Latest reply on Jan 23, 2008 12:10 PM by pmuir

    Seam and MDB without web frontend

    erlaan

      Hi,

      I am working on a SEAM project that consists of two EAR files. One with a web front-end that puts a message in a queue and another one that retrieves messages from this queue using a MDB. The second EAR is deployed on a second server as well.

      This MDB is a SEAM component using other seam components (entities and SLSB's) to access a database.

      How is SEAM initialized in this setup? We tried to add an empty seam web app to init seam, but the message driven bean onMessage is already invoked before seam is initialized.