You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/07/10 01:40:22 UTC

svn commit: r792749 - /activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/

Author: tabish
Date: Thu Jul  9 23:40:21 2009
New Revision: 792749

URL: http://svn.apache.org/viewvc?rev=792749&view=rev
Log:
Fix for: https://issues.apache.org/activemq/browse/AMQNET-175

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IllegalStateException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidClientIDException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidSelectorException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageEOFException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageFormatException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotReadableException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotWriteableException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/ResourceAllocationException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionInProgressException.cs
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionRolledBackException.cs

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IllegalStateException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IllegalStateException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IllegalStateException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/IllegalStateException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class IllegalStateException : NMSException
 	{
 		public IllegalStateException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidClientIDException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidClientIDException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidClientIDException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidClientIDException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class InvalidClientIDException : NMSException
 	{
 		public InvalidClientIDException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidSelectorException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidSelectorException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidSelectorException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/InvalidSelectorException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class InvalidSelectorException : NMSException
 	{
 		public InvalidSelectorException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageEOFException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageEOFException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageEOFException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageEOFException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class MessageEOFException : NMSException
 	{
 		public MessageEOFException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageFormatException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageFormatException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageFormatException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageFormatException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class MessageFormatException : NMSException
 	{
 		public MessageFormatException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotReadableException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotReadableException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotReadableException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotReadableException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class MessageNotReadableException : NMSException
 	{
 		public MessageNotReadableException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotWriteableException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotWriteableException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotWriteableException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/MessageNotWriteableException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class MessageNotWriteableException : NMSException
 	{
 		public MessageNotWriteableException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSException.cs Thu Jul  9 23:40:21 2009
@@ -22,7 +22,6 @@
 	/// <summary>
 	/// Represents a NMS exception
 	/// </summary>
-	[Serializable]
 	public class NMSException : System.Exception
 	{
 		protected string exceptionErrorCode;

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/ResourceAllocationException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/ResourceAllocationException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/ResourceAllocationException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/ResourceAllocationException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class ResourceAllocationException : NMSException
 	{
 		public ResourceAllocationException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionInProgressException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionInProgressException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionInProgressException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionInProgressException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class TransactionInProgressException : NMSException
 	{
 		public TransactionInProgressException()

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionRolledBackException.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionRolledBackException.cs?rev=792749&r1=792748&r2=792749&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionRolledBackException.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/TransactionRolledBackException.cs Thu Jul  9 23:40:21 2009
@@ -21,7 +21,6 @@
 
 namespace Apache.NMS
 {
-	[Serializable]
 	public class TransactionRolledBackException : NMSException
 	{
 		public TransactionRolledBackException()