[jboss-svn-commits] JBL Code SVN: r15230 - labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/XTS/WSTX/classes/com/arjuna/mw/wst/deploy.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Sep 19 05:27:53 EDT 2007
Author: jhalliday
Date: 2007-09-19 05:27:53 -0400 (Wed, 19 Sep 2007)
New Revision: 15230
Modified:
labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/XTS/WSTX/classes/com/arjuna/mw/wst/deploy/WSTXInitialisation.java
Log:
Backported fix for JBTM-276 to the 4.2.3.SP branch for inclusion in SP6.
Modified: labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/XTS/WSTX/classes/com/arjuna/mw/wst/deploy/WSTXInitialisation.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/XTS/WSTX/classes/com/arjuna/mw/wst/deploy/WSTXInitialisation.java 2007-09-19 09:11:31 UTC (rev 15229)
+++ labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/XTS/WSTX/classes/com/arjuna/mw/wst/deploy/WSTXInitialisation.java 2007-09-19 09:27:53 UTC (rev 15230)
@@ -63,9 +63,9 @@
{
try
{
+ Configuration.initialise("/wstx.xml");
+
configure();
-
- Configuration.initialise("/wstx.xml");
// Start recovery
// RecoveryManager.manager() ;
}
@@ -101,7 +101,7 @@
final DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance() ;
final DocumentBuilder builder = factory.newDocumentBuilder() ;
final Document doc = builder.parse(is);
-
+
if (doc == null)
{
final String pattern = wstxLogger.log_mesg.getString("com.arjuna.mw.wst.deploy.WSTXI_22") ;
More information about the jboss-svn-commits
mailing list