[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-266) ejb3.deployer port needs to be added to Binding Manager supporet
skud xavier (JIRA)
jira-events at lists.jboss.org
Tue Dec 4 16:53:01 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-266?page=comments#action_12390583 ]
skud xavier commented on EJBTHREE-266:
--------------------------------------
I voted for it. Our unix admins seem to like it & I think it is inititutive too.
> ejb3.deployer port needs to be added to Binding Manager supporet
> ----------------------------------------------------------------
>
> Key: EJBTHREE-266
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-266
> Project: EJB 3.0
> Issue Type: Bug
> Components: EJB3 Extensions
> Affects Versions: EJB 3.0 RC1
> Environment: Windows XP Professional, JBossAS 4.0.3rc2
> Reporter: dknox
>
> 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).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list