[jbossts-issues] [JBoss JIRA] (JBTM-1227) StAX is not available on Android

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Wed Feb 13 12:00:58 EST 2013


    [ https://issues.jboss.org/browse/JBTM-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753969#comment-12753969 ] 

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/368ec8dfe063e8dd1a2c44f3122ea5ff8f1b3f99
                
> 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


More information about the jbossts-issues mailing list