CXF @Oneway annotation

2009-03-20 Thread goelshek
I need to implement a web service with a method that allows one way transport only. I started by implementing a CXF web service with a two way method and tested it using a CXF client. Then I created a .NET web service with a two way method and tested it using the same CXF client. Everything went s

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread amine amine
Salam, Hi Gabo, I want to ask you about combining JAX-WS and JAX-RS, for me it's my interface that contains annotations (WS & RS) and I'm using @XmlElement, @XmlRootelement and @XmlWrapper. it works both services WS and RESTfulWS are available, but the XML structure of the responses give double

Re: Reliable One Way Messages

2009-03-20 Thread Bryan Kearney
Bryan Kearney wrote: Eoghan Glynn wrote: No.. not offline. Attahced is the script I use to run it with the classpath. Why not just grab everything from the cxf-manifest.jar instead of putting a bunch of individual jars on the classpath? For example, in 2.2-SNAPSHOT kit, the following is se

Re: Reliable One Way Messages

2009-03-20 Thread Bryan Kearney
Eoghan Glynn wrote: Still the same problem here, the server is trying to resend to an unusable anonymous URI ( http://www.w3.org/2005/08/addressing/anonymous ) Presumably you've retsarted the server also, since updating the client config? Otherwise it would still have the old responses in its re

Re: Reliable One Way Messages

2009-03-20 Thread Bryan Kearney
Eoghan Glynn wrote: No.. not offline. Attahced is the script I use to run it with the classpath. Why not just grab everything from the cxf-manifest.jar instead of putting a bunch of individual jars on the classpath? For example, in 2.2-SNAPSHOT kit, the following is set in the manifest classp

Re: AW: AW: CXF + embedded Jetty +Spring

2009-03-20 Thread Piotr "PiBis" Berłowski
eFactory and others to no avail. I'd be very grateful for a clear roadmap explaining this scenario. Best regards, Piotr Berlowski __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3951 (20090320) __ E-Mail wurde geprüft mit ESET NOD32 Antivirus. h

AW: AW: CXF + embedded Jetty +Spring

2009-03-20 Thread Christofer Dutz
instance of jetty server with my CXF webservice. > > Is it possible, and if yes, then how? > > I was trying different setups with SpringBusFactory, > JettyHTTPServerEngineFactory and others to no avail. I'd be very > grateful for a clear roadmap explaining this scenario.

Re: AW: CXF + embedded Jetty +Spring

2009-03-20 Thread Piotr "PiBis" Berłowski
Hi Christofer, Thanks for your quick reply. I have scanned the document that you provided. It's a great job, but, to my regret, it misses my main point of interest which is configuration and launching of embedded Jetty server. Also you decided on Aegis databinding whereas I am set on JAX-WS

AW: CXF + embedded Jetty +Spring

2009-03-20 Thread Christofer Dutz
ntivirus, Signaturdatenbank-Version 3951 (20090320) __ E-Mail wurde geprüft mit ESET NOD32 Antivirus. http://www.eset.com __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3951 (20090320) __ E-Mail wurde geprüft mit ESET NOD32 Antivirus. http://www.eset.com

CXF + embedded Jetty +Spring

2009-03-20 Thread Piotr "PiBis" Berłowski
Hi all, I have encountered numerous posts stating problems with ebedded jetty config with CXF and Spring, but no clear roadmap has been provided as what it should look like. The documentation concerning Jetty configuration is also very limited. Thus I decided to ask my question here: I wi

Re: CXF integration with JBOSS 5.0

2009-03-20 Thread Bryan Kearney
Bock, Richard (NSN - DE/Munich) wrote: Hi, I am using CXF 2.0.5 with JBOSS 4.0.4 and it is working fine. Now I just put CXF 2.1.4 with JBOSS 5.0. When I deploy the ear file I am getting HTTPServletRequest class def not found. Is there a general problem with deploying CXF WS with JBOSS 5.0? I cou

AW: Missing Import Statements in generated Schemas in CXF 2.2

2009-03-20 Thread Christofer Dutz
out them, the problem is, that the Flex SOAPDecoder is not able to decode the SAOP message without them (Not without big refactoring). Is there a way to configure CXF to output the imports? Chris __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3951 (200903

CXF integration with JBOSS 5.0

2009-03-20 Thread Bock, Richard (NSN - DE/Munich)
> Hi, > > I am using CXF 2.0.5 with JBOSS 4.0.4 and it is working fine. Now I > just put CXF 2.1.4 with JBOSS 5.0. When I deploy the ear file I am > getting HTTPServletRequest class def not found. Is there a general > problem with deploying CXF WS with JBOSS 5.0? I could not find any > documentati

Re: Missing Import Statements in generated Schemas in CXF 2.2

2009-03-20 Thread Benson Margulies
Please post a JIRA. Aegis is (which I suspect you are using) is supposed to have these imports in 2.2 just as in 2.1. If any are missing, it's a bug to be fixed in 2.2.1. On Fri, Mar 20, 2009 at 7:43 AM, Christofer Dutz wrote: > Hi, > > > It seems that in CXF 2.1.4 the generated CXF schemas had i

Missing Import Statements in generated Schemas in CXF 2.2

2009-03-20 Thread Christofer Dutz
Hi, It seems that in CXF 2.1.4 the generated CXF schemas had import statements included, which directly imported Schemas which contained definitions of custom-types. In CXF 2.2 these statements are missing. I know that the schemas are not invalid without them, the problem is, that the Flex SOAPD

AW: "No bean named 'cxf' is defined" When using CXF 2.2 and AegisDatabinding

2009-03-20 Thread Christofer Dutz
nPostProcessor.pos tProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:302) ... 28 more PgmAegisContext is just a simple AegisContext, that adds one additional Type to the list of known types. Any hints/suggestions? Help greatly appreciated. Chris __ H

Re: Pointer to generate Perl client for CXF JAX-WS services?

2009-03-20 Thread Andrew Clegg
You can do this with the XML::Compile library from CPAN -- specifically the XML::Compile::WSDL11 module which can generate Perl stubs from a WSDL. http://perl.overmeer.net/xml-compile/ We have used this pretty effectively to consume document/literal wrapped CXF services. There's an example of us

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread Gabo Manuel
Hi Sergey, I have modified the beans.xml as follows: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:soap="http://cxf.apache.org/bindings/soap"; xsi:schemaLocation=" h

RE: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread Sergey Beryozkin
Hi Gabo I'd like to try to narrow the problem. Does it work if you remove the jaxrs bits out of this configuration (I'm presuming there could be some jaxws:endpoint definitions there) ? Thanks, Sergey -Original Message- From: Gabo Manuel [mailto:kman...@solegysystems.com] Sent: 20 Ma

AW: "No bean named 'cxf' is defined" When using CXF 2.2 and AegisDatabinding

2009-03-20 Thread Christofer Dutz
just a simple AegisContext, that adds one additional Type to the list of known types. Any hints/suggestions? Help greatly appreciated. Chris __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3950 (20090320) __ E-Mail wurde geprüft mit ESET NOD32 Antivirus. ht