[
https://issues.jboss.org/browse/JBTM-1227?page=com.atlassian.jira.plugin....
]
Gytis Trikleris commented on JBTM-1227:
---------------------------------------
In order to make life easier for the users and not require them to modify android tools,
ArjunaCore has to be modified. PropertiesFactory is the only class in ArjunaCore which
uses StAX API, therefore not many changes are needed. Following commit solves the StAX
problem in Android (and other devices which do not have this API and require to use
ArjunaCore):
https://github.com/Gytis/narayana/commit/368ec8dfe063e8dd1a2c44f3122ea5ff...
StAX is not available on Android
--------------------------------
Key: JBTM-1227
URL:
https://issues.jboss.org/browse/JBTM-1227
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Common
Affects Versions: 4.16.4, 5.0.0.M1
Environment: Android 2.3.3
Reporter: Mark Little
Assignee: Gytis Trikleris
Fix For: 5.0.0.Final
StAX is not available. Since we use it for property configuration, the system fails to
run unmodified. There is an equivalent implementation (XmlPullParser) but it is likely
other JBoss projects will suffer from this issue.
See
http://www.ibm.com/developerworks/library/x-android/ for more details.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira