Archive for March, 2009

Analyze what personality is behind your blog

Tuesday, March 31st, 2009

According to this analyzer I'm  The Duty Fulfillers The responsible and hardworking type. They are especially attuned to the details of life and are careful about getting the facts right. Conservative by nature they are often reluctant to take any risks whatsoever. The Duty Fulfillers are happy to be let alone and ...

JBossWS and Apache CXF collaboration

Thursday, March 26th, 2009

I've just pubblished a post on the JBosWS blog regarding the JBossWS involvement in the Apache CXF project. In few words, the JBossWS team is increasing its collaboration with the CXF developers, the target being to improve both projects. It's not that simple to achieve an active bi-directional collaboration, with both ...

[book-review] Pragmatic Thinking and learning

Wednesday, March 25th, 2009

Some weeks ago I've been at my usual book store looking for some new book to read. I couldn't resist when I see this catchy title: "Pragmatic Thinking and Learning. Refactor your wetware"...I had to buy it! In fact the book have been even better than my expectations, giving me a ...

Ant 1.7.1 and package-info.java compilation problem of JAX-WS generated classes

Monday, March 16th, 2009

Today I have spent a lot of time with a very strange issue compiling JAX-WS generated classes. I have been using jbossws wsconsume to generate some classes from a .NET wsdl and I had a very strange behaviour: Generate class calling wsconsume compile them and its client using ant and run my ...

JBossWS wsconsume error “undefined element declaration ‘sch:schema’”

Wednesday, March 4th, 2009

Today I was importing a .NET generated wsdl and getting this error using JBossWS wsconsume.sh tool (yes I'm not using Wise for this particular case!! But the problem would be the same in Wise since it use wsconsume under the hood) : [WARNING] src-resolve.4.2: Error resolving component 'sch:schema'. It was detected ...