On Wednesday 11 August 2004 13:51, Sandra Hibma wrote:
> Hi,
>
> I have a question about te storage layer of MMBase (I'm trying to get
> MMBase running under MS SQLserver). In de <databasename>.xml file in the
> WEB-INF\config\databases\ directory (and in the mmbase.jar) there is a list
> of tags named <disallowed-fields>. Is this being used in the storage layer?
> (if this is being used then where?) Becaus I have a builder with a field
> name create (which is a keyword in my database) and added <field
> name="create" replacement="m_create"/> to the <disallowed-fields> tag. But
> when I try to install my builder, an error is generated because it tries to
> create a field with name create instead of m_create (like is specified in
> the disallowed-fields tag).
Hi

If you are using MMBase 1.7 the WEB-INF\config\databases\  is not used any 
more. wha'ts used are resources in org.mmbase.storage.database.resources
so you can create WEB-INF/classes/og/mmbase ....../mssql.xml

and defined that you use mssql in mmbaseroot.xml or in de lookup.xml (also in 
resources).

sorry .


Reply via email to