Re: Could not initialize class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl

2015-01-12 Thread Ron Wheeler
-class-com-sun-xml-bind-v2-model-impl-RuntimeBuiltinLeafInfoImpl-tp5752963.html Sent from the cxf-user mailing list archive at Nabble.com. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: CXF accepts 'tru*' for boolean fields

2014-10-06 Thread Ron Wheeler
than true or false. What happens if you send in dog or cat as the Boolean? What would you like to happen? You could use a string instead of a Boolean if you need to handle non-Boolean input. Then you can parse the input and decide what you want truee or dog to mean. -- Ron Wheeler

Re: Can Apache Cxf SOAP based web service can be consumed using other frameworks like Axis2?

2014-08-23 Thread Ron Wheeler
service can be consumed using other frameworks like Axis2? If yes then can anyone give me pointer to a sample example. Regards, Puneet -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: Query Regarding Async Calls using Dispatch API

2014-02-10 Thread Ron Wheeler
generating stubs and it is just one-way call(no need for client to wait for response), i didn't find any api in cxf for this requirement. it would be great help if someone can help me out ! Thanks Sai -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype

Re: Intercepting third-party web service responses

2013-09-12 Thread Ron Wheeler
. -- View this message in context: http://cxf.547215.n5.nabble.com/Intercepting-third-party-web-service-responses-tp5733943.html Sent from the cxf-user mailing list archive at Nabble.com. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler

Re: test page to call web service

2013-06-04 Thread Ron Wheeler
, Martin Choma -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: Please help, I cannot (and do not want) to connect to the Internet at runtime

2013-01-09 Thread Ron Wheeler
of need in CXF framework. Many thanks in advance, Matteo -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: Cannog loggin soap messages in client side

2012-10-29 Thread Ron Wheeler
messages. -- View this message in context: http://cxf.547215.n5.nabble.com/Cannog-loggin-soap-messages-in-client-side-tp5717499p5717517.html Sent from the cxf-user mailing list archive at Nabble.com. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype

Re: Cannog loggin soap messages in client side

2012-10-29 Thread Ron Wheeler
Glen On 10/29/2012 08:09 AM, Ron Wheeler wrote: I am hesitant to disagree with Glen since he has a lot more experience than I do. I can only say that we have had a comfortable development experience with CXF using the STS version of Eclipse from Springsource that comes with Maven already

Re: web service method to wait for some event

2012-09-10 Thread Ron Wheeler
and if there are a any references in CXF documentation? TIA, David Mansfield Cobite, INC. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: web service method to wait for some event

2012-09-10 Thread Ron Wheeler
increase with the length of the delay? What is the cost of a poll? After that it just becomes a mathematical calculation. Ron On 09/10/2012 01:16 PM, Ron Wheeler wrote: This sounds like a push application. Can you not put a web service on the client side that the server calls when it has

Re: [General Apache project question] list of Apache projects and their build framework?

2012-07-19 Thread Ron Wheeler
to ask this on the main Apache site, but I don't see it. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: CXF / Metro / Axis2

2012-07-07 Thread Ron Wheeler
, etc, appreciated: Cheers -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Metro-Axis2-tp5710691.html Sent from the cxf-user mailing list archive at Nabble.com. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler

Re: Problem with apache CXF 2.6.1 and eclipse

2012-06-18 Thread Ron Wheeler
-with-apache-CXF-2-6-1-and-eclipse-tp5709937.html Sent from the cxf-user mailing list archive at Nabble.com. -- Ron Wheeler President Artifact Software Inc email: rwhee...@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102

Re: CXF User Poll: jetty-all or individual jars....

2011-08-23 Thread Ron Wheeler
to use the individual jars, they can exclude a single jar and add the others as a dep for their app. With #1, if they want jetty-all, they have to exclude a bunch of deps to add jetty-all in.I'm personally not a fan of #3, but thought I'd list it. :-) Thoughts? -- Ron Wheeler President

Re: Tutorial for creation of RESTful interface with CXF?

2011-08-08 Thread Ron Wheeler
On 08/08/2011 9:20 AM, Glen Mazza wrote: The effort spent learning Maven will pay off rather quickly, and also web services--REST or SOAP--are an easy, pleasant way to quickly get up to speed with this fine build tool. CXF services are also an easy way to learn more about Spring--but Spring

Re: Help on REST Bests practices

2011-06-06 Thread Ron Wheeler
Contracts, custom documentation, quotations, etc. Very interesting project. Ron On 06/06/2011 5:43 PM, Pascal Leclercq wrote: I know Birt and JaspertReport but in xdocreport we try to cover another requirement : the possibility for a *non programmer* to modify the template. This a

Re: License und usage of CXF

2011-04-15 Thread Ron Wheeler
On 15/04/2011 7:43 AM, m...@srsi.de wrote: Hello there, I have three short questions about CXF. 1. Is it possible to pack all the 64 CXF libs in one jar to use it? The architecture of my software makes it almost impossible to import so many chars. CXF has a bundle that includes all the

Re: wsdl2java: ObjectFactory

2011-03-15 Thread Ron Wheeler
I am certainly not an expert in this area but it seems that you are getting a bit far into the details. CXF looks after a lot of the plumbing for you and you should be able to get a simple web service and its clients going without to much worry about the internal flow. What are you trying to

Re: wsdl2java: ObjectFactory

2011-03-15 Thread Ron Wheeler
of the box if one follows the examples and the documentation. Ron Thx Raj On Tue, Mar 15, 2011 at 9:50 PM, Ron Wheeler rwhee...@artifact-software.com mailto:rwhee...@artifact-software.com wrote: I am certainly not an expert in this area but it seems that you are getting a bit far

Re: Streaming a lot of data

2011-01-13 Thread Ron Wheeler
On 13/01/2011 4:55 PM, Benson Margulies wrote: I've got this web service that, to some extent, just wraps a mysql database. I have a number of reasons to prefer to control the communications rather than allow all the consumers to talk to mysql directly. I'm not too pleased with the result of

Re: Using Eclipse, CXF and Tomcat For Web Services Dev

2011-01-07 Thread Ron Wheeler
On 07/01/2011 1:09 PM, Glen Mazza wrote: The IDE should just be for coding, not building your project, I would rely on Maven (or if you have to, Ant) for that: http://www.jroller.com/gmazza/entry/web_service_tutorial, after a little setup headache, things will be much faster and more automated

Re: Fwd: IllegalArgumentException setting WebServiceContext in jax:ws endpoint.

2011-01-05 Thread Ron Wheeler
On 05/01/2011 7:04 AM, Juan Pedro Silva Gallino (UPM) wrote: Thank you very much, Ron, for your suggestion. I may have to adopt a similar policy. I agree with you on the transitive dependencies. I'm using maven inside wclipse (Spring tool suite, to be more precise), and the dependencies graph

Re: Fwd: IllegalArgumentException setting WebServiceContext in jax:ws endpoint.

2011-01-04 Thread Ron Wheeler
On 04/01/2011 6:18 AM, Juan Pedro Silva Gallino (UPM) wrote: Hi Daniel. I tried your suggestion with no luck. The same exception kept coming up. The issue seems to be when calling the init() method on the proxy. On the other hand, I was able to make it work by adding aop:aspectj-autoproxy

Re: IllegalArgumentException setting WebServiceContext in jax:ws endpoint.

2011-01-03 Thread Ron Wheeler
On 03/01/2011 7:10 AM, Juan Pedro Silva Gallino (UPM) wrote: Ron, I really appreciate your answer. With my comment I only meant to ask if you were aware that newer versions solved the issue, and by it being rhetorical I meant that I should try things before asking that much. I hope you took no

Re: IllegalArgumentException setting WebServiceContext in jax:ws endpoint.

2011-01-02 Thread Ron Wheeler
On 02/01/2011 2:18 PM, Juan Pedro Silva Gallino (UPM) wrote: Hi Ron, thanks for your answer. Regarding the version in use, well, this is sort of a legacy code into which I'm adding new authorization functionality, so I was trying to get away without changing versions just to avoid adding

Re: IllegalArgumentException setting WebServiceContext in jax:ws endpoint.

2011-01-01 Thread Ron Wheeler
On 28/12/2010 5:37 PM, Juan Pedro Silva Gallino (UPM) wrote: Hi, I've been trying to wire my WSS4J interceptors into Spring security, which I was able to do following Freeman's suggestions. However, I'm facing the (whats looks to be a) common problem with WebServiceContext when trying to enable

Re: minimum set of dependencies for a ws-* client to run

2010-12-30 Thread Ron Wheeler
Is there any particular reason why this matters? Only classes actually used will get instantiated. It seems like a lot of work to save a few megabytes of disk space. This can only save you a few cents per installation. The savings during the startup of Tomcat can not be more than a few

Re: minimum set of dependencies for a ws-* client to run

2010-12-30 Thread Ron Wheeler
On 30/12/2010 11:58 AM, John Franey wrote: Good question, and please check my reasoning, maybe I am making the wrong assumptions. First, I am writing a client that is meant to run inside an enterprise application (ear). The stub will be called from a session bean (ejb), and so needs to be in

Re: minimum set of dependencies for a ws-* client to run - Found word(s) list error in the Text body

2010-12-30 Thread Ron Wheeler
Från: Ron Wheeler [rwhee...@artifact-software.com] Skickat: den 30 december 2010 15:48 Till: users@cxf.apache.org Ämne: Re: minimum set of dependencies for a ws-* client to run - Found word(s) list error in the Text body Is there any particular reason why this matters? Only

Re: Overriding JAXB annotations

2010-12-29 Thread Ron Wheeler
On 29/12/2010 10:34 AM, cj91 wrote: Ron Wheeler wrote: Would it not be easier to build a web service for external clients that just calls the full internal web service? This might also allow additional auditing or reporting. That's exactly what i'm attempting to do. The extrenal webservice

Re: Overriding JAXB annotations

2010-12-28 Thread Ron Wheeler
Would it not be easier to build a web service for external clients that just calls the full internal web service? This might also allow additional auditing or reporting. Ron On 29/12/2010 12:09 AM, Arul Dhesiaseelan wrote: Adding @XmlTransient on the internal field should work for you. On

Re: How to read Cookies in CXF Client

2010-12-18 Thread Ron Wheeler
Does this have anything to do with CXF? Would this not be a question for the forum supporting your client application's server? You have not even mentioned the server technology that you client runs on. Ron On 18/12/2010 5:53 AM, mike wrote: Does anybody know, how to read the JSESSIONID

Re: CXF in Action

2010-12-13 Thread Ron Wheeler
How many would pay a small sum $10- $20 for a short webinar (20 minutes presentation followed by -10-15 minutes discussion ) on one or more specific topics? What topics would be the most popular? Would anyone want to offer these? Ron On 13/12/2010 10:19 AM, Glen Mazza wrote: There are

Re: Threads warnings while undeploying web application.

2010-12-09 Thread Ron Wheeler
In this discussion, I did not see any mention of any error in the web service's log. What does the service's log say when the client tries to connect? Does it see the connection attempt at all? Does it give any hint as to why it is refusing the connection? Ron On 09/12/2010 7:46 AM,

Re: Threads warnings while undeploying web application.

2010-12-09 Thread Ron Wheeler
On 09/12/2010 9:11 AM, vkrejcirik wrote: Yes, on the client side, I have this stacktrace: Does the server side work? Do you have a successful test of the server that mimics what the client will do? Are you sure that you have a logging level on the server that will log an attempt by the client

Re: Insert data into 2 different databases make it as a transaction (WS-Atomic transaction)

2010-12-08 Thread Ron Wheeler
I would be tempted to push SOA one more level and have 3 web services. 1 for the application to call and one for each of the database services to be called by the first service. Using 2 databases in one service is not a web services question. You just need to configure the 2 connectors and

Re: Web Service bouncing up and down

2010-11-16 Thread Ron Wheeler
On 16/11/2010 4:15 PM, slocum wrote: I recently converted from XFire to CXF. After a host of troubles, I finally got the app to run in my test environment. The problems are (a) http://localhost/mywebservice/ never comes up, even though Soap calls still go through to the app, (b) the app is very

Re: CXFServlet Errors Starting Tomcat In Eclipse

2010-11-13 Thread Ron Wheeler
properties cxf-bundle.version2.3.0/cxf-bundle.version . . . dependency groupIdorg.apache.cxf/groupId artifactIdcxf-bundle/artifactId version${cxf-bundle.version}/version This has the properties files properly amalgamated and gives you a single dependency that has everything that you need to

Re: Using CXF asynchronously

2010-11-12 Thread Ron Wheeler
On 11/11/2010 4:47 PM, am am wrote: Thank you Dan, Ron for your suggestions. I will follow them, but I have one last question. Using these approaches how can we discriminate between a client crash and a network outage (client is running, we just can not connect temporarily) Either using call

Re: Using CXF asynchronously

2010-11-12 Thread Ron Wheeler
A good Ping would tell you that the network is up and the client is down No ping - Network down. Not sure that ping will work to a client because of firewalls and address remapping. You may want to take a look at session ids and timeouts to get the same effect. Set your session timeout long

Re: wsdl2java can not build using a wsdl file

2010-11-12 Thread Ron Wheeler
On 12/11/2010 3:52 PM, Daniel Kulp wrote: On Wednesday 10 November 2010 2:48:08 pm Ron Wheeler wrote: The following WSDL is used to build clients for a major conferencing site. It fails validation in CXF's wsdl2java program but will work in Axis. We are heavy users of CXF, so we are a bit

Re: wsdl2java can not build using a wsdl file

2010-11-12 Thread Ron Wheeler
On 12/11/2010 4:11 PM, Daniel Kulp wrote: On Friday 12 November 2010 4:08:16 pm Ron Wheeler wrote: On 12/11/2010 3:52 PM, Daniel Kulp wrote: On Wednesday 10 November 2010 2:48:08 pm Ron Wheeler wrote: The following WSDL is used to build clients for a major conferencing site. It fails

Re: Using CXF asynchronously

2010-11-11 Thread Ron Wheeler
On client startup can you not send a message to the server? If the server has outstanding records, it deletes them. If not, it ignores the message and return an I am ready message. On 11/11/2010 1:59 AM, am am wrote: Hi, I have a web service that needs to keep some kind of session with the web

Re: Using CXF asynchronously

2010-11-11 Thread Ron Wheeler
On 11/11/2010 9:10 AM, am am wrote: This is a good idea. But I was thinking that this way the records will be kept for a long time. Until the application restarts. If there is no standard mechanism to detect client failure (and also distinction between client failure and network failure), I will