Not able to post message on Old nabble forum

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Not able to post message on Old nabble forum

Deepak Lalchandani
Hi,
   I have posted a message to old nabble forum,But it does not go to the mailing list dev@nabble.com,instead i get a failure message saying ,message is still pending and is not posted to the development mailing list,Please let me know whats the issue and please correct it As soon as possible,

Thanks and Regards
Deepak lal
deepakl_2000@yahoo.com
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Hugo <Nabble>
We don't have an archive for "dev@nabble.com", so I don't understand what the issue is. Please post a link to your pending post and I will take a look.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
http://old.nabble.com/Audit-Logging-in-Ibatis-to29736503.html

This is the above link and its been in pending state since im getting a mail which says as below::

Dear Nabble user:

Your recent message "Audit Logging in Ibatis" has not yet been accepted by the mailing list and is still in the pending status.

To check the current status of your message, please follow the link below:
http://old.nabble.com/forum/ViewPost.jtp?post=29736503&action=pending

When a user posts a message, it takes some time to get through the list.
Some reasons behind pending messages are:
(1) you are not a subscriber of the mailing list; -- I have subscribed and when i do subscribe i get a failure delivery message from dev@ibatis.apache.org
(2) the mailing list server was down when you first tried to send the message (in this case you should try to resend it); -- Tried to re-send every often but did not succeed
(3) your post is still waiting for moderation.--COuld you please check

You can find more information about pending posts in the link below:
http://www.nabble.com/help/Answer.jtp?id=15

Regards,
Nabble Support

To stop receiving this alert, delete your message:
http://old.nabble.com/forum/ViewPost.jtp?post=29736503&action=delete

If you have any trouble stopping this alert or any questions, please contact Nabble Support at support@nabble.com.


Please help me out with this issue.
Deepak lal
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
Please help people.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
Hi People,
            Please sort this problem out.my message is appearing on old nabble forum,but does goto the mailing list as told to you people.Please ensure the post reaches the mailing list,Please sort this issue.Its taken a week now.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

jolly roger
This is getting a bit too political for my taste the problem is once things get to fussy you end up going around the block with a simple question its like trying to get a signal from 3G network
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Hugo <Nabble>
Nabble certainly sent the email to the list. The question is: are you subscribed to that list? Maybe you should try to subscribe again just to make sure you receive an answer like "you are already subscribed". You can also try sending the email from your email client, instead of using Nabble's interface.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
first of all answers to ur questions.
1>i send an email to the list by re-sending the mail and checking if i m subscribed or not.I have waited for a fornite and observed that i did not get message "you are already subscribed",

2>You can also try sending the email from your email client, instead of using Nabble's interface..I have send the mail using yahoo mail client as well,but i get a failure delivery:unknown message when i sent the message(email ) to the mailing list.

I will be thankful to adminstrator if he could subscribe me to the list.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
Hi Hugo,Nabble expert,Please help for below.

first of all answers to ur questions.
1>i send an email to the list by re-sending the mail and checking if i m subscribed or not.I have waited for a fornite and observed that i did not get message "you are already subscribed",

2>You can also try sending the email from your email client, instead of using Nabble's interface..I have send the mail using yahoo mail client as well,but i get a failure delivery:unknown message when i sent the message(email ) to the mailing list.

I will be thankful to adminstrator if he could subscribe me to the list.
Reply | Threaded
Open this post in threaded view
|

Re: Not able to post message on Old nabble forum

Deepak lalchandani
see the below message which i got.

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  user-java@ibatis.apache.org
    SMTP error from remote mail server after RCPT TO:<user-java@ibatis.apache.org>:
    host mx1.us.apache.org [140.211.11.136]: 550 mail to user-java@ibatis.apache.org not accepted here

------ This is a copy of the message, including all the headers. ------

Return-path: <lists@nabble.com>
Received: from isper.nabble.com ([192.168.236.156])
    by kuber.nabble.com with esmtp (Exim 4.63)
    (envelope-from <lists@nabble.com>)
    id 1P5xE9-0006bm-Lj
    for user-java@ibatis.apache.org; Wed, 13 Oct 2010 02:02:25 -0700
Message-ID: <29800927.post@talk.nabble.com>
Date: Wed, 13 Oct 2010 02:02:25 -0700 (PDT)
From: deepakl_2000 <deepakl_2000@yahoo.com>
To: user-java@ibatis.apache.org
Subject: Need help on Audit logging in Ibatis
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: deepakl_2000@yahoo.com
X-SA-Exim-Connect-IP: 192.168.236.156
X-SA-Exim-Mail-From: lists@nabble.com
X-SA-Exim-Scanned: No (on kuber.nabble.com); SAEximRunCond expanded to false


Hi,
   How do we perform audit logging using Trigger in Ibatis ?Please post the
code in case you have any for Audit logging in Ibatis Framework.I dont want
to write a Trigger becaause it is a costly operation and it will be tighly
coupled to specific vendor/Database.Any generic soltuion/Code please share.

Example:See below
So i have 2 tables primarily

Primary table:Here Insert Or Update or Delete is happening
Audit logging table: Column names are : Entity Name
Inserted/Updated/Deleted|Updated By|Updated On

Please add more of your suggestions for this approach.

Please reply
--
View this message in context: http://old.nabble.com/Need-help-on-Audit-logging-in-Ibatis-tp29800927p29800927.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.