Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3471 | minor | always | 04-30-09 15:40 | 06-05-09 02:32 | |
|
|||||
Reporter: | pablorg | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0003471: jndi naming broken/different | ||||
Description: |
I looked in the docs but found no reason why my quercus <init> should have stopped working. This is the setup in resin-web.xml: <database jndi-name="jdbc/stdb"> <driver type="org.postgresql.Driver"> <url>jdbc:postgresql://127.0.0.1:5432/whatever</url> [^] <user>admin</user> <password>admin</password> </driver> </database> here's the error message: WEB-INF/resin-web.xml:17: com.caucho.quercus.servlet.QuercusServlet.setDatabase(): javax.inject.UnsatisfiedDependencyException: 'javax.sql.DataSource' does not match any configured beans with binding [@Name('java:comp/env/jdbc/stdb')] I also added to another bug b/c the resin 4 quercus docs are evidently incorrect: http://bugs.caucho.com/view.php?id=3450 [^] |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|