Description of problem: Make sure console for EAP 5.1 accommodates recent JCA changes seen in: https://jira.jboss.org/browse/JBPAPP-3638 https://jira.jboss.org/browse/JBPAPP-4356 Additional info: Filing for tracking as more information is needed on the above-referenced changes to determine the impact to admin-console
In git commit fd9f8cd10e12584a6e3650036b65692ff27ba6b2 (bugfixes branch), I changed the def for the use-try-lock prop in the jboss-as-5 lugin descriptor to: <c:simple-property name="use-try-lock" type="long" required="false"> <c:description> Any configured timeout, in seconds, for internal locks on the resource adapter objects. A value of 0 means no timeout. The default is 60. </c:description> </c:simple-property> I'm unsure whether I should also change the type of the prop from "long" to "integer". If I do make that change, I'll need to make sure the prop still works with AS 5.1 and EAP 5.0 too.
Ian, can this be closed out?