Balazs Zsoldos created ARIES-854:
------------------------------------
Summary: NullpointerException in TransactionManager when felix
configAdmin is used
Key: ARIES-854
URL: https://issues.apache.org/jira/browse/ARIES-854
Project: Aries
Issue Type: Bug
Components: Transaction
Environment: Equinox, org.apache.felix.configadmin-1.2.8,
org.apache.aries.transactionmanager-1.0.0-SNAPSHOT
Reporter: Balazs Zsoldos
When the felix configadmin is in the OSGI container the following exception
occurs:
java.lang.NullPointerException
at
org.apache.aries.transaction.TransactionManagerService.getInt(TransactionManagerService.java:181)
at
org.apache.aries.transaction.TransactionManagerService.<init>(TransactionManagerService.java:82)
at org.apache.aries.transaction.Activator.updated(Activator.java:55)
at
org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1160)
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:104)
at java.lang.Thread.run(Thread.java:722)
This has to do something with a patch applied to ARIES-809
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira