users@glassfish.java.net

looking for portable MDB example

From: Scott Oaks <Scott.Oaks_at_Sun.COM>
Date: Wed, 10 Oct 2007 14:58:39 -0400

I'm trying to find a portable 3.0-based MDB (and corresponding client)
example. Everything I find invariably uses mappedName for the resource
injection (both in the MessageDriven resource for the MDB and the
@Resource for the client), which works well, but isn't portable.

I realize that the portability aspect will mean I need (non-portable)
deployment descriptors to define the linkage for the name attribute, but
that's easier changed than the annotations in the source code.

-Scott