Nested Complex Type?

2011-05-17 Thread Tanveer ul Islam
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; String bestStudentId; } Thanks in advance. -- Thanks | Regards, *Tanve

Re: JMS Username/Password bug

2011-05-17 Thread Freeman Fang
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 issue where you need "Grant License to ASF", you just need register to JIRA, could you do that? [1]https://issues.apache.org/jira/browse/CXF-35

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-17 Thread Biju Nair
Created JIRA - CXF-3529 Let me know what is the next step? Biju On Tue, May 17, 2011 at 1:51 AM, Sergey Beryozkin wrote: > Hi > > On Tue, May 17, 2011 at 7:09 AM, Biju Nair wrote: > > Added the Map feature for service level and bean level. > > > > I was not able to check-in the files, so attac

JMS Username/Password bug

2011-05-17 Thread Christopher Pike
Hi, I recently encountered a bug with the handling of usernames and passwords in JMS configuration. The bug is that the connection username was being set as the password on a JMS endpoint. The details of the problem I was encountering are here: http://cxf.547215.n5.nabble.com/JMS-Username-Pa

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

2011-05-17 Thread Aki Yoshida
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 users list). The above Endpoint implementation uses its super class's

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-17 Thread Sergey Beryozkin
Hi On Tue, May 17, 2011 at 7:09 AM, Biju Nair wrote: > Added the Map feature for service level and bean level. > > I was not able to check-in the files, so attaching the same. > I don't see an attachment, but what you need to do is to create a CXF JIRA, attach a patch and I will apply it. > Fo