Thanks for your answer pilhuhn, but I'm afraid it's not exactly what I need.
I need to specify the xml tag within the session bean description
in jboss.xml.
By default, XDoclet generates something like this :
${bean.name}
${bean.jndi.name}
...
And I want XDoclet to g
Hi,
I'd like to have some advice on a Jboss deployment descriptor
customization issue.
I use XDoclet to generate my interfaces an the DD for JBoss 3.2. Because
of a specific network constraint, I have to access some of my Session
Beans via RMI over HTTP.
To achieve this under JBoss, I need to spe