users@jax-rpc.java.net

What is this class

From: Steve Pruitt <SPruitt_at_exstream.com>
Date: Wed, 10 Mar 2004 11:02:12 -0500

I get this exception trying to deploy a Bean implemented jax-rpc webservice on Websphere.
 
     java.lang.ClassNotFoundException: com.sun.java.Text_Xml
 
The only imports my Bean defines that I think are related in anyway are:
 
import javax.xml.rpc.holders.ByteArrayHolder;
import javax.xml.rpc.holders.StringHolder;
 
import org.w3c.dom.Node;
import org.w3c.dom.Text;
 
What is this class? Does anyone know where or what to look at to determine where a dependency for "com.sun.java.Text_Xml" is located?
 
 
-S