Re: Exception XindiceCollection.checkOpen
Vadim Gritsenko <[email protected]> Mon, 10 Nov 2008 20:34:06 -0500
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
On Nov 10, 2008, at 1:53 PM, lunapolar wrote: > My application go great but testing it, I've found a problem: If I > close the > browser without finishing my application and later I execute it again, > without restarting xindice. I recibe a Exception: > > Here is the trace: > > trying to register database > org.xmldb.api.base.XMLDBException: > at > org > .apache > .xindice > .client.xmldb.XindiceCollection.checkOpen(XindiceCollection.java:187) > at > org > .apache > .xindice > .client.xmldb.XindiceCollection.getService(XindiceCollection.java:153) > at Calidad.GestionaGuia.busca_guia(GestionaGuia.java:67) > at Calidad.Task.doPost(Task.java:158) This exception is thrown when attempt is made to use closed collection object. Can you describe how do you use Collection, what interface do you use (embed or xmlrpc), etc. Vadim