[
https://issues.jboss.org/browse/JBTM-1228?page=com.atlassian.jira.plugin....
]
Mark Little commented on JBTM-1228:
-----------------------------------
Confined most of the changes to the various property managers using the following
"template":
try
{
return BeanPopulator.getDefaultInstance(CoreEnvironmentBean.class);
}
catch (final java.lang.RuntimeException ex)
{
/*
* See JBTM-1227
*
* Once the XML parsing is updated, then this should no longer
* be necessary.
*/
if (Utility.isAndroid())
return new CoreEnvironmentBean(); // todo android
else
throw ex;
}
Move initial Android support from svn workspace to trunk
--------------------------------------------------------
Key: JBTM-1228
URL:
https://issues.jboss.org/browse/JBTM-1228
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Transaction Core
Affects Versions: 5.0.0.M1
Reporter: Mark Little
Assignee: Mark Little
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira