eclipse-ee4j / eclipse-ee4j/genericmessagingra
ObjectBuilder.setProperties fails for overloaded setter methods
Open
Component: core
ERR: Assignee
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Tibco EMS TibjmsConnectionFactory overloads the setter methods for ServerURL:
setSSLIdentity(String) and setSSLIdentity(byte[]). ObjectBuilder.setProperties
finds the byte[] version first then tries to set a string parameter which cuases
an IllegalArgumentException.
My environment: Spring, Jencks, Tibco EMS, Java 5.
My config:
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[current]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.