Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
863 | minor | always | 01-13-06 14:49 | 01-16-06 09:37 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
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: |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |