users@glassfish.java.net

Re: Any way to disable _at_MessageDriven bean?

From: Comerford, Sean <Sean.Comerford_at_espn.com>
Date: Tue, 8 Jan 2013 11:10:07 -0500

By DD I assume you mean deployment descriptor?

And if so dumb question – which one? I don't see metadata-complete as a valid attr / element in any of the relevant descriptor XSDs I can think of.

---
Sean Comerford
ESPN.com Architecture & Platforms
From: Sahoo <sanjeeb.sahoo_at_oracle.com<mailto:sanjeeb.sahoo_at_oracle.com>>
Reply-To: "sanjeeb.sahoo_at_oracle.com<mailto:sanjeeb.sahoo_at_oracle.com>" <sanjeeb.sahoo_at_oracle.com<mailto:sanjeeb.sahoo_at_oracle.com>>
Date: Tue, 8 Jan 2013 10:55:58 -0500
To: "users_at_glassfish.java.net<mailto:users_at_glassfish.java.net>" <users_at_glassfish.java.net<mailto:users_at_glassfish.java.net>>
Cc: Sean Comerford <Sean.Comerford_at_espn.com<mailto:Sean.Comerford_at_espn.com>>
Subject: Re: Any way to disable @MessageDriven bean?
You can specify metadata-complete=true in DD xml and list all the required MDBs there along with all other descriptors.
Sahoo
On Tuesday 08 January 2013 08:55 PM, Comerford, Sean wrote:
We have a number of message driven MDB applications – basically one per sport.
All of them extend a set of "common" MDBs that are in theory applicable for all sports.
But of course we've found some of these are NOT always common.
Is there a way to disable (via deployment descriptor) a bean annotated with @MessageDriven?
---
Sean Comerford
ESPN.com Architecture & Platforms