Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
83 | minor | always | 04-05-05 00:00 | 04-07-05 00:00 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | OS: | ||||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.13 | ||
Product Build: | 3.0.13 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.12 | ||
|
|||||
Summary: | 0000083: make dbpool suitable for standalone | ||||
Description: |
RSN-74 (rep by Robert Whittle) I'd like to be able to use/start up resin's database connection pool from within my IDE, so that I can debug clases using the same database connection syntax that I using when running web-apps? This would be very useful for debugging. Is there a simple way I can include the correct jar files and start up the connection pool manually ? The syntax I'm using to obtain a connection is: Context env = (Context) new InitialContext().lookup("java:comp/env"); DataSource source = (DataSource) env.lookup("jdbc/test"); con = source.getConnection(); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|