IRC Chat : 2012-06-15 - OpenMRS

00:01:28 *** venkaban has quit IRC
00:28:19 *** elliott_w has quit IRC
01:55:08 *** suranga has joined #openmrs
01:55:08 *** ChanServ sets mode: +v suranga
01:56:58 *** harshadura has joined #openmrs
01:59:23 *** harshadura has quit IRC
02:04:53 *** elliott_w has joined #openmrs
02:04:53 *** ChanServ sets mode: +o elliott_w
02:11:22 *** elliott_w has quit IRC
02:12:53 *** bwolfe has joined #openmrs
02:12:53 *** ChanServ sets mode: +o bwolfe
02:32:30 <suranga> hi bwolfe !
02:32:33 <bwolfe> yo
02:32:55 <suranga> bwolfe, methinks, have you finished your second review of my module ?:)
02:33:08 <bwolfe> no
02:33:34 <suranga> ahaa.... I was just wondering in case you forgot to click on that button :)
02:33:51 <suranga> bwolfe, no probem, I have enough buggies to fix :P
03:41:54 *** diptanuc` has joined #openmrs
03:44:53 *** diptanuc has quit IRC
03:56:32 *** suranga has quit IRC
04:14:22 *** jordank has joined #openmrs
04:23:23 *** bwolfe has quit IRC
05:10:12 *** sunbiz has joined #openmrs
05:10:12 *** ChanServ sets mode: +v sunbiz
05:19:07 <sunbiz> anyone awake?? downey??
05:29:48 *** harshadura has joined #openmrs
05:34:31 *** pushkar has joined #openmrs
05:35:49 *** arvindc has joined #openmrs
05:37:19 *** sunbiz has quit IRC
05:41:07 *** cpower has quit IRC
05:49:31 *** lh has quit IRC
06:19:34 *** snoppy has joined #openmrs
06:32:24 *** goutham has joined #openmrs
06:35:04 *** dkayiwa has joined #openmrs
06:37:34 *** diptanuc` has quit IRC
07:03:16 *** pushkar has quit IRC
07:14:29 *** deepaganu has joined #openmrs
07:15:55 *** mgielow has joined #openmrs
07:18:54 *** magoo_ has joined #openmrs
07:30:25 *** deepaganu has quit IRC
07:42:27 *** sunbiz has joined #openmrs
07:42:27 *** ChanServ sets mode: +v sunbiz
07:42:57 *** deepaganu has joined #openmrs
07:49:08 *** harshadura has quit IRC
07:56:54 *** harshadura has joined #openmrs
08:10:30 *** mgielow has quit IRC
08:13:46 *** magoo_ has quit IRC
08:20:52 *** sunbiz has quit IRC
08:35:22 *** deepaganu has quit IRC
08:35:56 *** deepaganu has joined #openmrs
08:56:06 *** harshadura has quit IRC
08:57:22 *** dkayiwa has quit IRC
08:59:07 *** rafa has joined #openmrs
08:59:07 *** ChanServ sets mode: +v rafa
09:04:36 *** goutham has quit IRC
09:05:26 *** applecool has joined #openmrs
09:05:26 *** ChanServ sets mode: +v applecool
09:05:34 <applecool> Hi rafa
09:05:44 <rafa> hi
09:06:16 <applecool> i have a problem with the download image
09:07:04 <applecool> i added the download icon at the end of the package row! in the table
09:07:15 <applecool> that is i made changes in the mainMenu.jsp
09:07:43 <applecool> and onclick of the icon i need to call the method!
09:08:30 <applecool> so for testiing i just added a sample method in the packageFormController and added @RequestMapping(value=/packagedownload)
09:09:10 <applecool> and in the mainmenu.jsp i added the display:column with some width and i added the img src tag
09:09:54 <applecool> and gave the url in the img src onclick="location.href='<c:url="/packageform/packagedownload">'"
09:10:24 <applecool> so actually when i click on the icon i need to goto the packageform/packagedownload page
09:10:44 <applecool> and invoke the method which i have defined in the packageFormController.java
09:11:50 <applecool> but whenever i click on the image it is redirecting to the http://localhost:8080/packageform?id=1&from=list itself
09:12:30 <applecool> and whenever i click on any of the table data ie the description or even on the version it is getting redirected to the http://localhost:8080/packageform?id=1&from=list
09:12:38 *** dkayiwa has joined #openmrs
09:13:40 <applecool> because in the starting <display:column property="name" there is the URL defined as url=/packageform?from=list
09:14:12 <applecool> so whenevr i click on anyof the column i m getting redirected to the edit package form
09:15:11 <rafa> applecool: so what's the problem? remove that url
09:15:35 <applecool> so i just played with it by adding the <display:columnproperty="name"> after the description,version and download then the download is working
09:15:51 <rafa> applecool: replace it with a button to edit next to the download button
09:16:15 <applecool> if i remove the url i cant goto the edit page
09:16:28 <applecool> what ? i dint get you rafa
09:16:48 <rafa> applecool: make a button which takes you to the edit page
09:17:23 <applecool> okay :)
09:18:00 <applecool> very simple solution thanks rafa!
09:18:36 <rafa> applecool: yes, we like simple :D
09:20:57 *** dkayiwa has quit IRC
09:21:54 *** dkayiwa has joined #openmrs
09:29:41 *** deepaganu has quit IRC
09:48:53 *** pulasthi7 has joined #openmrs
10:20:32 *** diptanuc has joined #openmrs
10:34:41 *** mansi has joined #openmrs
10:35:50 <applecool> rightnow when the user click on the download icon i am calling a method ! here i am getting the package id ! so i should be passing the id to the LoadFile method instead of the MetadataPackage
10:35:51 <applecool> rafa:
10:36:11 <applecool> right?
10:37:33 <applecool> rafa: there?
10:38:21 <rafa> applecool: It's fine to pass MetadataPackage to set a file on it
10:39:23 <applecool> once i get the id i will query the database to get me the metadatapackage and then set the file on it!
10:39:38 <rafa> applecool: yes
10:49:40 *** dkayiwa has quit IRC
10:57:58 *** diptanuc has quit IRC
11:01:36 *** elliott_w has joined #openmrs
11:01:36 *** ChanServ sets mode: +o elliott_w
11:04:39 *** harshadura has joined #openmrs
11:07:12 *** dkayiwa has joined #openmrs
11:07:27 *** harshadura has quit IRC
11:08:01 *** elliott_w has quit IRC
11:13:11 *** ningosi has joined #openmrs
11:13:23 <ningosi> hello
11:15:15 <ningosi> has anyone used tabletools plugin for jquery datatables to save datatable into different formats(like pdf)
11:15:33 <rafa> applecool: ready to report?
11:15:47 <applecool> hmm running it
11:15:54 <applecool> hope it works
11:15:58 *** diptanuc has joined #openmrs
11:16:07 <rafa> applecool: ok let's discuss shortly
11:16:15 <applecool> okay :)
11:16:29 <rafa> applecool: which tasks have you managed to complete?
11:16:54 <applecool> actually i need to speed up! i think i am done with my download part
11:17:06 <applecool> next i need to add the session i meant who has uploaded the file
11:17:09 <applecool> and so on
11:17:41 <rafa> applecool: so 1 task so far?
11:17:53 <applecool> yes unfortunately :(
11:18:11 <rafa> applecool: that's not good...
11:18:21 <applecool> yes i know :|
11:18:27 <rafa> applecool: why do you think it is taking that long?
11:18:49 *** dkayiwa has quit IRC
11:19:05 <rafa> applecool: what did you struggle on the most of the time?
11:19:15 <applecool> actually i couldnt complete the last task of the last week!
11:19:19 <applecool> i meant the saving thing
11:19:32 <applecool> which i succesfully complted day before
11:19:44 <applecool> and committed
11:19:54 <applecool> that is y i got delay with the 5th weeks tasks!
11:20:36 <rafa> applecool: when did you complete tasks from the last week?
11:20:49 <applecool> i dint get you
11:21:05 <applecool> i completed the last task on wednesday
11:21:21 <applecool> you made me to change the code right ? at the end which was not doing anything!
11:21:26 <applecool> and passed the tests!
11:21:45 <rafa> applecool: ok
11:21:50 *** james_regen has joined #openmrs
11:21:50 *** ChanServ sets mode: +v james_regen
11:21:50 *** ningosi has quit IRC
11:21:59 <applecool> :(
11:22:06 *** ningosi has joined #openmrs
11:24:16 <rafa> applecool: so you worked on the downloading task yesterday and today
11:24:32 <applecool> yes!
11:25:08 <rafa> applecool: I don't see any commits yesterday.
11:25:48 <applecool> yes i dint do any commits! but i reviewed your comments on the commit and changed them! but didnt commit it
11:26:21 <rafa> applecool: you should have committed them
11:26:41 <applecool> yes! i thought i will commit it with the download task
11:27:16 <rafa> applecool: remember commit tasks separately
11:27:55 <applecool> yes
11:28:48 <rafa> applecool: a commit a day is the minimum we agreed on
11:28:56 <applecool> yes
11:29:04 <rafa> applecool: but the more the better
11:29:33 <applecool> but i dint have the power and internet yesterday due to the heavy rain!
11:29:40 <applecool> yes i do remember!
11:29:57 *** diptanuc has quit IRC
11:31:42 <rafa> applecool: ok, so what's the plan now? when do you think you will finish the other tasks?
11:32:22 <applecool> i will complete them by monday
11:32:30 <applecool> for sure
11:32:50 <rafa> applecool: it would be great
11:33:11 <rafa> applecool: I'm not going anywhere for the weekend and should be around
11:33:15 <applecool> i have no other works rafa i will sit the entire weekend :)
11:33:20 <applecool> oh thats great :)
11:33:38 <rafa> applecool: so if you have any problems ping me as always
11:34:21 <applecool> sure i will rafa
11:36:02 <rafa> applecool: good, let's go back to coding
11:36:09 <rafa> applecool: I hope to see a commit soon :)
11:36:12 <applecool> yes
11:36:13 <applecool> :)
11:37:14 *** dkayiwa has joined #openmrs
11:37:28 *** effysam has joined #openmrs
11:51:08 <applecool> bye rafa i will get back to you in 2 hours! leaving school :)
11:51:18 <rafa> applecool: cya
11:51:24 *** applecool has quit IRC
11:51:50 *** elliott_w has joined #openmrs
11:51:50 *** ChanServ sets mode: +o elliott_w
11:53:19 *** pulasthi7 has quit IRC
11:56:48 *** diptanuc has joined #openmrs
12:11:15 *** bwolfe has joined #openmrs
12:11:15 *** ChanServ sets mode: +o bwolfe
12:12:08 *** diptanuc has quit IRC
12:17:03 *** goutham has joined #openmrs
12:18:02 <effysam> Any body come accross this error: javassist.bytecode.DuplicateMemberException: duplicate method: writeReplace in org.openmrs.module.htmlformentry.HtmlForm_$$_javassist_
12:19:00 <effysam> it seems to be preventing jetty from running openmrs
12:19:52 <dkayiwa> effysam: i see it all the time
12:20:02 <dkayiwa> effysam: but mine still runs
12:20:29 <effysam> the last thing I did on openmrs was install a form entry module
12:21:00 <effysam> before then I had never seen this, and its preventing openmrs from running on my localhost
12:21:15 *** magoo_ has joined #openmrs
12:22:43 <effysam> dkayiwa: I'm getting an "Error 404 not found." Do you think its related?
12:22:59 <dkayiwa> effysam: not sure
12:23:02 <magoo_> dkayiwa how do i get out XForm Designer after setting up the required Form fields
12:23:22 <effysam> hmm ok
12:25:49 *** dkayiwa has quit IRC
12:26:22 *** harshadura has joined #openmrs
12:26:45 *** sunbiz has joined #openmrs
12:26:45 *** ChanServ sets mode: +v sunbiz
12:27:02 *** sunbiz has quit IRC
12:27:20 *** sunbiz has joined #openmrs
12:27:59 *** wyclif has quit IRC
12:28:18 *** mansi has quit IRC
12:32:26 <magoo_> hi +rafa
12:33:14 <rafa> magoo_: hi
12:34:18 <magoo_> +rafa how do i get out XForm Designer after setting up the required form fields
12:35:49 <rafa> magoo_: have you seen https://wiki.openmrs.org/display/docs/XForms+Module+Form+Designer
12:35:49 <rafa> ?
12:35:49 <OpenMRSBot> <http://ln-s.net/90$F> (at wiki.openmrs.org)
12:36:34 <rafa> magoo_: you need to click File -> Save and then File -> Close
12:38:38 *** Maurya_ has joined #openmrs
12:43:04 <magoo_> +rafa thanks but this takes me back onto the login form!
12:43:31 <rafa> magoo_: login form? maybe your http session expired
12:43:44 <rafa> magoo_: and you need to login again
12:44:02 <rafa> magoo_: it expires if you don't take any actions for too long
12:44:15 <rafa> magoo_: not sure what is the default value
12:44:30 *** dkayiwa has joined #openmrs
12:46:24 <magoo_> +rafa i have logged in
12:47:57 <bwolfe> magoo_, are you logged in as a user that has permissions to save an xform?
12:48:36 <magoo_> @bwolfe yes
12:50:03 *** lakkarau has joined #openmrs
12:51:16 *** sunbiz has joined #openmrs
12:51:17 *** ChanServ sets mode: +v sunbiz
12:51:29 *** sunbiz has quit IRC
12:53:25 <magoo_> +rafa i thought after setting up the required form field i should go back to the administration rather than login
12:54:48 *** Maurya_ has quit IRC
12:57:55 <rafa> magoo_: just try again only not spend too much time in the form designer
12:58:13 <rafa> bwolfe: I've got a problem: D:\workspace\webservices.rest\omod\src\main\java\org\openmrs\module\webservices\rest\web\v1_0\resource\UserResource.java:[223,13] error: name clash: setProperty(UserAndPassword,Str
12:58:13 <rafa> ing,Object) in UserResource overrides a method whose erasure is the same as another method, yet neither overrides the other
12:58:48 <magoo_> +rafa okay
12:59:25 <rafa> bwolfe: surprisingly this compilation error appeared only after I tried using mvn release : prepare
12:59:51 <rafa> bwolfe: versions of artifacts are now changed from 1.0-SNAPSHOT to 1.0
13:00:07 <rafa> bwolfe: I don't see any other change...
13:01:00 <bwolfe> crazy error message
13:01:09 <bwolfe> try a clean?
13:01:15 <rafa> tried :/
13:01:25 *** diptanuc has joined #openmrs
13:01:29 <bwolfe> try a really clean
13:01:32 <bwolfe> or a bleaching?
13:01:35 <bwolfe> :-)
13:01:41 <rafa> bwolfe: haha how? :D
13:01:48 <rafa> bwolfe: you mean restart windows ? :D
13:02:28 <rafa> bwolfe: actually I'll try that
13:02:48 *** rfriedman has joined #openmrs
13:02:56 *** effysam has quit IRC
13:02:59 <bwolfe> hmm
13:03:25 <rfriedman> hey bwolfe, are you using ubuntu/eclipse?
13:03:33 <bwolfe> yes
13:03:52 <bwolfe> rafa, let me update head of restws and see if I get that
13:03:53 <rfriedman> i am having a problem getting the eclipse svn connection working
13:04:16 <rafa> bwolfe: thx
13:04:34 <diptanuc> bwolfe: Hello, how are you?
13:05:13 <bwolfe> hey diptanuc. I saw your email re the meetups. we're actually having a chat with some of the organizers in about an hour
13:06:05 <bwolfe> diptanuc, whats the technical skills of the folks there? would it be better to do a big project or to try to integrate into the current sprint? or to put onto a list of bugs to be fixed (both big and small)?
13:06:15 <bwolfe> rfriedman, do you have a proxy?
13:06:29 *** rafa has quit IRC
13:06:58 <diptanuc> bwolfe: Which organizers? Some one from Manchester?
13:07:12 <diptanuc> bwolfe: All our devs have good amount of Java skills
13:07:12 * bwolfe looks
13:07:39 <rfriedman> bwolfe, no ... my problem is loading the software, i get a message about a missing piece
13:07:42 <diptanuc> bwolfe: We have a few devs who are good at DevOps stuff
13:07:50 <magoo_> dkayiwa why is the Location by default is set to unknown location and how do i add or edit a location
13:08:00 <bwolfe> diptanuc, ah, so we were told "mostly devs, some bas, some testers, some ux"
13:08:07 <bwolfe> if everyone is a dev, its easier!
13:08:13 <diptanuc> bwolfe: We can even help you with your CI, Deployment Pipelines etc
13:08:23 <dkayiwa> magoo_: where is it set
13:08:29 <bwolfe> rfriedman, you could just use subversive, its built into eclipse, isn't it?
13:08:47 <diptanuc> bwolfe: Right now i am in Manchester, there might be others organizing CodeJams in other ThoughtWorks offices
13:09:06 <diptanuc> bwolfe: My email on the list was related to codejam in Manchester
13:09:11 <dkayiwa> magoo_: amin - manage locations
13:09:25 <dkayiwa> magoo_: amin = admin
13:09:32 <bwolfe> we are talking with Mark Togher, Anette, Zaynab, and Shasha. (at least they're cc'd)
13:09:35 <diptanuc> bwolfe: So the other people you are going to have meeting from some other location
13:09:52 <diptanuc> bwolfe: Oh right, they are our colleagues in some other ThoughtWorks office.
13:10:08 <bwolfe> ah! I thought you were all collaborating!
13:10:20 <bwolfe> diptanuc, this makes things even more interesting!
13:10:26 <diptanuc> bwolfe: yes!
13:10:28 *** rafa has joined #openmrs
13:10:28 *** ChanServ sets mode: +v rafa
13:10:48 <diptanuc> And we are inviting folks from a lot of universities to come and hack on OpenMRS
13:10:56 <bwolfe> very very interesting
13:10:59 *** sgithens has joined #openmrs
13:11:17 <diptanuc> Plus folks from a few clinics are going to come and we are going to show them OpenMRS and what they can do with it
13:11:32 <bwolfe> cool
13:12:29 <diptanuc> So i was wondering if we could chat some time and talk more about it? When do you have some time? Is the dev mailing list a good place for having the conversation or should we Skype to move things faster?
13:13:28 <bwolfe> I'd prefer it be on the list. I'll try to get all my questions and suggestions out there so you can reply with minimal email impact on everyone else. :-)
13:13:47 <rfriedman> bwolfe, the problem is with the maven connector, i can't get svn to appear in the dropdown box on import from vcs. egit is working but svn is not
13:13:51 <diptanuc> bwolfe: I prefer the list as well that way everyone is looped in.
13:14:26 <bwolfe> rfriedman, theres some other connecter for that. the m2eclipse wiki page on openmrs should say
13:14:38 <bwolfe> or maybe its on the step-by-step for devs install page?
13:15:28 <rfriedman> bwolfe, ok, will check, this seems like some sort of hybrid of helios and indigo at least as I knew them in Windows
13:18:09 <magoo_> dkayiwa sorry i did not observe carefully but once again i can put location as the very clinic or research center where openmrs is being implemented
13:18:31 <rafa> bwolfe: I know what is the problem. It fails to compile on 1.7 :/
13:18:49 <rafa> bwolfe: it's my default when I'm using a console and not eclipse
13:19:49 *** wyclif has joined #openmrs
13:19:56 <diptanuc> bwolfe: Alright, I will keep an eye for your email on the list. And move it forward from there.
13:19:58 <bwolfe> rafa, yeah, my restws built fine.
13:20:05 <bwolfe> rafa, why is 1.7 build failing? :-/
13:20:18 <bwolfe> diptanuc, great.
13:20:56 <rafa> bwolfe: it's either we use a not allowed construct or it's 1.7 bug
13:21:55 <rafa> @Overridepublic void setProperty(UserAndPassword instance, String propertyName, Object value)
13:22:19 <rafa> @Override
13:22:19 <rafa> public void setProperty(Object instance, String propertyName, Object value)
13:22:36 <rafa> and void setProperty(T instance, String propertyName, Object value)
13:22:56 *** ningosi has quit IRC
13:23:17 <rafa> it's a strange override ;)
13:23:26 *** downey has joined #openmrs
13:23:26 *** ChanServ sets mode: +o downey
13:23:26 *** OpenMRSBot sets mode: +o downey
13:23:36 <bwolfe> rafa, that is something I just changed last week
13:23:53 *** kreddy has joined #openmrs
13:23:55 <bwolfe> rafa, just change all to Object
13:24:11 <rafa> bwolfe: ok let me try
13:24:36 *** magoo_ has quit IRC
13:24:56 <rfriedman> bwolfe, ok, that is what I was doing, get this error: Cannot complete the install because one or more required items could not be found.
13:24:56 <rfriedman> Software being installed: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330)
13:24:56 <rfriedman> Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse 0.13.0.201107071330) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.7.0)' but it could not be found
13:24:56 <rfriedman> Cannot satisfy dependency:
13:24:57 <rfriedman> From: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330)
13:25:00 <rfriedman> To: org.sonatype.m2e.subclipse [0.13.0.201107071330]
13:28:14 *** arvindc has quit IRC
13:29:53 <rafa> bwolfe: it compiles now, but it doesn't look that nice anymore
13:30:00 <rafa> bwolfe: casts are needed
13:30:15 <rafa> bwolfe: I wonder if it's a bug in 1.7...
13:37:19 *** pushkar has joined #openmrs
13:37:51 <pushkar> bwolfe, Hi
13:39:10 <bwolfe> rfriedman, I can't remember the solution. it was eiterh: 1) check everything at once and install it all or 2) only install a few of hte scm options.
13:39:26 <bwolfe> rfriedman, do you have subversion/subclipse 1.6 installed? or only 1.4?
13:39:28 <bwolfe> hi pushkar
13:40:07 <pushkar> bwolfe, do I have to do anything other than writing the encounter handler ??
13:40:21 <bwolfe> pushkar, write a test to prove that it works? :-)
13:40:37 <pushkar> I dont know why its not getting called!!
13:41:17 <pushkar> I asked the above question because its not working!
13:43:01 *** dkayiwa has quit IRC
13:43:10 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Synchronization 1.0.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=sync&ampversion=&amp1.0.2>
13:45:15 <rafa> bwolfe: ahh the problem was you left @Override
13:45:15 <rafa> public void setProperty(Object instance, String propertyName, Object value) which should be public void setProperty(T instance, String propertyName, Object value)
13:45:39 <rafa> bwolfe: but now we can't call super.setProperty(instance.getUser(), propertyName, value);
13:45:55 <rafa> bwolfe: generics are retarded :/
13:46:07 <bwolfe> pushkar, the test isn't working? or when you run it in the webapp?
13:46:08 <diptanuc> bwolfe: Can't agree more! ;)
13:46:16 <bwolfe> pushkar, can you attach the patch?
13:46:20 <bwolfe> diptanuc, to my email?
13:46:28 <diptanuc> bwolfe: No no, to the generics email!
13:46:30 <diptanuc> :D
13:46:41 <diptanuc> Oops to the statement about generics
13:47:02 <diptanuc> Without rarified types, generics looses all the charm.
13:47:07 <bwolfe> oh, generics are great, but the error messages from them are not helpful
13:47:30 <diptanuc> They did that to not break older code when they were introducing Generics in 1.5
13:47:38 <bwolfe> rafa, this is what gavin was RAVING about in his talks at geecon...and probably the ONLY reason they are creating the ceylon language!
13:47:51 <rafa> bwolfe: haha :D
13:48:01 <pushkar> bwolfe, when I run the webapp its the handle method in the EncounterSaveHandler is not getting called
13:48:02 <bwolfe> diptanuc, yeah, I'd rather they leave them in past the compiler and screw 1.4 at this point
13:48:03 <rafa> bwolfe: 1.6 didn't complain about it ;)
13:48:17 <bwolfe> pushkar, can you pastebin your handler class?
13:48:20 <rafa> bwolfe: that's the interesting part
13:48:32 <bwolfe> oh, true, so they added some extra check in 1.7
13:48:53 <rafa> bwolfe: I've just read they actually rewritten much of the compiler for generics
13:49:06 <rafa> bwolfe: so probably "fixed" that as well
13:49:21 <bwolfe> in 1.7 you mean?
13:49:26 <rafa> bwolfe: yes
13:51:22 <pushkar> bwolfe, http://pastebin.com/JJaRhX9p
13:52:01 <rfriedman> bwolfe, can't find the version, but it is dated Dec 2011
13:52:28 <rfriedman> bwolfe, i spent some time on sonatype website and couldn't find anything that didn't just create the same error
13:54:14 <bwolfe> pushkar, you try putting the println outside the if and for loop?
13:55:00 <pushkar> bwolfe, yes I tried the but method itself is not getting called!
13:55:13 <bwolfe> weird
13:56:05 <bwolfe> pushkar, this was in the test only, or also when running in webapp?
13:56:44 <pushkar> I didnt write the test yet
13:56:47 *** mansi has joined #openmrs
13:57:03 <pushkar> should I write it now ??
13:57:17 <bwolfe> pushkar, might as well. should help you debug faster too
13:58:46 <pushkar> I debugged the code the .encounter is getting saved but this method is not getting called
13:59:01 <pushkar> *encounter
14:00:08 *** cpower has joined #openmrs
14:00:26 *** kreddy has quit IRC
14:00:32 *** kreddy has joined #openmrs
14:01:46 <cpower> Good morning channel!
14:03:05 *** venkaban has joined #openmrs
14:03:26 <rafa> cpower: Good morning! (to your part of the world)
14:05:19 *** dkayiwa has joined #openmrs
14:07:24 *** pushkar_ has joined #openmrs
14:07:29 <cpower> daily scrum will be delayed say 30 mins due to meetings.
14:07:32 *** lakkarau has quit IRC
14:08:13 *** lakkarau has joined #openmrs
14:09:13 *** magoo_ has joined #openmrs
14:10:29 *** pushkar has quit IRC
14:16:35 *** goutham has quit IRC
14:21:08 *** sgithens has quit IRC
14:24:36 <magoo_> dkayiwa is it possible to assign position to added users
14:24:54 <dkayiwa> magoo_: what do you mean by possition?
14:27:14 <magoo_> dkayiwa for example i have a user john who is a doctor and i want to assign this user's position as a doctor
14:27:48 <dkayiwa> magoo_: am not sure i understand
14:29:55 <magoo_> dkayiwa in a hospital there doctor, nurses etc.. if i want add them onto the system and group them according to their professionals is it possible
14:31:06 <dkayiwa> magoo_: is the grouping for permission purposes?
14:31:34 <magoo_> dkayiwa yes
14:32:14 <dkayiwa> magoo_: https://wiki.openmrs.org/display/docs/Controlling+User+Access+%28Roles+and+Privileges%29
14:33:19 <rafa> cpower: still on a meeting?
14:35:56 * rafa is getting hungry ;)
14:47:34 <bwolfe> rafa, 5-10 mins still
14:47:50 <bwolfe> talking to tw in australia! :-)
14:47:56 <bwolfe> (they don't sound australian though)
14:48:56 <rafa> bwolfe: ahh that's the call. Nice! I'm happy to wait even 15 minutes for them :D
14:55:39 *** kishoreyekkanti has joined #openmrs
14:55:42 <bwolfe> ok, cpower, scrumtime?
14:56:23 <cpower> indeed!
14:56:23 <bwolfe> where is cpower?
14:56:29 <bwolfe> he was around here earlier...
14:56:38 <cpower> two chairs over...I see you...
14:56:49 *** djazayeri1 has joined #openmrs
14:56:53 <cpower> are we ready?
14:56:59 <cpower> Let's do it
14:57:04 <cpower> !scrumon cpower
14:57:04 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster cpower- you may begin when ready.
14:57:41 <cpower> Order: rafa, wyclif, venkaban, djazayeri1, bwolfe
14:57:48 *** djazayeri1 is now known as djazayeri
14:57:49 *** ChanServ sets mode: +o djazayeri
14:57:58 <rafa> Yesterday (missed the scrum):
14:57:58 <rafa> * Reviewed order-entry tickets
14:57:58 <rafa> * More testing of REST WS and fixes to RESTWS-246 - Resource documentation needs to describe "types" (i.e. subclass handlers)
14:57:58 <rafa> Today:
14:57:58 <rafa> * More testing of REST WS, entered and fixed
14:57:59 <rafa> RESTWS-263 - Cannot display the help page
14:57:59 <rafa> RESTWS-264 - Generate javadocs and sources while deploying artifacts to the maven repo
14:58:00 <rafa> * Entered TRUNK-3442 - Bean naming convention
14:58:00 <rafa> * Discovered REST WS fails to compile on 1.7, entered and fixed
14:58:01 <rafa> RESTWS-265 - The module fails to compile on JDK 1.7
14:58:01 <rafa> * Finalize releasing REST WS.
14:58:02 <rafa> Blockers: Can someone quickly look at my fix to RESTWS-265? Also I may be missing rights to upload the rest ws omod to the module repository. Who owns that and can give me rights?
14:58:30 <dkayiwa> :)
14:58:31 <dkayiwa> Committed: Revisit OrderValidator - TRUNK-3322
14:58:31 <dkayiwa> Committed: Add methods to OrderService for fetching orderables - TRUNK-3305
14:58:32 <dkayiwa> Now working on: Update orders.orderer columns from user ids to provider_ids - TRUNK-3326
14:58:32 <dkayiwa> No Blockers
14:59:19 <cpower> wyclif....
15:00:01 <wyclif> Thursday:
15:00:01 <wyclif> Responding to tickets comments and had a dicussion with rafa about status of order entry and next steps
15:00:01 <wyclif> dev call
15:00:01 <wyclif> completed HTML-121 - View schema is broken for html previewer
15:00:01 <wyclif> Helped venkata on iRC with some issues he had with order entry and openmrs test plugin
15:00:02 <wyclif> Code review Error logging tickets
15:00:04 <wyclif> Friday
15:00:06 <wyclif> Merging order entry branch to trunk today and create a 'giant' review as rafa steps into the swim lane in the meantime
15:00:09 <wyclif> TRUNK-3443 - Remove sessionForm=true from spring definition file
15:00:11 <wyclif> Weekly skype call with Dmitry
15:00:13 <wyclif> Pick up a swimlane ticket
15:00:15 <wyclif> Blockers: None
15:00:21 <venkaban> Made changes to the TRUNK - 3308 as per raf's comments.
15:00:47 <venkaban> Today complete the test case for TRUNK 3308(if anythign needs to be created)
15:00:52 <venkaban> No Blockers
15:01:04 <bwolfe> venkaban, you almost done with that? :_)
15:01:05 <bwolfe> :-)
15:01:13 <bwolfe> we need you on more tickets! :-)
15:01:32 <djazayeri> Thursday 14-Jun-2012
15:01:32 <djazayeri> * A million calls
15:01:32 <djazayeri> * Dev call
15:01:32 <djazayeri> * TW call
15:01:32 <djazayeri> * Leadership call
15:01:33 <djazayeri> * Call with Jon Payne re: MCL
15:01:34 <djazayeri> Friday 15-Jun-2012
15:01:34 <djazayeri> * TW Australia call
15:01:35 <djazayeri> * Update wiki pages for Concept Proposal module project for TW
15:01:35 <djazayeri> * I-TECH work
15:01:36 <djazayeri> no blockers
15:01:40 *** lh has joined #openmrs
15:01:40 *** lh has joined #openmrs
15:01:50 <bwolfe> a million?
15:01:55 <bwolfe> or a million + 2 ?
15:01:59 <venkaban> bwolfe, Yeah.....I need to finish up the test case excution for 3308
15:01:59 <dkayiwa> :D
15:02:23 <venkaban> bwolfe, Once I am done I will jump into the tickets you want me to work on
15:02:43 <bwolfe> venkaban, ok, if you are waiting on a review, you can work on other tickets
15:03:08 <bwolfe> if no sprint tickets, pick out a big fixing ticket. (choose from bug fixing swim lane wiki page / dashboard)
15:03:11 <bwolfe> my update:
15:03:11 *** pushkar_ has quit IRC
15:03:13 <bwolfe> Thursday
15:03:13 <bwolfe> attempted call with tw australia
15:03:13 <bwolfe> triaged a few tickets
15:03:13 <bwolfe> reviewed articles for gaurav
15:03:14 <bwolfe> dev call
15:03:16 <bwolfe> brain dump with kiran
15:03:18 <bwolfe> triage more tickets
15:03:20 <bwolfe> Friday
15:03:24 <bwolfe> emails
15:03:26 <bwolfe> call with tw australia
15:03:28 <bwolfe> time out tickets for sprint next week
15:03:30 <bwolfe> ?
15:03:32 <bwolfe> no blockers
15:03:39 <bwolfe> (I will probably end up triaging tickets and/or providing support for the rest of the day)
15:03:43 <cpower> anyone else...
15:04:06 <bwolfe> lakkarau?
15:04:11 <djazayeri> !ticket restws-265
15:04:13 <OpenMRSBot> djazayeri: [#RESTWS-265] The module fails to compile on JDK 1.7 - OpenMRS JIRA - https://tickets.openmrs.org/browse/restws-265
15:04:17 <venkaban> bwolfe, Ok
15:04:42 <bwolfe> lakkarau == uma lakkaraju in the merck office
15:04:43 *** pushkar has joined #openmrs
15:04:53 <bwolfe> perhaps she isn't awake yet. :-)
15:05:21 *** lakkarau has quit IRC
15:05:28 <venkaban> bwolfe, She is on her way perhaps to office as she needs to catch a train
15:05:28 <cpower> Summary: blockers: Rest-265
15:05:37 <cpower> No discussion points
15:05:50 <cpower> !scrumoff
15:05:50 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
15:05:55 <bwolfe> ok, we need to try and get uma onto the daily scrums. :-)
15:06:00 <bwolfe> perhaps a smartphone on the train?
15:06:04 <cpower> get her on a spront
15:06:07 <cpower> sprint
15:06:24 <venkaban> Ok I will let her know
15:06:29 <djazayeri> rafal, I guess that commit looks okay but it's hard to tell what's going on from just ~5 lines of context
15:06:46 <djazayeri> basically there was a setProperty(Object, …) method and we needed a setProperty(T, …) method?
15:06:48 *** diptanuc has quit IRC
15:07:11 <rafa> bwolfe: is more in the context :)
15:07:29 <djazayeri> is there a crucible review?
15:07:58 <rafa> djazayeri: yes, it's only that simple change
15:08:18 <djazayeri> So, from the snippet I'm seeing, I don't understand why you *also* had to add the setObjectProperty method
15:08:32 <djazayeri> i.e. why couldn't you just have the setProperty method keep doing the same thing, just take a T as input?
15:08:47 <rafa> djazayeri: see at the bottom
15:08:47 <djazayeri> If there's a good explanation for this, fine, I approve.
15:08:53 <rafa> djazayeri: I needed to call super.setProperty
15:09:07 <rafa> djazayeri: but that's not allowed if the method is setProperty(T,...)
15:09:19 <djazayeri> because super doesn't have T?
15:09:57 <djazayeri> If you say the compiler doesn't allow it, I believe you.
15:10:15 <rafa> djazayeri: yes the might compiler :)
15:10:41 <rafa> djazayeri: *mighty
15:10:55 <djazayeri> rafa: your openmrs id is raff, right?
15:11:01 <rafa> djazayeri: right
15:11:18 <djazayeri> I just made you an allowed editor on restws on the module repo
15:11:27 <rafa> djazayeri: thx
15:11:47 <rafa> I need to go eat now, cya later
15:12:02 <djazayeri> ciao
15:15:25 *** rafa has quit IRC
15:16:01 <kishoreyekkanti> downey: Hey Mike you there?
15:16:49 <bwolfe> argh, missed rafa
15:17:20 <bwolfe> djazayeri, it was the change I made last week. The userresource needs to pass in a NON T object (User instead of UserAndPassword I think)
15:17:28 <bwolfe> so I dropped that method down to just Object
15:17:36 <djazayeri> ah, okay
15:17:49 <bwolfe> I vote we remove T from that method and just use Object everywhere if the compiler is complaining
15:19:33 *** dkayiwa has quit IRC
15:20:10 <bwolfe> djazayeri, are you ready for a call about the dev/univ planning?
15:20:18 <djazayeri> yes
15:20:26 <djazayeri> I can talk for 30-35 mins now
15:20:32 <djazayeri> Shall we use FC?
15:20:39 <djazayeri> dev call line?
15:21:03 <djazayeri> bwolfe: ^^
15:22:09 <bwolfe> sure
15:22:10 * bwolfe calls in
15:37:09 *** kishoreyekkanti_ has joined #openmrs
15:39:39 *** kishoreyekkanti has quit IRC
15:40:29 *** magoo_ has quit IRC
15:41:13 *** kishoreyekkanti_ has quit IRC
15:48:54 *** lh has quit IRC
15:52:22 *** pushkar_ has joined #openmrs
15:56:37 *** pushkar has quit IRC
16:06:32 *** suranga has joined #openmrs
16:06:32 *** ChanServ sets mode: +v suranga
16:18:48 *** lh has joined #openmrs
16:19:21 *** bwolfe has quit IRC
16:21:39 *** pushkar_ has quit IRC
16:22:03 *** pushkar_ has joined #openmrs
16:24:03 *** pushkar has joined #openmrs
16:25:41 *** pushkar has quit IRC
16:26:32 *** pushkar has joined #openmrs
16:32:34 *** bwolfe has joined #openmrs
16:32:34 *** ChanServ sets mode: +o bwolfe
16:34:32 *** jordank has joined #openmrs
16:34:41 *** applecool has joined #openmrs
16:34:41 *** ChanServ sets mode: +v applecool
16:35:02 <applecool> !seen rafa
16:35:02 <OpenMRSBot> applecool: rafa was last seen in #openmrs 1 hour, 23 minutes, and 14 seconds ago: <rafa> I need to go eat now, cya later
16:38:13 *** snoppy has quit IRC
16:38:39 *** snoppy has joined #openmrs
16:45:01 *** pushkar has quit IRC
17:03:47 *** cpower has quit IRC
17:05:18 *** jordank has quit IRC
17:06:33 *** applecool has quit IRC
17:09:20 *** pulasthi7 has joined #openmrs
17:10:49 <pulasthi7> hi suranga
17:12:11 *** applecool has joined #openmrs
17:12:11 *** ChanServ sets mode: +v applecool
17:16:55 *** cpower has joined #openmrs
17:17:59 *** finbrein has joined #openmrs
17:24:28 *** applecool has quit IRC
17:26:47 *** rfriedman has quit IRC
17:27:35 *** cpower has quit IRC
17:30:13 *** applecool has joined #openmrs
17:30:13 *** ChanServ sets mode: +v applecool
17:31:51 *** pulasthi7 has quit IRC
17:40:14 *** goutham has joined #openmrs
17:46:23 <snoppy> wyclif: ping)
17:46:38 *** jordank has joined #openmrs
17:46:41 *** goutham has quit IRC
17:47:10 *** goutham has joined #openmrs
17:48:41 <snoppy> wyclif: Can you go to skype now?
18:00:30 *** wluyima has joined #openmrs
18:00:32 *** wyclif has quit IRC
18:01:56 <wluyima> hi snoppy
18:02:06 <wluyima> let me restart my machine and we are good to go
18:02:22 *** wluyima has quit IRC
18:02:26 <snoppy> wluyima: ok
18:09:21 *** mvorobey has joined #openmrs
18:10:17 *** applecoo_ has joined #openmrs
18:11:46 *** applecoo_ is now known as applecool_
18:11:53 *** wyclif has joined #openmrs
18:12:31 *** snoppy has left #openmrs
18:13:13 *** applecool has quit IRC
18:15:01 *** applecool_ is now known as applecool
18:15:02 *** ChanServ sets mode: +v applecool
18:16:13 *** kreddy has quit IRC
18:16:38 *** snoppy has joined #openmrs
18:17:27 <snoppy> wyclif: Did you hear me?
18:18:11 <venkaban> dkayiwa, Hi
18:20:09 <venkaban> wyclif, Hi
18:21:00 <venkaban> wyclif, is there a test file that checks for individual arguments for getOrders, I think there should be one but couldnt recollect
18:23:47 *** kreddy has joined #openmrs
18:25:09 *** lakkarau has joined #openmrs
18:29:32 *** applecool has quit IRC
18:29:50 *** goutham is now known as goutham_vvln
18:30:19 <elliott_w> hey, quick design opinion: which icon makes more sense with each button? filled-in icon on "Subscribe" and unfilled icon on "Unsubscribe" or vice versa? (I'm working on openmrs id & mailing list integration) http://cl.ly/3w341x072j3d273h400g
18:32:40 *** applecool has joined #openmrs
18:32:40 *** ChanServ sets mode: +v applecool
18:36:34 *** mansi has quit IRC
18:42:00 <wyclif> hi venkaban
18:42:25 <venkaban> wyclif, Hi buddy
18:42:36 <venkaban> wyclif, did you see my previous messgae?
18:42:38 <wyclif> hi
18:42:58 <wyclif> venkaban, i don't get it well
18:42:58 <venkaban> wyclif, is there a test file that checks for individual arguments for getOrders, I think there should be one but couldnt recollect
18:44:44 <suranga> hi kreddy
18:45:08 <suranga> kreddy, saw that u had pinged me...
18:47:41 <djazayeri> who is the bugfixer this week?
18:47:41 *** snoppy has left #openmrs
18:48:17 <venkaban> wyclif, you there?
18:48:47 *** mvorobey has quit IRC
18:49:15 *** james_regen has left #openmrs
18:52:50 *** kishoreyekkanti has joined #openmrs
18:59:59 *** maurya has joined #openmrs
19:00:41 *** ChanServ sets mode: +v maurya
19:01:15 <maurya> djazayeri, got a minute?
19:01:24 <djazayeri> maurya: yes
19:03:34 <maurya> djazayeri, the whole html formentry supports only a single answer for a single concept id..so when i'm saving all the observations only the last observation is being retrieved for viewing and editing the form
19:04:05 <maurya> (incase of the dynamic list entry widget)
19:04:44 *** kishoreyekkanti has quit IRC
19:04:46 <djazayeri> maurya: in the submission handler, are you creating multiple ObsToCreate?
19:05:28 <maurya> yes..i'm using a loop and they are being persisted in the database fine..
19:05:50 <djazayeri> okay, so is the problem in viewing/editing them?
19:05:58 <maurya> yes..
19:06:36 <maurya> i'm a little confused as to where to begin..
19:06:57 <djazayeri> maurya: it should be somewhere around the call to removeExistingObs
19:07:08 <djazayeri> that fetches a single obs from the pool of "available obs".
19:07:29 <djazayeri> I guess you need to loop there also
19:07:38 <maurya> yes but it will be setting the initial value..
19:08:10 <maurya> so i should be using a collection of initial values?
19:08:25 <djazayeri> maurya: I guess so
19:09:02 <djazayeri> won't you have multiple widgets?
19:09:56 <maurya> no,i'm creating the multiple observations dynamically not creating multiple widgets ..
19:12:03 <djazayeri> maurya: the first time, yes
19:12:27 <djazayeri> maurya: but when you're redisplaying it, do you want the same thing?
19:13:05 <djazayeri> maurya: either you're going to need multiple widgets, or you're going to need to change the widget (or create a new one) to allow you to give it multiple values.
19:13:52 <djazayeri> maurya: I think creating multiple widgets, or a special RepeatingWidget that holds other widgets, is the better way to go, for re-display purposes.
19:14:08 <maurya> djazayeri, no no..multiple widgets must be there but everytime a form is retrieved it is retrieved from the original htmlform
19:14:34 <maurya> not from the newly created form instance
19:15:34 <maurya> i was about to ask you this:)
19:16:36 <djazayeri> maurya: Right, I mean that if you are re-displaying the form, in either edit or view mode, it seems like you would want (something) that has a list widgets for all the existing values.
19:16:58 <djazayeri> maurya: I don't understand what you mean about "original html form" vs "newly created form instance"
19:18:09 <maurya> original form is the original schema of the form and the newly created form instance is the dynamic form with new elements
19:18:51 <maurya> djazayeri, so while in view or edit mode the form is being rendered from the original schema
19:19:28 <maurya> and the corresponding single answerconcept values are being retrieved for the elements
19:21:03 <maurya> djazayeri, where should we create the multiple widgets?
19:21:23 <djazayeri> maurya: I still don't understand what the "newly created form instance" is then
19:21:51 <djazayeri> maurya: you'd instantiate it in the prepareWidgets method
19:22:47 <maurya> djazayeri, my bad..there is no newly created form instance..it's the only html form that we see in our browser that i meant..only the data is stored directly.
19:23:19 *** mvorobey has joined #openmrs
19:30:09 <maurya> djazayeri, "existingObs = context.removeExistingObs(concept, answerConcept);" (186 line in obsSubmissionElement) we call this in a loop but still this will be a single obsSubmissionElement so can we register multiple widgets here?
19:30:53 <djazayeri> maurya: I think you might need to create a new kind of widget, that is a container for multiple other widgets
19:31:23 <djazayeri> maurya: or else change the ObsSubmissionElement class to support a list for valueWidget. But that sounds like it would change a lot of code
19:32:08 *** bmamlin has joined #openmrs
19:32:09 *** applecool has quit IRC
19:32:38 <maurya> djazayeri, okay, first option sounds good but that shouldn't be inherited from the widget interface right?
19:33:03 <djazayeri> maurya: I think it should
19:33:29 <djazayeri> that way you can do something like valueWidget = new ContainerWidget(...)
19:33:33 <djazayeri> without having to rewrite lots of code
19:33:48 <djazayeri> but I haven't thought it through in depth
19:35:55 <maurya> djazayeri, okay, i was thinking about the setInitialValue mathod to be implemented..okay..i'll try it out, thanks:)
19:37:07 <djazayeri> maurya: setInitialValue should take a collection, I guess, and call setInitialValue on the widgets it contains
19:37:34 <maurya> djazayeri, okay
19:40:26 *** bmamlin has quit IRC
19:43:30 *** kreddy has quit IRC
19:55:21 *** rfriedman has joined #openmrs
19:56:40 <rfriedman> bwolfe, sorry I had to leave, am going to have to leave again soon. Did I tell you that the error comes when it tries to find a component of m2eclipse to install?
20:01:26 <bwolfe> no
20:01:31 <bwolfe> did you uncheck that one?
20:01:34 <bwolfe> or choose less of that one?
20:02:52 <rfriedman> there was one piece i didn't take, it was on top of logging or something like that
20:04:28 <rfriedman> the error was about a missing dependency ,bwolfe
20:05:02 <bwolfe> so you had to check more boxes?
20:05:20 <rfriedman> no, that one said optional
20:05:50 <rfriedman> i went to the sonatype site and followed a couple of paths to m2eclipse and used the addresses given and they still gave the errror
20:06:30 <rfriedman> i also tried to install it when you get to the import page and it gives you a link to the marketplace
20:06:43 <rfriedman> i explicitly added the site to my list of sites in preferences
20:07:06 <rfriedman> so it's finding the package, it's not finding a subpackage
20:12:01 <rfriedman> bwolfe, gotta run, if you have any ideas, pls send to r dot friedman at mindspring dot com or to impl list w/cc to me tks
20:13:00 <bwolfe> I don't have any further ideas. :-(
20:13:13 <bwolfe> but if you write to the dev list you might get responses from recent installations
20:15:33 *** mvorobey has quit IRC
20:29:17 *** elliott_w has quit IRC
20:37:56 *** goutham_vvln has quit IRC
21:00:24 *** maurya has quit IRC
21:01:19 *** jordank has quit IRC
21:02:34 <djazayeri> bwolfe: thanks for verifying TRUNK-3437 (about parent roles)
21:02:39 <djazayeri> any chance you're about to look into it?
21:06:03 <bwolfe> djazayeri, I was not
21:06:13 <bwolfe> I'm on a triage kick, so am just setting things ready for work
21:06:23 <djazayeri> okay, I'll label it itech-blocker to look into at some point
21:06:32 <djazayeri> before july 11
21:08:22 *** wyclif has quit IRC
21:09:40 <bwolfe> I made it a blocker, so ideally its done early next week
21:13:46 *** lakkarau has quit IRC
21:22:16 *** lakkarau has joined #openmrs
21:27:58 *** lakkarau has quit IRC
21:28:28 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: http://t.co/x5ymYPvq is currently unavailable. Engineers are working to restore service. Thanks for your patience! http://t.co/VKbrtoOV <http://twitter.com/OpenMRS/statuses/213732277446905856>
21:35:17 *** bwolfe has quit IRC
21:50:00 *** suranga has quit IRC
22:02:11 *** downey has quit IRC
22:11:29 *** jordank has joined #openmrs
22:24:44 *** diptanuc has joined #openmrs
22:43:47 *** diptanuc has quit IRC