Running the admin-console from today's jboss-head produces the following error when I click on the Web Services Mgmt link in the navigation:
14:32:18,905 INFO [STDOUT] ReflectionException: null Cause: java.lang.IllegalArgumentException: Unable to find operation listEndpoints() 14:32:18,905 INFO [STDOUT] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:214) 14:32:18,905 INFO [STDOUT] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653) 14:32:18,905 INFO [STDOUT] at org.allesta.wsabi.j2ee.provider.jboss.JBossWSAxisProvider.getWebServiceDescription(Unknown Source) 14:32:18,905 INFO [STDOUT] at org.allesta.wsabi.j2ee.provider.DeploymentManager.getServices(Unknown Source) 14:32:18,905 INFO [STDOUT] at org.allesta.wsabi.j2ee.action.ServiceList.execute(Unknown Source) ...
It would seem that it is related to JBWS-150. Will take a look into it