Tobias,

Please add catch statement for throwable and try again:

      catch (Exception e) {
        System.out.println(e.toString() );
      }
      catch (Throwable e) {
        e.printStackTrace();
      }
      finally {

I am sure that there are no miracles of this kind in Java.

Vadim

> -----Original Message-----
> From: Tobias Luikard [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 21, 2001 7:11 AM
> To: [EMAIL PROTECTED]
> Subject: Cocoon and dbXML
> 
> 
> Hi out there,
> 
> I try to use Cocoon2 (b2) with dbXML. Has anyone done this before?
> 
> For tests I wrote a Cocoon Action. The problem is, that when I try to
> add a document to the db everything works fine until I want to receive
> the collection. When I try the example by the main class everything
> works fine (the code is nearly identical). But in the map act() method
> the code is executed until line 49, then comes the "finally" code
> without any Exception thrown. Its a miracle to me.
> 
> Is it possible that Cocoon resticts here something that dbXML has to
> use?
> 
> Has anyone any hints?
> 
> Thanks for your help
> 
> Tobias
> 
> 
> 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to