WSDL validator tool and WS-I checks

2011-02-07 Thread robert
Consider the online help for the WSDL validator tool: http://cxf.apache.org/docs/wsdlvalidator.html. The text states that the following check is performed: "Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organizatio

WSDL validator tool and WS-I checks

2011-02-07 Thread robert
Consider the online help for the WSDL validator tool: http://cxf.apache.org/docs/wsdlvalidator.html. The text states that the following check is performed: "Validate the WSDL document against custom validation rules, such as those defined by the Web Services Interoperability (WS-I) organizatio

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread robert
0:04 -0500, Daniel Kulp wrote: > On Monday 07 February 2011 9:55:42 am robert wrote: >> Consider the online help for the WSDL validator tool: >> http://cxf.apache.org/docs/wsdlvalidator.html. >> >> The text states that the following check is performed: "Validate the >&g

Re: WSDL validator tool and WS-I checks

2011-02-07 Thread robert
the issue? I guess CXF-3312 could be closed as invalid? On Mon, 7 Feb 2011 10:49:51 -0500, Daniel Kulp wrote: > On Monday 07 February 2011 10:39:21 am robert wrote: >> My group has a requirement to validate published WSDLs for compliance >> against the WS-I Basic Security Prof

Splitting the packaging

2011-02-07 Thread robert
This thread (http://stackoverflow.com/questions/2704700/java-rest-implementation-jersey-vs-cxf) states, "CXF is packaged up with SOAP stack support so you bring in a lot of SOAP-related weight you'll never use when you build a RESTful system. (There are plans to split the packaging as far as I

Re: Splitting the packaging

2011-02-08 Thread robert
I just located this issue: Minimize CXF JAX-RS bundle https://issues.apache.org/jira/browse/CXF-2269 Should it be updated to reflect your changes? -- Robert On Mon, Feb 7, 2011 at 8:41 PM, Sergey Beryozkin wrote: Hi CXF JAX-RS depends on cxf-api, cxf-rt-core, cxf-common, cxf-rt

Profile in CXF that uses activation

2011-02-10 Thread robert
Just wondering, what does this profile do: jdk15 1.5 1.5 It causes the POM Model window to return an error in NetBeans 7.0, but not NetBeans 6.9.1. As such, I opened up a NetBeans issue:

Re: When do we drop Java 5 support?

2011-02-22 Thread robert
right thing. -- Robert On Tue, 22 Feb 2011 09:55:56 -0600, Craig Tataryn wrote: > I'm *soo* glad I'm out of WAS 6.1 land now, this statement would have > sent me running for the hills. :) > > Craig. > > On 2011-02-22, at 2:45 AM, Christian Schneider wrote: >

WADLs

2011-02-24 Thread robert
The Web Application Description Language (WADL) is new to me. Does CXF support WADLs in any way, relative to the REST style? Also, what would be more applicable, WADLs or WSDLs in support of JMS/RESTful services? Thanks!

Re: WADLs

2011-02-24 Thread robert
or it depends? And CXF doesn't support WSDL 2.0, correct? -- Robert On Thu, 24 Feb 2011 09:24:18 -0500, Glen Mazza wrote: > You can at least view the WADL using ?_wadl at the end of the service > string in a browser. > > Unsure, but JMS/REST would seem to be a contradiction, because

WSIF JMS EXtensions

2011-02-24 Thread robert
? If it is retired... would it still be reachable for users who want to use it unsupported? Thanks, Robert FROM CXF USERS LIST: That, or graduate WSIF to a TLP before giving it the heave-ho... :) Glen On 01.02.2011 19:42, Benson

Re: WADLs

2011-02-24 Thread robert
I'm looking at the ActiveMQ REST Interface documentation now... http://activemq.apache.org/rest.html Thanks! Robert On Thu, 24 Feb 2011 15:19:19 +, Sergey Beryozkin wrote: >>> Check out HornetQ's REST interface: >>> >>> http://jboss.org/hornetq/rest &

Mailing List Clutter

2011-02-24 Thread robert
My bad... I posted the same message to the users and dev mailing lists... as I thought the users post did not go through (as I thought the delay meant I was unsubscribed). ... sorry about the clutter... on this one too. -- Robert

SOAP over JMS and CXF.

2011-02-24 Thread robert
CXF supports SOAP over JMS; http://www.w3.org/TR/soapjms/. Should the bindings and service extensions defined by this spec be better suited in a supported WSDL or WADL? I assume WADL as supported by CXF? Thanks!

What does CXF use in place of WSDL JMS Extension ?

2011-02-24 Thread robert
Does CXF use something in place of the WSDL JMS Extension and this namespace: http://schemas.xmlsopa.org/wsdl/jms? Thanks!

Re: What does CXF use in place of WSDL JMS Extension ?

2011-02-24 Thread robert
I'll take a look and try to post to the appropriate forums, thanks! -- Robert On Thu, 24 Feb 2011 14:29:05 -0500, Glen Mazza wrote: > The User's list would be more appropriate for this question, also is > it not already answered within our user's guide? > > Gle

Re: What does CXF use in place of WSDL JMS Extension ?

2011-02-24 Thread robert
Thanks... that namespace isn't on this page though: http://cxf.apache.org/docs/schemas-and-namespaces.html. -- Robert On Thu, 24 Feb 2011 15:06:44 -0500, Daniel Kulp wrote: > On Thursday 24 February 2011 2:26:08 PM robert wrote: >> Does CXF use something in place of the WSDL JMS

Request for "CXF USE CASES" web page

2011-03-06 Thread robert
It would be nice if there was a "USE CASES" web page for CXF. On the page would be a table with all of CXF's main features and a column for common use cases. This would be a quick look of what is supported and why the different features would be use. For the seasoned CXF user, this won't bring

Apache CXF and NetBeans

2011-04-11 Thread robert
Has anyone been able to compile the full CXF source using NetBeans 7.0 RC2? http://netbeans.org/community/releases/70/ Thanks!

Re: Apache CXF and NetBeans

2011-04-12 Thread robert
I was able to get CXF to build with "-Pfastinstall". "-Pfastinstall" is set in Tools->Options->Miscellaneous Icon->Maven tab, for the "Global Execution Options" edit box. Just FYI, I'm having some issues with the other types of installs/builds... I&#

Re: Apache CXF and NetBeans

2011-04-12 Thread robert
I started a "Building with NetBeans" page. It is relative to this page: http://cxf.apache.org/building.html. I will update it as I continue on with my testing. -- Robert On Tue, 12 Apr 2011 04:04:22 -0400, Daniel Kulp wrote: > On Monday 11 April 2011 10:39:36 PM robert wrote:

Re: [VOTE] Release Apache CXF 2.4.0

2011-04-13 Thread robert
If there is still time, you can use jetty 7.4.0 in regards to CXF-3378: https://issues.apache.org/jira/browse/CXF-3378?focusedCommentId=13019295#comment-13019295. -- Robert On Wed, 13 Apr 2011 07:07:31 -0400, Benson Margulies wrote: > +1 > > On Wed, Apr 13, 2011 at 5:36 AM, Dennis

SOAP Action ignored by CXF JMS webservice method invoker

2018-12-04 Thread Robert .
ver it then uses the namespace and local part name to determine which method should be called, instead of the SOAP Action. Kind Regards, Robert

JDK 1.7 and CXF

2011-08-10 Thread Robert Liguori
Just FYI, I did a test build using JDK 1.7 against CXF... it failed. 'just wondering if you guys are going to start test builds using JDK 1.7? -- Robert

Use of Apache Jakarta ORO

2011-08-10 Thread Robert Liguori
Is Apache Jakarta ORO still be used by CXF? The WHICH_JARS file state: "For Java2WSDL and WSDL2Java: ... - oro.jar ..." However, I wasn't able to find the imports for it. I ask because Apache Jakarta ORO is now retired... http://jakarta.apache.org/oro/ And it may be a good move to refactor ou

Aegis and Apache Camel

2011-08-19 Thread Robert Liguori
Just FYI... I opened this feature request in the Apache Camel space: "add support for Aegis as a marshalling format" https://issues.apache.org/jira/browse/CAMEL-4330 -- Sincerely, Robert J. Liguori STG Technologies, Inc.

Aegis, XmlBeans and CXF

2011-08-19 Thread Robert Liguori
d/hosted by CXF? Better yet, what about a merger between Aegis and XmlBeans (into the XmlBeans project)... does this make any sense? 'or is everything fine just how it is? ...just tying to grasp the dynamics of things. Thanks, Robert

2.4.2 vs. 2.4.0 in all JAR filenames

2011-08-30 Thread Robert Liguori
Just FYI... In the 2.4.2 release, the following JAR's did not have their names updated: cxf-xjc-boolean-2.4.0.jar cxf-xjc-bug671-2.4.0.jar cxf-xjc-dv-2.4.0.jar cxf-xjc-ts-2.4.0.jar Was this intentional? -- Sincerely, Robert J. Liguori STG Technologies, Inc.

My outstanding CXF issues and their feasibility.

2011-08-31 Thread Robert Liguori
urn result from version query = DIFF IS READY = CXF-3737 Comments reference incorrect tool names in several files. CXF-3686 Adjust sample project method calls that should be accessed in a static manner. -- Sincerely, Robert J. Liguori

Re: My outstanding CXF issues and their feasibility.

2011-08-31 Thread Robert Liguori
Thanks! I've updated the necessary issues accordingly. -- Robert On Wed, 31 Aug 2011 14:55:32 -0400, Daniel Kulp wrote: > On Wednesday, August 31, 2011 1:52:21 PM Robert Liguori wrote: >> I've just spent some time closing out a bunch of my Apache issues that >> were

Aegis and Camel... is there a need for it?

2011-08-31 Thread Robert Liguori
estion before I opened the issue. -- Sincerely, Robert J. Liguori

Contributing was fun...

2011-09-01 Thread Robert Liguori
Dear CXF community... Hey, it was a lot of fun contributing! But I've deciding to spend my free time in other spaces moving forward. I may be back in the future, but in the interim, thanks for having me... c'ya. -- Robert -- Sincerely, Robert J. Liguori

Re: Pom editing and joining the community in general

2010-10-29 Thread Robert J. Liguori
Sorry, can't help here... I'm just trying to get up to speed with CXF and providing my input as I go along. Perhaps I should hold back on my input until I am more familiar with the framework. Thank you for expressing your concer