arindam-bandyopadhyay / issue-test

0 stars 0 forks source link

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

Open arinban opened 6 years ago

arinban commented 6 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

Original Issue:https://github.com/javaee/glassfish-genericjmsra/issues/37 Raised By:@glassfishrobot Created at:Tue Aug 04 00:29:47 IST 2009 Assigned To:@glassfishrobot

arinban commented 6 years ago

@glassfishrobot Commented on Tue Aug 04 00:29:47 IST 2009 Reported by martin_letis

arinban commented 6 years ago

@glassfishrobot Commented on Mon Sep 06 19:00:15 IST 2010 nigeldeakin said: Changing target milestone to "not determined" as issue tracker doesn't allow anything more specific.

arinban commented 6 years ago

@glassfishrobot Commented on Tue Aug 04 00:29:47 IST 2009 Was assigned to binod

arinban commented 6 years ago

@glassfishrobot Commented on Mon Apr 24 13:03:12 IST 2017 This issue was imported from java.net JIRA GENERICJMSRA-37