Bugs item #856973, was opened at 2003-12-09 11:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=856973&group_id=22866
Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Jean-Claude (jcrouvi) Assigned to: Nobody/Anonymous (nobody) Summary: binding management + jnpPort + rmiPort Initial Comment: Please see : http://www.jboss.org/thread.jsp?forum=63&thread=43140 Hi, Why is the following feature not implemented ? It could be very helpful : File: varia/src/main/org/jboss/services/binding/AttributeMappingDelegate.java Version: @version $Revision: 1.3.2.3 $ Lines : [65-70] // Only the first binding is used as only one (host,port) pair is mapped ServiceBinding[] bindings = config.getBindings(); if( bindings != null && bindings.length > 0 ) { int port = bindings[0].getPort(); Is it sure, that only one pair (host,port) is mapped? I have tried to configure the jnpPort and the rmiPort and it is not possible. Best Regards Jean-Claude ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=856973&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
