[jira] [Created] (WSS-302) Unable to load keystore/truststore when it cannot be loaded from an InputStream

2011-08-03 Thread Sergey Zhemzhitsky (JIRA)
Unable to load keystore/truststore when it cannot be loaded from an InputStream --- Key: WSS-302 URL: https://issues.apache.org/jira/browse/WSS-302 Project: WSS4J

[jira] [Updated] (WSS-302) Unable to load keystore/truststore when it cannot be loaded from an InputStream

2011-08-03 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/WSS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Zhemzhitsky updated WSS-302: --- Attachment: no_inpustream.patch Unable to load keystore/truststore when it cannot be loaded

[jira] [Updated] (WSS-302) Unable to load keystore/truststore when it cannot be loaded from an InputStream

2011-08-03 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/WSS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh updated WSS-302: Fix Version/s: 1.6.2 Unable to load keystore/truststore when it cannot be loaded from an

[jira] [Resolved] (WSS-294) Merlin doesn't support physical providers with no keystore file

2011-08-03 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/WSS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh resolved WSS-294. - Resolution: Duplicate Duplicate of WSS-302. Colm. Merlin doesn't support physical

[jira] [Commented] (WSS-302) Unable to load keystore/truststore when it cannot be loaded from an InputStream

2011-08-03 Thread Sergey Zhemzhitsky (JIRA)
[ https://issues.apache.org/jira/browse/WSS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078691#comment-13078691 ] Sergey Zhemzhitsky commented on WSS-302: Hi Colm, Thanks a lot. Unable to load

Axiom build method does not build the whole Axiom node.

2011-08-03 Thread Amila Suriarachchi
I did the following test with an generated ADBBean. MyInfo myInfo = new MyInfo(); myInfo.setAge(23); myInfo.setName(amila); try { OMElement omElement = myInfo.getOMElement(GetMyInfo.MY_QNAME, OMAbstractFactory.getOMFactory()); omElement.build();

Re: Axiom build method does not build the whole Axiom node.

2011-08-03 Thread Andreas Veithen
That is related to the fact that the OMElement is actually an OMSourcedElement. If the element is not expanded, then there is no builder and build() is a no-op. Whether this is the expected behavior in this particular case is subject to interpretation, given that the Javadoc of the method is

[jira] [Created] (WSS-303) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions - Key: WSS-303 URL: https://issues.apache.org/jira/browse/WSS-303

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: wss-303.patch Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: wss-303.patch - shorter patch - also remove check in Merlin for null keystore when it should fall

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: (was: wss-303.patch) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: (was: wss-303.patch) Support SKI_KEY_IDENTIFIER and THUMBPRINT_IDENTIFIER when signing

[jira] [Commented] (AXIOM-350) Clean up the org.apache.axiom.attachments.Part interface

2011-08-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIOM-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078931#comment-13078931 ] Hudson commented on AXIOM-350: -- Integrated in ws-axiom-trunk #480 (See

[jira] [Commented] (AXIOM-377) When a multipart message is built, there should be a way to retrieve a DataHandler to the MTOM part without reading the entire incoming stream

2011-08-03 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIOM-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078984#comment-13078984 ] Hudson commented on AXIOM-377: -- Integrated in ws-axiom-trunk #481 (See

[jira] [Commented] (AXIOM-377) When a multipart message is built, there should be a way to retrieve a DataHandler to the MTOM part without reading the entire incoming stream

2011-08-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIOM-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079070#comment-13079070 ] Andreas Veithen commented on AXIOM-377: --- Here is the current plan: Attachments

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER, ISSUER_SERIAL when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Description: WSSecSignatureSAML doesn't currently support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER or

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER, ISSUER_SERIAL when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: (was: wss-303.patch) Support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER, ISSUER_SERIAL when

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER, ISSUER_SERIAL when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: wss-303.patch Complete fix with changes for all three formats Support SKI_KEY_IDENTIFIER,

[jira] [Updated] (WSS-303) Support SKI_KEY_IDENTIFIER, THUMBPRINT_IDENTIFIER, ISSUER_SERIAL when signing sender vouches assertions

2011-08-03 Thread Anli Shundi (JIRA)
[ https://issues.apache.org/jira/browse/WSS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anli Shundi updated WSS-303: Attachment: wss-303.patch include code for all three formats; correct hand-coded line number in previous

Re: Axiom build method does not build the whole Axiom node.

2011-08-03 Thread Amila Suriarachchi
On Wed, Aug 3, 2011 at 11:18 PM, Andreas Veithen andreas.veit...@gmail.comwrote: That is related to the fact that the OMElement is actually an OMSourcedElement. If the element is not expanded, then there is no builder and build() is a no-op. Whether this is the expected behavior in this