Hi,
We have an implementation of a bean (MDB and Session) that needs to be deployed multiple times using different deployment descriptor values. For example, we may have 10 MDBs that use the same code, but each listens to different queues.
Is there a way to approach this type of problem using MyEclipse/XDoclet?
BTW – In the interim, we have used XSLT to handle this situation, but would like to move it back upstream.
Thanks in advance,
Erik