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
Fix For: JBossAS-4.2.2.GA, JBossAS-5.0.0.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