Dick,
What should happen when I click 'resend' ?
I tried it and the 'resend' link disappears, that's all that happens, when I
click resend.
Imtiaz
----- Original Message -----
From: "Richard Hirsch" <[email protected]>
To: <[email protected]>
Sent: Tuesday, August 24, 2010 8:55 AM
Subject: Re: Release 1.1 issues I am closing due to work done on them
Looks great.
2 of the issues are IE7-related and are assigned to Anne but she is
currently in India and probably doesn't have a lot of time.
https://issues.apache.org/jira/browse/ESME-208 might be scala-based
since it looks like it makes an ajax call:
function resend_msg(msg_id) {
F341169038678G4R({'command': "resend", 'params':{"msg_id": msg_id}});
}
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/org/apache/esme/snippet/UserSnip.scala?view=markup
object JsonResender extends JsonHandler{
83 def apply(in: Any): JsCmd = in match {
84 case JsonCmd("resend", _, map: Map[String, Any], _) =>
85 for (msgId <- map.get("msg_id").map(toLong);
86 user <- User.currentUser)
87 Distributor ! Distributor.ResendMessage(user.id, msgId)
88
89 Noop
90
91 case _ => Noop
92 }
93 }
On Tue, Aug 24, 2010 at 1:06 AM, Ethan Jewett <[email protected]> wrote:
This is all done, leaving us with a grand total of three issues left
in the Release 1.1 queue! :-)
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=12310850&fixfor=12314823
Ethan
On Mon, Aug 23, 2010 at 2:12 PM, Richard Hirsch <[email protected]>
wrote:
I ju
On Mon, Aug 23, 2010 at 9:01 PM, Ethan Jewett <[email protected]>
wrote:
I'm going to close down several release 1.1 issues that I think are
resolved, mostly due to patches by Imtiaz. If anyone else would like
to take a look, links to the issues are below:
ESME-212 - Messages from pools aren't hidden -
https://issues.apache.org/jira/browse/ESME-212
ESME-205 - Search is broken -
https://issues.apache.org/jira/browse/ESME-205
ESME-242 - The use of metadata in the api2 currently doesn't work -
https://issues.apache.org/jira/browse/ESME-242
ESME-259 - Pool selector in streams doesn't work anymore -
https://issues.apache.org/jira/browse/ESME-259
OK - I haven't tried out the search on Stax but I will do it tomorrow
- hopefully.
We also don't really need ESME-225 in release 1.1, as it is a unit
test, so I'll move that to the backlog.
Agreed
I'll leave these for the next few hours, so feel free to speak up now.
After that I'm going to change the issue status, but they can be
changed back if necessary.
I just closed ESME-240 - it was my fault that I used wrong syntax - we
should probably document actions better
Ethan