Showing posts with label AS5. Show all posts
Showing posts with label AS5. Show all posts

Tuesday, May 3, 2011

Mobicents JAIN SLEE 2.4.0.FINAL released

Mobicents JAIN-SLEE 2.4.0.FINAL, the first stable version of SAKURA, is now available for download. Standouts for the release:

  • Refined JAIN SLEE container startup, shutdown and deployment phases
  • ChildRelationExt and SbbLocalObjectExt JAIN SLEE 1.1 Extensions
  • Fault Tolerant Timer for FT Resource Adaptor API
  • JDBC Resource Adaptor
  • TFTP Server Resource Adaptor
  • Candidate Release for all Application Enablers
  • EclipSLEE 2.0.0.BETA3
  • Mobicents SS7 1.0.0.BETA8

Read the complete release announcement here, or skip that and download it here.

Friday, April 1, 2011

Custom JBoss AS Deployment Ordering

Sometimes you need to deploy complex applications which touch different standards/platform, for instance a SLEE application which interacts with a Java EE component, and in such case it is important that each part of the system deploys (and undeploys) in correct order. In JBoss AS5 and 6 it is possible to setup a custom deploy order by using some specific meta data, and I just create an article on how to do it, check it out.