-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC1
-
None
The sample-bindings.xml doesn't include support for the ejb.deployer service. I thought that it could be added easily, but it appears that the format specifying the port in the ejb3.deployer jboss-services.xml is complex. Probably an xslt transform is required. I was going to try to write the transform but the port number is declared in two places. Additionally, the transform will need to leave most of the attribute value as is and only tranform the port number.
<mbean code="org.jboss.remoting.transport.Connector"
xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,transport=socket3874,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">socket://0.0.0.0:3874</attribute>
Writing the transform for the element InvokerLocator is simple but the name attribute will require a bit more (if it is significant).
- is duplicated by
-
EJBTHREE-1461 Provide a ServiceBindingManager-compatible ejb3-connectors-service.xml to the AS
- Closed