> When I run the slide example 'xml' everything looks fine in the output
> log, apart from numerous warnings saying 'no active transaction'.   What
> does this mean?

Just that.
You can control transaction state using the NamespaceAccessToken (it
implements UserTransaction). That won't do too much unless the store you're
using supports transactions (the JDBC store should be one of them).

> I notice that a new directory called 'files' is created in the 'xml'
> directory but it is empty.   There is also a file created called
> 'Export.xml' but it has zero length.

Export to XML is not implemented at the moment. That's why the file is
empty.

> I doubt that this is what should happen!   Any ideas as to what is going
> on.

Remy

Reply via email to