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