Thursday, April 12, 2012

WS endpoints on OpenShift

OpenShift is the Red Hat's Cloud Computing Platform as a Service (PaaS) offering. OpenShift is an application platform in the cloud where application developers and teams can build, test, deploy, and run their applications.

OpenShift supports multiple cartridges, one of them being the JBoss Application Server 7.1 one. In few words, it's possible to have an AS 7.1 instance run on the cloud in few clicks.

One of the point of implementing WebServices standards is in ensuring interoperability. But for checking actual interoperability, vendors need to have public endpoints available for those willing to try them. The JBossWS project used to have them, but unfortunately they've gone up and down multiple times for multiple reasons and have not been maintained a lot.

So, given I actually wanted to check some WS endpoint deployments on OpenShift, yesterday I decided to code a really skinny webapp and upload it together with some endpoints on my OpenShift account. That allows everybody to invoke the endpoints and use few test clients there to call back to their endpoints.

The endpoints are some of the JBossWS-CXF testsuite archives, no changes required. The web app is a very simple CDI + JSF application, delegating to very simple JAX-WS clients whose code is again taken from the JBossWS-CXF testsuite. The covered scenarios are WS-Security Policy ones at the moment, but further ones might come in the future.

You can give this a try at [1]

The webapp sources are at [2] . Those willing to simply run an equivalent openshift application on their account, can simply clone a github mirror of my application I have at [3].
Finally, if you need any direction on creating and managing OpenShift applications, these are good starting points: [4], [5].

The first good piece of news is that besides the need for enabling the JMX subsystem on AS7.1 on OpenShift (to workaround [6]), I found no actual road-blocks to both deploying and invoking the endpoints (and the ws client webapp). Besides that... some JBossWS interop endpoints are finally back ;-)

Happy testing ;-)

Saturday, April 7, 2012

April 12th: a JBoss day in Northern Italy

Next week is going to be a hot one for those interested in learning more about JBoss technologies in Italy!

JBug Milan next meeting is scheduled for April 12th: Stefano Maestri and Sanne Grinovero are presenting on the JBoss Application Server 7 and Hibernate Search & Lucene. The meeting is going to be hosted by InfoCamere in Padua.

Just few hours later, the 47th meeting of the Milan Java User Group is also scheduled, at Veespo in Milan city center. There I'm presenting on the JBossWS project, with a special focus on the webservice functionality the project brings to JBoss Application Server 7.

If you happen to be around, definitely consider joining us!

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