[GroupDAV] GroupDAV Funambol Modules does not appear in admin
client
Adam Tauno Williams
groupdav@opengroupware.org
Tue, 19 Sep 2006 16:40:50 -0400
> [echo] groupdav-1.1.1700 installation successfully completed
> ......
> BUILD SUCCESSFUL
> Total time: 29 seconds
> $ cd $FUNAMBOL_HOME
> $ cp /usr/share/pgsql/postgresql-8.1-404.jdbc2ee.jar \
> $FUNAMBOL_HOME/tools/tomcat/webapps/funambol/WEB-INF/lib/
> $ tools/bin/funambol.sh star
> Visit http://spider.mormail.com:8080/ and see the Tomcat splash page.
> Visit http://spider.mormail.com:8080/funambol and see the Funambol
> splash page, reports "Funambol DS Server: 5.0.6"
> Visit http://spider.mormail.com:8080/pimweb and see the pimweb demo.
> All works.
> But admin client does not show GroupDAV module; just db, email,
> foundation, and pdi. :(
The table GROUPDAV_STORE did get created.
groupdav is listed in fnbl_connector, fnbl_connector_source_type,
fnbl_module, fnbl_module_connector, fnbl_sync_source_type (but not
fnbl_sync_source).
In fnbl_connector the groupdav record has no admin_class; but then
niether does dummy, foundation, pdi, or db. Only email has an
admin_class; so maybe this is normal.