IRC Chat : 2013-03-08 - OpenMRS

00:03:18 <andrea___> djazayeri, just tried to email it - when I tried to attach file got: This file exceeds the 25MB attachment limit. Sorry.
00:13:20 <djazayeri1> andrea___: I don't need all 25 MB of the attachment. Try running a single one of the failing tests, and pastebin the full log/stacktrace of that one failing test.
00:28:44 *** robbyoconnor has quit IRC
00:46:29 <andrea___> dajazayeri, sent you trace from OrderServiceTest via gmail - still too big for pastebin
00:52:48 *** Anuruddha has joined #openmrs
00:57:32 *** andrea___ has quit IRC
00:58:40 <djazayeri1> andrea___: what is your HibernateOrderDAO line 58?
00:58:59 *** andreapat has joined #openmrs
01:00:11 <andreapat> djazayeri1: pastebin will allow one test - http://pastebin.com/x1sdzW1U
01:00:48 <djazayeri1> andreapat: what is your HibernateOrderDAO line 58?
01:02:28 <andreapat> djazayeri1: ObsService obsService = Context.getObsService();
01:03:03 <djazayeri1> andreapat: that is wrong.
01:03:14 <andreapat> djazayeri1: it is my code - forgot to comment that line
01:03:15 <djazayeri1> andreapat: I assume you added that line as part of the ticket you're working on, right?
01:03:41 *** mseaton has joined #openmrs
01:03:41 *** ChanServ sets mode: +v mseaton
01:03:55 <andreapat> djazayeri1: yes - trying to get the Obs in
01:04:04 <djazayeri1> andreapat: so, you can't fetch ObsService that way
01:04:33 <djazayeri1> andreapat: you would need to use spring's dependency injection, i.e. wire it in via applicationContext-service.xml
01:04:43 <andreapat> djazayeri1: how can I fetch it? Was following other examples
01:04:48 <djazayeri1> andreapat: however you shouldn't be using the ObsService from HibernateOrderDAO...
01:05:24 <djazayeri1> andreapat: the DAO layer shouldn't really be calling the service layer, I don't think…it's supposed to talk to the database.
01:05:34 <djazayeri1> andreapat: what are you using ConceptService for?
01:06:35 <andreapat> djazayeri1: ObsService - to find Obbs which references order
01:08:01 <djazayeri1> andreapat: from HibernateOrderDAO you can go straight to the database (via hibernate) and do this
01:08:32 <djazayeri1> andreapat: I think it would be something like sessionFactory.getCurrentSession().createQuery("delete Obs where order = :order")
01:08:38 <djazayeri1> then set the parameter
01:09:09 <djazayeri1> andreapat: see http://docs.jboss.org/hibernate/orm/3.3/reference/en-US/html/batch.html#batch-direct
01:09:12 <OpenMRSBot> <http://ln-s.net/+muM> (at docs.jboss.org)
01:09:20 <djazayeri1> andreapat: look for the example with hqlDelete in it
01:11:09 <andreapat> djazayeri1: ok thanks! will look at it - have to leave soon for chiropractor appt -
01:11:15 <djazayeri1> andreapat: good luck
01:11:36 *** k-joseph has quit IRC
01:12:00 <andreapat> djazayeri1: ok thanks - this ticket was a little more than meets the eye at first
01:15:32 <andreapat> djazaayeri1, now I understand - thanks again
01:16:25 *** GitHub72 has joined #openmrs
01:16:25 <GitHub72> [openmrs-core] wluyima pushed 1 new commit to master: http://git.io/LsY8ww
01:16:25 <GitHub72> openmrs-core/master 684fa13 wluyima: When a module activator's started() method throws an exception, the...
01:16:25 *** GitHub72 has left #openmrs
01:19:05 *** GitHub166 has joined #openmrs
01:19:05 <GitHub166> [openmrs-core] wluyima pushed 1 new commit to 1.9.x: http://git.io/92gM9A
01:19:05 <GitHub166> openmrs-core/1.9.x 58ac620 wluyima: When a module activator's started() method throws an exception, the...
01:19:05 *** GitHub166 has left #openmrs
01:27:18 *** travis-ci has joined #openmrs
01:27:18 <travis-ci> [travis-ci] [openmrs/openmrs-core] [684fa13] [wluyima] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/5331315
01:27:18 *** travis-ci has left #openmrs
01:27:22 <OpenMRSBot> <http://ln-s.net/+mup> (at travis-ci.org)
01:28:22 *** andreapat has quit IRC
01:28:32 *** wluyima has quit IRC
01:29:15 *** wyclif_ has quit IRC
02:22:00 *** wluyima has joined #openmrs
02:22:11 *** wyclif_ has joined #openmrs
02:34:42 *** harshadura has quit IRC
03:39:47 *** robbyoconnor has joined #openmrs
03:39:47 *** ChanServ sets mode: +v robbyoconnor
03:55:00 *** edcalip has joined #openmrs
04:48:27 *** shortend has joined #openmrs
04:55:55 *** k-joseph has joined #openmrs
05:12:31 *** k-joseph has quit IRC
05:13:44 *** dmulindwa has joined #openmrs
05:19:53 *** mseaton has quit IRC
06:17:52 *** andrewdex has joined #openmrs
06:17:58 *** dmulindwa has quit IRC
06:19:30 <andrewdex> Hello Everyone
06:22:54 *** Anuruddha has quit IRC
06:23:09 *** andrewdex has left #openmrs
06:24:59 *** andrewdex has joined #openmrs
06:29:06 *** ibewes has joined #openmrs
06:33:23 *** dmulindwa has joined #openmrs
06:41:39 *** dmulindwa has quit IRC
06:47:17 *** dmulindwa has joined #openmrs
07:09:14 *** Joe-Seff has joined #openmrs
07:09:52 *** shortend has quit IRC
07:10:18 *** shortend has joined #openmrs
07:11:35 <Joe-Seff> Hello, can anyone tell me how to access the mysql server from openmrs the stand-alone version. I'm using CentOS 6 as my platform and I can't access mysql from the gnome terminal even when openmrs is running
07:15:21 *** Joe-Seff has left #openmrs
07:17:22 *** andrewdex has quit IRC
07:19:01 *** DraggonZ has joined #openmrs
07:37:01 *** DraggonZ has quit IRC
07:37:54 *** DraggonZ has joined #openmrs
07:42:28 *** DraggonZ has quit IRC
07:45:05 *** DraggonZ has joined #openmrs
08:14:18 *** r0bby has joined #openmrs
08:14:18 *** ChanServ sets mode: +v r0bby
08:17:54 *** robbyoconnor has quit IRC
08:41:16 *** dmulindwa has quit IRC
08:41:28 *** edcalip has joined #openmrs
08:46:13 *** k-joseph has joined #openmrs
08:48:58 *** dmulindwa has joined #openmrs
08:49:33 *** harsz89 has joined #openmrs
08:50:02 *** edcalip has quit IRC
08:50:12 *** k-joseph has quit IRC
08:50:43 *** k-joseph has joined #openmrs
09:01:54 *** k-joseph has quit IRC
09:06:43 *** k-joseph has joined #openmrs
09:14:30 *** harsz89 has quit IRC
09:22:14 *** dkayiwa has joined #openmrs
09:23:30 <k-joseph> dkayiwa: hi
09:23:51 <dkayiwa> k-joseph: hi
09:27:54 *** davidpardz has quit IRC
09:28:04 <dkayiwa> k-joseph: how many jars are in that folder
09:29:05 <k-joseph> dkayiwa: five folders
09:29:20 <k-joseph> dkayiwa: 1.0 1.0-alpha-11 1.0-alpha-7 1.0-alpha-9 2.0.1
09:30:20 <dkayiwa> k-joseph: can you delete them and try again?
09:30:51 *** shangxiao has joined #openmrs
09:36:22 <k-joseph> dkayiwa: :-) wow, that has fixed the probel
09:36:33 <k-joseph> dkayiwa: problem solved
09:37:46 <dkayiwa> k-joseph: excellent
09:38:26 <dkayiwa> k-joseph: now respond to the dev list with the solution such that if any one comes across the same, he can search the mailing list for answers
09:52:50 <k-joseph> dkayiwa: the module installs well in openmrs, only that its links dispaly Error 404, all of them, what could be the cause of this?
09:53:41 <dkayiwa> k-joseph: which links?
09:53:55 *** harsz89 has joined #openmrs
09:55:53 <k-joseph> dkayiwa: the links of the module at the administration page, and this is the same issue with the version of the module that i had at first downloaded from the module repository
09:55:59 *** dmulindwa has quit IRC
09:56:43 <dkayiwa> k-joseph: which ticket are you working on?
09:57:00 <k-joseph> dkayiwa: dkayiwa: FORM-55
09:57:16 <dkayiwa> !ticket FORM-55
09:57:22 <OpenMRSBot> dkayiwa: [#FORM-55] Formentry Proposed Concept in concept.jsp taskpane widget should not allow empty text - OpenMRS JIRA - https://tickets.openmrs.org/browse/FORM-55
09:58:12 *** shortend has quit IRC
09:59:28 <dkayiwa> k-joseph: are you able to browse the concept.jsp link?
10:04:14 <k-joseph> dkayiwa: am not able to browser that link, since all the links of this module are returning errir 404
10:04:53 <dkayiwa> k-joseph: which version of openmrs are you running?
10:05:35 <k-joseph> dkayiwa: Version: 1.10.0-SNAPSHOT
10:05:57 <dkayiwa> k-joseph: do you have any standalone?
10:06:05 <k-joseph> yes
10:06:17 <dkayiwa> k-joseph: can you also test it from there and see?
10:06:25 <k-joseph> dkayiwa: ok
10:06:59 <ibewes> is there an easy to execute a liquibase script against a database?
10:09:11 <dkayiwa> ibewes: is this of help? https://wiki.openmrs.org/display/docs/Liquibase
10:09:23 <dkayiwa> ibewes: liquibaserunner
10:09:48 <ibewes> dkayiwa: ah... thanks very much!
10:18:55 *** rkorytkowski has joined #openmrs
10:18:55 *** rkorytkowski is now known as rafa
10:18:55 *** ChanServ sets mode: +v rafa
10:21:58 <k-joseph> dkayiwa: i remember the standalone used to take short time, but am saprised it is taking quite some time than i actually thought, any way am still waiting, am installing it for the first time on linux
10:24:03 *** shortend has joined #openmrs
10:24:10 *** didymo has quit IRC
10:24:49 <dkayiwa> k-joseph: does it show any activity?
10:26:07 *** dkayiwa has quit IRC
10:27:08 <k-joseph> dkayiwa: shows that it is starting, here is the txt in the starting window, http://pastebin.com/Z7FNLgGj
10:27:39 <shangxiao> hi all
10:28:00 <shangxiao> I need a settings page for my module - do you guys just put the settings in the database or somewhere else?
10:40:49 *** dmulindwa has joined #openmrs
11:09:39 <ibewes> shangxiao: I think the default is to store them as a global property
11:09:49 <ibewes> shangxiao: which is stored in the db
11:10:53 <ibewes> shangxiao: Info on how to set them up in the module config.xml is here: https://wiki.openmrs.org/display/docs/Module+Config+File
11:10:54 <OpenMRSBot> <http://ln-s.net/8c42> (at wiki.openmrs.org)
11:14:46 <shangxiao> oh thanks ibewes
11:15:22 <ibewes> shangxiao: np, feel free to ask more... we've used global properties from our modules and should be able to help if you get stuck
11:15:48 <shangxiao> does this method allow users to change the property?
11:15:56 <shangxiao> or is it hardcoded?
11:16:48 <shangxiao> actually nevermind it looks dynamic if it's in the db ;)
11:19:11 <ibewes> shangxiao: yeah, the config.xml just defines which properties your module will use
11:19:40 <ibewes> shangxiao: and a default value I guess... but you would get/set the property in your module code
11:23:03 <ibewes> rafa: Do you know anything or have you used the liquibaserunner?
11:23:25 <ibewes> rafa: err... know anything *about*. I'm sure that you know much.
11:23:41 <rafa> ibewes: I wrote it ;)
11:25:45 <ibewes> rafa: should it be able to run a liquibase.xml file that I've created for a module?
11:26:01 <ibewes> rafa: it seems to be trying to execute it as a sql script
11:26:21 <rafa> ibewes: what are you trying to do?
11:26:57 *** shangxiao has quit IRC
11:27:11 <rafa> ibewes: liquibase.xml is automatically executed by OpenMRS when you load a module
11:27:16 <ibewes> rafa: I've got a liquibase.xml script for a module that I'd like test. The script uses the normal <createTable> and such
11:28:00 <rafa> ibewes: I haven't used it this way before
11:28:05 <ibewes> rafa: having to build the module, start up openmrs and all that is a pain, so I'd thought I try to figure out a faster process
11:28:35 <ibewes> rafa: ok, so the liquibaserunner won't, um, run liquibase scripts?
11:28:52 <rafa> ibewes: it certainly will
11:29:39 <rafa> ibewes: see UpgradeFrom16Test
11:29:48 <rafa> ibewes: you just pass it the xml file
11:30:10 <rafa> ibewes: if you are to test it in your module, you need to make the test extend BaseContextSensitiveTest
11:30:27 <rafa> ibewes: hmmm
11:30:32 <rafa> ibewes: let me think
11:30:52 <ibewes> rafa: i'm doing that: % mvn test -Ddb.url="jdbc:mysql://localhost:3306/openmrs_dev?autoReconnect=true" -Ddb.user='akmad' -Ddb.password='something' -Dmvp.file="/home/akmad/code/openhmis/inventory/omod/src/main/resources/liquibase.xml" -Ddb.drop=false -Dopenmrs.version="1.9.0" -Dtest=UpgradeScriptTest
11:31:43 <ibewes> rafa: I created UpgradeScriptTest to just execute the mvp.file and added a parameter not to drop the tables (the base openmrs is already all set up)
11:32:05 <ibewes> rafa: I don't need or want to run this from my module... just as a manual test
11:32:16 <rafa> ibewes: this command is just for the mvp file
11:32:47 <ibewes> rafa: how do I get it to run my liquibase script?
11:33:19 <rafa> ibewes: you could create a test in your module which you normally ignore
11:33:29 <rafa> with @Ignore
11:33:52 <rafa> ibewes: if you want to run it manually you just remove @Ignore
11:34:37 <ibewes> rafa: and that would execute my liquibase.xml script as a script instead SQL?
11:34:49 <rafa> ibewes: yes
11:35:32 <ibewes> rafa: does it do that based on the name of the file or via the parameter to the LiquibaseRunner constructor (useOpenmrsChangeLog = true)?
11:36:29 <rafa> ibewes: LiquibaseRunner constructor always expects a path to xml changeset
11:36:59 <rafa> ibewes: useOpenmrsChangeLog can be set to anything in your case
11:37:44 <ibewes> rafa: so why doesn't using my liquibase script as the mvp.file work? From what I can tell it is passed as the path to the xml changeset
11:37:45 <rafa> ibewes: but actually let me check something
11:38:15 <rafa> ibewes: in core we have DatabaseUpdater
11:38:25 <rafa> ibewes: I think you can use it instead of liquibaserunner
11:38:50 <rafa> ibewes: but again I've never used it this way
11:38:58 <rafa> ibewes: you need to experiment
11:39:13 <rafa> ibewes: post your findings somewhere :)
11:39:19 <ibewes> rafa: ok, thank you very much for the help
11:40:27 <rafa> ibewes: if you need changes in liquibaserunner to make it work, send a pull request
11:40:32 <rafa> ibewes: I'll be happy to accept it
11:40:41 <ibewes> rafa: ok, i'll let you know
11:46:22 *** ThreeToes has joined #openmrs
11:46:30 <ThreeToes> Hi guys
11:47:09 <ThreeToes> I'm trying to organise a bit of a bug fixing group here and was wondering if there was any bugs you'd liked worked on first?
11:49:17 <rafa> ThreeToes: hi
11:49:21 <rafa> ThreeToes: see https://wiki.openmrs.org/display/docs/Vote+on+What+We+Do
11:58:07 *** dkayiwa has joined #openmrs
12:02:39 *** r0bby has quit IRC
12:04:41 <ThreeToes> Cool, thanks rafa :)
12:14:26 *** k-joseph has quit IRC
12:18:18 *** kishoreyekkanti has joined #openmrs
12:24:42 *** lh has quit IRC
12:31:05 *** dmulindwa has quit IRC
12:36:22 *** lh has joined #openmrs
12:36:51 *** ThreeToes has quit IRC
12:38:17 *** dmulindwa has joined #openmrs
12:40:59 <ibewes> rafa: I got the liquibase script working with DatabaseUpdater, but the changes don't seem to get committed. This is actually what I want, but it makes it difficult to confirm that it run ok
12:41:20 <ibewes> rafa: is there some trick to get the DatabaseUpdater to actually persist the changes?
12:41:59 <rafa> ibewes: tests are by default rolled back
12:42:34 <rafa> ibewes: you could try overwriting this setting
12:42:39 <rafa> ibewes: with @TransactionConfiguration(defaultRollback = false)
12:42:48 <ibewes> rafa: ok, thanks
12:42:51 <rafa> ibewes: it goes on the test clas
12:43:45 <ibewes> rafa: seems to be working fine, I'll send you a pull request later. Feel free to reject if you don't think it'd be useful
12:44:02 <rafa> ibewes: great, thanks!
12:52:13 *** rajith_ has joined #openmrs
12:52:58 *** rajith_ has quit IRC
12:59:36 <harsz89> hi rafa
12:59:43 <rafa> harsz89: hi
12:59:55 <harsz89> i was trying to build the synce module
13:00:04 <harsz89> rafa, and i getting dependencies for project org.openmrs.module:sync-omod:jar:1.1-SNAPSHOT: Could not find artifact org.openmrs.module:sync-api:jar:tests:1.1-SNAPSHOT
13:00:23 <harsz89> rafa, this error i hav update my git repos also
13:00:37 <rafa> harsz89: are you running mvn clean install?
13:00:44 <harsz89> rafa, yeap
13:00:48 <rafa> harsz89: are tests in api passing?
13:01:07 <harsz89> rafa, mhh i skip the tests
13:01:12 <rafa> harsz89: that's why :)
13:01:19 <harsz89> rafa, ah
13:01:22 <rafa> harsz89: first time you must run tests
13:01:29 <harsz89> rafa, got it..:)
13:02:18 <harsz89> rafa, i'm these days getting bit familiar with sync module when i feel good i'll claim the sync ticket :)
13:03:49 *** dmulindwa has quit IRC
13:03:55 *** dmulindwa has joined #openmrs
13:04:00 <harsz89> rafa, thank you! :)
13:05:53 <harsz89> hi dkayiwa
13:06:09 <harsz89> dkayiwa, i want to have small clarification
13:18:26 *** maurya has joined #openmrs
13:31:17 *** wyclif_ has quit IRC
13:31:25 *** dmulindwa has quit IRC
13:31:45 *** wluyima has quit IRC
13:32:06 <dkayiwa> harsz89: ok
13:34:06 <harsz89> dkayiwa, i just download the openmrs standalone and install it
13:34:53 <harsz89> dkayiwa, as i think it's runs completely seperate from my local databases
13:34:59 <harsz89> dkayiwa, am i correct?
13:35:19 <harsz89> dkayiwa, it use its own mysql instance application data directiry
13:35:20 <dkayiwa> harsz89: correct
13:35:24 <harsz89> dkayiwa, and so on
13:35:31 <harsz89> dkayiwa, :)
13:35:46 <harsz89> dkayiwa, is there a way to load it from dummy data
13:36:00 <harsz89> dkayiwa, ? to testing purposes
13:36:15 <dkayiwa> harsz89: data from where
13:36:46 <dkayiwa> harsz89: it has an option for demo data
13:37:19 <harsz89> dkayiwa, yeah when i install i can select that option right
13:37:20 <harsz89> ?
13:37:30 <harsz89> dkayiwa, i mean bit of large set
13:37:37 <dkayiwa> harsz89: yes
13:41:00 <harsz89> dkayiwa, i want to know is there a sql file which contains large set of test data which can load for openmrs
13:41:06 <harsz89> harsz89, :)
13:42:00 <dkayiwa> harsz89: https://wiki.openmrs.org/display/RES/Demo+Data
13:42:47 <harsz89> harsz89, oh thank you dkayiwa
13:42:59 <harsz89> harsz89, is this compatible with 1.10
13:43:00 <harsz89> ?
13:43:39 <dkayiwa> harsz89: there is a file for each version. but not yet one for 1.10
13:43:43 <harsz89> dkayiwa, dkayiwa i'll have a look about that
13:43:48 <harsz89> dkayiwa, :)
13:43:59 <dkayiwa> harsz89: but you can use the 1.9 one, then migrate it to 1.10
13:44:01 <harsz89> dkayiwa, no worries thank you for the help...:D
13:44:28 <harsz89> dkayiwa, if that not work with 1.10 i'll let you all know..:)
13:44:32 <harsz89> dkayiwa, :)
13:44:49 <dkayiwa> :)
13:45:45 <harsz89> dkayiwa, testing with standalone is more comfort as i guess..:D just start trying it.:)
13:46:06 <dkayiwa> harsz89: thats why we made it
13:46:26 <dkayiwa> harsz89: and you can have as many different instance of standalone running and for any version
13:47:08 <harsz89> dkayiwa, ah that awesome
13:47:15 <harsz89> dkayiwa, :)
13:47:52 <rafa> harsz89: just note that there's some problem with demo data in standalone
13:48:00 <rafa> harsz89: you won't be able to install sync
13:48:11 <rafa> harsz89: you first need to delete sync tables from the database
13:48:54 <harsz89> rafa, oki rafa
13:49:04 <harsz89> rafa, after deleting it can i install sync
13:49:10 <rafa> harsz89: yes
13:49:13 <harsz89> rafa, ?
13:49:26 <harsz89> rafa, cool...:)
13:49:54 <rafa> harsz89: and you will find DB connection details in openmrs-standalone-runtime.properties
13:50:39 <harsz89> rafa, :) ah got it..:).i'll have a look..:)
13:50:56 <harsz89> rafa, if there is something i'll raise a question
13:52:00 <harsz89> rafa, dkayiwa , thank you very much!
14:03:03 *** ibewes has quit IRC
14:12:30 *** shangxiao has joined #openmrs
14:17:17 *** shangxiao has quit IRC
14:20:09 *** wyclif_ has joined #openmrs
14:20:40 *** wluyima has joined #openmrs
14:21:05 *** rafa has quit IRC
14:23:54 <cpower> morning everyone, silly question. Anyone know how to schedule a Google Hangout that's a time in the future?
14:27:12 *** wluyima has quit IRC
14:27:36 *** wluyima has joined #openmrs
14:28:08 *** kishoreyekkanti has quit IRC
14:33:47 *** maurya has quit IRC
14:43:01 *** mseaton has joined #openmrs
14:43:01 *** ChanServ sets mode: +v mseaton
14:52:49 *** lh has quit IRC
14:54:44 *** DraggonZ has quit IRC
14:55:09 *** DraggonZ has joined #openmrs
14:59:59 *** DraggonZ has quit IRC
15:03:14 *** andrea__ has joined #openmrs
15:04:30 <andrea__> cpower, are we scrumming?
15:04:49 <cpower> scrum is over rated
15:05:09 <cpower> Sorry that's my fever talking
15:05:12 <cpower> ;-)
15:05:30 <cpower> Lets get ready to SCRUUUUUUMBLE!
15:05:38 <cpower> !scrumon cpower
15:05:38 * 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.
15:06:09 <cpower> Order: wyclif_ , dkayiwa , djazayeri1 , mseaton
15:06:18 <cpower> ah and andrea__
15:06:41 <wluyima> Thursday:
15:06:42 <wluyima> dev call
15:06:42 <wluyima> Meeting with Ada
15:06:42 <wluyima> Review and apply pull requests
15:06:42 <wluyima> TRUNK-3344 - Show the first provider fields automatically without clicking "Add Provider" when Adding a New Encounter
15:06:43 <wluyima> Friday:
15:06:45 <wluyima> Review and apply pull requests
15:06:47 <wluyima> TRUNK-3770 - update all of these types of extension point links to use c:url so that we are consistent
15:06:50 <wluyima> pick another ticket
15:06:51 <wluyima>
15:06:55 <wluyima> Blockers: None
15:06:57 <dkayiwa> Today is a public holiday in Uganda
15:06:58 <dkayiwa> No Blockers
15:07:36 *** Hasintha_i has joined #openmrs
15:07:38 <djazayeri1> Mirebalais work. First patients will be seen Tuesday next week. Frazzled. But no blockers.
15:08:44 <cpower> ok going out of order
15:08:48 <cpower> mseaton:
15:08:51 <cpower> you are up
15:09:04 <mseaton> working on sync preparation
15:09:07 <mseaton> no blockers
15:09:12 <cpower> and andrea__
15:09:23 <andrea__> Thursday
15:09:24 <andrea__> Dev call
15:09:24 <andrea__> ticket: TRUNK-3289 Delete other order stuff before deleting current order
15:09:24 <andrea__> Found error in OrederServiceTest causing test errors
15:09:24 <andrea__> Friday
15:09:24 <andrea__> Merck meeting
15:09:26 <andrea__> ticket: TRUNK-3289 Delete other order stuff before deleting current order
15:09:28 <andrea__> Rewrite code in HibernateOrderDAO to delete directly from DB not Java code
15:09:32 <andrea__> Test with custom test dataset
15:09:34 <andrea__> No Blockers
15:10:31 <cpower> Ok thanks No blockers, no discussion points
15:10:34 <cpower> !scrumoff
15:10:34 * 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:19:49 *** jblaya has joined #openmrs
15:20:11 <jblaya> djazayeri, quick question, can one privilege include another?
15:21:03 <jblaya> djazayeri, ie. for the spreadsheet import module to view the imports currently requires the View Import and the View Forms privileges, but I would like to just have the View imports
15:23:12 *** shortend has quit IRC
15:29:06 <jblaya> dkayiwa, burke, downey, quick question, can one privilege include another? ie. for the spreadsheet import module to view the imports currently requires the View Import and the View Forms privileges, but I would like to just have the View imports
15:33:44 *** dkayiwa has quit IRC
15:35:18 <downey> wluyima wyclif_ ^
15:35:37 <wluyima> hi
15:36:23 <wluyima> jblaya, i dont think so
15:36:38 <wluyima> jblaya, you need to have both privileges
15:37:14 <wluyima> jblaya, one role can inherit another(along with its privileges) but a privilege can inherit other privileges
15:37:33 <jblaya> wluyima, ok, thanks!
15:37:34 <djazayeri1> jblaya: wyclif is correct, a privilege cannot contain/extend another
15:37:41 <wluyima> jblaya, correction: but a privilege cannot inherit other privileges
15:38:19 <jblaya> djazayeri1, wluyima, ok, good to know, so we'll put in the documentation that both are required, thanks to both of you
15:53:32 *** dmulindwa has joined #openmrs
16:05:38 <jkeiper> mseaton: there is a "generate a CSV from this dataset" utility in reporting, right?
16:05:43 *** DraggonZ has joined #openmrs
16:06:05 <mseaton> jkeiper: there is a CsvReportRenderer
16:06:24 <jkeiper> mseaton: oO ... okay, i'll look for that
16:08:06 <jkeiper> mseaton: any reason you're not utilizing a CSV library to do that output? I'm concerned about using
16:08:22 <jkeiper> mseaton: \n in individual cell contents
16:08:36 <mseaton> jkeiper: no particular reason, no.
16:08:57 <mseaton> jkeiper: it was an early thing we wrote, and hasn't changed much.
16:09:04 <jkeiper> mseaton: ok
16:09:58 *** wluyima has quit IRC
16:10:36 *** wluyima has joined #openmrs
16:16:42 *** lh has joined #openmrs
16:16:42 *** lh has joined #openmrs
16:21:00 *** shangxiao has joined #openmrs
16:40:05 *** rfriedman has joined #openmrs
16:51:57 <shangxiao> why is AdministrationService.setGlobalProperty(property, value) deprecated?
16:52:12 <shangxiao> it makes for more readable code
16:52:49 <shangxiao> rather than going AdministrationService.saveGlobalProperty(new GlobalProperty(property, value));
16:53:12 <djazayeri1> shangxiao: I agree with you, and I started an email thread about this a few months ago
16:53:43 <djazayeri1> shangxiao: https://tickets.openmrs.org/browse/TRUNK-3773
16:54:01 <djazayeri1> shangxiao: maybe this was fixed in master, but not backported?
17:10:38 *** andrea__ has quit IRC
17:11:52 *** DraggonZ has quit IRC
17:19:25 *** Mkop is now known as morecubits
17:19:47 *** morecubits is now known as dinosaurcubits
17:23:36 *** mseaton has quit IRC
17:27:10 *** dinosaurcubits is now known as _4cubits_
17:27:49 *** mseaton has joined #openmrs
17:27:49 *** ChanServ sets mode: +v mseaton
17:30:58 *** dmulindwa has quit IRC
17:32:43 *** _4cubits_ is now known as tencubitsbc_____
17:38:47 *** tencubitsbc_____ is now known as Mkop
17:40:01 *** shangxiao has quit IRC
17:40:55 *** shangxiao has joined #openmrs
17:48:13 *** shangxiao has joined #openmrs
17:59:59 *** shangxiao has quit IRC
18:09:43 *** tbharath has joined #openmrs
18:11:03 <tbharath> while I am running maven install on openmrs-core I got this error http://pastie.org/6423138 , can anyone help me?
18:13:57 <tbharath> djazayeri1: ^^
18:30:52 *** tbharath has quit IRC
18:34:54 *** rfriedman has quit IRC
18:38:14 *** Hasintha_i has quit IRC
19:47:21 <wluyima> hi cpower
19:48:13 <wluyima> i saw that you sent me a google hangout request to attend a pepfar meeting, is that still on?
19:56:41 *** harsz89 has quit IRC
20:03:21 *** sgithens_ has left #openmrs
20:09:22 *** harsz89 has joined #openmrs
20:36:32 *** andrea__ has joined #openmrs
20:49:36 *** GitHub8 has joined #openmrs
20:49:36 <GitHub8> [openmrs-core] wluyima pushed 1 new commit to master: http://git.io/offmxQ
20:49:36 <GitHub8> openmrs-core/master 85245c0 wluyima: Occasionally an invalid result can be displayed when enter key is used...
20:49:36 *** GitHub8 has left #openmrs
21:04:17 *** lh has quit IRC
21:16:55 *** travis-ci has joined #openmrs
21:16:55 <travis-ci> [travis-ci] [openmrs/openmrs-core] [85245c0] [wluyima] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/5352825
21:16:55 *** travis-ci has left #openmrs
21:16:59 <OpenMRSBot> <http://ln-s.net/+nDR> (at travis-ci.org)
21:17:57 *** ekow has quit IRC
21:39:34 *** ThreeToes has joined #openmrs
21:48:59 *** davidpardz has joined #openmrs
22:00:11 *** didymo has joined #openmrs
22:00:30 *** GitHub40 has joined #openmrs
22:00:30 <GitHub40> [openmrs-core] wluyima pushed 2 new commits to master: http://git.io/aEU7zw
22:00:30 <GitHub40> openmrs-core/master 46c539f lluismf: TRUNK-3344: Show the first provider fields automatically without...
22:00:30 <GitHub40> openmrs-core/master 576dd37 wluyima: Merge branch 'TRUNK-3344'
22:00:30 *** GitHub40 has left #openmrs
22:07:22 *** mseaton has quit IRC
22:09:25 *** mseaton has joined #openmrs
22:09:25 *** ChanServ sets mode: +v mseaton
22:12:24 *** GitHub84 has joined #openmrs
22:12:24 <GitHub84> [openmrs-core] wluyima pushed 1 new commit to 1.9.x: http://git.io/7hhuwQ
22:12:24 <GitHub84> openmrs-core/1.9.x ca2960a lluismf: Show the first provider fields automatically without clicking "Add...
22:12:24 *** GitHub84 has left #openmrs
22:44:58 *** ThreeToes has quit IRC
22:52:28 *** wluyima has quit IRC
22:53:00 *** wyclif_ has quit IRC
23:05:00 *** sunbiz has joined #openmrs
23:05:00 *** ChanServ sets mode: +v sunbiz
23:12:40 <andrea__> djazayeri, thanks for pointing me to doc on hqlDelete - was much easier than original code
23:14:44 <andrea__> djazayeri, you here?
23:14:50 <djazayeri1> yes
23:14:59 <djazayeri1> but busy-ish
23:17:55 <andrea__> djazayeri, busy-ish - I bet - exciting about Mirebelais
23:18:19 <djazayeri1> yup, just cleaning up our list of diagnosis concepts
23:19:06 <andrea__> djazayeri, if you have time - now wondreing how I can reference an Obs without using Context.getObsService() for junit test in OrderServiceTest
23:19:30 <djazayeri1> andrea__: why can't you use ObsService in that test/
23:19:32 <djazayeri1> ?
23:20:53 <andrea__> djazayeri, oh I can - thought the same thing because it's OrderService - will try - thanks!
23:21:04 <djazayeri1> andrea__: in the test you can do anything
23:21:42 <andrea__> djazayeri, ok cool - someday I'll learn all the rules
23:22:33 <andrea__> djazayeri, good luck with Mirebelais!
23:22:39 <djazayeri1> thx