eclipse-ee4j / genericmessagingra

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Resource adapter config-properties are inconsistent with GenericJMSRA's setters #37

Open glassfishrobot opened 15 years ago

glassfishrobot commented 15 years ago

The config-property entries in ra.xml are inconsistent with the setters in com.sun.genericra.GenericJMSRA.

The values affected are:

They are both defined as java.lang.String in ra.xml, but the setter is setX(boolean b).

The JBoss (4.3.0) RAR deployer sets the value by calling com.sun.genericra.GenericJMSRA.class.getMethod("setX", java.lang.String), and fails with a "method not found" exception.

I suggest the setters in com.sun.genericra.GenericJMSRA take a java.lang.Boolean parameter (not the native boolean), and the ra.xml file be updated accordingly.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 6 years ago
glassfishrobot commented 15 years ago

@glassfishrobot Commented Reported by martin_letis

glassfishrobot commented 14 years ago

@glassfishrobot Commented nigeldeakin said: Changing target milestone to "not determined" as issue tracker doesn't allow anything more specific.

glassfishrobot commented 15 years ago

@glassfishrobot Commented Was assigned to binod

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA GENERICJMSRA-37