ari-ban / test2

0 stars 0 forks source link

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

Closed arinban closed 6 years ago

arinban 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]

arinban commented 6 years ago
arinban commented 6 years ago

@arinban Commented

arinban commented 6 years ago

@arinban Commented @arinban Commented

arinban commented 15 years ago

@arinban Commented @arinban Commented @glassfishrobot Commented Reported by martin_letis

arinban commented 14 years ago

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

arinban commented 15 years ago

@arinban Commented @arinban Commented @glassfishrobot Commented Was assigned to binod

arinban commented 7 years ago

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

arinban commented 6 years ago

Closing this as this issue is migrated to https://github.com/ari-ban/test1/issues/37