Re: Customizing JR to access my DataBase Schema ..

2009-03-31 Thread Thomas Müller
Hi, >     The parameter name 'schema' is misleading: it is the database type (the name of the .ddl resource). In your case, it is mysql. Actually you don't need to set it. See also http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/core/persistence/bundle/BundleDbPers

Re: Customizing JR to access my DataBase Schema ..

2009-03-30 Thread imadhusudhanan
My PM Configuration ... can I expect any tables getting created when I Re start my server ... I cant find any diff in mysqldump before and after this config. Kindly Help .. Is there any thing I miss >> Re: Customizing JR to access my DataBase Schema ..
Hi, > I see the DataStore > implementation creating a mysql table in db. Instead can I point the > DataStore to my custom FileServer. Any configuration ? Both DbDataStore (using MySQL, or another database) and FileDataStore are supported. For configuration details, see http://wiki.apache.org/jack

Re: Customizing JR to access my DataBase Schema ..

Thanks Thomas. Let me try using the JR's Mysql PM. I do not mind whatever schema is behind whether mine or JRs. Let me get back to u in case I face any problem configuring PM. Another question, I see the DataStore implementation creating a mysql table in db. Instead can I point the DataStore t

Re: Customizing JR to access my DataBase Schema ..

Thanks Thomas. Let me try using the JR's Mysql PM. I do not mind whatever schema is behind whether mine or JRs. Let me get back to u in case I face any problem configuring PM. Another question, I see the DataStore implementation creating a mysql table in db. Instead can I point the DataStore t

Re: Customizing JR to access my DataBase Schema ..

Thanks Thomas. Let me try using the JR's Mysql PM. I do not mind whatever schema is behind whether mine or JRs. Let me get back to u in case I face any problem configuring PM. Another question, I see the DataStore implementation creating a mysql table in db. Instead can I point the DataStore t

Re: Customizing JR to access my DataBase Schema ..

Hi, >     AFAIK JackRabbit uses Apache Derby You can use any database (MySQL, PostgreSQL, H2 Database Engine, Oracle,...). Apache Derby just happens to be the default. > I would like to customize JR to access my DataBase Schema (a > couple of tables which save node types and node relations inste

Customizing JR to access my DataBase Schema ..

Dear All, AFAIK JackRabbit uses Apache Derby to deliver the node info to the webdav client. I would like to customize JR to access my DataBase Schema (a couple of tables which save node types and node relations instead jackrabbit repository). I use mysql to store the node info and a cu