This content has been marked as final.
Show 1 reply
-
1. Re: how to change the default jmx name of an ejb.
panosk Jul 15, 2002 6:35 AM (in response to panosk)I found out what was causing the problem.
I had to define jndi-name in jboss.xml even for entity beans that i expose only locally.
Jboss uses jndi-name to generate the jmx name and if jndi-name doesn't exist it uses the bean's name.