Re: CXF version 2.2.7?

2010-03-12 Thread AllanSLim
Hi Sergey, Thanks for the update! regards, Allan Sergey Beryozkin-5 wrote: > > Hi Allan > > Dan is planning to do a release sometime next week. > > cheers, Sergey > > On Fri, Mar 12, 2010 at 5:22 PM, AllanSLim wrote: > >> >> >> Hi Guys, >> >> We were wondering when will version 2.2.7 be

Re: need quick help

2010-03-12 Thread satishnan
Thanks for Help. I am using JAX-RS and JAXB. Sergey Beryozkin-5 wrote: > > Hi > > assuming you're using JAX-RS and JAXB generates the outbound XML message > then there few options you might want to consider : > - configure JAXBElementProvider to transform the output message > - use XSLTJaxb

wsdl2js NPE

2010-03-12 Thread pdd
If wsdl2java works but wsdl2js throws NPE, does it mean there is bug in cxf? Below is the exception wsdl2js - Apache CXF 2.2.6 WSDLToJS Error : java.lang.NullPointerException org.apache.cxf.tools.common.ToolException: java.lang.NullPointerException at org.apache.cxf.tools.wsdlto.WSD

Re: Problem with wsdl2java codegen tool & jaxb episodes

2010-03-12 Thread Marcel Casado
Additionally it will be great if "cxf-codegen-plugin" could provide similar support than "maven-jaxb2-plugin" for episodes dependencies like : edu.ucar.ral

Re: Problem with wsdl2java codegen tool & jaxb episodes

2010-03-12 Thread Marcel Casado
I've created a Jira and attached test case : https://issues.apache.org/jira/browse/CXF-2712 Thanks, -Marcel dkulp wrote: > > > I've heard of mixed reports of people using episode files. Some have > claimed > it worked fine. Others have had issues. The main problem I have is > that >

Re: java2ws failure doesn't cause ant to fail?

2010-03-12 Thread Daniel Kulp
For some oddball reason (I don't really know why), by default, the tools stuff doesn't call System.exit(1) in the event of a failure. I'm hesitant to change the default for 2.2.x as it might suddenly start breaking peoples builds and such, but possibly for 2.3. I'd need to dig more. You can

Re: Problem with wsdl2java codegen tool & jaxb episodes

2010-03-12 Thread Marcel Casado
Dan, Episodes seems to work fine for the schema compiler so no new bindings are generated but then when wsdl2java tries to generate the service portType artifacts for example it does not know how to resolve the schema elements on the message parts since class bindings have not been generated. See

Re: Problem with wsdl2java codegen tool & jaxb episodes

2010-03-12 Thread Daniel Kulp
I've heard of mixed reports of people using episode files. Some have claimed it worked fine. Others have had issues. The main problem I have is that no-one that has had problems have been able to provide a test case that we can debug. If you could create a test case and attach to a JIRA,

Problem with wsdl2java codegen tool & jaxb episodes

2010-03-12 Thread Marcel Casado
Hi, I'm generating jaxb bindings with episodes for all schemas included/imported for a "wsdl" so I have a more modular project structure and better dependency reusability. Then I pass the jaxb episodes to the "wsdl2java" so it does not have to generate any the bindings again. Then when it tries t

java2ws failure doesn't cause ant to fail?

2010-03-12 Thread Kessel, Christopher
I'm using CXF 2.2.6. I'm trying to integrate the java2ws into our ant build. It runs, but on failure it's not causing the build to fail. Here's the ant target:

Concurrency issue

2010-03-12 Thread mschaefer
Hi all, we're using CXF 2.1.9 and have a number of code first (annotated interfaces) developed web services and WS clients for communicating with our web app. The SessionService provides just login and logout methods. We use a unit test that creates some threads that simply log in and out one or m

Re: CXF version 2.2.7?

2010-03-12 Thread Sergey Beryozkin
Hi Allan Dan is planning to do a release sometime next week. cheers, Sergey On Fri, Mar 12, 2010 at 5:22 PM, AllanSLim wrote: > > > Hi Guys, > > We were wondering when will version 2.2.7 be released? Our code is > dependent > on one fix that Sergey added, and we cannot use the trunk, because i

Re: New to CXF

2010-03-12 Thread Bartłomiej Chmielewski
W dniu 12.03.2010 12:26, ennidhi pisze: Hi, I am new to the apache CXF. I tried to install the CXF using Maven in Eclipse 3.5. I have installed maven and Maven integration for WTP. Later I created a java project and enabled the maven dependency option by right clicking on the project. How

Strange behavior of Maven cxf-java2ws-plugi

2010-03-12 Thread Reinhardt Willy
Hi, I have configured the maven cxf-java2ws-plugin as below (cxf version is 2.2.6) org.apache.cxf cxf-java2ws-plugin ${cxf.version} . process-classes process-classes my.Service

CXF JMX Metrics

2010-03-12 Thread David Valeri
I've got CXF running in an OSGi container and managing its own Jetty instance rather than using the container's HTTP service. I have JMX enabled on CXF per the instructions in the documentation. I'm seeing the following MBeans in JConsole: org.apache.cxf.Bus org.apache.cxf.Bus.Service.Endpoint

CXF version 2.2.7?

2010-03-12 Thread AllanSLim
Hi Guys, We were wondering when will version 2.2.7 be released? Our code is dependent on one fix that Sergey added, and we cannot use the trunk, because it might not be stable. thanks, Allan -- View this message in context: http://old.nabble.com/CXF-version-2.2.7--tp27880271p27880271.html Sen

Re: WS-Security with a SAML Token Profile

2010-03-12 Thread Suneet Shah
Thanks David. I have been following that thread David Valeri wrote: Refer to my response to John Hite dated 3/7 for some details on what is possible. -Original Message- From: Suneet Shah [mailto:suneetshah2...@gmail.com] Sent: Saturday, March 06, 2010 2:54 AM To: CXF User Group Subje

RE: WS-Security with a SAML Token Profile

2010-03-12 Thread David Valeri
Refer to my response to John Hite dated 3/7 for some details on what is possible. -Original Message- From: Suneet Shah [mailto:suneetshah2...@gmail.com] Sent: Saturday, March 06, 2010 2:54 AM To: CXF User Group Subject: WS-Security with a SAML Token Profile Hello, Is it possible in CXF

RE: implement ws security using UsernameToken and Signature

2010-03-12 Thread David Valeri
http://cxf.apache.org/resources-and-articles.html And http://lmgtfy.com/?q=CXF+WS-Security+tutorial You may also want to look at the CXF system tests (check out the source code, they are in the systests folder) for working examples as well. To understand how WS-S works, I recommend trying to rea

RE: SAML and WS-Security

2010-03-12 Thread David Valeri
This looks like an issue with the contents of the unencrypted KeyInfo and WSS4J. I have not used symmetric keys much with WSS4J so I don't have a lot of experience here or with the XML Enc spec. From the error message, it sounds like WSS4J is expecting only an STR in the KeyInfo where as I sus

Re: need quick help

2010-03-12 Thread Sergey Beryozkin
Hi assuming you're using JAX-RS and JAXB generates the outbound XML message then there few options you might want to consider : - configure JAXBElementProvider to transform the output message - use XSLTJaxbProvider - use a custom XMLStreamWriter see here for more info : http://cxf.apache.org/docs

New to CXF

2010-03-12 Thread ennidhi
Hi, I am new to the apache CXF. I tried to install the CXF using Maven in Eclipse 3.5. I have installed maven and Maven integration for WTP. Later I created a java project and enabled the maven dependency option by right clicking on the project. How to add dependencies in the pom.xml? so that