You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/07/20 10:30:07 UTC

svn commit: r965753 - in /james/imap/trunk/torque/src/main/java/org/apache: james/mailboxmanager/torque/ james/mailboxmanager/torque/om/ james/mailboxmanager/torque/om/map/ torque/linkage/

Author: norman
Date: Tue Jul 20 08:30:06 2010
New Revision: 965753

URL: http://svn.apache.org/viewvc?rev=965753&view=rev
Log:
Mark torque implementation as deprecated (IMAP-166)

Modified:
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MailboxMetaData.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageFlags.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageRowUtils.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageSearches.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageUtils.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueCriteriaBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailbox.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailboxManager.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueResultIterator.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UidChangeTracker.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UnsupportedSearchException.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRow.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRowPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBody.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBodyPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlags.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlagsPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeader.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeaderPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRow.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRowPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRow.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRowPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBody.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBodyPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlags.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlagsPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeader.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeaderPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRow.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRowPeer.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxRowMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxmanagerMapInit.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageBodyMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageFlagsMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageHeaderMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageRowMapBuilder.java
    james/imap/trunk/torque/src/main/java/org/apache/torque/linkage/MailboxmanagerMapInit.java

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MailboxMetaData.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MailboxMetaData.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MailboxMetaData.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MailboxMetaData.java Tue Jul 20 08:30:06 2010
@@ -25,7 +25,10 @@ import org.apache.james.imap.mailbox.Mai
 
 /**
  * Describes the current state of a mailbox.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxMetaData implements Mailbox.MetaData {
 
     private final int recentCount;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageFlags.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageFlags.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageFlags.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageFlags.java Tue Jul 20 08:30:06 2010
@@ -29,7 +29,10 @@ import org.apache.james.imap.mailbox.Mes
 
 /**
  * Represents the flags for a message.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageFlags {
 
     /**

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageRowUtils.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageRowUtils.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageRowUtils.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageRowUtils.java Tue Jul 20 08:30:06 2010
@@ -50,6 +50,10 @@ import org.apache.james.mailboxmanager.t
 import org.apache.james.mime4j.MimeException;
 import org.apache.torque.TorqueException;
 
+/**
+* @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 public class MessageRowUtils {
 
     public static final byte[] BYTES_NEW_LINE = { 0x0D, 0x0A };

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageSearches.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageSearches.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageSearches.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageSearches.java Tue Jul 20 08:30:06 2010
@@ -48,7 +48,10 @@ import org.apache.torque.TorqueException
 
 /**
  * Uility methods to help perform search operations.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 class MessageSearches {
 
     private Log log;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageUtils.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageUtils.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageUtils.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/MessageUtils.java Tue Jul 20 08:30:06 2010
@@ -26,7 +26,9 @@ import java.io.InputStream;
 /**
  * Utility methods for messages.
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageUtils {
 
     private static final int BYTE_STREAM_CAPACITY = 8182;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueCriteriaBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueCriteriaBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueCriteriaBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueCriteriaBuilder.java Tue Jul 20 08:30:06 2010
@@ -26,6 +26,11 @@ import org.apache.james.mailboxmanager.t
 import org.apache.james.mailboxmanager.torque.om.MessageRowPeer;
 import org.apache.torque.util.Criteria;
 
+/**
+ * 
+ * @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 class TorqueCriteriaBuilder {
 
     private final Criteria masterCriteria;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailbox.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailbox.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailbox.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailbox.java Tue Jul 20 08:30:06 2010
@@ -77,6 +77,11 @@ import org.apache.torque.util.Criteria;
 
 import com.workingdogs.village.DataSetException;
 
+/**
+ * 
+ * @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 public class TorqueMailbox implements Mailbox {
 
     private static final int LOCK_TIMEOUT = 10;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailboxManager.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailboxManager.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailboxManager.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueMailboxManager.java Tue Jul 20 08:30:06 2010
@@ -51,6 +51,11 @@ import org.apache.torque.TorqueException
 import org.apache.torque.util.CountHelper;
 import org.apache.torque.util.Criteria;
 
+/**
+ * 
+ * @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 public class TorqueMailboxManager extends DelegatingMailboxManager {
     
     private static final char SQL_WILDCARD_CHAR = '%';

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueResultIterator.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueResultIterator.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueResultIterator.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/TorqueResultIterator.java Tue Jul 20 08:30:06 2010
@@ -41,6 +41,10 @@ import org.apache.james.mailboxmanager.t
 import org.apache.james.mime4j.MimeException;
 import org.apache.torque.TorqueException;
 
+/**
+ * @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 public class TorqueResultIterator implements Iterator {
 
     private final Buffer messageRows;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UidChangeTracker.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UidChangeTracker.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UidChangeTracker.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UidChangeTracker.java Tue Jul 20 08:30:06 2010
@@ -37,6 +37,11 @@ import org.apache.james.imap.mailbox.Mai
 import org.apache.james.imap.mailbox.util.MailboxEventDispatcher;
 import org.apache.james.imap.mailbox.util.UidRange;
 
+/**
+ * 
+ * @deprecated Torque implementation will get removed in the next release
+ */
+@Deprecated()
 public class UidChangeTracker implements MailboxConstants {
 
     private final MailboxEventDispatcher eventDispatcher;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UnsupportedSearchException.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UnsupportedSearchException.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UnsupportedSearchException.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/UnsupportedSearchException.java Tue Jul 20 08:30:06 2010
@@ -23,7 +23,10 @@ import org.apache.torque.TorqueException
 
 /**
  * Indicates that the requested search is not supported by this implementation.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class UnsupportedSearchException extends TorqueException {
 
     private static final long serialVersionUID = -7442949630563672557L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRow.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRow.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRow.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRow.java Tue Jul 20 08:30:06 2010
@@ -24,7 +24,11 @@ import org.apache.torque.util.Transactio
  * 
  * You should not use this class directly. It should not even be extended all
  * references should be to MailboxRow
+ * 
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMailboxRow extends BaseObject {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRowPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRowPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRowPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMailboxRowPeer.java Tue Jul 20 08:30:06 2010
@@ -29,7 +29,9 @@ import com.workingdogs.village.Record;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMailboxRowPeer extends BasePeer {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBody.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBody.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBody.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBody.java Tue Jul 20 08:30:06 2010
@@ -22,7 +22,10 @@ import org.apache.torque.util.Transactio
  * 
  * You should not use this class directly. It should not even be extended all
  * references should be to MessageBody
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageBody extends BaseObject {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBodyPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBodyPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBodyPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageBodyPeer.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -28,7 +46,9 @@ import com.workingdogs.village.Record;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageBodyPeer extends BasePeer {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlags.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlags.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlags.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlags.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -21,7 +39,10 @@ import org.apache.torque.util.Transactio
  * 
  * You should not use this class directly. It should not even be extended all
  * references should be to MessageFlags
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageFlags extends BaseObject {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlagsPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlagsPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlagsPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageFlagsPeer.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -28,7 +46,10 @@ import com.workingdogs.village.Record;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageFlagsPeer extends BasePeer {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeader.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeader.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeader.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeader.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -22,7 +40,10 @@ import org.apache.torque.util.Transactio
  * 
  * You should not use this class directly. It should not even be extended all
  * references should be to MessageHeader
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageHeader extends BaseObject {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeaderPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeaderPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeaderPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageHeaderPeer.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -28,7 +46,9 @@ import com.workingdogs.village.Record;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageHeaderPeer extends BasePeer {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRow.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRow.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRow.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRow.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -26,7 +44,10 @@ import org.apache.torque.util.Transactio
  * 
  * You should not use this class directly. It should not even be extended all
  * references should be to MessageRow
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageRow extends BaseObject {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRowPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRowPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRowPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/BaseMessageRowPeer.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om;
 
 import java.sql.Connection;
@@ -30,7 +48,9 @@ import com.workingdogs.village.Record;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public abstract class BaseMessageRowPeer extends BasePeer {
     /** Serial version */
     private static final long serialVersionUID = 1197222309712L;

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRow.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRow.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRow.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRow.java Tue Jul 20 08:30:06 2010
@@ -40,7 +40,10 @@ import com.workingdogs.village.Record;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxRow extends
         org.apache.james.mailboxmanager.torque.om.BaseMailboxRow implements
         Persistent {

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRowPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRowPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRowPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MailboxRowPeer.java Tue Jul 20 08:30:06 2010
@@ -32,7 +32,10 @@ import org.apache.torque.util.Criteria;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxRowPeer extends
         org.apache.james.mailboxmanager.torque.om.BaseMailboxRowPeer {
 

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBody.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBody.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBody.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBody.java Tue Jul 20 08:30:06 2010
@@ -28,7 +28,13 @@ import org.apache.torque.om.Persistent;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
+ 
+
 public class MessageBody extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageBody implements
         Persistent {

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBodyPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBodyPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBodyPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageBodyPeer.java Tue Jul 20 08:30:06 2010
@@ -26,7 +26,10 @@ package org.apache.james.mailboxmanager.
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageBodyPeer extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageBodyPeer {
 

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlags.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlags.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlags.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlags.java Tue Jul 20 08:30:06 2010
@@ -30,7 +30,10 @@ import org.apache.torque.om.Persistent;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageFlags extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageFlags implements
         Persistent {

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlagsPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlagsPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlagsPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageFlagsPeer.java Tue Jul 20 08:30:06 2010
@@ -30,7 +30,10 @@ import org.apache.torque.util.Criteria;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageFlagsPeer extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageFlagsPeer {
 

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeader.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeader.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeader.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeader.java Tue Jul 20 08:30:06 2010
@@ -30,7 +30,10 @@ import org.apache.torque.om.Persistent;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageHeader extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageHeader implements
         Persistent,Header {

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeaderPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeaderPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeaderPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageHeaderPeer.java Tue Jul 20 08:30:06 2010
@@ -26,7 +26,10 @@ package org.apache.james.mailboxmanager.
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageHeaderPeer extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageHeaderPeer {
 

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRow.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRow.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRow.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRow.java Tue Jul 20 08:30:06 2010
@@ -33,7 +33,11 @@ import org.apache.torque.om.Persistent;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageRow extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageRow implements
         Persistent {

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRowPeer.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRowPeer.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRowPeer.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/MessageRowPeer.java Tue Jul 20 08:30:06 2010
@@ -36,7 +36,10 @@ import com.workingdogs.village.Record;
  * You should add additional methods to this class to meet the application
  * requirements. This class will only be generated as long as it does not
  * already exist in the output directory.
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageRowPeer extends
         org.apache.james.mailboxmanager.torque.om.BaseMessageRowPeer {
 

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.Torque;
@@ -11,7 +29,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Tue Sep 05 21:34:06 CEST 2006]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxRowMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxRowMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxRowMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxRowMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.Torque;
@@ -14,7 +32,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxRowMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxmanagerMapInit.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxmanagerMapInit.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxmanagerMapInit.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MailboxmanagerMapInit.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.TorqueException;
@@ -10,7 +28,10 @@ import org.apache.torque.TorqueException
  * <p>
  * 
  * @see org.apache.torque.map.DatabaseMap#initialize() DatabaseMap.initialize()
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxmanagerMapInit {
     public static final void init() throws TorqueException {
         org.apache.james.mailboxmanager.torque.om.MailboxRowPeer

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageBodyMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageBodyMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageBodyMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageBodyMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.Torque;
@@ -12,7 +30,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageBodyMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageFlagsMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageFlagsMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageFlagsMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageFlagsMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.Torque;
@@ -12,7 +30,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageFlagsMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageHeaderMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageHeaderMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageHeaderMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageHeaderMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import org.apache.torque.Torque;
@@ -12,7 +30,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageHeaderMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import java.util.Date;
@@ -13,7 +31,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Wed Sep 06 08:50:08 CEST 2006]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageRowMapBuilder.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageRowMapBuilder.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageRowMapBuilder.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/james/mailboxmanager/torque/om/map/MessageRowMapBuilder.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.james.mailboxmanager.torque.om.map;
 
 import java.util.Date;
@@ -16,7 +34,9 @@ import org.apache.torque.map.TableMap;
  * 
  * [Sun Dec 09 17:45:09 GMT 2007]
  * 
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MessageRowMapBuilder implements MapBuilder {
     /**
      * The name of this class

Modified: james/imap/trunk/torque/src/main/java/org/apache/torque/linkage/MailboxmanagerMapInit.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/src/main/java/org/apache/torque/linkage/MailboxmanagerMapInit.java?rev=965753&r1=965752&r2=965753&view=diff
==============================================================================
--- james/imap/trunk/torque/src/main/java/org/apache/torque/linkage/MailboxmanagerMapInit.java (original)
+++ james/imap/trunk/torque/src/main/java/org/apache/torque/linkage/MailboxmanagerMapInit.java Tue Jul 20 08:30:06 2010
@@ -1,3 +1,21 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 package org.apache.torque.linkage;
 
 /**
@@ -8,7 +26,10 @@ package org.apache.torque.linkage;
  * of the user build properties.
  * 
  * @see org.apache.torque.map.DatabaseMap#initialize() DatabaseMap.initialize()
+ *
+ * @deprecated Torque implementation will get removed in the next release
  */
+@Deprecated()
 public class MailboxmanagerMapInit extends
         org.apache.james.mailboxmanager.torque.om.map.MailboxmanagerMapInit {
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org