Re: Problem with Junit report with weblogic 8.1 SP3

2006-05-09 Thread Antoine Levy-Lambert
Hello Devaraj, I am aware of this problem. Either remove weblogic.jar from your class path, or see if you can "amputate" it, by removing a META-INF/services directory inside the jar. I suspect there is such a directory, which would tell the system to use the weblogic factories for XML APIs.

Problem with Junit report with weblogic 8.1 SP3

2006-05-09 Thread Devaraj, Geethakrishnan
Hi All, I used junit reports to create reports from xml files.It worked fine in my local environment (Weblogic 8.1 SP4) but failed in Weblogic 8.1 SP3 with the message Could not find a valid processor version implementation from weblogic.xml.jaxp.RegistrySAXTransformerFactory.Any possible work