Bug 9360 - Method never get invoked / Object never gets instantiated
Summary: Method never get invoked / Object never gets instantiated
Status: RESOLVED DUPLICATE of bug 6374
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 4.0.3 Final
Hardware: PC other
: P3 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 16:18 UTC by ravsm1
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ravsm1 2002-05-23 16:18:02 UTC
I have a couple of classes that have static methods that are invoked for XSL 
transformation. This works fine with Tomcat 4.0.1. In 4.0.3, the method is 
never invoked and no exceptions are thrown at that statement, and the flow just 
stops there. I created another class that can be instantiated with no static 
methods, the Object does not get instantiated, all other Object and method 
calls work fine.

some code from that part 

//*************************
System.out.println("came after Null in  DB before transform "); 
htmlData = com.pulsar.players.xml.XMLUtilitiesNew.transform(this.getXSLPath
(),currentXML);

//*********

The print statement is executed , even "this.getXSLPath()" is executed but it 
does not go into the method!!

It baffled me a whole day, in a debugger this code works fine, but when it is 
executed through Tomcat 4.0.3, it failed again and again and ...

The quandry I am in is that the app I am developing works fine, but do not have 
the source or an executable for verion 4.0.1, which I would need for any 
deployment!!!

I will try reinstalling 4.0.3 and see if there is any difference. I hope this 
helps.

Thanks,

Ravi
Comment 1 Remy Maucherat 2002-05-24 00:23:26 UTC
This is caused by another bug. Use 4.0.4 bX to fix it.

*** This bug has been marked as a duplicate of 6374 ***