Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version 3.0.17
  Product Build
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
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
01-13-06 14:49 ferg New Issue
01-16-06 09:11 ferg Project Quercus => Resin
01-16-06 09:37 ferg Assigned To  => ferg
01-16-06 09:37 ferg Status new => closed
01-16-06 09:37 ferg Resolution open => fixed
01-16-06 09:37 ferg Fixed in Version  => 3.0.18


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker