Michael,

Can you enable logging in Cactus and send us the logs both for the
client side and server side ?

Thanks
-Vincent

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 30 June 2002 21:09
> To: Vincent Massol; 'Cactus Users List'
> Subject: Re: Cactus and BroadVision 6.0?
> 
> 
> > > I don't know yet which class/servlet would receive/handle this
request
> > in
> > > the absence of a ServletRedirector... But let's assume I could
find
> > that
> > > out - would it be enough to simply instantiate that servlet, pass
it
> > the
> > > request (so that it does the BV specific session initialization)
and
> > then
> > > go
> > > on with the Cactus test case?
> > >
> >
> > Then that must be added by the BV HTTP listener which then passes
the
> > request to your servlet (in our case the Cactus ServletRedirector
> > servlet).
> >
> > An idea: what you may be missing is the call to the init() method in
> > your test case, as in :
> >
> > public void testXXX()
> > {
> >     MyServletToTest servlet = new MyServletToTest();
> >     servlet.init(config);
> >
> > [...]
> > }
> 
> Okay, I'll try that.
> 
> >
> > Maybe BV is doing something in the init ? But the best is to send us
the
> > stack trace of the error.
> >
> 
> Actually, there is no stack trace (no exception is being thrown). BV
just
> sends empty responses back to the Cactus ServletRedirector. All tests
in
> the
> sample-servlet (that from Cactus) fail.
> 
> Michael



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to