I've been messing with port configuration via the cool service binding stuff. Everything works great, except for JMS. I get this error message:
09:35:14,860 WARN [ServiceConfigurator] Failed to apply service binding override
javax.management.AttributeNotFoundException: Writable attribute 'ServerBindPort' not found
at org.jboss.mx.capability.ReflectedMBeanDispatcher.setAttribute(ReflectedMBeanDispatcher.java:190)
at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:500)
at org.jboss.services.binding.AttributeMappingDelegate.applyConfig(AttributeMappingDelegate.java:77)
at org.jboss.services.binding.ServiceBindingManager.applyServiceConfig(ServiceBindingManager.java:174)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
To me, this says that the JMS stuff doesn't work properly with the service binding. Am I right, or am I missing something obvious?
James
