Author: chamikara
Date: Wed May 17 02:00:19 2006
New Revision: 407203

URL: http://svn.apache.org/viewcvs?rev=407203&view=rev
Log:
updated test cases

Modified:
    
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.java
    
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/NextMsgBeanMgrTest.java
    
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/RetransmitterBeanMgrTest.java
    
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/SequencePropertyBeanMgrTest.java
    
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/StorageMapBeanMgrTest.java

Modified: 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.java?rev=407203&r1=407202&r2=407203&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.java
 (original)
+++ 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/CreateSeqBeanMgrTest.java
 Wed May 17 02:00:19 2006
@@ -47,6 +47,9 @@
         
         ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
 
+        ClassLoader classLoader = getClass().getClassLoader();
+        
configCtx.setProperty(Sandesha2Constants.MODULE_CLASS_LOADER,classLoader);
+        
         StorageManager storageManager = 
SandeshaUtil.getInMemoryStorageManager(configCtx);
         transaction = storageManager.getTransaction();
         mgr = storageManager.getCreateSeqBeanMgr();

Modified: 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/NextMsgBeanMgrTest.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/NextMsgBeanMgrTest.java?rev=407203&r1=407202&r2=407203&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/NextMsgBeanMgrTest.java
 (original)
+++ 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/NextMsgBeanMgrTest.java
 Wed May 17 02:00:19 2006
@@ -46,6 +46,11 @@
         axisConfig.addParameter(parameter);
         
         ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
+        
+        ClassLoader classLoader = getClass().getClassLoader();
+        
configCtx.setProperty(Sandesha2Constants.MODULE_CLASS_LOADER,classLoader);
+        
+        
         StorageManager storageManager = 
SandeshaUtil.getInMemoryStorageManager(configCtx);
         transaction = storageManager.getTransaction();
         mgr = storageManager.getNextMsgBeanMgr();

Modified: 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/RetransmitterBeanMgrTest.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/RetransmitterBeanMgrTest.java?rev=407203&r1=407202&r2=407203&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/RetransmitterBeanMgrTest.java
 (original)
+++ 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/RetransmitterBeanMgrTest.java
 Wed May 17 02:00:19 2006
@@ -47,6 +47,10 @@
         axisConfig.addParameter(parameter);
         
         ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
+        
+        ClassLoader classLoader = getClass().getClassLoader();
+        
configCtx.setProperty(Sandesha2Constants.MODULE_CLASS_LOADER,classLoader);
+        
         StorageManager storageManager = 
SandeshaUtil.getInMemoryStorageManager(configCtx);
         transaction = storageManager.getTransaction();
         mgr = storageManager.getRetransmitterBeanMgr();

Modified: 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/SequencePropertyBeanMgrTest.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/SequencePropertyBeanMgrTest.java?rev=407203&r1=407202&r2=407203&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/SequencePropertyBeanMgrTest.java
 (original)
+++ 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/SequencePropertyBeanMgrTest.java
 Wed May 17 02:00:19 2006
@@ -45,6 +45,10 @@
         axisConfig.addParameter(parameter);
         
         ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
+        
+        ClassLoader classLoader = getClass().getClassLoader();
+        
configCtx.setProperty(Sandesha2Constants.MODULE_CLASS_LOADER,classLoader);
+        
         StorageManager storageManager = 
SandeshaUtil.getInMemoryStorageManager(configCtx);
         transaction = storageManager.getTransaction();
         mgr = storageManager.getSequencePropretyBeanMgr();

Modified: 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/StorageMapBeanMgrTest.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/StorageMapBeanMgrTest.java?rev=407203&r1=407202&r2=407203&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/StorageMapBeanMgrTest.java
 (original)
+++ 
webservices/sandesha/trunk/test/src/org/apache/sandesha2/storage/StorageMapBeanMgrTest.java
 Wed May 17 02:00:19 2006
@@ -46,6 +46,10 @@
         axisConfig.addParameter(parameter);
         
         ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
+        
+        ClassLoader classLoader = getClass().getClassLoader();
+        
configCtx.setProperty(Sandesha2Constants.MODULE_CLASS_LOADER,classLoader);
+        
         StorageManager storageManager = 
SandeshaUtil.getInMemoryStorageManager(configCtx);
         transaction = storageManager.getTransaction();
         mgr = storageManager.getStorageMapBeanMgr();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to