Archive for the ‘jboss’ Category

Wise 1.1 released

Monday, August 10th, 2009

A new quite cool release of wise-core, my JBoss.org project. At the moment here you have a cross post of Wise's blog: http://jbosswise.blogspot.com/2009/08/wise-11-released.html

Analysing jar dependencies

Saturday, July 18th, 2009

Something like 2 months ago I wrote a post on how different classloaders can potentially cause you problems if you're not that careful on where your libs are loaded from. Well, I've just had to face another issue of that type, with a library of mine loaded from the bootstrap ...

Java Application Server Day 2009

Thursday, April 23rd, 2009

This post is to let you know a really interesting event that's taking place soon in Genoa (Italy): the Java Application Server Day 2009. As you can read on www.serverday.org, the event will be open to the entire Italian Java Community; international experts, developers and students will discuss the state of ...

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 ...

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 ...