[jboss-jira] [JBoss JIRA] Resolved: (JBAS-4662) XADatasource property names are not using the javabean convention
Vicky Kak (JIRA)
jira-events at lists.jboss.org
Mon Feb 4 05:24:21 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-4662?page=all ]
Vicky Kak resolved JBAS-4662.
-----------------------------
Resolution: Done
> XADatasource property names are not using the javabean convention
> -----------------------------------------------------------------
>
> Key: JBAS-4662
> URL: http://jira.jboss.com/jira/browse/JBAS-4662
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JCA service
> Reporter: Adrian Brock
> Assigned To: Vicky Kak
> Fix For: JBossAS-4.2.3.GA
>
>
> XADataSource properties are not following the javabean convention.
> i.e.
> <xa-datasource-property name="lower">value</xa-datasource-property>
> should work with XADataSourceImpl.setLower()
> Currently you have to capitalize the name "Lower" to make it work.
> See
> org.jboss.resource.connectionmanager.RARDeployment::setManagedConnectionFactoryAttribute(...)
> for the correct code to do this safely.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list