HI adam,
                            when i put this example as web application, i
have written this as servlet here i am gettig an error like this.i have
tried to solve , i have searched in google i have not found relative one

"""

java.lang.NoSuchMethodError:
javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node;
        
org.apache.xalan.transformer.TransformerImpl.createSerializationHandler(TransformerImpl.java:1092)
        
org.apache.xalan.transformer.TransformerImpl.createSerializationHandler(TransformerImpl.java:1060)
        
org.apache.xalan.transformer.TransformerHandlerImpl.setResult(TransformerHandlerImpl.java:183)
        com.ibm.uima.reference_impl.util.SaxDeserializer_impl.<init>(Unknown 
Source)
        com.ibm.uima.reference_impl.util.XMLParser_impl.parse(Unknown Source)
        
com.ibm.uima.reference_impl.util.XMLParser_impl.parseResourceSpecifier(Unknown
Source)
        
com.ibm.uima.reference_impl.util.XMLParser_impl.parseResourceSpecifier(Unknown
Source)
        com.iton.uima.Test.doGet(Test.java:67)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)



can u tell me exctly where   i went wrong.........and i would like to know
ur timings so that i can stay in office

thanku
vijay


On 9/17/07, vijay vijay <[EMAIL PROTECTED]> wrote:
>
> Hi adam,
>                i have fallowed matthew,got the out put but not the one i
> wanted it. here i didget those strings passed as configaration
> parameters.so what might be the problem
>
>       and i have taken one step futher by  putting this class ias
> webapplication.can i do like that.my first goal is some what like this. is
> it going to be working?
>
> vijay
>
>
>  On 9/15/07, Adam Lally <[EMAIL PROTECTED]> wrote:
> >
> > On 9/14/07, vijay vijay <[EMAIL PROTECTED]> wrote:
> > >
> > > System.*err*.println("Usage: java
> > com.ibm.uima.example.ExampleApplication "+
> > > "<AnalysisEngine.xml> +
> > <D:"\"eclipse\vijay\workspace\exampleApplication\input>
> > > <D:"\"eclipse\vijay\workspace\exampleApplication\output>")
> > > i am getting an error like this
> > >
> > > "Syntax error, insert ")" to complete MethodInvocation".
> > > i have tried not my best.
> > >
> >
> > As Matthew said, these are basic Java questions.  If you need help
> > understanding what System.err.println does and how to fix Java syntax
> > errors, I suggest you take a step back from UIMA and spend some time
> > going through the Java tutorial:
> > http://java.sun.com/docs/books/tutorial/.  Or buy a book on how to
> > program in Java.
> >
> > -Adam
> >
>
>

Reply via email to