Class not found only during Test phase

2007-04-27 Thread Chris Russell
Hello, I'm trying to run a junit test and I'm getting the following error: java.lang.NoClassDefFoundError: oracle/j2ee/ws/saaj/soap/BinaryTextImpl at oracle.j2ee.ws.common.streaming.DOMXMLReaderImpl.hasBinaryValue(DOMXMLReaderImpl.java:217) at

Re: Class not found only during Test phase

2007-04-27 Thread Wayne Fay
Unpack the jar and make sure its really there. We've seen similar reports from people who were surprised when classes really didn't exist in their jar. If its there, I'd guess you might be running into a class loading issue... Check how that class is being loaded in the