IRC Chat : 2012-08-13 - OpenMRS

00:11:43 *** didymo has joined #openmrs
00:11:59 <didymo> good morning
00:12:39 <didymo> anybody know how to find out what version of openmrs I am looking at from the web interface?
00:53:20 <sunbiz> didymo: Admin->System Information
00:53:46 <sunbiz> that should tell you the detailed OpenMRS version... or the footer also displays the information
01:33:51 <didymo> found it thatnks
01:34:15 <didymo> just having a module doing different things on two installs
01:53:07 *** sunbiz has quit IRC
02:01:34 *** rfriedman_away has quit IRC
02:13:00 *** maurya has joined #openmrs
03:03:25 *** dmexs has joined #openmrs
03:05:06 *** upul` has joined #openmrs
03:05:06 *** ChanServ sets mode: +v upul`
03:18:59 *** harshadura has joined #openmrs
03:51:50 *** harshadura has quit IRC
04:25:37 *** djazayeri has joined #openmrs
04:25:37 *** ChanServ sets mode: +o djazayeri
04:57:56 *** r0bby has joined #openmrs
04:57:56 *** ChanServ sets mode: +v r0bby
05:00:47 *** robbyoconnor has quit IRC
05:03:23 *** r0bby is now known as robbyoconnor
05:26:46 *** dmexs has quit IRC
05:38:40 *** goutham has joined #openmrs
06:00:41 *** shortend has joined #openmrs
06:34:58 *** dkayiwa has joined #openmrs
06:54:20 *** shortend has quit IRC
07:18:47 *** shortend has joined #openmrs
08:10:39 *** magoo_ has joined #openmrs
08:25:06 *** rafa has joined #openmrs
08:25:06 *** ChanServ sets mode: +v rafa
08:32:01 <dkayiwa> hi rafa
08:32:06 <rafa> dkayiwa: hi
08:32:13 *** rram_ has joined #openmrs
08:32:34 <dkayiwa> rafa: am looking at STAND-60. what parameter do i set to build for 1.8.4 I seem to have forgotten all about it :)
08:32:39 <dkayiwa> !ticket STAND-60
08:32:41 <OpenMRSBot> dkayiwa: [#STAND-60] Building standalone does not work for 1.8.4 - OpenMRS JIRA - https://tickets.openmrs.org/browse/STAND-60
08:32:50 <rafa> dkayiwa: see readme.txt
08:32:56 <dkayiwa> rafa: ok thanks :)
08:33:01 <rafa> dkayiwa: -Dopenmrs.version=1.8.4
08:33:08 <dkayiwa> rafa: thanks
08:33:19 <rafa> dkayiwa: but you also need to increase memory wiht maven_opts
08:33:24 <dkayiwa> rafa: ok
08:33:44 <rafa> dkayiwa: are you bug fixing this week?
08:33:49 <dkayiwa> rafa: yes
08:49:34 *** snoppy has joined #openmrs
08:51:19 *** magoo_ has quit IRC
08:57:12 *** applecool has joined #openmrs
08:57:12 *** ChanServ sets mode: +v applecool
09:03:50 <dkayiwa> rafa: where is liquibaserunner?
09:04:17 <rafa> dkayiwa: in git
09:06:52 *** applecool has quit IRC
09:06:53 <dkayiwa> rafa: ok
09:23:30 *** robbyoconnor has quit IRC
09:36:19 *** robbyoconnor has joined #openmrs
09:36:19 *** ChanServ sets mode: +v robbyoconnor
09:41:16 <rafa> dkayiwa: On the release proces page I find: Also update http://openmrs.org/download using WordPress, paying attention to version numbers, dates, file sizes, and URL's.
09:41:25 <rafa> dkayiwa: how to do that?
09:41:34 <rafa> dkayiwa: I'm logged into wordpress
09:41:45 <rafa> dkayiwa: but I can't find that page
09:42:34 <dkayiwa> rafa: sorry was eating sugar cane :)
09:43:20 <rafa> dkayiwa: hmm I haven't tasted that yet ;)
09:43:32 <dkayiwa> rafa: :D
09:43:43 <dkayiwa> rafa: so which page are you looking for?
09:43:44 *** applecool has joined #openmrs
09:43:44 *** ChanServ sets mode: +v applecool
09:43:55 <rafa> dkayiwa: how to edit http://openmrs.org/download/
09:44:18 <dkayiwa> rafa: i think that can only be edited by Michael Downey :)
09:44:39 <dkayiwa> rafa: the last time i needed a change on it, i had to talk to him
09:45:02 <dkayiwa> rafa: i think you may need to talk to him for editing permissions
09:45:02 <rafa> dkayiwa: ok, so https://wiki.openmrs.org/display/docs/Release+Process is not quite right about that
09:45:11 <dkayiwa> rafa: i agree
09:45:19 <rafa> dkayiwa: becasue it says I can edit it from wordpress
09:45:37 <dkayiwa> rafa: Oh maybe you can????
09:45:47 <dkayiwa> rafa: never tried it
09:45:56 <rafa> dkayiwa: well I can't find it there
09:46:03 <dkayiwa> rafa: ok
09:49:18 <dkayiwa> rafa: i have looked at liquibase runner though not yet seen the magic you are referring to for STAND-60
09:49:23 <dkayiwa> rafa: any pointers?
09:49:53 <rafa> dkayiwa: see that it has liquibase1 and liquibase2 modules
09:50:04 <dkayiwa> rafa: yes seen that
09:50:06 <rafa> dkayiwa: liquibase1 is for pre-1.9
09:50:12 <rafa> dkayiwa: liquibase2 is for 1.9
09:50:21 <dkayiwa> rafa: ok
09:50:53 <rafa> dkayiwa: if you build against 1.8 for example you enable liquibase1 with -Ppre-1.9
09:51:01 <dkayiwa> rafa: ok
09:51:24 <rafa> dkayiwa: the problem is liqubase API has significantly changed
09:51:36 <dkayiwa> rafa: thats correct
09:51:46 <rafa> dkayiwa: and versions we use in pre-1.9 are not compatible with 1.9
09:51:55 <dkayiwa> rafa: thats true
09:52:06 <rafa> dkayiwa: so liquibase1 is compiled against the older version of liquibase
09:52:09 *** shortend has quit IRC
09:52:12 <dkayiwa> rafa: ok
09:52:14 <rafa> dkayiwa: and liquibase2 against the newer
09:52:18 <dkayiwa> rafa: ok
09:52:22 *** shortend has joined #openmrs
09:52:41 <rafa> dkayiwa: I think the same trick needs to be applied to the standalone
09:52:50 <dkayiwa> rafa: would the same be achieved by maven profiles?
09:53:12 <rafa> dkayiwa: liquibaserunner uses maven profiles for that
09:53:20 <dkayiwa> rafa:
09:53:23 <dkayiwa> ok
09:53:47 <rafa> dkayiwa: with -Ppre-1.9 you enable the pre-1.9 profile
09:54:06 <dkayiwa> rafa: why did you use two projects instead of one with just different profiles in the pom?
09:54:54 <rafa> dkayiwa: because when you use a different liquibase jar you need to code differently changesets
09:55:10 <rafa> dkayiwa: the API is not compatible between these 2 versions of liquibase jarrs
09:55:42 <rafa> dkayiwa: and I think also xmls with changesets use a different schema
09:56:12 <dkayiwa> rafa: isn't that what profiles address?
09:56:19 <rafa> dkayiwa: see that both liquibase1 and liquibase2 have LiquibaseRunner implemented
09:56:39 <rafa> dkayiwa: just slightly differently due to changes in liquibase API
09:56:47 <dkayiwa> rafa: ok
09:57:07 <rafa> dkayiwa: LiquibaseRunner won't compile if you just change liquibase jar to a newer version
09:57:18 <dkayiwa> rafa: ok
09:57:21 <rafa> dkayiwa: you need to change the whole implementation
09:57:28 <dkayiwa> rafa: ok
09:57:32 <rafa> dkayiwa: that's why we need these 2 modules
09:57:37 <dkayiwa> rafa: ok
10:02:43 *** applecoo_ has joined #openmrs
10:05:56 *** applecool has quit IRC
10:10:51 *** applecoo_ has quit IRC
10:12:08 *** shortend has quit IRC
10:15:56 *** Maurya_ has joined #openmrs
10:15:57 *** maurya has quit IRC
10:24:35 *** shortend has joined #openmrs
10:29:15 *** dkayiwa has quit IRC
10:43:41 *** dkayiwa has joined #openmrs
10:52:47 *** resh has joined #openmrs
10:53:18 *** rafa has quit IRC
10:55:21 <resh> guys i am implementing openMRS for one NGO in botswana and now i want to use biometric functionality as an identifier. since las week i havent been able to achieve that please help urgently
11:07:32 <dkayiwa> resh: have you tried to ask on the implementers and developer mailings lists?
11:10:19 *** snoppy has left #openmrs
11:12:08 <dkayiwa> resh: as you ask there, i think you will also need to include some more detail about what you have tried and failed
11:18:51 *** james_regen has joined #openmrs
11:18:51 *** ChanServ sets mode: +v james_regen
11:21:52 *** r0bby has joined #openmrs
11:21:52 *** ChanServ sets mode: +v r0bby
11:22:23 *** Maurya_ has quit IRC
11:23:45 *** robbyoconnor has quit IRC
11:24:44 *** upul` has quit IRC
11:25:40 *** r0bby is now known as robbyoconnor
11:33:21 *** sunbiz has joined #openmrs
11:33:21 *** ChanServ sets mode: +v sunbiz
11:33:36 *** Maurya_ has joined #openmrs
11:43:07 *** harshadura has joined #openmrs
11:45:37 <harshadura> hi dkayiwa, can i get a min ?
11:45:43 <dkayiwa> harshadura: ok
11:46:26 <harshadura> dkayiwa, is thr a way to mention multiple author names in config.xml (in case single module has credit by more than 1 dev) : within <author> tag
11:47:29 <dkayiwa> harshadura: use the same one author tag to include as many names as you want
11:48:46 <harshadura> dkayiwa, did u mean like this ? <author>Name1/author>
11:48:46 <harshadura> <author>Name2</author>
11:53:53 <dkayiwa> harshadura: no
11:54:05 <dkayiwa> name1, name2, etc
11:54:44 <harshadura> ok got it, thanks dkayiwa
11:58:23 *** applecool has joined #openmrs
11:58:23 *** ChanServ sets mode: +v applecool
12:04:32 *** suranga has joined #openmrs
12:04:32 *** ChanServ sets mode: +v suranga
12:08:45 *** resh has quit IRC
12:34:16 *** Maurya_ is now known as maurya
12:34:21 *** ChanServ sets mode: +v maurya
12:59:23 <dkayiwa> hi ra
12:59:42 *** rafa has joined #openmrs
12:59:42 *** ChanServ sets mode: +v rafa
13:00:41 <dkayiwa> hi rafa
13:00:49 <rafa> dkayiwa: hi
13:01:13 <dkayiwa> rafa: the mvp-data.sql file we have in the standalone. is it for OpenMRS version 1.9.0?
13:01:25 <rafa> dkayiwa: it's for 1.6.5
13:01:37 <rafa> dkayiwa: it's getting upgraded while packagin the standalone
13:01:46 <dkayiwa> rafa: oh i see
13:01:48 <dkayiwa> thanks
13:08:02 <applecool> rafa: added a new ticket https://tickets.openmrs.org/browse/METAREPO-13
13:18:27 *** dmexs has joined #openmrs
13:38:21 *** Mkop has joined #openmrs
13:38:21 *** ChanServ sets mode: +v Mkop
13:53:30 <dkayiwa> rafa: did you say we should not commit to svn the Demo-version.sql files for the standalone?
13:53:46 <rafa> dkayiwa: yes, I've created a ticket for that
13:54:43 <dkayiwa> rafa: do you remember the ticket number?
13:54:50 <rafa> STAND-61
13:54:59 <dkayiwa> rafa: thanks
13:55:09 <dkayiwa> !ticket STAND-61
13:55:10 <OpenMRSBot> dkayiwa: [#STAND-61] Remove sql files from svn - OpenMRS JIRA - https://tickets.openmrs.org/browse/STAND-61
13:57:06 *** lakkarau has joined #openmrs
13:57:59 <suranga> dkayiwa, rafa lakkarau are you guys missing my dictatorship ? :P
13:58:14 <suranga> anyone ants to work on another sprint I organize ? :D
13:58:14 <dkayiwa> suranga: not me :D
13:58:20 <suranga> *wants
13:58:26 <dkayiwa> suranga: ofcourse yes :)
13:58:47 <suranga> dkayiwa, :D I knew you would reply 'yes' again :-) :-)
14:00:44 <dkayiwa> suranga: hahahah :D
14:01:11 <rafa> suranga: I would risk again ;)
14:01:38 <dkayiwa> suranga: your sprint was interesting because you were also a newbie in git :)
14:01:54 <dkayiwa> suranga: so we had similar challenges :)
14:02:18 <rafa> dkayiwa: suranga you are now masters of git :D
14:02:33 *** cpower has joined #openmrs
14:02:37 <rafa> suranga: I saw you doing manual merge!
14:02:45 <cpower> Hello everyone!
14:03:04 <lakkarau> cpower:hi
14:03:17 <rafa> cpower: hi
14:03:40 <cpower> I love the smell of a new sprint in the morning...
14:03:54 *** rfriedman has joined #openmrs
14:04:14 <cpower> and one for the people, by the people, something..something..something..
14:04:32 <cpower> Are we ready to Scrum?
14:05:11 <rafa> cpower: sure
14:05:39 <cpower> Ok with that confident silence let's begin
14:05:48 <dkayiwa> rafa: me am a Mrs of git :)
14:05:53 <cpower> !scrumon cpower
14:05:53 * 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:06:40 <djazayeri> hi all
14:06:54 *** lakkarau_ has joined #openmrs
14:06:57 <cpower> Order: djazayeri, dkayiwa, rafa, lakkarau, and whomever else has something to share.
14:07:06 *** lakkarau has quit IRC
14:07:09 <djazayeri> This week:
14:07:19 <djazayeri> * Mirebalais hospital project planning
14:07:29 <djazayeri> * ITECH Kenya moh 731 report
14:07:32 <djazayeri> * calls
14:07:34 <djazayeri> no blockers
14:07:39 <dkayiwa> Curated some xforms tickets as called upon by Kiran
14:07:39 <dkayiwa> Working on: Building standalone does not work for 1.8.4 - STAND-60
14:07:40 <dkayiwa> No Blockers
14:07:49 <rafa> Over the weekend/today:
14:07:49 <rafa> * Released maintenance versions for all branches
14:07:49 <rafa> * Entered a number of tickets
14:07:49 <rafa> * Waiting for ITSM-2670, ITSM-2669, ITSM-2668
14:07:49 <rafa> Blockers:
14:07:49 <rafa> * Cannot produce standalone for 1.8.4. See STAND-60
14:08:04 <lakkarau_> Monday:
14:08:04 <lakkarau_> working on Trunk-3589
14:08:04 <lakkarau_> working on xfrm-79
14:08:04 <lakkarau_> getting the system migrated to win 7.
14:08:04 <lakkarau_> no blockers
14:08:48 <rafa> lakkarau_: haven't Ben converted you to his Linux faith? :D
14:08:55 <cpower> djazayeri, are you going to be able to work on now Itech tickets this week (you were included in this sprint)
14:09:18 <djazayeri> cpower: I am not expecting to work on sprint tickets
14:09:29 <lakkarau_> lakkaraju:i llove to work on Linux.
14:09:35 <cpower> ok I'll remove you from the list.
14:10:11 <cpower> Ok no discussion points, no blockers...have a Monday!
14:10:15 <cpower> !scrumoff
14:10:15 * 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.
14:10:36 <rfriedman> djazayeri, got a minute?
14:10:37 <rafa> cpower: well actually one blocker but dkayiwa is working on that :)
14:10:42 <djazayeri> rfriedman: hi
14:10:49 <cpower> doh, sorry
14:11:02 *** lakkarau_ has quit IRC
14:11:18 <rfriedman> hi, i have this recurring problem, in that I'll make changes in a dependency and recompile it but the dependent program won't find it
14:11:36 <rfriedman> even though I change the POM in the dependent program
14:11:48 <djazayeri> rfriedman: are you talking about two projects, in eclipse?
14:12:05 <rfriedman> right, for example, openmrs core and webservices.rest
14:12:06 <djazayeri> e.g. you make changes to RESTWS, but it doesn't show up in jsslab?
14:12:19 <rfriedman> djazayeri, right that's an example
14:12:31 <djazayeri> rfriedman: give me the actual example that's failing
14:12:56 <rfriedman> ok, i make changes to concept stuff in OMRS core, adding methods to conceptservice
14:13:04 *** cpower has quit IRC
14:13:06 <rfriedman> i then build omrs core
14:13:32 <rfriedman> i then try to use the changed services in webservices
14:13:38 *** lh has joined #openmrs
14:13:38 *** lh has joined #openmrs
14:13:40 <rfriedman> but it only finds the old version
14:13:44 <rafa> rfriedman: are you building with mvn install?
14:13:49 <rfriedman> yes
14:14:01 <rfriedman> everyone says mvn install should do the trick but it never does
14:14:17 <djazayeri> rfriedman: what version of core are you modifying?
14:14:18 <djazayeri> trunk?
14:14:23 <djazayeri> e.g. 1.10-SNAPSHOT?
14:14:36 <rfriedman> no, 1.9.1
14:14:56 <djazayeri> rfriedman: really 1.9.1? not 1.9.1/2-SNAPSHOT?
14:15:07 *** rram_ has quit IRC
14:15:37 <rfriedman> well, i downloaded before r a f a released so it's generating 1.9.1-SNAPSHOT
14:16:19 <djazayeri> rfriedman: okay, so when you do that mvn install, it puts 1.9.1-SNAPSHOT into your local maven repo
14:16:51 <djazayeri> rfriedman: however if you look at restws's core pom.xml, what does it declare as <openmrsVersion> ?
14:17:07 <rfriedman> i changed it to 1.9.1-SNAPSHOT
14:17:57 <djazayeri> rfriedman: hmm. do you know if this was working before rafal released 1.9.1, but now it stopped working?
14:18:32 <rfriedman> he released it sometime yesterday, the first time i tried it was sometime yesterday
14:18:33 <rafa> rfriedman: sometimes you need to do right click on a project and then maven -> update maven dependencies
14:18:51 <rfriedman> that sounds promising
14:18:58 <rafa> rfriedman: you can toggle a checkbox Forc Update of Snapshosts/Releases there
14:19:10 *** goutham has quit IRC
14:19:22 <rfriedman> i always have Update Snapshots checked in my configs
14:33:40 *** applecool has quit IRC
14:40:39 *** r0bby has joined #openmrs
14:40:39 *** ChanServ sets mode: +v r0bby
14:42:39 <rfriedman> rafa, djazayeri, maven->update dependencies seemed to make it work
14:43:57 *** robbyoconnor has quit IRC
14:50:25 *** rafa has quit IRC
14:59:52 <djazayeri> rfriedman: great
15:00:24 *** jordank has joined #openmrs
15:09:25 <rfriedman> dkayiwa, got a minute?
15:09:34 <dkayiwa> rfriedman: ok
15:09:57 <rfriedman> omrs 1.9.1-SNAPSHOT won't start, here;s the top of the error stack
15:09:59 <rfriedman> java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. No enum const class liquibase.changelog.ChangeSet$ExecType.
15:09:59 <rfriedman> at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:628)
15:09:59 <rfriedman> at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
15:09:59 <rfriedman> at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:259)
15:11:50 <dkayiwa> rfriedman: what are you trying to do?
15:12:00 <rfriedman> just run it
15:12:41 <dkayiwa> rfriedman: how do you run it?
15:12:55 <rfriedman> maven configuration jetty:run
15:13:29 <rfriedman> this db is already updated, shouldn't need it
15:13:54 <dkayiwa> rfriedman: does 1.10 and 1.9.0 run well?
15:14:24 <rfriedman> never tried it
15:14:48 <dkayiwa> rfriedman: would it take you alot of effort to?
15:15:12 *** djazayeri has quit IRC
15:15:43 <rfriedman> purely for diagnostic purposes?
15:15:51 <dkayiwa> rfriedman: yes
15:16:03 *** djazayeri has joined #openmrs
15:16:03 *** ChanServ sets mode: +o djazayeri
15:16:38 *** mvorobey has joined #openmrs
15:16:43 <mvorobey> hi all
15:17:26 <rfriedman> dkayiwa, pain in the butt
15:17:49 <rfriedman> any other way dkayiwa ?
15:17:55 <dkayiwa> rfriedman: are you running the 1.9.1 tag?
15:17:59 *** rafa has joined #openmrs
15:17:59 *** ChanServ sets mode: +v rafa
15:18:21 <rfriedman> dkayiwa, no, i downloaded before he created it, so I am still generating 1.9.1-SNAPSHOT
15:20:37 <dkayiwa> rfriedman: what did you download?
15:21:26 <rfriedman> 1.9.x head
15:21:58 <dkayiwa> rafa: can you use the 1.9.1 tag?
15:22:18 <rafa> dkayiwa: what do you mean?
15:22:53 <dkayiwa> rafa: am not sure i understand what rfriedman is doing :)
15:23:07 <dkayiwa> rafa: i meant rfriedman :)
15:23:42 <rfriedman> dkayiwa, well i'm not either
15:23:48 <rafa> rfriedman: lol
15:24:27 <dkayiwa> :)
15:24:53 <rfriedman> I'm getting an UNKNOWN EXECTYPE from liquibase
15:25:03 <rfriedman> java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. No enum const class liquibase.changelog.ChangeSet$ExecType.
15:25:03 <rfriedman> at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:628)
15:25:03 <rfriedman> at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
15:25:03 <rfriedman> at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:259)
15:25:14 <rafa> rfriedman: doing what?
15:25:23 <rfriedman> starting omrs
15:25:52 <rfriedman> it shouldn't be doing any updating anyway, the db is already updated
15:26:04 <rafa> rfriedman: are trying out some released version?
15:26:22 <rfriedman> no, I'm trying out my modified version of 1.9
15:27:41 <rafa> rfriedman: hmm that may be a problem :)
15:27:59 <rafa> rfriedman: can you try with a not modified version?
15:27:59 <djazayeri> rfriedman: did you modify anything to do with liquibase?
15:28:10 <rfriedman> nope
15:28:24 *** suranga has quit IRC
15:28:41 *** harshadura has quit IRC
15:28:59 <rfriedman> djazayeri, rafa, dkayiwa everything was in the concept service like my post
15:30:08 <rafa> rfriedman: I don't know where is that error from
15:30:26 <rafa> rfriedman: do you see more in logs?
15:32:07 <rfriedman> rafa, yes,
15:32:09 <rfriedman> Caused by: java.lang.IllegalArgumentException: No enum const class liquibase.changelog.ChangeSet$ExecType.
15:32:09 <rfriedman> at java.lang.Enum.valueOf(Enum.java:214)
15:32:09 <rfriedman> at liquibase.changelog.ChangeSet$ExecType.valueOf(ChangeSet.java:33)
15:32:09 <rfriedman> at liquibase.database.AbstractDatabase.getRanChangeSetList(AbstractDatabase.java:940)
15:32:29 <djazayeri> rfriedman: looks like classpath or libs in war are messed up
15:33:54 <rfriedman> this may be the problem:
15:33:55 <rfriedman> WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-08-13 11:04:46,739| Unable to find a runtime properties file at /home/rfriedman/workspace/openmrs-1.9.1-SNAPSHOT/webapp/openmrs-runtime.properties
15:34:06 <djazayeri> probably not a problem
15:35:01 <rfriedman> so it's second choice is /home/rfriedman/.OpenMRS right?
15:36:06 <djazayeri> rfriedman: something like that
15:36:11 <djazayeri> i forget the exact order
15:37:53 <rfriedman> maybe i should install from 1.9.1 standalone into a new db
15:39:34 *** dkayiwa has quit IRC
15:40:03 <rfriedman> djazayeri, or just create an empty db for my version to setup
15:41:09 <djazayeri> rfriedman: if you're using eclipse, in a run configuration under Main, you can set the "webapp.name" parameter to something other than openmrs
15:41:31 <djazayeri> rfriedman: and it will send you through the first-time setup wizard and create a new db
15:41:33 <djazayeri> or try
15:42:05 <rfriedman> tks will do
15:46:33 *** lh has quit IRC
15:47:25 *** lakkarau has joined #openmrs
15:49:03 *** lakkarau has quit IRC
15:50:58 *** rafa has quit IRC
15:55:01 *** mccallumg has joined #openmrs
15:55:01 *** ChanServ sets mode: +v mccallumg
16:00:32 *** sunbiz has left #openmrs
16:05:11 *** lh has joined #openmrs
16:05:11 *** lh has joined #openmrs
16:09:19 *** lh has quit IRC
16:14:02 *** lh has joined #openmrs
16:24:19 *** goutham has joined #openmrs
16:26:28 *** lh has quit IRC
16:27:37 *** lh has joined #openmrs
16:27:37 *** lh has joined #openmrs
16:31:05 *** pulasthi7 has joined #openmrs
16:33:06 *** suranga has joined #openmrs
16:33:06 *** ChanServ sets mode: +v suranga
16:33:25 *** shortend has quit IRC
16:55:24 *** harshadura has joined #openmrs
17:05:20 *** applecool has joined #openmrs
17:05:20 *** ChanServ sets mode: +v applecool
17:18:16 *** sunbiz has joined #openmrs
17:18:16 *** ChanServ sets mode: +v sunbiz
17:23:48 <suranga> hi sunbiz
17:23:54 *** applecool has quit IRC
17:24:12 <sunbiz> suranga: hi
17:45:00 *** goutham has quit IRC
17:51:42 *** lh has quit IRC
18:05:30 *** lh has joined #openmrs
18:05:30 *** lh has joined #openmrs
18:11:19 *** dkayiwa has joined #openmrs
18:20:49 *** lh is now known as lh_afk
18:26:18 *** maurya has quit IRC
18:28:59 *** pulasthi7 has quit IRC
18:35:57 *** downey has joined #openmrs
18:35:57 *** OpenMRSBot sets mode: +o downey
18:35:58 *** ChanServ sets mode: +o downey
18:48:27 *** pushkar has joined #openmrs
18:49:23 <pushkar> rfriedman, hi
18:55:37 <rfriedman> pushkar, hi
18:55:51 *** kiranreddy has joined #openmrs
18:55:56 *** downey has quit IRC
18:56:48 <pushkar> rfriedman, did you get time to look at the images ?
18:59:33 *** applecool has joined #openmrs
18:59:33 *** ChanServ sets mode: +v applecool
19:04:49 *** goutham has joined #openmrs
19:10:20 *** jordank has quit IRC
19:10:35 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @ekrub: Congratulations to Mykola Vorobey, first community volunteer to lead the #OpenMRS Bug Fixing Swim Lane! Awesome job! http:// ... <http://twitter.com/OpenMRS/statuses/235081686851932160>
19:13:31 *** jordank has joined #openmrs
19:16:40 *** kiranreddy has quit IRC
19:19:49 *** pushkar has quit IRC
19:20:19 <mvorobey> djazayeri, hi
19:20:28 <mvorobey> djazayeri, have a minute ?
19:21:58 <goutham> dkayiwa: hi
19:23:26 <mvorobey> djazayeri, I need to develop a mechanism that allows to start custom-messages module without OpenmrsMessageTag class, how can I avoid throwing java.lang.NoClassDefFoundError, when openmrs module framework is trying to instantiate new object of ModuleActivator class for my module ?
19:24:16 *** goutham_ has joined #openmrs
19:25:03 *** goutham_ has quit IRC
19:44:00 <dkayiwa> hi goutham
19:44:29 <goutham> hi dkayiwa can you look at the documentation?
19:44:37 <dkayiwa> goutham: ok
19:46:50 <dkayiwa> goutham: did you intentionally reduce the image sizes?
19:49:44 <goutham> dkayiwa: yes. I see that there are not enlarging on click
19:49:56 *** lh_afk is now known as lh
19:50:43 <dkayiwa> goutham: didnt you like the original bigger ones?
19:51:29 <goutham> dkayiwa: the text is getting dominated so reduced their size
19:51:46 <goutham> dkayiwa: which one did u like ?
19:52:03 <dkayiwa> goutham: before today, the images were bigger
19:53:00 *** james_regen has quit IRC
19:53:35 <goutham> dkayiwa: my idea was, if user want to look at the picture he can click on it and view it. As in https://wiki.openmrs.org/display/docs/Using+the+Module+Maven+Archetype
19:53:36 <OpenMRSBot> <http://ln-s.net/9$wo> (at wiki.openmrs.org)
19:53:51 <dkayiwa> goutham: ok
19:54:09 <dkayiwa> goutham: did you try make the module work on 1.7?
19:55:10 <goutham> dkayiwa: im trying to do but test cases are failing
19:55:32 <dkayiwa> goutham: good you are looking into that
19:56:09 <dkayiwa> goutham: do you see what needs to change for? formfilter.chooseAOption=Choose a option.
19:57:11 <goutham> dkayiwa: dint get you
19:57:52 <dkayiwa> goutham: the grammer in the above needs to be corrected
20:00:15 <goutham> dkayiwa: sorry, can you point me from where you are referring it
20:00:41 <dkayiwa> goutham: Choose a option should be Choose an option
20:03:02 <goutham> dkayiwa: ;( which page ?
20:03:18 <dkayiwa> goutham: message.properties
20:03:33 <dkayiwa> goutham: also the key name needs to change accordingly
20:03:50 <goutham> goutham: got you :)
20:04:09 <goutham> dkayiwa: ok will change it
20:04:14 <dkayiwa> goutham: any reason why you used? @SuppressWarnings("serial")
20:04:23 *** harshadura has quit IRC
20:04:47 <goutham> dkayiwa: ya it gives alert releated to serial , so i added it
20:05:26 <dkayiwa> goutham: so instead of solving the problem you are warned about you decided to just hide it??? :)
20:07:36 *** bwolfe has joined #openmrs
20:07:36 *** ChanServ sets mode: +o bwolfe
20:07:49 <goutham> dkayiwa: object extending baseopenmrsobject should have serialVersionUID
20:08:46 <goutham> dkayiwa: but you suggested to remove it , so i removed it and added @suppressWarning("serial")
20:09:01 <dkayiwa> goutham: i never said you remove it
20:09:33 <dkayiwa> goutham: was talking of the javadoc comment you had given it
20:09:55 <dkayiwa> goutham: which was not adding any value because the comment as the same as variable name :)
20:10:19 <goutham> dkayiwa: :O
20:10:35 <dkayiwa> goutham: so we need it back :)
20:10:43 <goutham> dkayiwa: Ok will add it
20:11:36 <dkayiwa> goutham: the service methods that are not making an changes need the @Transactional(readOnly = true) annotation
20:11:40 *** sunbiz has quit IRC
20:12:26 <goutham> dkayiwa: ok
20:13:02 <dkayiwa> goutham: be doing those changes as i get back in 30 mins
20:13:16 <goutham> dkayiwa: ok
20:13:50 *** reddykir has joined #openmrs
20:15:51 *** dmexs has quit IRC
20:17:23 <dkayiwa> goutham: in messages.properties, can we change? Fix Below Error's
20:18:40 <goutham> dkayiwa: to ?
20:18:51 <dkayiwa> goutham: what did you intend to mean?
20:19:26 <goutham> dkayiwa: change Fix Below Error's to ______ ?
20:19:58 <dkayiwa> goutham: can you write a sentence describing what you meant?
20:21:24 <goutham> dkayiwa: should i replace "Fix Below Error's" message to "Please fix all errors and try again."
20:21:53 <dkayiwa> goutham: you can leave the below
20:22:20 <dkayiwa> goutham: in the new sentence
20:23:15 <goutham> dkayiwa: "Fix Below Error's " will be "Fix Error's"
20:23:56 <dkayiwa> goutham: what does the apostrophe mean in Error's ?
20:25:51 <rfriedman> dkayiwa, it points down to the errors
20:26:04 *** dmexs has joined #openmrs
20:26:15 <dkayiwa> rfriedman: :D
20:27:52 <dkayiwa> rfriedman: did you mean something like "Fix Roger's errors"? :)
20:28:11 <dkayiwa> rfriedman: Roger's = Error's ? :)
20:28:15 <rfriedman> Please do :D
20:28:42 <dkayiwa> rfriedman: what a bribe? :D
20:29:03 <dkayiwa> goutham: waiting for your response :)
20:29:07 <rfriedman> there's no error like rogerror
20:29:08 <goutham> dkayiwa: :) will just keep "Fix Errors"
20:29:38 <dkayiwa> goutham: you could as well leave it a Fix the errors below
20:29:53 <dkayiwa> goutham: but not Fix Below Error's :)
20:30:18 <goutham> dkayiwa: ok :)
20:31:06 <dkayiwa> goutham: i see comments like: //Its returns 0 number of forms as PersonFormFilterEntryPortletController looks for org.openmrs.module.web.extension.FormEntryHandler extensions
20:31:19 <dkayiwa> goutham: for instance in PersonFormFilterEntryPortletControllerTest
20:31:45 <dkayiwa> goutham: what did you intend to mean by those comments?
20:31:51 *** suranga has quit IRC
20:32:03 <dkayiwa> goutham: is it a reminder about something that needs to be investigated or fixed?
20:32:38 <dkayiwa> goutham: another one is in FormFilterManageControllerTest
20:33:30 <goutham> dkayiwa: yes sort of , the other day i asked about this PersonFormFilterEntryPortletControllerTest case.
20:34:47 <goutham> dkayiwa: i dint get any clue to how to write a test case for it. PersonFormFilterEntryPortletController has no test case in the core also
20:35:39 <dkayiwa> goutham: ok. can you start them with //TODO ......
20:36:20 <mvorobey> bwolfe, hi, how it's going ?
20:36:42 <bwolfe> hi mvorobey. doing fine
20:36:55 <goutham> dkayiwa: ok
20:36:56 <bwolfe> how are you?
20:37:02 <mvorobey> bwolfe, cool, me too, have a minute ?
20:37:12 <dkayiwa> goutham: does that make sense? :)
20:37:34 <goutham> dkayiwa: yes
20:37:50 <goutham> :)
20:38:38 <mvorobey> bwolfe, is there a way for modules to customize OpenMRS web pages without explicitly using extension points ? (may be dynamically creating them ?
20:39:06 <dkayiwa> goutham: after committing those changes, you can look into making the module compile against 1.7
20:39:38 <bwolfe> mvorobey, you can override them entirely
20:39:40 <goutham> dkayiwa: ok
20:40:01 <mvorobey> bwolfe, and how ?
20:41:09 <mvorobey> bwolfe, ideally I want to add extension point for placing translate button dynamically
20:41:47 <bwolfe> mvorobey, not sure you can add an extension point without a lot of work and hackery
20:42:25 <mvorobey> bwolfe, that's good for me, I need to know if there is even smallest chance to do it :)
20:43:33 <dkayiwa> mvorobey: ready for hacking. :)
20:43:46 <mvorobey> dkayiwa, as always :D
20:44:02 <mvorobey> dkayiwa, hi, how it's going ?
20:44:06 <bwolfe> mvorobey, you could override the page. see "overriding a jsp page" https://wiki.openmrs.org/display/docs/Module+Application+Context+File
20:44:27 <mvorobey> bwolfe, interesting, looking it right now
20:44:49 <dkayiwa> mvorobey: going as always :)
20:45:46 <mvorobey> dkayiwa, eh, you got me :D the score is 0-1
20:47:47 <mvorobey> bwolfe, but looks like that for custom messages module I need to override each applications page
20:53:24 <bwolfe> mvorobey, could you just override the banner, header, or footer?
20:55:53 <mvorobey> bwolfe, really, I do not know, so am asking :) If I there is a chance that I can do it, then it's great. So, I can override footer,jsp, right ?
20:56:46 <rfriedman> right, gospodar, and implement the functionality we would rather have had
20:57:16 <bwolfe> mvorobey, hmm, you can override any page that maps through spring. I guess the footer doesn't.
20:57:20 <bwolfe> mvorobey, what are you trying to do?
20:57:29 <bwolfe> mvorobey, can you hook into an ext point in the footer and load something through js?
20:58:30 <rfriedman> sounds like a great trojan for picking up usernames and passwords
20:59:41 <mvorobey> rfriedman, interesting :)
20:59:57 <mvorobey> rfriedman, I even did not think about it
21:00:17 <rfriedman> mvorobey, especially since everyone uses the same username and password for everything
21:01:43 <mvorobey> rfriedman, you're right, it's very impornat and we need to deal with it, thanks for idea!
21:01:49 <rfriedman> but at openmrs we are safe because we always use admin:test
21:04:20 *** rfriedman has quit IRC
21:07:13 *** jordank has quit IRC
21:12:57 *** r0bby is now known as robbyoconnor
21:16:11 *** robbyoconnor has quit IRC
21:17:20 *** dkayiwa has quit IRC
21:18:45 *** robbyoconnor has joined #openmrs
21:18:45 *** ChanServ sets mode: +v robbyoconnor
21:24:43 *** applecool has quit IRC
21:30:00 *** goutham has quit IRC
21:34:14 *** mvorobey has quit IRC
21:46:46 *** lh is now known as lh_afk
21:57:55 *** reddykir has quit IRC
22:12:44 *** jordank has joined #openmrs
22:54:13 *** lakkarau has joined #openmrs
22:57:28 *** reddykir has joined #openmrs
23:17:10 *** didymo has quit IRC
23:19:07 *** reddykir has quit IRC
23:22:23 *** lakkarau has quit IRC
23:33:06 *** dmexs has quit IRC
23:39:15 *** jordank has quit IRC