RE: ssl truststore ignore

2008-12-03 Thread Ostermueller, Erik
Robert wrote: > problem I'm facing is that it seems that set up truststore is ignored by > CXF(SSL?) javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: No trusted certificate found I ran into this and a host of other errors -- can't remember what specifically fixed

RE: FW: [revisiting] jax-ws @WebParam "Required" annotation?

2008-12-02 Thread Ostermueller, Erik
Replying to self here. It looks like I could use Annotation[] getAnnotations() on java.lang.Class to read which fields have '@Required'. -Original Message----- From: Ostermueller, Erik [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 3:47 PM To: users@cxf.apache.org S

RE: FW: [revisiting] jax-ws @WebParam "Required" annotation?

2008-12-01 Thread Ostermueller, Erik
an approach for allowing us to add @Required=true to fields on, in my example, the User class? Thanks, --Erik -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 2:50 PM To: users@cxf.apache.org Cc: Ostermueller, Erik Subject: Re: FW: [rev

RE: How to Enable Logging of In/Out Bound Soap Messages

2008-11-11 Thread Ostermueller, Erik
This works for me: Taken from here: http://cwiki.apache.org/CXF20DOC/features.html --Erik -Original Message- From: Petr V. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 4:40 PM To: users@cxf.apache.org Subject: Re: How to Enable L

RE: FW: [revisiting] jax-ws @WebParam "Required" annotation?

2008-11-05 Thread Ostermueller, Erik
... 47 more 2008-11-05 11:53:59,789 : StandardContext.start : Error listenerStart 2008-11-05 11:53:59,789 : StandardContext.start : Context startup failed due to previous errors ##### Thanks, --Erik -Original Messa

RE: FW: [revisiting] jax-ws @WebParam "Required" annotation?

2008-11-03 Thread Ostermueller, Erik
Yep, I use jaxws:endpoint. I'll give that a try, thanks for following up. --Erik -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 1:10 PM To: users@cxf.apache.org Cc: Ostermueller, Erik Subject: Re: FW: [revisiting] jax-ws @Web

FW: [revisiting] jax-ws @WebParam "Required" annotation?

2008-10-31 Thread Ostermueller, Erik
Hi, I'm still looking for feedback on this in case someone has got a minute. --Erik -Original Message- From: Ostermueller, Erik [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 8:30 AM To: Daniel Kulp; users@cxf.apache.org Subject: RE: [revisiting] jax-ws @WebParam &quo

RE: [revisiting] jax-ws @WebParam "Required" annotation?

2008-10-28 Thread Ostermueller, Erik
Sent: Monday, October 27, 2008 2:21 PM To: users@cxf.apache.org Cc: Ostermueller, Erik Subject: Re: [revisiting] jax-ws @WebParam "Required" annotation? If you use the ServerFactoryBeans (and not just "Endpoint.publish(...)"), you can call: factory.getServiceFactory

[revisiting] jax-ws @WebParam "Required" annotation?

2008-10-27 Thread Ostermueller, Erik
http://www.nabble.com/[EMAIL PROTECTED] 7631.html In the above thread, Dan wrote: >> With 2.1.3, you will be able to write a ServiceConfiguration object that >> can override the getWrapperPartMinOccurs method to return 1 instead of >> 0. You can try the 2.1.3 snapshots if you want to play wi

RE: WebSphere and CXF deployment questions

2008-10-08 Thread Ostermueller, Erik
One quick note. I did get this all to work by cramming a bunch of CXF and application jars in /opt/IBM/WebSphere/AppServer/java/jre/lib/endorsed. Since that isn't really an option, I'm looking for a better way to package all this. -Original Message----- From: Ostermueller, Er

WebSphere and CXF deployment questions

2008-10-08 Thread Ostermueller, Erik
Hello all, I'm having problems deploying CXF 2.1.1 on WebSphere ND 6.1.0.17 on SuSE z/os. I've got this working just fine on Tomcat. Is there a WebSphere/CXF user that could help me out with these questions? 1) What did you do the make sure cxf-manifest.jar was loaded first? 2) Did you put CXF

RE: names matter?

2008-09-29 Thread Ostermueller, Erik
Would it help if you could replace the with a name of your choosing? If you're doing java-first, try something like this: @WebService public interface MyInterface { void myMethod( @WebParam(name="MyXmlTagName") int myNum); } -Original Message- From: Benso

RE: Newbie question on running the CXF Samples in Eclipse

2008-09-16 Thread Ostermueller, Erik
Use eclipse to start tomcat. Then, put breakpoints in your client and/or server code. >From inside eclipse, run the client. It should stop at the breakpoints you've set. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 11:22 AM To: us

Small-as-possible self-signed cert SSL example

2008-09-13 Thread Ostermueller, Erik
Hello all, I've got a java-first http hello-world cxf service up and going on Websphere 6.1. Works great. I even have a https example up and going with cxf on jetty. Now, I'm trying to implement SSL using IBM HTTPServer, 6.1 for the above Websphere service. As odd as it may seem, HTTPServer doe

RE: WebSphere problems w/ CXF

2008-08-13 Thread Ostermueller, Erik
----- From: Ostermueller, Erik [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 6:19 PM To: users@cxf.apache.org Subject: RE: WebSphere problems w/ CXF Whoops, I forgot to mention that I started with a war file that was working on tomcat 5.0.30. By the way, thanks for keeping up with yo

RE: WebSphere problems w/ CXF

2008-08-13 Thread Ostermueller, Erik
Subject: Re: WebSphere problems w/ CXF Ostermueller, Erik-2 wrote: > > If someone has this working on 6.1.0.17, could they perhaps send me > what they have? > > Thanks a lot, > --Erik Ostermueller > Erik, hopefully someone can get you an answer but in the meantime p

WebSphere problems w/ CXF

2008-08-13 Thread Ostermueller, Erik
All, I'm working with a pojo-first CXF "Hello World" example with WSS4j UsernameToken on WebSphere 6.1.0.17 on z/Linux. I have followed the instructions here (shared library option). http://cwiki.apache.org/confluence/display/CXF20DOC/AppServerGuide#AppSe rverGuide-Websphere but am still struggli