[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-266) ejb3.deployer port needs to be added to Binding Manager supporet
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Aug 29 02:11:22 EDT 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger resolved EJBTHREE-266.
------------------------------------------
Fix Version/s: AS 5.0.0.CR2
Resolution: Done
Assignee: Andrew Lee Rubinger
Part of EJB3 Core 0.1.17
> ejb3.deployer port needs to be added to Binding Manager supporet
> ----------------------------------------------------------------
>
> Key: EJBTHREE-266
> URL: https://jira.jboss.org/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
> Assignee: Andrew Lee Rubinger
> Fix For: AS 5.0.0.CR2
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list