RE: Expose MBeans in CXF

2011-05-18 Thread Shenglin Qiu
Hi Sergey: I am now at this step from your comment: > Now, there's one thing which is missing from the above representation > and it is a link to a resource which will deal with a particular MBean > (possible updates of properties, handling the notifications). We need > to put it all into a more

Re: JMS Username/Password bug

2011-05-18 Thread Freeman Fang
Hi Chris, Patch applied, thanks! Freeman On 2011-5-18, at 下午9:30, Christopher Pike wrote: Thank you Freeman, I have attached my patch to the JIRA issue. Regards, Chris Pike On May 17, 2011, at 11:50 PM, Freeman Fang wrote: Hi Chris, Thanks for the patch, I've create CXF-3532[1] to track

Re: SAMLCallBackHandler callback.setAuthDecisionStatementData

2011-05-18 Thread Daniel Kulp
On Wednesday, May 18, 2011 3:16:50 PM Morris Jr, David P wrote: > Resolved issue. Need committer to create JIRA issue, review and update WS4J > 1.6.x. (Colm?) - Thanks!! Can you create an issue at: https://issues.apache.org/jira/browse/WSS and attach this there? That would keep it from getti

RE: SAMLCallBackHandler callback.setAuthDecisionStatementData

2011-05-18 Thread Morris Jr, David P
Resolved issue. Need committer to create JIRA issue, review and update WS4J 1.6.x. (Colm?) - Thanks!! Changed the following method in org.apache.ws.security.saml.ext.builder. SAML2ComponentBuilder /** * Create SAML2 AuthorizationDecisionStatement(s) * * @param decisionData A

Re: Nested Complex Type?

2011-05-18 Thread Daniel Kulp
On Wednesday, May 18, 2011 1:59:47 AM Tanveer ul Islam wrote: > Greetings, > > Do anyone know how a web service can return a complex type containing > another complex type? For example i am unable to achieve following: > > public class Students { > List studentList; > int totalStudents; >

SAMLCallBackHandler callback.setAuthDecisionStatementData

2011-05-18 Thread Morris Jr, David P
Running SOAPUI test, the evidence element is not present. I may need an example. The code did work with openSAML2.0 and CXF 2.3.x (via interceptors) before SAMLCallBackHandler in CXF 2.4.0 -Thanks! Environment: CXF 2.4.0, WS4J 1.6.0, Windows XP, Apache Tomcat 7.0.5 Code

Re: How To Route SoapHttp Request to SoapJMS

2011-05-18 Thread Harshal
My Beans.xml file http://cxf.apache.org/transports/jms";> http://www.springframework.org/schema/beans}HelloPort.jms-destination";> - Harshal -- V

How To Route SoapHttp Request to SoapJMS

2011-05-18 Thread Harshal
Hi All, I am having one Http Enable endpoint and one JMS enabled End point I am also able to invoke both the services using Soap UI and HermesJMS tool. Now I am trying to route this Http Endpoint request to Jms Endpoint I am using apache Camel to route the request. my code is like

Re: org.apache.cxf.endpoint.EndpointImpl may not be used as a hash map key

2011-05-18 Thread Daniel Kulp
On Tuesday, May 17, 2011 10:23:29 AM Aki Yoshida wrote: > Hi CXF-developers, > I haven't seen feedbacks to my question that I posted here last week. > And I am afraid that my message was probably too long. So, I am adding > a short intro to this issue. (or let me know if should have used the > user

RE: Expose MBeans in CXF

2011-05-18 Thread Shenglin Qiu
Hi Sergey: I was pulling name list out and when I type 'se', the first one now is secret...@apache.org, my mistake. I pulled your comment out and made @Todo replies: > > Well, /soapdemo is confusing. > Have the context named as "/services" or "/application" and set the > address of SOAP en

Re: JMS Username/Password bug

2011-05-18 Thread Christopher Pike
Thank you Freeman, I have attached my patch to the JIRA issue. Regards, Chris Pike On May 17, 2011, at 11:50 PM, Freeman Fang wrote: > Hi Chris, > > Thanks for the patch, I've create CXF-3532[1] to track this issue. > However I think the correct way is that you append the patch for this > issu

Re: Expose MBeans in CXF

2011-05-18 Thread Sergey Beryozkin
Hi Shenglin Well done, you are progressing well. Note that you don't have to start formatting the updates to the dev list, it's just the work as usual, keep it simple please :-). And don't CC to the secretary :-) Some comments below. > I am fully upgrade it to 2.4.0, I have some testing phase e