Anonymous | Login | Signup for a new account | 12-17-2024 11:00 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000863 | [Resin] | minor | always | 01-13-06 14:49 | 01-16-06 09:37 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | urgent | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.17 | ||||||
Summary | 0000863: config overloading issues with sybase | ||||||||
Description |
(rep by Bill Au) It turns out setPortNumber(String) is protected but setPortNumber(int) is public. I have tried many different ways but never got it to work. I have tried setting the url with <url> and <init-param url="..."/> and then setting port number with <port-number> and <init-param port-number="..."/> When I used <port-number> it complains that the set method is protected: 500 Servlet Exception WEB-INF/resin-web.xml:32: java.lang.IllegalStateException: 'protected void com.sybase.jdbc2.jdbc.SybDataSource.setPortNumber(java.lang.String)' is not public. When I used <init-param port-number="..."/> it didn't pick that up at all and I got the following: |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |