I think I found the problem -- Android has bugs in it with Reflection prior to version 2.3
http://code.google.com/p/android/issues/detail?id=6636 I ported my QpidDroid project to Android 2.3 and it looks like JNDI is successfully creating the PropertiesFileInitialContextFactory InitialContext now with the QPID connection params. Now, it looks like Android is blowing up on some javax security things that Android doesn't have: E/dalvikvm( 404): Could not find class 'javax.security.sasl.SaslClientFactory', referenced from method org.apache.qpid.client.security.DynamicSaslRegistrar.par seProperties I'll look into that now... -- View this message in context: http://apache-qpid-developers.2158895.n2.nabble.com/My-Android-QPID-port-progress-PropertiesFileInitialContextFactory-question-tp7205538p7209692.html Sent from the Apache Qpid developers mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
