By the way, I really like the new error diagnosis messages on the database
connection setup. This should really help users alot. We might need to add
some other things to check (firewall port open? MySQL set up to listen for
TCP connections?) to check in the Connection Refused case.
The term "connectionType" in the properties is a bit misleading since in the
JNDI case, it is just the means of finding the JDBC DataSource. I hope this
won't confuse people.
--a.
----- Original Message -----
From: "Anil Gangolli" <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2007 7:55 AM
Subject: Re: Roller Easy Install - ready to commit
Will we ask people to disable "auto-install" after an upgrade or
installation to avoid performance issues? Is this something that will be
done by the upgrade/installation process itself?
--a.
----- Original Message -----
From: "Dave" <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 13, 2007 6:57 AM
Subject: Roller Easy Install - ready to commit
I have already committed part of this work (e.g. DatabaseProvider and
MailProvider classes) and now I'm ready to commit the rest.
I updated the proposal with latest design, status notes and screenshots:
http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Easy+Install
In particular, take a look at the section titled "Design for Option
#1: Property file based configuration" and anything marked READY TO
COMMIT.
I'm not entirely happy with the changes in PersistenceSessionFilter
but I'd like to get other's opinions on the code so I'm ready to
commit. I believe this is safe because the auto-install logic off by
default.
If there are no objections, I will commit the code later today.
- Dave