Re: return element funkiness with 2.3.1

2010-12-13 Thread Yiannis Mavroukakis
2010 22:23, Yiannis Mavroukakis < imavrouka...@gameaccountnetwork.com> wrote: > And stupid question of the day..where is @WebReturn supposed to be in, > jaxws-api? My IDE doesn't seem to know where to find it. > > > On 13 December 2010 21:37, Yiannis Mavroukakis

Re: return element funkiness with 2.3.1

2010-12-13 Thread Yiannis Mavroukakis
And stupid question of the day..where is @WebReturn supposed to be in, jaxws-api? My IDE doesn't seem to know where to find it. On 13 December 2010 21:37, Yiannis Mavroukakis < imavrouka...@gameaccountnetwork.com> wrote: > Hello Daniel, > the WebReturn is a great suggestion, I&

Re: return element funkiness with 2.3.1

2010-12-13 Thread Yiannis Mavroukakis
10 20:42, Daniel Kulp wrote: > On Monday 13 December 2010 6:07:32 am Yiannis Mavroukakis wrote: > > Any ideas on this? I'm really keen to move to 2.3.1, without forcing my > > users to regen their code. > > Honestly, I'm not really sure. Is there an @WebReturn on

Re: CXF in Action

2010-12-13 Thread Yiannis Mavroukakis
multiple books himself, may be > > >> >> itching himself to write another book--go to town, I > say!--ultimately > > >> >> I have to take issue with his premise that we "should" write a > book. > > >> >> Most books are notorious

Re: CXF in Action

2010-12-13 Thread Yiannis Mavroukakis
tiveMQ in Action"... >>> http://www.manning.com/snyder/. >>> >>> I think the same (MEAP effort) could be down for a "CXF in Action". >>> >>> -- Robert >>> >>> On Mon, 13 Dec 2010 09:46:41 -0300, Juan Pablo Pizarro >>> wrote: >>> >>>> Me too! >>>> >>>> 2010/12/13 Yiannis Mavroukakis >>>> >>>> Definitely. I'd buy. >>>>> >>>>> On 12 December 2010 03:28, robert wrote: >>>>> >>>>> I think you guys should write a "CXF in Action" book... any plans for >>>>>> it? >>>>>> >>>>>> -- Robert >>>>>> >>>>>> >>>>>> >> >

Re: return element funkiness with 2.3.1

2010-12-13 Thread Yiannis Mavroukakis
Any ideas on this? I'm really keen to move to 2.3.1, without forcing my users to regen their code. On 9 December 2010 14:29, Yiannis Mavroukakis < imavrouka...@gameaccountnetwork.com> wrote: > I thought I may have found the issue, while debugging BareOutInterceptor > but

Re: CXF in Action

2010-12-13 Thread Yiannis Mavroukakis
Definitely. I'd buy. On 12 December 2010 03:28, robert wrote: > I think you guys should write a "CXF in Action" book... any plans for it? > > -- Robert > >

Re: return element funkiness with 2.3.1

2010-12-09 Thread Yiannis Mavroukakis
eturn variable, which is what I am guessing gets written out...The thing that got me though is that this is exactly the same under 2.3.0, so there must be something a lot more subtle at work here.. Y. On 9 December 2010 10:20, Yiannis Mavroukakis < imavrouka...@gameaccountnetwork.co

Re: return element funkiness with 2.3.1

2010-12-09 Thread Yiannis Mavroukakis
transports-http:jar:2.3.1:compile 78,79c78,79 Nothing leaps out at me. I am using jaxb/ws 2.2.1 btw, I will try with 2.2 just in case. Y On 8 December 2010 20:33, Daniel Kulp wrote: > On Wednesday 08 December 2010 11:58:07 am Yiannis Mavroukakis wrote: > > Sorry, stupidly forgot to i

Re: return element funkiness with 2.3.1

2010-12-08 Thread Yiannis Mavroukakis
with 2.3.0 http://schemas.xmlsoap.org/soap/envelope/";> http://account.external.gameaccount.com/ "> 0 SUCCESS MTI5M Y. On 8 December 2010 16:58, Yiannis Mavroukakis < i

Re: return element funkiness with 2.3.1

2010-12-08 Thread Yiannis Mavroukakis
help. Thanks, Yiannis On 8 December 2010 16:53, Daniel Kulp wrote: > On Wednesday 08 December 2010 11:45:15 am Yiannis Mavroukakis wrote: > > Hello everyone, > > > > I updated from 2.3.0 to 2.3.1 today, and I noticed that the > > element has changed to <_return>

return element funkiness with 2.3.1

2010-12-08 Thread Yiannis Mavroukakis
Hello everyone, I updated from 2.3.0 to 2.3.1 today, and I noticed that the element has changed to <_return> any particular reason for this? Thanks, Yiannis

Re: Getting Invalid schema document passed to AbstractDataBinding.addSchemaDocument after switching to jaxb/jaxws 2.2

2010-10-18 Thread Yiannis Mavroukakis
Argh, ignore classic case of pebkac, I somehow copied old jaxb-impl in the endorsed dir... On 18 October 2010 23:04, Yiannis Mavroukakis < imavrouka...@gameaccountnetwork.com> wrote: > Hi fellow listers, > > I've just started using jaxws-api/jaxb-api 2.2 with cxf 2.3.0 (

Getting Invalid schema document passed to AbstractDataBinding.addSchemaDocument after switching to jaxb/jaxws 2.2

2010-10-18 Thread Yiannis Mavroukakis
Hi fellow listers, I've just started using jaxws-api/jaxb-api 2.2 with cxf 2.3.0 (usual path through endorsed/ dir in the JDK install) and I am now getting this SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'account':

Re: Apache CXF and FindBugs

2010-10-15 Thread Yiannis Mavroukakis
Hi Johan, If there's some definition in what is required of the profile I can give it a go. We use sonar at my workplace as well so I have some experience with it. Y. On 15 October 2010 10:02, Johan Edstrom wrote: > Ioannis, it is also due to the work in defining a profile. > > On Oct 15, 2010,

Re: Another one of those class java.util.ArrayList nor any of its super class is known to this context. :-)

2010-10-14 Thread Yiannis Mavroukakis
lAdapter and using the @XmlJavaTypeAdapter thing > for it, but I'm not 100% sure that would completely work in this case either. > > Dan > > > > On Thursday 14 October 2010 10:47:26 am Yiannis Mavroukakis wrote: >> Hello everyone, >> >> I'm coming up a

Another one of those class java.util.ArrayList nor any of its super class is known to this context. :-)

2010-10-14 Thread Yiannis Mavroukakis
Hello everyone, I'm coming up against one of those issues that leaves me scratching my head [javax.xml.bind.JAXBException: class java.util.ArrayList nor any of its super class is known to this context.] at com.sun.xml.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:318)

Re: Apache CXF use cases

2010-10-13 Thread Yiannis Mavroukakis
Hi Robert, I'm actually using it for a major commercial project, and what drew me to it was the ability to do rapid prototyping and it's very good integration with Spring. Y. On 13 October 2010 22:42, Robert J. Liguori wrote: > Hey folks, > > I'm new to Apache CXF. > > Just wondering... can any

Re: CXF/JAXB and nillable values

2010-10-13 Thread Yiannis Mavroukakis
Hi Daniel, Aah yes silly me of course, the presence of the element indicates an empty value! Thanks, Yiannis On 13 October 2010 22:08, Daniel Kulp wrote: > On Wednesday 13 October 2010 2:40:13 pm Yiannis Mavroukakis wrote: >> Hello everyone :) >> I've got a question with

CXF/JAXB and nillable values

2010-10-13 Thread Yiannis Mavroukakis
Hello everyone :) I've got a question with regards to nillable values. I've looked around and I've noticed that most people's solution is to use the nillable attribute in their schema. However, I'm taking a code first approach, so what I've tried to do is to ad...@xmlelement(nillable=true) to eithe