Great! That seemed to do it, but I had to modify jboss.conf as well (it was
missing a NAME tag too.) After I did that, no more exceptions =)
Thanks again!
-joe
>
> You need to specify an object name :-)
>
> Look in jboss.jcml. Here's an example entry:
> <mbean code="org.jboss.web.WebService"
> name="DefaultDomain:service=Webserver">
> <attribute name="Port">8083</attribute>
> </mbean>
>
> See that name parameter? You need to have that, OR, you have to
> implement MBeanRegistration and choose a name inside your bean.
>