Detecting the right JMS properties file is now implemented for JBoss and clustered JBoss as well.
To explain the detecting part of the right JMS properties a bit more in detail, the framework does the following at the moment:
- If the com.icesoft.net.messaging.properties is not defined in the web.xml the framework examines the Server Info string to see which application server is used
- If GlassFish is detected the default glassfish.properties is used; if this fails the framework cannot use the JMS functionalities automatically.
- If JBoss is detected the default jboss_ha.properties is used first; if this fails because a clustered environment is not used the default jboss.properties is used instead; if this fails as well the framework cannot use the JMS functionalities automatically.
I still have to add support for our other supported application servers, but this will be targeted for 1.7.2
Marking this one as FIXED.
Changed Fix Version(s) to 1.7.1