Originally posted by jason adam:
I need to build a message driven bean using XDoclet in Weblogic, but can't find any good examples of how to do this. Just learning XDoclet, and can't even figure out what "type" a MDB should be specified as.
I am using a single MDB in my application (many session and entity beans). Here are the tags for the MDB:
Note that tags preceded with -- are ignored. This is a simple MDB that accepts TextMessage and doesn't care about transactions.