Re: Encryption issue

2010-05-06 Thread Ashishz
> from Basic256 to Basic128 and the runtime would pick that up and request a > 128bit key instead of a 256bit one. That isn't there right now though. > > I'm testing a fix now so it should get into 2.2.8. Tomorrow's snapshots > should be all set. > > &

Encryption issue

2010-05-05 Thread Ashishz
Hello Guys, I am using apache cxf for web service and using WS-SecureConverstationToken for security. But when I try to use it with normal jce which comes by default with jdk, I get the exception. Caused by: org.apache.xml.security.encryption.XMLEncryptionException: Illegal key size or default p

Re: Deploying web services in tomcat.

2010-02-08 Thread Ashishz
Hello Sergey, I am uploading both the wadl which I generated by including 5 jars and without 5 jars. As you know, I am working with OSGI environment, When I include 5 jars and include "jaxb-api-2.1.12.jar" in my bundle, I get error "Could not initialize class com.sun.xml.bind.v2.model.impl.Runti

Re: Deploying web services in tomcat.

2010-02-04 Thread Ashishz
Hello Sergey, Thank you very much for your suggestion... It worked and my both the problem solved. In CXF2.2.6, by default WadlGenerator class has "useSingleSlashResource" property is true. WadlGenerator wd = new WadlGenerator(); wd.setUseSingleSlashResource(false);

Re: Deploying web services in tomcat.

2010-02-03 Thread Ashishz
Hello Sergey, Thank you for your response. I worked on my envionment after posting question and now have 2 problems... 1. I used CXF2.2.5 and 2.2.6 versions. The wadl which I generated through 2.2.5 can be generated proper stubs out of it. But with version 2.2.6 whatever the wadl is generated,

Re: Deploying web services in tomcat.

2010-02-03 Thread Ashishz
Hello Sergey, Thank you for your response. I worked on my envionment after posting question and now have 2 problems... 1. I used CXF2.2.5 and 2.2.6 versions. The wadl which I generated through 2.2.5 can be generated proper stubs out of it. But with version 2.2.6 whatever the wadl is generated,

Deploying web services in tomcat.

2010-02-02 Thread Ashishz
Hello guys, I am trying to generate stubs for my restful web service using SoapUi 3.1. When I try it with Jetty in eclipse, I got proper stubs generated. But same when I try it with Tomcat, I am getting error. For deploying in Tomcat, I am using CXfNonSpringServlet. For running into tomcat, I h

Re: Regarding fault section in WADL..

2010-01-29 Thread Ashishz
Hello Sergey, Thank you very much for yr response. In my methods, I am returning custom objects. These methods throw exception according to certain validation. we want these exception should be part of wadl. So my question is, how can I publish these exception into wadl?? Ashish Sergey Bery

Regarding fault section in WADL..

2010-01-27 Thread Ashishz
Hello Guys, I want to know.. How to generate fault section in WADL using CXF?? Please help me in this regards.. Thank you very much in advance.. Ashish.. -- View this message in context: http://old.nabble.com/Regarding-fault-section-in-WADL..-tp27351601p27351601.html Sent from the cxf-user m

Re: CXF, osgi and tomcat problem

2010-01-24 Thread Ashishz
Thank you very much for response.. Sergey.. You were correct.. The problem was with my context path.. I modified it and it works fine..:) Sergey Beryozkin-2 wrote: > > Hi > >> >> Hello Sergey, >> >> Thank you very much for response. >> >> I am using SoapUI-3.0.1 for generating the client stubs

Re: CXF, osgi and tomcat problem

2010-01-20 Thread Ashishz
Hello Sergey, Thank you very much for response. I am using SoapUI-3.0.1 for generating the client stubs. I am generating client stubs for restful web services using DOSGI. I found that, with DOSGI grammer tag is empty in wadl. I tried to use tomcat for deployment and write below code: Servlet

CXF, osgi and tomcat problem

2010-01-19 Thread Ashishz
Hello, I am newbie for CXF. I am using CXF, osgi (equinox), tomcat configuration for testing. My motto to expose restful web services with tomcat in osgi enviroment. I succeeded in exposing CXF in tomcat without OSGI. For this I forwarded all the request to CXFServlet with some of spring config