101102103104105106107108109110111
+ "parameters are invalid."); } if (domain.getState() == TransactionDomain.READY) { try { domain.recover(); } catch( RecoveryException re ) { throw new NamingException ("Could not activate TransactionDomain: " + re.getMessage() ); }
147148149150151152153154155156157
100101102103104105106107108109110