This is the UIL service correct? UIL was deprecated in favour of UIL2 a while ago. As of 3.2.2 UIL is just a jndi alias to UIL2 so there no real service anymore. You can find the real service in docs/examples/jca if you are interested.
But the solution is to remove UIL from the binding service config. This has already been fixed in CVS. I'd recommend choosing an IL (UIL2 is recommended because it works in most circumstances) and binding that to ConnectionFactory/XAConnectionFactory. OIL is the current default because it is slightly more performant, but does not always work i.e. it only works when the server can open a socket on the client. It is very likely that UIL2 will be the default in the future. Regards, Adrian On Mon, 2003-10-27 at 22:40, Clover, James wrote: > 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 -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
