Re: Handling enumerations with diacritics

2012-07-02 Thread Stevo Slavić
ving a need to > > implement a remapping to remove diacritics. > > > > Glen > > > > On 6/29/2012 4:01 AM, Stevo Slavić wrote: > > > Hello Apache CXF community, > > > > > > An XSD/WSDL (Dutch StUF standard) uses diacritics in string > > &

Re: JAXB compatibility issue

2012-07-02 Thread Stevo Slavić
ther-jaxb-compatability-issue > > On 06/28/2012 05:23 PM, Stevo Slavić wrote: > > Hello Apache CXF community, > > > > I'm running into what seems as some compatibility issues while migrating > a > > legacy application to a new platform - Java SE 7, Java EE 6, JBoss AS

Handling enumerations with diacritics

2012-06-29 Thread Stevo Slavić
jc to replace these characters to characters without diacritics just for the (enum member) names? Values are already correctly being generated as UTF-8 characters. One solution I'd like to avoid is to use ISO-8859-1 for source encoding. Kind regards, Stevo Slavić.

JAXB compatibility issue

2012-06-28 Thread Stevo Slavić
re-plugin (use maven-dependency-plugin to copy these libs in target/endorsed, and then in compiler and tests configure this as endorsed directory) but I'm still getting same error. Any constructive ideas are welcome. Thanks in advance! Kind regards, Stevo Slavić.

cxf, m2e, codegen-plugin and jax-ws versions

2012-03-01 Thread Stevo Slavić
Hello cxf users, Same pom with same cxf-codegen-plugin configuration - for yet undetermined reason, maven on command line produces jax-ws 2.1 compliant code, while m2e in eclipse produces jax-ws 2.2 compliant code. Eclipse then complains on m2e generated code, since generated services have those j

Re: cxf-codegen-plugin, wsdl2java and spaces in wsdl path

2011-08-24 Thread Stevo Slavić
On Wednesday, August 24, 2011 9:44:22 AM Stevo Slavić wrote: >> It turned out to be issue with configuration - bindings were >> configured via extraargs (one with -b switch, followed by other >> extraarg with value file:${basedir}/pathtowsdl). Since I'm working on >> Windo

cxf-codegen-plugin, wsdl2java and spaces in wsdl path

2011-08-23 Thread Stevo Slavić
to test  some > of the handling of the various pieces when there are spaces there.   Thus, I'm > slightly surprised by this. > > Dan > > > On Monday, August 22, 2011 12:36:28 PM Stevo Slavić wrote: >> Hello cxf users, >> >> cxf-codegen-plugin v 2.1.x (tri

cxf-codegen-plugin, wsdl2java and spaces in wsdl path

2011-08-22 Thread Stevo Slavić
Hello cxf users, cxf-codegen-plugin v 2.1.x (tried 2.1.3 & 2.1.10), 2.2.12 and 2.3.6 have issue with spaces in wsdl path when generating Java classes (tried with 2.4.2 too but dependencies of plugin and project are not compatible). In use case where issue is reproduced there are two child modules

Re: Can't get simple Spring AOP example to work in CXF

2009-09-28 Thread Stevo Slavić
Should implementorClass point to interface or to the implementation? In CXF FAQ "Spring Related" example ( http://cxf.apache.org/faq.html ) implementation is used, while I see Hamlet is referring to the interface as implementorClass. Regards, Stevo. On Mon, Sep 28, 2009 at 3:38 PM, Daniel Kulp w

Switching from JAXB to XMLBeans data binding

2009-05-21 Thread Stevo Slavić
Hello CXF Users, Because of licensing issues when using JAXB, I have to switch to XMLBeans as data binding provider. Before making a switch, are there any known limitations or issues this switch could bring (e.g. lack or limitted functionality, security, etc.)? Also, is it known why it was decided

Re: IVY Repository for CXF 2.2

2009-04-28 Thread Stevo Slavić
Hello Aseem, With no additional settings Ivy makes use of Maven central repository (see current Ivy Quick Start Tutorial), and various CXF releases including latest 2.2.1 can be found on Maven central repository. Regards, Stevo. On