Notes : Use XA Service on glassfish-v3-prelude-b22.
If your application use the "JTA" transaction before install the module "glassfish-jts" by "Update Tool", "java.lang.IllegalStateException" will appear on the "server.log" file.
You need to install the module "glassfish-jts", but you must take care this installation.
Because, the "Update Tool" doesn't resolve dependencies automatically. So, if you would like to install the module "glassfish-jts", you also need to install the module "glassfish-corba-omgapi".
If you run the command "asadmin start-domain" after you install only the module "glassfish-jts", java.lang.ClassNotFoundException will appear on the "server.log" file.
Please check Issue "#5886" for more details.
There is same problem on "glassfish-v3-prelude-b23".
In next page or later, show you the correct sequence of "glassfish-jts" and "glassfish-corba-omgapi" installation.
Next ->