[ http://issues.apache.org/jira/browse/GERONIMO-2369?page=all ]

Lin Sun updated GERONIMO-2369:
------------------------------

    Attachment: G2369.patch

> Need to set db2 port to 50000 in the ra.xml for tranql db2 xa wrapper
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-2369
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2369
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 1.1
>         Environment: winxp
>            Reporter: Lin Sun
>            Priority: Minor
>         Attachments: G2369.patch
>
>
> In the ra.xml for the tranql db2 xa wrapper.  it has:
>                 <config-property>
>                     <description>
>                        Specifies the port number the remote database server is
>                        listening on for incoming connections.  The default 
> for a 
>                        DB2 server is 50000.
>                     </description>
>                     <config-property-name>PortNumber</config-property-name>
>                     
> <config-property-type>java.lang.Integer</config-property-type>
>                 </config-property>
> Since the default port for db2 server is 50000, we should add the following 
> line above the </config-property> line.
>                     <config-property-value>50000</config-property-value>
> If this isn't added, and someone forgot to put a port when creating a db2 xa 
> database pool, the pool will be unusable as it is defaulted to port 446.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to