(empty log message)
@@ -77,8 +77,6 @@ | ||
77 | 77 | { |
78 | 78 | this.logger = core.getLogger(); |
79 | 79 | |
80 | - // TODO | |
81 | - AlinousDebug.debugOut("********* About to get Driver class."); | |
82 | 80 | try { |
83 | 81 | this.driver = MySQLDriverSingleton.getDriver(core); |
84 | 82 | } catch (ClassNotFoundException e) { |
@@ -91,7 +89,6 @@ | ||
91 | 89 | }catch(Throwable e){ |
92 | 90 | throw new DataSourceException(e); |
93 | 91 | } |
94 | - AlinousDebug.debugOut("********* Finished to get Driver class."); | |
95 | 92 | |
96 | 93 | this.factory = new MySQLConnectionFactory(this.driver, this.user, this.pass, this.uri); |
97 | 94 | this.connectionPool = new GenericObjectPool(this.factory); |
@@ -2,7 +2,7 @@ | ||
2 | 2 | <feature |
3 | 3 | id="org.alinous.plugin" |
4 | 4 | label="Alinous-Core" |
5 | - version="1.0.81" | |
5 | + version="1.0.82" | |
6 | 6 | provider-name="Tomohiro Iizuka" |
7 | 7 | plugin="org.alinous.plugin.runtime"> |
8 | 8 |