You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2008/11/11 04:37:44 UTC

[jira] Commented: (GERONIMO-4131) Problems with WebSphere MQ RA deployment

    [ https://issues.apache.org/jira/browse/GERONIMO-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646456#action_12646456 ] 

Forrest Xia commented on GERONIMO-4131:
---------------------------------------

Verified on AG 2.1.3, the two issues:
1. property name first letter case sensitive
2. primitive type cast exception

have been fixed. Now user can either use upper case or lower case for first letter of property name, and some primitive type property value(e.g. Port) can be casted successfully.

I think this jira could be closed. thanks!

> Problems with WebSphere MQ RA deployment
> ----------------------------------------
>
>                 Key: GERONIMO-4131
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4131
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2
>            Reporter: Kevan Miller
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 2.2
>
>         Attachments: GERONIMO-4131.patch
>
>
> A user reported problems deploying an MQ RA on Geronimo. Looks like there are several problems.
> 1) we don't like config-property-name values in ra.xml to start with a lower case letter
> 2) our mechanism for introspecting the implementation classes (e.g. managedconnectionfactory-class) is not working properly. there can be multiple "set" methods taking different parameter types. This is leading to type-mismatches as we try to set attributes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.