IRC Chat : 2012-03-05 - OpenMRS

01:12:30 *** harshadura has joined #openmrs
01:29:57 <harshadura> hi anyone thr
01:30:52 <harshadura> hi bwolfe
03:17:19 *** upul` has joined #openmrs
03:17:19 *** ChanServ sets mode: +v upul`
04:22:57 *** suranga has joined #openmrs
04:57:12 *** harshadura has quit IRC
04:57:27 *** harshadura has joined #openmrs
05:13:35 *** bryq has joined #openmrs
05:13:35 *** ChanServ sets mode: +v bryq
05:13:36 *** bryq1 has joined #openmrs
05:13:38 *** bryq2 has joined #openmrs
05:14:13 *** bryq has quit IRC
05:14:15 *** bryq1 has quit IRC
05:26:58 *** harshadura has quit IRC
05:35:04 *** suranga has quit IRC
05:55:46 *** bryq2 has quit IRC
06:09:42 *** djazayeri has quit IRC
06:49:10 *** djazayeri has joined #openmrs
06:49:10 *** ChanServ sets mode: +o djazayeri
07:35:12 *** dkayiwa has joined #openmrs
07:48:45 *** harshadura has joined #openmrs
07:49:29 *** harshadura has quit IRC
07:49:40 *** harshadura has joined #openmrs
07:49:44 *** dkayiwa has quit IRC
07:53:49 *** dkayiwa has joined #openmrs
08:21:17 <harshadura> hi anyone thr
08:51:24 *** dkayiwa has quit IRC
09:01:16 *** upul` has quit IRC
09:05:13 *** rafa has joined #openmrs
09:05:13 *** ChanServ sets mode: +v rafa
09:10:38 *** suranga has joined #openmrs
09:26:32 *** suranga has quit IRC
09:34:51 *** mvorobey has joined #openmrs
09:34:59 <mvorobey> hi all
09:58:28 *** harshadura has quit IRC
10:20:05 *** harshadura has joined #openmrs
10:32:24 *** dkayiwa has joined #openmrs
10:55:29 *** dkayiwa has quit IRC
11:12:13 *** Thiwanka has joined #openmrs
11:17:08 *** bwolfe has quit IRC
11:21:08 *** maurya has joined #openmrs
11:32:15 *** joannac_ has joined #openmrs
11:33:55 *** joannac_ has left #openmrs
11:59:08 *** james_regen has joined #openmrs
11:59:08 *** ChanServ sets mode: +v james_regen
12:02:26 *** suranga has joined #openmrs
12:17:31 *** maurya has quit IRC
12:25:05 *** suranga has quit IRC
12:39:24 *** bwolfe has joined #openmrs
12:39:24 *** ChanServ sets mode: +o bwolfe
12:40:57 <bwolfe> harshadura, still need help?
12:41:31 <harshadura> hi bwolfe
12:42:07 <harshadura> yeah im lil bit stuck with Personformcontroller part
12:42:15 <harshadura> pls can u guide hw to do that
12:42:30 <harshadura> i already done the other stuff
12:42:41 <harshadura> view and the db things are done
12:50:10 *** wyclif has quit IRC
12:53:49 <bwolfe> harshadura, remind me what you're working on?
12:57:35 *** pushkar has joined #openmrs
12:59:01 <harshadura> bwolfe : https://tickets.openmrs.org/browse/TRUNK-2768
13:00:04 <bwolfe> ok, so whats the error on PersonFormController? Or what are you trying to do? I can give you a hint in the right direction. :-)
13:02:37 <harshadura> I am trying to figure out how to save the deathdate text into the db?
13:03:43 <harshadura> sorry for bothering im lil bit new to spring stuff :)
13:08:10 <bwolfe> if you put the spring tags around the input elements ont he jsp page spring automatically will put the value onto the Person object
13:08:23 <bwolfe> so then you just have to call personService.savePerson(p)
13:22:57 <harshadura> ok bwolfe thx
13:23:46 *** maurya has joined #openmrs
14:07:06 *** Thiwanka has quit IRC
14:16:25 *** downey has joined #openmrs
14:16:25 *** ChanServ sets mode: +o downey
14:16:25 *** OpenMRSBot sets mode: +o downey
14:17:56 *** maurya has quit IRC
14:17:56 *** chopin_ has joined #openmrs
14:18:41 <chopin_> hey bwolfe, djazayeri ... In https://wiki.openmrs.org/display/docs/REST+Web+Services+API I don't see a reference to v=custom but I know that's an option ... where do I find out how to format that, and should it go on that page (or is it a secret until the next version is released)?
14:18:42 <OpenMRSBot> <http://ln-s.net/8zTB> (at wiki.openmrs.org)
14:19:50 <djazayeri> chopin_: it's not implemented yet, but there's a patch on a ticket that includes some of the first steps
14:20:19 <chopin_> djazayeri, ah that's the other ticket i was hoping to work on
14:20:26 <djazayeri> !ticket restws-143
14:20:27 <OpenMRSBot> djazayeri: [#RESTWS-143] Observations in the obs property of EncounterResource dont need person or encounter properties - OpenMRS JIRA - https://tickets.openmrs.org/browse/restws-143
14:20:32 <djazayeri> (on a call now)
14:20:33 <chopin_> djazayeri, because i need custom _and_ need it to work w/ lists
14:20:38 <chopin_> kthx
14:22:19 *** bwolfe has quit IRC
14:30:09 <chopin_> djazayeri, (when you're free): i need to know if there is a RESTWS ticket to implement something like http://localhost:8080/openmrs/ws/rest/v1/encounter/12345?v=custom:FULL:obs|DEFAULT:encounterType,provider
14:30:22 <chopin_> djazayeri, and if not ... i need to create it and start working on it
14:34:15 *** dkayiwa has joined #openmrs
14:34:18 *** bwolfe has joined #openmrs
14:34:18 *** ChanServ sets mode: +o bwolfe
14:37:26 *** wyclif has joined #openmrs
14:40:03 <chopin_> bwolfe, are there tests (somewhere) on BaseCrudController (in RESTWS)?
14:40:16 <chopin_> i see individual tests on various implementations
14:40:18 <bwolfe> dunno
14:41:05 *** dkayiwa has quit IRC
14:42:36 <chopin_> k :-)
14:42:49 *** dkayiwa has joined #openmrs
14:54:06 *** bryq has joined #openmrs
14:54:06 *** ChanServ sets mode: +v bryq
15:06:37 *** bwolfe has quit IRC
15:07:36 <djazayeri> downey: FYI, the resolutions for "Cancel Issue" don't seem to work right.
15:08:19 <djazayeri> E.g. I just did a cancel issue on TRUNK-2781 and I was careful to choose "Change Implemented", but it now shows up as "Cannot Reproduce"
15:08:56 <djazayeri> downey: and the last couple times I cancelled an issue (with different reasons) I remember it showing a resolution != the one I chose
15:10:56 <downey> djazayeri: Hmm, OK. But how can an issue be cancelled if it ended up being implemented?
15:12:26 <djazayeri> downey: in this case the issue was solved as a side-effect of another ticket
15:13:30 <djazayeri> downey: you tell me what the right way to close that is. :-) but regardless, whatever reason I choose, it never seems to get stored right.
15:19:57 <downey> djazayeri: i think that's because the assumption was if something fails the triage, it would be because it wasn't a valid bug. but i think that was a flawed assumption we made :)
15:20:18 *** bwolfe has joined #openmrs
15:20:18 *** ChanServ sets mode: +o bwolfe
15:20:25 <djazayeri> oh, because I did cancel from "needs assessment" rather than ready-for-work?
15:20:43 <downey> djazayeri: sort of, but even there, a cancel would become a resolution of "won't fix"
15:21:07 <downey> djazayeri: i think i'll re-work the cancellation popup screen
15:44:37 <chopin_> djazayeri, did you code up ConceptResource in RESTWS? wondering why "retired" property works there but not in MetadataDelegatingCrudResource
15:49:52 *** dawn_ has joined #openmrs
15:50:47 *** ChanServ sets mode: +v dawn_
15:56:47 *** MarkG has joined #openmrs
15:58:46 *** pushkar has quit IRC
15:59:47 <MarkG> @djazayeri,dkayiwa: don't know if you've had the discussion yet, but looks like in the repo logic 0.5.1 is in org.openmrs.module
16:00:06 <dkayiwa> MarkG: yes that is true
16:00:50 <dawn_> !scrumon dawn
16:00:50 * 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 dawn- you may begin when ready.
16:01:04 <MarkG> i couldn't find logic 0.5... however, i would assume it is still in org.openmrs, because when i try to start patient flags in core 1.6.5 or 1.8.x (which use logic 0.5) the module starts if the dependency is on org.openrs.logic, but not if it is on org.openmrs.module.logic
16:01:17 <dawn_> bwolfe: djazayeri rafa dkayiwa mvorobey and wyclif : hi! i hope you all had a nice weekend :)
16:01:31 <dkayiwa> Aloha dawn_ :)
16:01:46 <dawn_> Today's order: bwolfe , rafa , dkayiwa , wyclif , djazayeri , and mvorobey (if you have updates to provide) :)
16:01:53 <djazayeri> hi
16:02:02 <mvorobey> dawn_: hi
16:02:29 <dawn_> bwolfe: are you ready?
16:02:35 <bwolfe> today:
16:02:35 <bwolfe> emails
16:02:35 <bwolfe> writeup motech integration
16:02:35 <bwolfe> call with jembi
16:02:35 <bwolfe> triaged 3 tickets
16:02:35 <bwolfe> reviewed a few long-standing tickets
16:02:59 <bwolfe> todo later: review sprint tickets, knock out a bunch of Needs Assessment tickets
16:03:02 <bwolfe> no blockers
16:03:31 <rafa> hi
16:03:39 <rafa> Today:
16:03:40 <rafa> * META-207: Use standard number representation instead of Locale.US
16:03:40 <rafa> https://tickets.openmrs.org/browse/META-207
16:03:40 <rafa> * META-201: When an import is set to ImportType.PREFER_THEIRS, import fails when there's a ConceptNumeric trying to overwrite a Concept (and vice versa).
16:03:40 <rafa> https://tickets.openmrs.org/browse/META-201
16:03:41 <rafa> * META-209: Concept merge creates duplicate concept mappings
16:03:41 <rafa> https://tickets.openmrs.org/browse/META-209
16:03:42 <rafa> * Investigated further on TRUNK-3103: Adding a new concept name fails
16:03:42 <rafa> No blockers.
16:03:52 <dkayiwa> Back ported to 1.9 and closed: Liquibase changeset 20100426-1947 fails when upgrading from 1.6 - TRUNK-3031
16:03:52 <dkayiwa> Reviewed: Need to use the new provider API to get the list of providers - XFRM-47
16:03:52 <dkayiwa> Did some troubleshooting about why the patientflags module does not run on 1.9
16:03:53 <dkayiwa> Now doing the release testing as found at: https://wiki.openmrs.org/display/docs/Testing+Releases
16:03:53 <dkayiwa> No Blockers
16:04:18 <bwolfe> rafa, I thought there was only one META ticket needed...
16:04:37 <bwolfe> dkayiwa, 1.9 rc eta?
16:04:40 <rafa> bwolfe: yeah one blocker
16:04:49 <dawn_> wyclif: your turn
16:04:49 <rafa> bwolfe: other were lower priority
16:04:58 *** IamNewbie has joined #openmrs
16:04:59 <rafa> bwolfe: I did them too
16:05:02 <wyclif> Friday:
16:05:02 <wyclif> * Complete XFRM-47 - Need to use the new provider API to get the list of providers
16:05:02 <wyclif> * RCM-77 - Cohort builder shows voided encounters
16:05:02 <wyclif> * Had skype chat with Darius in relation to TRUNK-3108 to correct the way provider identifiers are resolved
16:05:02 <wyclif> Today:
16:05:03 <wyclif> * Fix a TODO for XFRM-47 where i was waiting for daniel's response
16:05:04 <downey> Hi IamNewbie and welcome to the #openmrs IRC channel.
16:05:05 <wyclif> * Complete RCM-77 - Cohort builder shows voided encounters
16:05:07 <wyclif> * HTML-13 - htmlformentry: Allow customization of separator characters between radio buttons
16:05:09 <wyclif> Blockers: none
16:06:10 <dawn_> djazayeri: are you ready?
16:06:48 <djazayeri> Friday 2-Mar-2012
16:06:48 <djazayeri> * reviewed TRUNK-337
16:06:48 <djazayeri> * talked with Wyclif about provider identifiers for HL7
16:06:48 <djazayeri> * tried to get patient flags running in 1.9 RC
16:06:48 <djazayeri> * reviewed (several tickets)
16:06:49 <djazayeri> * committed something, I think. :-)
16:06:50 <djazayeri> Today
16:06:50 <djazayeri> * call with Jembi devs
16:06:51 <djazayeri> * call with PIH devs
16:06:51 <djazayeri> * helping a Rwandan dev with the reporting module
16:06:56 <djazayeri> * sprint tickets
16:07:12 <djazayeri> (sorry, I didn't actually take notes on what I did on friday…)
16:07:30 <djazayeri> discussion point: patient flags, logic, and 1.9 RC
16:07:36 <dawn_> djazayeri: any blockers?
16:07:47 <dawn_> mvorobey: do you have any updates you want to provide? :)
16:07:49 <djazayeri> no blockers
16:07:49 <mvorobey> today:
16:07:57 <mvorobey> Today:
16:07:58 <mvorobey> Re-working of Charles Naut's old patch for TRUNK-9
16:08:02 <mvorobey> No blokers
16:08:19 <dawn_> thanks!
16:08:37 <dawn_> For the discussion points, i think patient flags and 1.9 first….logic we can get to after that
16:08:38 <dawn_> sound good?
16:08:43 <dawn_> !scrumoff dawn
16:08:43 * 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.
16:09:21 <djazayeri> dawn_: all the same discussion actually
16:09:59 <dawn_> dkayiwa: can you give us an update on the patient flags module and 1.9 release?
16:10:01 <dawn_> djazayeri: k
16:10:25 <dkayiwa> dawn_: we need to discuss on the way forwad
16:11:00 <dkayiwa> dawn_: that is in how to best address the patientflags/logic package issue
16:11:27 <bwolfe> do we know why it was changed in the first place? if incidental, change it back
16:11:34 <bwolfe> less meaningless change the better
16:11:49 <dkayiwa> wyclif: we have not changed it yet
16:12:03 <MarkG> it did get changed a some point...
16:12:04 <djazayeri> MarkG: (FYI, conversation relevant to you)
16:12:05 <dkayiwa> bwolfe: it is still the same was as it has always been
16:12:17 <dkayiwa> MarkG: oh
16:12:26 <MarkG> i noticed that the maven groupId was "org.openmrs.module.logic"
16:12:27 <wyclif> dkayiwa, changed what?
16:12:28 <djazayeri> where does logic live in mvn now?
16:12:43 <bwolfe> in mvn or svn?
16:12:46 <dkayiwa> wyclif: logic package i think
16:13:18 <MarkG> @djazayeri: when you say "now", you mean logic 0.5.1?
16:13:26 <MarkG> in mvn it is in org.openmrs.module.logic
16:13:45 <MarkG> but we should abandon that if we feel it is wrong
16:15:26 <djazayeri> MarkG: is it all in one place in our nexus repo?
16:15:37 <djazayeri> e.g. is 0.5.1 in a different place than 0.5 was?
16:15:44 <MarkG> i only see 0.5.1... i haven't found the rest...
16:15:50 <MarkG> so, no, 0.5.1 is in a different place
16:15:59 <MarkG> logic 0.5 was released pre-maven, right?
16:16:08 <dkayiwa> djazayeri: MarkG mvn started with logic 0.5.1
16:16:22 <djazayeri> http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/logic/0.5/
16:16:25 <dkayiwa> MarkG: yes
16:16:35 <djazayeri> 0.4 and 0.5 are here
16:16:53 <dkayiwa> dkayiwa: i think they were uploaded manually
16:17:03 <MarkG> i would suspect that the the error came into play when the module was mavenized
16:17:26 <djazayeri> and logic 0.5.1 is at http://mavenrepo.openmrs.org/nexus/content/repositories/modules/org/openmrs/module/logic/0.5.1/
16:17:33 <djazayeri> public vs modules
16:18:18 <djazayeri> okay, so that's maven
16:18:41 <bwolfe> that shouldn't matter though, right?
16:18:46 <djazayeri> but dkayiwa, MarkG: where it lives for maven, and where it's defined in config.xml shouldn't matter, right?
16:18:50 <djazayeri> (bwolfe, exactly)
16:19:07 <MarkG> you mean they shouldn't be dependent?
16:19:12 <MarkG> one is set by the other...
16:19:16 <MarkG> not that they need to be...
16:20:08 <MarkG> <MODULE_PACKAGE>${project.parent.groupId}.${project.artifactId}</MODULE_PACKAGE>
16:20:17 <MarkG> this seems like correct behavior to me...
16:20:20 <bwolfe> so if the logic omod has always declared its package as org.openmrs.module.logic, why is patient flags not using that? we MUST have changed that
16:20:40 <djazayeri> bwolfe: I think it probably did not used to do that
16:20:41 <MarkG> right, when it was mavenized...
16:20:49 <dkayiwa> bwolfe: it has always declared it as org.openmrs.logic
16:20:50 <djazayeri> it probably changed _to_ that when mavenizing
16:21:03 <MarkG> yes, djazayeri is correct...
16:21:20 <djazayeri> so basically, let's change the id/name/package in config.xml to be (hardcoded?) to the right values
16:21:21 <dkayiwa> bwolfe: and that is why patientflags also uses a requires of org.openmrs.logic
16:21:31 <djazayeri> and leave them what they used to b
16:21:58 <MarkG> is there any reason we don't want to change the groupId to org.openmrs as well?
16:22:02 <bwolfe> yes, hard code them back, I'm fine with that. logic is this half-breed anyway...
16:22:17 <MarkG> i vote that we change groupId
16:22:31 <djazayeri> MarkG: from what to what?
16:22:50 <MarkG> groupId should change from org.openmrs.module to org.openmrs
16:23:09 <djazayeri> MarkG: but it's org.openmrs.module for all other modules, right?
16:23:28 <MarkG> yes, but also all other modules have a java package of org.openmrs.module.moduleName
16:23:28 <dkayiwa> djazayeri: yes
16:23:37 <MarkG> while logic has a java package of org.openmrs.logic
16:23:44 <MarkG> so it is already inconsistent
16:23:57 <djazayeri> I think that we should publish the maven artifact alongside other modules
16:24:06 <djazayeri> and I think we should not change the java package.
16:24:44 <MarkG> we could do that, but it seems confusing that the groupId doesn't match the java package...
16:24:45 <djazayeri> therefore I think we should have inconsistency *within* the module. I.e. leave the groupId with a module in it, and change config.xml to explicitly declare the same old java package.
16:25:19 <bwolfe> agreed
16:25:29 <bwolfe> logic will be retired in a version or so anyway
16:25:37 <bwolfe> no reason to cause headaches for consistincy's sake
16:25:48 <dkayiwa> :)
16:26:03 <djazayeri> has logic 0.5.1 been released yet?
16:26:12 <MarkG> okay, i can live with that...
16:27:01 <dkayiwa> djazayeri: yes
16:27:24 <djazayeri> Okay, then we need to release logic 0.5.2 with the right config.xml (and delete 0.5.1 from the repo)
16:27:33 <djazayeri> the module repo, I mean
16:28:55 *** dawn_ has quit IRC
16:29:39 <djazayeri> dkayiwa: cool?
16:29:54 <djazayeri> dkayiwa: you can assign that to someone.
16:30:15 <dkayiwa> djazayeri: oh yes. do you have some time for it? :)
16:30:27 <djazayeri> okay
16:30:37 <dkayiwa> djazayeri: thanks!!!
16:31:12 <djazayeri> dkayiwa: is this the only remaining thing for the RC?
16:31:21 <dkayiwa> djazayeri: yes
16:31:42 <dkayiwa> djazayeri: after my release testing
16:31:55 <dkayiwa> djazayeri: which am doing now
16:35:16 *** Thiwanka has joined #openmrs
16:35:26 <downey> Hi Thiwanka and welcome to the #openmrs IRC channel.
16:35:40 <djazayeri> dkayiwa:
16:35:43 <djazayeri> !ticket logic-99
16:35:45 <OpenMRSBot> djazayeri: [#LOGIC-99] Logic 0.5.1 has the wrong modulePackage declared in config.xml - OpenMRS JIRA - https://tickets.openmrs.org/browse/logic-99
16:36:00 <Thiwanka> hi, anyone can help me??
16:36:08 *** MarkG has left #openmrs
16:37:59 <dkayiwa> djazayeri: what will happen to the current logic tickets scheduled for 0.5.2?
16:38:11 <dkayiwa> djazayeri: will they be bumped to 0.5.3?
16:38:11 <djazayeri> they'll go to 0.5.3
16:38:17 <dkayiwa> djazayeri: ok
16:38:31 <dkayiwa> Thiwanka: here you just ask and anyone can respond to you :)
16:39:11 <Thiwanka> yes
16:39:12 *** IamNewbie has quit IRC
16:39:28 <dkayiwa> djazayeri: ok cool. just tell me when you are done and i bundle it
16:43:28 *** guest__ has joined #openmrs
16:43:41 <downey> Hi guest__ and welcome to the #openmrs IRC channel.
16:45:45 <harshadura> hi bwolfe u thr
16:54:54 <mvorobey> djazayeri, bwolfe: can you tell me if PersonService saves underlying attributes and addresses of person by cascade or I need to call separate methods of that service to save them??
17:02:49 <mvorobey> looking at the Person and Patient hbm.xml mapping files and I can say that it really does it, so no need answer more :)
17:08:43 *** pushkar has joined #openmrs
17:09:56 <pushkar> bwolfe: I have a question about merging of people
17:16:39 <dkayiwa> hi rafa
17:16:45 <rafa> dkayiwa: hi
17:16:50 <dkayiwa> rafa: which operating system are you running?
17:16:56 <rafa> dkayiwa: win 7
17:17:09 <dkayiwa> rafa: can you run the 1.9 standalone beta without any errors
17:17:11 <dkayiwa> ?
17:17:38 <rafa> dkayiwa: I think I've tried it and it was okay
17:17:45 <rafa> dkayiwa: do you want me to test RC?
17:17:46 <dkayiwa> rafa: ok
17:18:20 <dkayiwa> rafa: will tell you when uploaded
17:19:14 <dkayiwa> hi wyclif
17:19:22 <wyclif> hi djazayeri
17:19:28 <dkayiwa> wyclif: hahaha
17:19:31 <wyclif> sorry! djazayeri
17:19:34 <dkayiwa> wyclif: :)
17:19:34 <wyclif> hi dkayiwa
17:19:53 <dkayiwa> wyclif: were you able to run 1.9 standalone beta on ubuntu without errors?
17:19:54 <wyclif> both your names start with d
17:20:53 <wyclif> hmm
17:20:56 <dkayiwa> :)
17:21:29 <wyclif> dkayiwa, i recall testing the standalone but not sure if it was against 1.9
17:21:35 <dkayiwa> wyclif: am trying it here on unbuntu and getting mysql-pid file not found
17:21:47 <wyclif> dkayiwa, hmm
17:23:00 <dkayiwa> wyclif: ok
17:24:47 <wyclif> can you test the fix i made to xform for providers?
17:24:52 <wyclif> dkayiwa, can you test the fix i made to xform for providers?
17:25:13 <dkayiwa> wyclif: will do that
17:25:30 <dkayiwa> after 1.9 RC :)
17:25:34 <wyclif> ok
17:26:04 <dkayiwa> wyclif: will do so
17:31:02 *** Thiwanka has quit IRC
17:42:44 *** guest__ has quit IRC
17:49:51 *** iamnewbie has joined #openmrs
17:57:45 <dkayiwa> wyclif: which version of ubuntu are you running?
17:58:09 <wyclif> 11.04
17:58:19 <wyclif> dkayiwa, 11.04
17:58:25 <dkayiwa> wyclif: ok
18:00:14 *** rafa has quit IRC
18:02:08 *** iamnewbie has quit IRC
18:21:41 *** pushkar has quit IRC
18:26:19 *** Prasanna has joined #openmrs
18:26:25 <downey> Hi Prasanna and welcome to the #openmrs IRC channel.
18:26:52 *** pushkar has joined #openmrs
18:26:53 *** Vishal has joined #openmrs
18:27:04 <downey> Hi Vishal and welcome to the #openmrs IRC channel.
18:27:09 *** rafa has joined #openmrs
18:27:09 *** ChanServ sets mode: +v rafa
18:27:29 <Vishal> Thanks a lot @downey
18:28:04 <pushkar> djazayeri: I have a question about merging of persond
18:28:11 <pushkar> *persons
18:28:17 <djazayeri> pushkar: on a call now
18:28:22 <djazayeri> but maybe someone else can answer?
18:28:27 <Vishal> Actually I was pretty interested in participating in GSoC under this group
18:29:19 <Prasanna> hi, i'm new to open mrs. I have tried to check out open mrs using maven in eclipse. when doing that it shows an error " URL access forbidden for unknown reason svn: access to 'http://svn.openmrs.org/openmrs/trunk' forbidden" can anyone resolve that error
18:29:31 <pushkar> downey: hi
18:30:40 *** nribeka has joined #openmrs
18:30:40 *** ChanServ sets mode: +v nribeka
18:31:29 <Prasanna> can anyone resolves that error
18:32:03 <pushkar> dkayiwa: hi
18:32:15 <dkayiwa> pushkar: hi
18:32:19 <djazayeri> Prasanna: are you behind a firewall?
18:32:52 <djazayeri> Prasanna: alternately, try checking out from https instead of http
18:32:58 <Prasanna> @djazayeri: i don't think so
18:33:10 <pushkar> dkayiwa: while creating a page for merging persons do I have to show the encounters if the person is a patient ??
18:33:34 <Prasanna> @djazayeri : thanks
18:33:46 <Prasanna> i will try
18:33:47 <djazayeri> pushkar: what ticket #?
18:34:01 <pushkar> trunk-36
18:34:04 *** Vishal has quit IRC
18:34:36 <dkayiwa> pushkar: can you ask the question on the ticket?
18:34:38 *** rafa has quit IRC
18:34:42 <pushkar> okay
18:35:29 <Prasanna> @djazayeri : https also does not support
18:35:59 <dkayiwa> wyclif: is your ubuntu 64 or 32 bit?
18:37:03 <djazayeri> Prasanna: try to find out if you're behind a firewall or something
18:37:15 <wyclif> dkayiwa, 64
18:37:21 <dkayiwa> wyclif: ok
18:37:25 <djazayeri> Prasanna: this url works fine for me: https://svn.openmrs.org/openmrs/trunk
18:37:33 <djazayeri> (as does plain http)
18:41:28 <Prasanna> @djazayeri : still encounter an error
18:41:52 <djazayeri> Prasanna: can you find some more detailed error logs?
18:42:09 <djazayeri> what if you visit http://svn.openmrs.org/openmrs/trunk in the browser?
18:44:19 <Prasanna> @djazayeri : i have followed https://wiki.openmrs.org/display/docs/Step+by+Step+Installation+for+Developers
18:44:20 <OpenMRSBot> <http://ln-s.net/8_PW> (at wiki.openmrs.org)
18:44:36 <djazayeri> Prasanna: can you get to that svn url in your browser?
18:44:49 <Prasanna> can't
18:44:58 <Prasanna> i just give as string
18:45:25 <djazayeri> Prasanna: if you can't get to that url there must be something up with the network
18:45:39 <djazayeri> string?
18:47:29 <Prasanna> @djazayeri : i mean, i copy url to browse
18:47:31 *** pushkar has quit IRC
18:49:10 *** Prasanna has quit IRC
18:50:00 *** Prasanna has joined #openmrs
18:51:20 <Prasanna> @djazayeri : i just copy url to the browerser field
18:51:44 <djazayeri> Prasanna: it's a url
18:51:45 <djazayeri> click on it
18:51:52 <djazayeri> or paste it in the browser's location bar
18:52:10 <Prasanna> yep..
18:52:19 <djazayeri> and what happens?
18:52:49 <Prasanna> still shows error
18:53:05 <djazayeri> what's the complete http response?
18:54:01 <Prasanna> @djazayeri : Checkout error; URL access forbidden for unknown reason svn: access to 'http://svn.openmrs.org/openmrs/trunk' forbidden
18:54:18 <chopin_> djazayeri, have you written a unit test to hit openmrs with a request and get back the spring-formatted response (like testing @RequestBody)?
18:54:44 <djazayeri> Prasanna: your browser is telling you checkout error?
18:55:17 <Prasanna> @djazayeri : why is that?
18:55:56 <downey> Prasanna: What web browser are you using to load http://svn.openmrs.org/openmrs/trunk when you test it?
18:57:30 <Prasanna> i used maven
18:57:37 <Prasanna> to checkout
18:57:56 <downey> Prasanna: Please try to load http://svn.openmrs.org/openmrs/trunk in a regular web browser, and let us know what happens (IE, Firefox, Chrome, etc.)
18:58:11 <Prasanna> yes i could
18:58:17 <Prasanna> using chrome
18:58:28 <downey> Prasanna: And when you do that, do you see a list of files?
18:58:36 <Prasanna> yes
19:00:19 <Prasanna> @downey: it shows list of files
19:00:58 <downey> Prasanna: Can you re-configure Eclipse to use https://svn.openmrs.org/openmrs/trunk and try it? (change it from http to https)
19:01:41 <Prasanna> tried it also
19:02:06 <djazayeri> Prasanna: perhaps eclipse has a saved password for you that you need it to forget
19:02:29 <Prasanna> @djazayeri: it shows an error Checkout error; RA layer request failed svn: OPTIONS of 'https://svn.openmrs.org/openmrs/trunk': Could not create SSL connection through proxy server: 403 Forbidden (https://svn.openmrs.org)
19:02:50 <djazayeri> Prasanna: sounds like you're behind a proxy server...
19:04:24 *** lh has joined #openmrs
19:04:40 *** lh has quit IRC
19:04:40 *** lh has joined #openmrs
19:04:58 <downey> Hi lh and welcome to the #openmrs IRC channel.
19:05:50 *** dawn_ has joined #openmrs
19:05:50 *** ChanServ sets mode: +v dawn_
19:11:19 *** Prasanna has quit IRC
19:12:07 *** Prasanna has joined #openmrs
19:13:41 <Prasanna> i don't think that problem is in proxy server
19:15:32 *** dawn_ has quit IRC
19:18:16 *** Prasanna has quit IRC
19:23:43 *** lh_ has joined #openmrs
19:24:24 *** lh has quit IRC
19:24:25 *** lh_ is now known as lh
19:35:12 <chopin_> Prasanna: try this:
19:35:22 <chopin_> oops
19:35:26 <chopin_> well, the answer is: use https
19:35:34 <chopin_> ohh
19:35:35 <chopin_> nvm
19:35:37 * chopin_ stops talking
19:37:35 <downey> :)
19:38:00 <downey> chopin_: Sounds like they didn't have their proxy settings configured correctly in eclipse
19:38:12 *** judy has joined #openmrs
19:38:32 <djazayeri> he's offline
19:38:42 <djazayeri> anyway, Prasanna should look at https://groups.google.com/a/openmrs.org/group/dev/browse_thread/thread/2d7abda148f471b8/f838148cdfffad33?lnk=gst&q=regarding+installation#f838148cdfffad33
19:38:44 <OpenMRSBot> <http://ln-s.net/9jeV> (at groups.google.com)
19:57:31 *** judy has quit IRC
20:03:08 <djazayeri> dkayiwa: so, I got caught up in a bunch of phone calls, and I need to run for a bit now
20:03:20 <dkayiwa> djazayeri: ok
20:03:24 <djazayeri> can I email you the omod before I step away?
20:03:29 <djazayeri> I've had it sitting around for the last 2.5 hours
20:03:53 <dkayiwa> djazayeri: am still on for some more two hours
20:04:32 <djazayeri> 5 mbs, unfortunately
20:04:50 <djazayeri> i'll upload to the module repo when I get back, but I did a quick test and it loads, and lets patientflags load
20:05:11 <dkayiwa> djazayeri: oh thats cool
20:05:30 <djazayeri> sent
20:05:32 <djazayeri> gotta run, ttyl
20:05:39 *** james_regen has left #openmrs
20:05:41 <dkayiwa> djazayeri: ok thanks
20:10:35 <dkayiwa> djazayeri: thanks got it
20:22:08 <dkayiwa> hi djazayeri
20:22:41 <dkayiwa> hi bwolfe
20:22:52 <bwolfe> hi daniel
20:23:14 <dkayiwa> bwolfe: are we supposed to bundle the users guide book?
20:24:11 <dkayiwa> bwolfe: in the standalone?
20:25:23 <bwolfe> no
20:25:26 <djazayeri> dkayiwa: skip it for the RC
20:25:37 <dkayiwa> djazayeri: ok
20:25:58 <djazayeri> I do think we should include it in the release, after verifying we have the right versio
20:26:02 <djazayeri> version
20:26:16 <dkayiwa> djazayeri: ok
20:28:52 *** downey has quit IRC
20:29:21 *** mvorobey has quit IRC
20:34:09 *** Andy_ has joined #openmrs
20:34:35 *** Andy_ is now known as Guest20062
20:36:34 <Guest20062> Do you know of short courses on OpenMRS in the US? I would like to get up to speed and learn about the system.
20:38:03 *** wluyima has joined #openmrs
20:38:03 *** wyclif has quit IRC
20:38:11 *** wluyima has quit IRC
20:39:58 *** wyclif has joined #openmrs
20:50:17 <chopin_> Guest20062, we normally do not see short courses offered in the US, but each week we host OpenMRS University on Wednesday mornings
20:50:53 <chopin_> djazayeri, bwolfe, whoever cares: I just updated RESTWS-202 with some code, but the state is in "Needs Assessment" (exposing Form objects)
20:53:03 <bwolfe> !ticket RESTWS-202
20:53:04 <OpenMRSBot> bwolfe: [#RESTWS-202] Implement support for forms - OpenMRS JIRA - https://tickets.openmrs.org/browse/RESTWS-202
20:53:44 <bwolfe> looks ready for work to me
20:54:39 <chopin_> timestamp for "Ben Wolfe changed the status to Ready for Work": "Moments ago"
20:55:26 <bwolfe> lies!
20:55:31 <bwolfe> it was that way when I found it
20:57:38 <chopin_> you must have a "set every ticket I view to Ready for Work" rule set up in JIRA
20:59:06 <chopin_> btw you spent 1m less than me on CR-MOD-377, and all I did was create it.
20:59:07 *** dkayiwa_ has joined #openmrs
21:01:11 *** dkayiwa has quit IRC
21:01:11 *** dkayiwa_ is now known as dkayiwa
21:04:36 *** Guest20062 has quit IRC
21:36:06 <djazayeri> bwolfe: I just uploaded a fixed logic version
21:36:08 *** nribeka has quit IRC
21:36:23 <bwolfe> djazayeri, did you update the core_modules in trunk? was that ever changed?
21:36:36 <djazayeri> bwolfe: I did not
21:36:41 <djazayeri> I don't know if it ever was
21:37:04 <djazayeri> bwolfe: it was not ever changed
21:37:18 <bwolfe> so it was always pointing at the wrong package?
21:37:24 <bwolfe> did we not update it to 0.5.1 yet?
21:37:40 <djazayeri> bwolfe: ModuleConstants has CORE_MODULES.put("logic", "0.5");
21:38:08 <djazayeri> refers to the moduleId, not the package I guess
21:38:26 <bwolfe> ah
21:38:27 <bwolfe> ok
21:38:42 <djazayeri> Anyway, I'll fix that and add the omod to bundledModules now
21:41:41 *** bwolfe has quit IRC
21:41:44 *** bwolfe_ has joined #openmrs
21:41:44 *** ChanServ sets mode: +o bwolfe_
21:42:26 *** bryq has quit IRC
21:45:59 *** bwolfe_ has quit IRC
21:46:24 *** chopin_ has quit IRC
22:00:10 <dkayiwa> is the wiki or jira too slow for anyone else?
22:12:59 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Logic 0.5.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=logic&ampversion=&amp0.5.2>
22:49:25 *** wyclif has quit IRC
22:50:37 *** nribeka has joined #openmrs
22:50:37 *** ChanServ sets mode: +v nribeka
23:14:22 *** dkayiwa has quit IRC
23:41:19 *** wyclif has joined #openmrs
23:43:33 *** wluyima has joined #openmrs
23:43:33 *** wyclif has quit IRC