Kees Jongenburger wrote:
We just need another storagemanagerfactory.
Almost all mmbase junit classes are integration testcases. Integration
testcase usually run in a deployed environment. Like always MMbase does
it differently.

I just like to think of MMBase as something that is not bounded to a web server

The content engine of mmbase could be webserver independent, but the java world we are living in is beyond the point of webserver-less setups.

Iow you have to do configuration management and mmbase makes it much
harder then it could be.

I just do prefer to use dns or /etc/hosts entries to make the system work
mail resolves to the mail server
database resolves to the database server

That is another way of configuration management which isn't used a lot.

Perhaps Gomez can shine some light on that.I think you will need to
configure the
database type or something similar


The lookup.xml for the datasource driverclass or mmbaseroot.xml


what do you mean?

The way database type configuration works in mmbase.
- get driverclass name
- find match in lookup.xml
- does not exist in lookup then try mmbaseroot.xml database property.

Nico
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to