User: schaefera
  Date: 01/09/11 19:10:22

  Modified:    src/xdocs/howto howtovisualagedebug.xml
  Log:
  Adjusted files because of the repackaging of the JMX Connector
  and Adaptors.
  Also the connector and adaptor service files (*.jsr) are separated into
  3 different files because it is neccessary to allow the administrator
  to select which one to use (security, performance etc.). Now the admin
  can add or remove the service files as the need arise.
  
  Revision  Changes    Path
  1.4       +1 -1      manual/src/xdocs/howto/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtovisualagedebug.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howtovisualagedebug.xml   2001/09/05 08:37:55     1.3
  +++ howtovisualagedebug.xml   2001/09/12 02:10:22     1.4
  @@ -268,7 +268,7 @@
                                </orderedlist>
                        </listitem>
                        <listitem>
  -                             <para>For 
<classname>org.jboss.jmx.server.RMIConnectorImpl</classname>, 
  +                             <para>For 
<classname>org.jboss.jmx.connector.rmi.RMIConnectorImpl</classname>, 
   <classname>org.jboss.jmx.JMXAdaptorImpl</classname>,
   <classname>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker</classname>,
   <classname>org.jbossmq.distributed.server.ConnectionReceiverRMIImpl</classname> and 
<classname>org.jbossmq.distributed.server.DistributedJMSServerRMIImpl</classname>, 
manually generate RMI stub/skeleton using VAJ's built-in RMI tool (Right click on the 
class and select Tools --> Generate RMI/JDK 1.2 --> stubs/skeleton). You might need to 
temporarily move java.transaction.* into the jboss project for the rmic compiler to 
function without errors for JRMPContainerInvoker or directly import the RMI stub from 
the binary jboss.jar 
(org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.class).
  
  
  

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

Reply via email to