Eduard Witteveen wrote:
++ Connection pool now runs on 2 connections (has it been tested on 1?)
Could you explain a little more?
AFAIK: mmbase needed always a lot of connections to run. nowadays, it needs
2 (maybe even 1, but i havent tested this).
Hmmmm....i thought this depended on how many users there are?
++ status may only change after discussion on the list?
++ bugs will be posted and may only be changed by release team members
Please not, all commitors may change these. Otherwise *only* the
releaseteam can help to create the new release.
Okay, i thought we need a second opinion for every fix that has been solved
(person a solves it, person b verifies if the bug has been fixed)
Ok, but the reporter of the bug often checks the bugfix, because he's
the one who needs a fix (not allways true, but often).
++ Do we want to make JNDI resources active? (email, database)
Hmmmm....I don't know.
We need some documents on this,... hmm, did i post documentation for the
call? ;)
With no documentation it'll not be actived by default :)
I think we need a vision here. It could be backwards compatible, or
plug-and-play ... (personally im +1 for more configurations)
You're talking about more distro's?
Or multiple configuration directories.
I don't know, wouldn't this cause confusion?
Databases:
- MySQL
- Informix
- Hsqldb
- PostgreSQL
++ Hypersonic (encoding bug!!!) (default of orion)
What kind of encoding bug?
Currently almost all the database layers do a String vlaue = new
String(rs.getByteValeu(fieldname), encoding) instead of a
rs.getStringValue(fieldname). This code should be only inside the myqsl
class... not inside the other class.
Is this a bug from the bugtracker?
Gerard