Bug in JkMX.java

2003-07-18 Thread Davanum Srinivas
Do you want me to create a bugzilla report? here's the diff. Need to check for the 
whole class
(mx4j.adaptor.http.HttpAdaptor)

Thanks,
dims

Index: JkMX.java
===
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java,v
retrieving revision 1.12
diff -d -u -b -B -w -u -r1.12 JkMX.java
--- JkMX.java   2 Jun 2003 01:22:32 -   1.12
+++ JkMX.java   18 Jul 2003 15:24:29 -
@@ -112,7 +112,7 @@
 public void loadAdapter() throws IOException {
 boolean adapterLoaded = false;

-if (classExists(mx4j.adaptor.http)) {
+if (classExists(mx4j.adaptor.http.HttpAdaptor)) {
 try {
 serverName = new ObjectName(Http:name=HttpAdaptor);
 mserver.createMBean(mx4j.adaptor.http.HttpAdaptor, serverName, 
null);


=
Davanum Srinivas - http://webservices.apache.org/~dims/

__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Bug in JkMX.java

2003-07-18 Thread Davanum Srinivas
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21714

--- Davanum Srinivas [EMAIL PROTECTED] wrote:
 Do you want me to create a bugzilla report? here's the diff. Need to check for the 
 whole class
 (mx4j.adaptor.http.HttpAdaptor)
 
 Thanks,
 dims
 
 Index: JkMX.java
 ===
 RCS file: 
 /home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java,v
 retrieving revision 1.12
 diff -d -u -b -B -w -u -r1.12 JkMX.java
 --- JkMX.java   2 Jun 2003 01:22:32 -   1.12
 +++ JkMX.java   18 Jul 2003 15:24:29 -
 @@ -112,7 +112,7 @@
  public void loadAdapter() throws IOException {
  boolean adapterLoaded = false;
 
 -if (classExists(mx4j.adaptor.http)) {
 +if (classExists(mx4j.adaptor.http.HttpAdaptor)) {
  try {
  serverName = new ObjectName(Http:name=HttpAdaptor);
  mserver.createMBean(mx4j.adaptor.http.HttpAdaptor, serverName, 
 null);
 
 
 =
 Davanum Srinivas - http://webservices.apache.org/~dims/
 
 __
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


=
Davanum Srinivas - http://webservices.apache.org/~dims/

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]