Re: Stacktrace, Why?

2007-10-11 Thread Glen Mazza
In addition, it can help to reduce your source code to the most minimum that replicates the error. Less for the reader to wade through / easier to spot errors that way. Glen Am Dienstag, den 09.10.2007, 09:41 -0400 schrieb Daniel Kulp: That stack trace points to you using the the Sun reference

Stacktrace, Why?

2007-10-09 Thread Mattas, Tony
Can someone give me a clue as to why I'm getting this stack trace, I don't reference a class by that name ever. class: com.stryker.cmf.cipushep.jaxws.PushReceive could not be found at com.sun.xml.internal.ws.modeler.RuntimeModeler.getClass(RuntimeModeler.j ava:271) at

Re: Stacktrace, Why?

2007-10-09 Thread Daniel Kulp
That stack trace points to you using the the Sun reference implementation of JAX-WS thats built into JDK 6. You aren't hitting CXF code at all. The classes: com.sun.xml.internal.ws.* are the JAX-WS stuff in JDK 6. Double check that CXF is properly on the classpath. Dan On Tuesday 09