It's not hard to guess, the JBossWS team is currently working on the webservices features for the future JBoss Application Server 7.1.0.
With one of the major focuses being on the webservices part of the full JavaEE 6 certification requirements, we're currently restoring the still missing pieces in the JBossWS - JBoss AS7 integration.
Yesterday's betas of both Native and Apache CXF integration stacks mark another milestone in the afore mentioned process and bring back @WebServiceRef support and some JAXRPC functionalities on AS7.
Have a look at the release notes [1][2] for the more details and feel free to give the betas a try, feedback is welcome as usual!
[1] JBossWS-CXF 4.0.0.Beta5 release notes
[2] JBossWS-Native 4.0.0.Beta2 release notes
JBossWS 5.4.0.FInal is released !
I am pleased to annouce JBossWS 5.4.0 Final is out. In this release we upgraded many components as usual and brings Elytron client configur...
-
After some micro bug fix releases on the 5.1 stream, JBossWS 5.2.0.Final has eventually been released . The latest versions brings a lot o...
-
JBoss Application Server 7 is highly configurable and allows for running different profiles , including one or more subsystems . The optio...
-
One of the goals I committed to when I joined the JBoss Web Services project back in 2007 was to improve the JBossWS tooling offer and poss...
2 comments:
Alessio,
Good news about the hard work being put into the 2 stacks. I see the bits have been published to the Maven repo, but is there any install packages/instructions for the version 4 stacks on JBoss 7?
Thanks.
-Ken
Hi Ken,
the binary and source distributions will be built and added to the download page at jboss.org/jbossws once we reach at least CR level, which should be quite soon btw.
Beta releases come with the artifacts on maven repo only.
The AS7 upstream is usually updated with the latest beta release as soon as it's available. In any case, you can install the new beta version to your (former) application server by checking out the beta release tag from SVN and running ant deploy-jbossXYZ there (see the doc at http://community.jboss.org/wiki/JBossWS )
Post a Comment