Hi all,


I've read the new documentation about programming with avalon, and i've
tried to compile the DatabaseDocumentRepository example. But it didn't work,
indeed there are some typos in the source code.

FYI, i used the Avalon 4.0 beta 3 release.

For example the following statement :
    this.dbResource = conf.getChild("dbpool") , is not valid.
It should read this.dbResource = conf.getAttribute("dbpool")  because the
getChild method returns a Configuration object and this.dbResource is a
String.

Furthermore, there are some missing 'new' operator in the statements
throwing exceptions.

Finally, it would be nice to have added a simple "return new Document();" at
the end of the getDocument() method.

I'm having a close look at the progress of the Avalon project, and would
like to participate whenever i get a good comprehension of everything
(either testing or developing).

By the way, did you notice that HP released the source code of their freely
available CSF (Core service Framework) which looks very much like Avalon in
the design goal.

Keep up the good work !

Gilles Philippart ([EMAIL PROTECTED])
IT Consultant @ Societe Generale
France



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

Reply via email to