Re: Need Help! I can't generate cxf client!

2012-10-04 Thread Edwin Quita
sorry i meant the cxf-codegen-plugin :) On Thu, Oct 4, 2012 at 8:07 PM, Edwin Quita wrote: > hello there, > > alternatively, you can use the foo plugin to generate the java codes > for your .wsdl file: > > > > org.apache.cxf >

Re: Need Help! I can't generate cxf client!

2012-10-04 Thread Edwin Quita
hello there, alternatively, you can use the foo plugin to generate the java codes for your .wsdl file: org.apache.cxf cxf-codegen-plugin ${cxf.version} generate-sour

Re: Cannot get to /images

2011-03-08 Thread Edwin Quita
hi Billy, if you really want to have your images prefixed with the /services path (i.e., /services/images/image_dir/anotherimage.png), use a different url pattern for your CXFServlet: CXFServlet /wsapi/* and your project's folder structure should be: src/main/webapp/services/images/image_d

Re: [ANN] Apache CXF versions 2.2.6 and 2.1.9 released

2010-01-27 Thread Edwin Quita
congratulations team CXF! this is one of the reasons why i love CXF! On Tue, Jan 26, 2010 at 3:24 AM, Daniel Kulp wrote: > The Apache CXF team is proud to announce the availability of the latest > patches for the fixes branches: 2.2.6 and 2.1.9 > > Apache CXF is an open source services framework

Re: Initialization code, where?

2009-12-04 Thread Edwin Quita
you could configure this declaratively in your service's impl bean declaration: and inside your impl class implement the methods: public void start() { //init code here.. } public void stop() { //shutdown code here... } HTH, kits On Fri, Dec 4, 2009 at 10:50 PM, Wadi Jalil Maluf wrote

Re: Init Code

2009-12-04 Thread Edwin Quita
you could also configure this declaratively in your service's impl bean declaration: and inside your impl class implement the methods: public void start() { //init code here.. } public void stop() { //shutdown code here... } On Fri, Dec 4, 2009 at 11:05 PM, Paweł Lipka wrote: > Alter

DOSGi - how do i change http port?

2009-12-01 Thread Edwin Quita
hello codesmiths, i'm using the multiple bundle distribution of DOSGi, just want to know how do i change the http port for the endpoint in the samples included in the distribution. thanks, kits

Re: My XFire/CXF saga

2009-03-11 Thread Edwin Quita
hi Cornel, i have not encountered any problems with CXF in terms of using wsdl2java here's a sample plugin configuration in my pom.xml file org.apache.cxf cx

Re: CXF & Maven

2009-02-13 Thread Edwin Quita
hi John, these are the dependencies i've used in my pom.xml file for my test client project: org.apache.cxf cxf-rt-frontend-jaxws 2.0.6