[Proxool-developer] ProxoolDataSource initail version checked in
UNMAINTAINED!
Brought to you by:
billhorsman
From:
<chr...@em...> - 2004-03-16 00:14:51
|
I have checked in the initial version of the Proxool container managed DataSource. It is suposed to be instantiated, have its properties populated, and be deployed to JNDI by a (J2EE) container. There is also a small new test in DataSourceTest imitating a "micro container". This datasource is not finished yet. I need to add support for some more properties (jmx* and test-*) and test it on some real servers. Still coming up: The Referencable Proxool DataSource and ObjectFactory... If anybody is wondering about the new Tyrex library I have checked in: It is a small memory based JNDI implementation that is used for testing. Bill: I seem to get this message everytime I check something in: Mailing pro...@li...... Generating notification message... Generating notification message... done. Mailing pro...@li...... Generating notification message... Traceback (most recent call last): File "/cvsroot/proxool/CVSROOT/syncmail", line 322, in ? main() File "/cvsroot/proxool/CVSROOT/syncmail", line 315, in main blast_mail(subject, people, specs[1:], contextlines, fromhost) File "/cvsroot/proxool/CVSROOT/syncmail", line 221, in blast_mail conn.connect(MAILHOST, MAILPORT) File "/usr/lib/python2.2/smtplib.py", line 276, in connect for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM): socket.gaierror: (-2, 'Name or service not known') Know anything about that? CHR |