Change Notes item #428708, was updated on 2001-05-30 09:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=428708&group_id=22866

Category: None
Group: v2.2.2
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Externalize jnp RMI socket factories

Initial Comment:
The jnp JNDI provider now supports custom RMI socket 
factories. These can be specified via the 
ClientSocketFactory and ServerSocketFactory attributes 
of the org.jboss.naming.NamingService mbean. For 
example, to use org.someorg.MyClientSocketFactory and 
org.someorg.MyServerSocketFactory the following 
jboss.jcml mbean element would be used:

  <mbean code="org.jboss.naming.NamingService" 
name="DefaultDomain:service=Naming">
    <attribute name="Port">1099</attribute>
    <attribute name="RmiPort">0</attribute>
    <attribute 
name="ClientSocketFactory">org.someorg.MyClientSocketFa
ctory</attribute>
    <attribute 
name="ServerSocketFactory">org.someorg.MyServerSocketFa
ctory</attribute>
  </mbean>


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=428708&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to