Re: Custom Reuqest Param Name for Bean Request Object

2011-05-20 Thread Sergey Beryozkin
Hi - did you see the comments on JIRA ? Please update your local snapshot and create a patch thanks, Sergey On Tue, May 17, 2011 at 9:25 PM, Biju Nair wrote: > 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: > >

Re: Expose MBeans in CXF

2011-05-20 Thread Sergey Beryozkin
Hi Shenglin I've removed some XML fragments to make it simpler to read... > Here is what I have right now: > > >    http://localhost:8080/services/jmx/mbean/0";> >    > > OK > > And > Request: > http://localhost:8080/services/jmx/mbean/0 > Response: > http://localhost:8080/services/jmx/mbean

problems using WSDL with web service CXF endpoint configuration

2011-05-20 Thread Shay Hassidim
Hello, When deploying a web service without including the wsdlLocation explicitly with the endpoint configuration, I see that the web service does not expose the contract the WSDL specifies. It is exposes a different contract. Not sure from where it is coming from. Maybe from the annotations I h

RE: Expose MBeans in CXF

2011-05-20 Thread Shenglin Qiu
Hi Sergey: > > > > However, I have to make http://localhost:8080/services/jmx/ at every time I > > am trying to do anything further, because I need to use this following > > function to load up all mbeans along with their /mbean/** unique > > identifiers, and I think this may not be what you want

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-20 Thread Biju Nair
Updated the JIRA with DIFF file. May I know whether that worked. On Fri, May 20, 2011 at 2:26 AM, Sergey Beryozkin wrote: > Hi - did you see the comments on JIRA ? > Please update your local snapshot and create a patch > > thanks, Sergey > > On Tue, May 17, 2011 at 9:25 PM, Biju Nair wrote: > >