[Rampart] Checking the content of an X.509 token

2013-04-25 Thread Abdelrahman Almahmoud
Hi >From what I understand, Rampart reads the X.509 token from a keystore or trust >store. In what format does it handle the certificate? Can I turn it into a >human readable form in the code for testing?If so, which component contains >the code for reading and handling the x.509 token from the

ObjectSupplier Limited to create object instance with nullary Constructor.

2013-04-25 Thread Shameera Rathnayaka
Hi devs, According to my inspection, There is no way to create a new instance from a class, which hasn't nullary constructor by an ObjectSupplier. see the getObject method declaration. Object getObject(Class clazz) throws AxisFault; This is an limitation. adding anothe abstact method getObject(C

[jira] [Commented] (AXIS2-5501) Creating ServiceClient with ConfigContext created using createDefaultConfigurationContext() causes NullPointerException

2013-04-25 Thread Kishanthan Thangarajah (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642528#comment-13642528 ] Kishanthan Thangarajah commented on AXIS2-5501: --- Your observation is correct