[jboss-cvs] JBossAS SVN: r63295 - in branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq: il/uil2 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 05:48:16 EDT 2007


Author: luc.texier at jboss.com
Date: 2007-06-01 05:48:16 -0400 (Fri, 01 Jun 2007)
New Revision: 63295

Modified:
   branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/ServerILJMXService.java
   branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/uil2/ServerSocketManagerHandler.java
   branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/sm/jdbc/JDBCStateManager.java
Log:
ASPATCH-219 updated MSSQL's jbossmq PM and SM

Modified: branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/ServerILJMXService.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/ServerILJMXService.java	2007-06-01 09:46:24 UTC (rev 63294)
+++ branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/ServerILJMXService.java	2007-06-01 09:48:16 UTC (rev 63295)
@@ -220,8 +220,6 @@
     {
        return getJMSServer();
     }
-
-
    /**
     * @return long the period of time in ms to wait between connection pings
     *         factory should be bound to

Modified: branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/uil2/ServerSocketManagerHandler.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/uil2/ServerSocketManagerHandler.java	2007-06-01 09:46:24 UTC (rev 63294)
+++ branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/il/uil2/ServerSocketManagerHandler.java	2007-06-01 09:48:16 UTC (rev 63295)
@@ -8,6 +8,7 @@
 
 import java.rmi.RemoteException;
 import javax.jms.Destination;
+import javax.transaction.xa.Xid;
 
 import org.jboss.logging.Logger;
 import org.jboss.mq.ConnectionToken;

Modified: branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/sm/jdbc/JDBCStateManager.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/sm/jdbc/JDBCStateManager.java	2007-06-01 09:46:24 UTC (rev 63294)
+++ branches/JBoss_4_0_3_SP1_CP/messaging/src/main/org/jboss/mq/sm/jdbc/JDBCStateManager.java	2007-06-01 09:48:16 UTC (rev 63295)
@@ -63,13 +63,13 @@
    private ObjectName connectionManagerName;
 
    /** The data source */
-   private DataSource dataSource;
+   protected DataSource dataSource;
 
    /** Whether there is a security manager */
-   private boolean hasSecurityManager = true;
+   protected boolean hasSecurityManager = true;
 
    /** The transaction manager */
-   private TransactionManager tm;
+   protected TransactionManager tm;
 
    /** The sql properties */
    protected Properties sqlProperties = new Properties();




More information about the jboss-cvs-commits mailing list