User: schaefera
  Date: 01/09/13 00:39:15

  Modified:    src/xdocs/howto howtovisualagedebug.xml
  Log:
  Adjustment because JMXAdaptor was deleted.
  
  Revision  Changes    Path
  1.5       +0 -1      manual/src/xdocs/howto/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtovisualagedebug.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howtovisualagedebug.xml   2001/09/12 02:10:22     1.4
  +++ howtovisualagedebug.xml   2001/09/13 07:39:15     1.5
  @@ -269,7 +269,6 @@
                        </listitem>
                        <listitem>
                                <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).
           </para>
  
  
  

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

Reply via email to