Re: Problem with cxf-codegen-plugin 2.7.4+

2013-11-07 Thread thomas . papke
Hi Dan, i tried with 2.7.8-SNAPSHOT and i could confirm that the issue is no longer present. So waiting for 2.7.8 :-) Thank you, Thomas From: Daniel Kulp To: users@cxf.apache.org, thomas.pa...@icw.de, Date: 07.11.2013 14:00 Subject: Re: Problem with cxf-codegen-plugin 2.7.4+ Can you

Re: Problem with cxf-codegen-plugin 2.7.4+

2013-11-07 Thread Daniel Kulp
Can you try with the 2.7.8-SNAPSHOT version?We have fixed a few issues that could be related: CXF-5287, CXF-5286, CXF-5215 Dan On Nov 7, 2013, at 11:25 AM, thomas.pa...@icw.de wrote: > Hi all, > > we are using the cxf-codegen-plugin maven plugin is several of our > modules. > Until C

Problem with cxf-codegen-plugin 2.7.4+

2013-11-07 Thread thomas . papke
Hi all, we are using the cxf-codegen-plugin maven plugin is several of our modules. Until CXF 2.7.3 everthings is fine so far, but in all CXF versions 2.7.4+ the cxf-codegen-plugin plugin cause some trouble in combination with the mvn eclipse plugin. Our plugin configuration looks like this:

Problem with cxf-codegen-plugin 2.7.4+

2013-11-07 Thread thomas . papke
Hi all, we are using the cxf-codegen-plugin maven plugin is several of our modules. Until CXF 2.7.3 everthings is fine so far, but in all CXF versions 2.7.4+ the cxf-codegen-plugin plugin cause some trouble in combination with the mvn eclipse plugin. Our plugin configuration looks like this:

Re: CXF 2.6.0 problem with cxf-codegen-plugin

2012-04-27 Thread fitzcaraldo
-problem-with-cxf-codegen-plugin-tp5669301p5671851.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF 2.6.0 problem with cxf-codegen-plugin

2012-04-27 Thread Daniel Kulp
really sure what would cause it. Dan > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-2-6-0-problem-with-cxf-codegen-plugin > -tp5669301p5669301.html Sent from the cxf-user mailing list archive at > Nabble.com. -- Daniel Kulp dk...@apache.

CXF 2.6.0 problem with cxf-codegen-plugin

2012-04-27 Thread fitzcaraldo
2.5.1. and 2.5.2. Any ideas? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-6-0-problem-with-cxf-codegen-plugin-tp5669301p5669301.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF downloading DTDs

2011-05-19 Thread Sergey Beryozkin
with InputSources created in CXF Cheers, Sergey On Thu, May 19, 2011 at 12:53 PM, Julian Backes wrote: > Hi, > > I had a problem with CXF downloading many DTDs, XSDs etc. In the irc chat, I > was told to use XML catalogs. I did so: I created a jax-ws-catalog.xml file > in my META-INF dir

Problem with CXF downloading DTDs

2011-05-19 Thread Julian Backes
Hi, I had a problem with CXF downloading many DTDs, XSDs etc. In the irc chat, I was told to use XML catalogs. I did so: I created a jax-ws-catalog.xml file in my META-INF directory and added the corresponding entries. So far so good, it works for most of the files. Unfortunately, according

Re: Problem with CXF

2011-05-03 Thread srinivas thallapalli
Thanks Aki, The problem got resolved with client of type CXF sample project (wsdl_first_dynamic_client). -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4367217.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF

2011-05-02 Thread Aki Yoshida
h WSDL and client > code?. > > Thanks > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4364053.html > Sent from the cxf-user mailing list archive at Nabble.com. >

Re: Problem with CXF

2011-05-01 Thread srinivas thallapalli
Hi Aki/Daniel, Could you please let me know, if there anything wrong with WSDL and client code?. Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4364053.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF

2011-04-29 Thread srinivas thallapalli
s.getName()+"**"); Method m1 = respClass.getMethod("getAlertData"); System.out.println("m1 : " + m1); Object obj = m1.invoke(response[0]); System.out.println("response: "+obj);

Re: Problem with CXF

2011-04-29 Thread srinivas thallapalli
rtal.mbs.mycompany.com/"/> Thanks-- View this message in context: http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4358405.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF

2011-04-28 Thread Aki Yoshida
si:type="xs:string"> >  ebms > > > tag is missing. The following is the corresponding wsdl part > for getAlertDataRequest > > >   >       >     > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4345810.html > Sent from the cxf-user mailing list archive at Nabble.com. >

Re: Problem with CXF

2011-04-27 Thread srinivas thallapalli
uot;; xsi:type="xs:string"> ebms tag is missing. The following is the corresponding wsdl part for getAlertDataRequest -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4345810.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF

2011-04-27 Thread Daniel Kulp
> > > Instead it should be: > > http://schemas.xmlsoap.org/soap/envelope/";> > > > > http://ws.alerts.sbm.savvion.com/"; > xmlns:xs="http://www.w3.org/2001/XMLSchema"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type

Re: Problem with CXF

2011-04-27 Thread Aki Yoshida
;; xsi:type="xs:string"> > > ebms > > > > > > > > > > Instead it should be: > > http://schemas.xmlsoap.org/soap/envelope/";> > > > > http://ws.alerts.sbm.savvion.com/"; > xmlns:xs="http://www.w3.org/2001/XMLSchema"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="xs:string"> > > ebms > > > > > > > > > I am not able to findout, why CXF client request message does not contain > inside . > > Any help appreciated. > > Thanks > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4341066.html > Sent from the cxf-user mailing list archive at Nabble.com. >

Problem with CXF

2011-04-26 Thread srinivas thallapalli
ma-instance"; xsi:type="xs:string"> ebms I am not able to findout, why CXF client request message does not contain inside . Any help appreciated. Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4341066.html Sent from the cxf-user mailing list archive at Nabble.com.

Marshalling problem with cxf-dosgi-ri-singlebundle-distribution

2011-01-21 Thread phper...@gmail.com
/Marshalling-problem-with-cxf-dosgi-ri-singlebundle-distribution-tp3351273p3351273.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Problem with CXF site

2010-10-22 Thread Daniel Kulp
On Thursday 21 October 2010 4:50:30 pm Ron Grimes wrote: > Sorry for posting a web site usability issue here. But, not sure where is > the proper place. > > So, what's up with accessing the XJC Utils link on cxf.apache.org? I click > on it, and makes me register. Did that, logged in, and when I cl

Re: Problem with CXF site

2010-10-21 Thread Daniel Kulp
On Thursday 21 October 2010 4:50:30 pm Ron Grimes wrote: > Sorry for posting a web site usability issue here. But, not sure where is > the proper place. > > So, what's up with accessing the XJC Utils link on cxf.apache.org? I click > on it, and makes me register. Did that, logged in, and when I cl

Re: Problem with CXF site

2010-10-21 Thread Robert Liguori
"XJC Utils" and "Build Utils" appear to be empty place holders... guess someone is planning on doing something with these web pages? -- From: "Ron Grimes" Sent: Thursday, October 21, 2010 4:50 PM To: Subject: Pr

Problem with CXF site

2010-10-21 Thread Ron Grimes
Sorry for posting a web site usability issue here. But, not sure where is the proper place. So, what's up with accessing the XJC Utils link on cxf.apache.org? I click on it, and makes me register. Did that, logged in, and when I click on XJC Utils, it tells me I don't have permission. Give me a

Re: problem with cxf configuration on unix

2010-07-20 Thread Sergey Beryozkin
; > From: Sergey Beryozkin > Subject: Re: problem with cxf configuration on unix > To: users@cxf.apache.org > Date: Monday, July 19, 2010, 1:49 PM > > This is most likely to do with some 'foreign' character getting into the > way, I recall one of users copying some

Re: problem with cxf configuration on unix

2010-07-19 Thread Alan Collins
Sergey, Thanks for the quick reply.  That does seem to have been the problem, as I'm certain that I copied that config. Would you consider putting a warning up on the page? Thanks again.       Alain. --- On Mon, 7/19/10, Sergey Beryozkin wrote: From: Sergey Beryozkin Subject: Re: problem

Re: problem with cxf configuration on unix

2010-07-19 Thread Sergey Beryozkin
This is most likely to do with some 'foreign' character getting into the way, I recall one of users copying some fragment from the wiki and then eventually having to create a new one... cheers, Sergey On Mon, Jul 19, 2010 at 7:46 AM, Alan Collins wrote: > I had my code running on my windows box

problem with cxf configuration on unix

2010-07-18 Thread Alan Collins
I had my code running on my windows box (eclipse), but need to get it running on a unix server (debian) and am having a tough time. I have: tomcat6, spring 2.5.6, cxf 2.2.7. It seems unhappy with the configuration.  Here's the latest error: SEVERE: Exception sending context initialized event to li

Re: binding problem with cxf

2010-07-03 Thread Daniel Kulp
I honestly cannot think of any "easy" way to do this short of using the xml:anyAttribute type things to have a map of attributes on the JAXB types and fill those in. Kind of crappy. The only other way I can think of is to write a XMLStreamWriter that would wrapper the other and trap the "key

binding problem with cxf

2010-07-02 Thread londonB
ly the two properties "key" and "value" which I had defined in the bean. I dont know how populate the two properties in order to obtain a result like the second example above. Does anyone know how can I do it? I'm out of ideas. Thank you very much. -- View this message i

Re: Problem with CXF Client side : exceed timeout of 60 seconds

2009-10-12 Thread Daniel Kulp
On Mon October 12 2009 3:28:04 pm KiLiCoOl wrote: > Hi, > > I've a huge problem with CXF 2.2.3 (or any other old version) in my client > (server use CXF too) > > I've generated all class with WSDL2Java tool and when I run the client, if > the server side takes more t

Problem with CXF Client side : exceed timeout of 60 seconds

2009-10-12 Thread KiLiCoOl
Hi, I've a huge problem with CXF 2.2.3 (or any other old version) in my client (server use CXF too) I've generated all class with WSDL2Java tool and when I run the client, if the server side takes more than 60 seconds to respond, my client stop and theses are the stack traces

AW: AW: Problem with CXF wsdl2java

2009-08-24 Thread Sertic Mirko, Bedag
3.org/2001/XMLSchema";> false Regards Mirko -Ursprüngliche Nachricht- Von: manoj.java [mailto:m.manojsi...@gmail.com] Gesendet: Montag, 24. August 2009 13:43 An: users@cxf.apache.org Betreff: Re: AW: Problem with CXF wsdl2java Hi, I am using Maven to perform

Re: AW: Problem with CXF wsdl2java

2009-08-24 Thread manoj.java
rko > > -Ursprüngliche Nachricht- > Von: manoj.java [mailto:m.manojsi...@gmail.com] > Gesendet: Montag, 24. August 2009 09:13 > An: users@cxf.apache.org > Betreff: Problem with CXF wsdl2java > > > I am using CXF to expose my web service and also using wsdl2j

AW: Problem with CXF wsdl2java

2009-08-24 Thread Sertic Mirko, Bedag
Hi Try to use the following in your binding file: false Regards Mirko -Ursprüngliche Nachricht- Von: manoj.java [mailto:m.manojsi...@gmail.com] Gesendet: Montag, 24. August 2009 09:13 An: users@cxf.apache.org Betreff: Problem with CXF wsdl2java I am using CXF to expose my web

Problem with CXF wsdl2java

2009-08-24 Thread manoj.java
://www.nabble.com/Problem-with-CXF-wsdl2java-tp25111534p25111534.html Sent from the cxf-user mailing list archive at Nabble.com.

problem with cxf-rt-core-2.2-SNAPSHOT.jar ??

2008-11-21 Thread Tom McGee
When I ran a build this morning and ran my project. I was greeted with this exception: SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.resource.ResourceManager' defined in class path resource [META-INF/cxf

Re: Problem with cxf 2.1.3

2008-10-23 Thread Daniel Kulp
Christian, With the java.net maven/1 repo, you should be able to get rid of the jboss repo as jaxb xjc 2.1.6 is available there as well. That said, with my new found direct access to deploy things to central, I plan on getting ALL of our deps from java.net synced to central so we can remove

Re: Problem with cxf 2.1.3

2008-10-23 Thread Willem Jiang
Hi Christian You need add this repo in your pom.xml java.net java.net Maven Repository http://download.java.net/maven/1/ legacy true false Cheers, Willem Chris

Problem with cxf 2.1.3

2008-10-22 Thread Christian Schneider
Hi all, when I switched the cxf version in my project to 2.1.3 I got the following problem: Missing: -- 1) com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.2 Path to dependency: 1) com.example:cxfwsdlfirstexample:jar:1.0.0-SNAPSHOT 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.

AW: Problem with CXF configuration

2008-10-02 Thread Preuss, Jacqueline - ENCOWAY
eline. > -Ursprüngliche Nachricht- > Von: Preuss, Jacqueline - ENCOWAY [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 1. Oktober 2008 09:03 > An: users@cxf.apache.org > Cc: Daniel Kulp > Betreff: AW: Problem with CXF configuration > > > Hi! > > Yes, it is on windo

AW: Problem with CXF configuration

2008-10-01 Thread Preuss, Jacqueline - ENCOWAY
Hi! Yes, it is on windows. I turned off the firewall, but the error still occurs. So, did I initialize something wrong? My server (tomcat) is on my local machine, running on port 8080. The web application (which is located in my tomcat folder) can be accessed via the Internet Explorer, which is t

Re: Problem with CXF configuration

2008-09-30 Thread Daniel Kulp
Is this on windows? If so, do you have some sort of personal firewall or something enabled? If so, can you try disabling it?I've seen this with kaspersky firewall thing. Dan On Tuesday 30 September 2008, Preuss, Jacqueline - ENCOWAY wrote: > Hi all! > > > > I have a problem with my CX

Problem with CXF configuration

2008-09-30 Thread Preuss, Jacqueline - ENCOWAY
Hi all! I have a problem with my CXF configuration and I'm searching for a solution for that. I hope you can help me. I have a Tomcat server where I registered the CXF Servlet like this: org.springframework.web.context.ContextLoaderListener

Re: Problem with CXF 2.0.6 and 2.1 setting objects on request to null when they are defined in response

2008-06-11 Thread Gary Weaver
Daniel, Daniel Kulp wrote: Most likely, the response isn't correct compared to what CXF is expecting (actually, in this case, JAXB as CXF has nothing to do with this part). The usual culprit for this is element qualification issues and without seeing the wsdl/schema and the actual soap mess

Re: Problem with CXF 2.0.6 and 2.1 setting objects on request to null when they are defined in response

2008-06-11 Thread Daniel Kulp
On Jun 11, 2008, at 12:00 PM, Gary Weaver wrote: Hello, I'm having a problem in CXF 2.0.6, 2.1, and 2.1-SNAPSHOT (20080605.204511-10) where objects on the response object are null, but from looking at the output of the SOAP response coming back, logged by CXF, CXF should have set those o

Problem with CXF 2.0.6 and 2.1 setting objects on request to null when they are defined in response

2008-06-11 Thread Gary Weaver
Hello, I'm having a problem in CXF 2.0.6, 2.1, and 2.1-SNAPSHOT (20080605.204511-10) where objects on the response object are null, but from looking at the output of the SOAP response coming back, logged by CXF, CXF should have set those objects on the response. For example, in the code in T