While attempting to create a JMS BizComponent using the wizard in 5.0.938 (GA): a user cannot, on the BizDriver screen of the wizard, save the BizDriver or move to the next screen using the next button when attempting to connect to the JMS on the Engine(JBoss default XAware setup).
Start Designer, create a JMS BizComp, go to step 2 of the wizard (BizDriver) and try to create a BizDriver and save or go to the next screen after entering connection info.
JNDI name: ConnectionFactory
transaction: UserTransaction
URL: localhost:1099
factory: org.jnp.interfaces.NamingContextFactory
Logged In: YES
user_id=1930476
Originator: NO
This is fixed in build 5.0.1.952 and build 5.1.0.68. This occurred because the jms biz driver panel extends the sql biz driver panel which was modified to a while ago to check the jdbc connection before moving to the next screen. Which of course the jms panel does not have a jdbc connection to check. With this fix the jdbc connection is no longer checked for jms, and in it's place the jndi and jms connections are checked when the "Next" button is pressed. This fix also exists in the daily build at http://xaware.sourceforge.net/dailybuilds/5.0.1/20080311/
Logged In: YES
user_id=1930476
Originator: NO
I updated to fix the problem where new settings do not take effect if you go back to the bizdriver panel and change them.
Will be in 5.0.1.955 and 5.1.0.70
Logged In: YES
user_id=1930817
Originator: NO
Verified in build 93