IRC Chat : 2012-09-28 - OpenMRS

00:03:40 *** mseaton has left #openmrs
01:06:36 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: 11 days until #OMRS12 - register and get details here: http://t.co/yTUGJOdb #OpenMRS <http://twitter.com/OpenMRS/statuses/251486414888390657>
02:43:13 *** prolificgnosis has joined #openmrs
02:43:40 <prolificgnosis> hello
02:44:32 <bwolfe> hi prolificgnosis
02:45:12 <prolificgnosis> hey
02:45:38 <prolificgnosis> didn't think anyone would be here...do the admins normally keep these hours?
02:49:19 <bwolfe> there are plenty of people all around the world. There someone lurking here at any given time. :-)
02:49:40 <prolificgnosis> well that's cool
02:50:01 <prolificgnosis> anyway, I'm building a module for openmrs 1.9
02:51:44 <prolificgnosis> I have a junit test in my omod module, retrieving the ConcepService and getting a concept seems to work fine (as expected) when I try to load an object from one of the tables i've introduced I get a org.hibernate.ObjectNotFOundException, No row with the given identifier exists
02:52:26 <prolificgnosis> if I post some of this code, do you think you could help?
02:52:51 <bwolfe> prolificgnosis, are you loading data for your tables?
02:53:21 <bwolfe> the openmrs tables get rows via the standardTestDataset.xml for all tests
02:53:29 <prolificgnosis> there is data in my tables, and i am loading via dao.getSessionFactory().getCurrentSession().load(MyClass.class, 1)
02:53:39 <prolificgnosis> where 1 is the primary key id ofcourse
02:54:04 <prolificgnosis> in fact, I've even tried with an existing openMRS object (Providers) and I still get the same problem
02:54:41 <bwolfe> .load() does not put data into the tables. it is for getting data out
02:54:49 <prolificgnosis> yes i know
02:54:58 <prolificgnosis> and that's what causes the exception
02:55:19 <prolificgnosis> what?!
02:55:25 <prolificgnosis> standardTestDataset???
02:56:03 <bwolfe> you need to put info into your in memory database using a dbunit xml file
02:56:09 <prolificgnosis> omg
02:56:12 <prolificgnosis> are you kidding me
02:56:18 <bwolfe> see the methods on the parent class to load a file
02:57:16 <prolificgnosis> well this solves a huge mystery
02:57:46 <prolificgnosis> where is the documentation on this?
02:58:05 <bwolfe> !testing
02:58:06 <OpenMRSBot> bwolfe: "testing" --- http://openmrs.org/wiki/Testing
02:58:23 <bwolfe> !unittests
02:58:23 <OpenMRSBot> bwolfe: Error: "unittests" is not a valid command.
02:59:32 <bwolfe> prolificgnosis, see "Setting up the expected database" on the "Unit Tests" page linked from there
03:00:57 <prolificgnosis> sorry I don't see that link
03:01:09 <bwolfe> https://wiki.openmrs.org/display/docs/Unit+Tests
03:03:17 <prolificgnosis> site up?
03:03:20 <prolificgnosis> just getting timeouts
03:03:38 <prolificgnosis> nvm
03:04:49 <prolificgnosis> initializeInMemoryDatabase();
03:04:49 <prolificgnosis> executeDataSet("org/openmrs/test/api/myservice/include/patients.xml");
03:05:09 <prolificgnosis> but it seems like initializeInMemoryDatabase, occurs without me having to call anything, correct?
03:05:22 <bwolfe> yes
03:05:41 <prolificgnosis> so then i need only add the second line to my setup function
03:06:18 <prolificgnosis> okay i think i gotit
03:06:22 <prolificgnosis> big thanks
03:06:34 <prolificgnosis> so what if i want to do integration tests and actually hit my DB
03:08:37 <bwolfe> prolificgnosis, theres a section on there about testing against a real db
03:09:01 <bwolfe> its just a matter of overriding one method on your test "boolean useInMemoryDatabase() { return false; }"
03:11:04 <prolificgnosis> ok cool, this really helps a lot, have a good night
03:11:57 <bwolfe> np
03:43:12 *** harshadura has quit IRC
03:53:50 *** suranga has joined #openmrs
03:53:50 *** ChanServ sets mode: +v suranga
03:54:04 <suranga> howdy bwolfe :-)
03:54:37 <bwolfe> hey
03:55:44 *** suranga_ has joined #openmrs
03:57:39 *** upul` has joined #openmrs
03:57:39 *** ChanServ sets mode: +v upul`
03:59:08 *** suranga has quit IRC
04:02:34 *** bwolfe has quit IRC
04:14:50 *** kishoreyekkanti has joined #openmrs
04:46:49 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Groovy 2.2 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=groovy&ampversion=&amp2.2>
04:57:40 *** fishandwalk has joined #openmrs
05:07:06 *** suranga_ has quit IRC
05:07:24 *** suranga_ has joined #openmrs
05:47:18 *** kishoreyekkanti_ has joined #openmrs
05:49:08 *** deadpool has quit IRC
05:50:34 *** kishoreyekkanti has quit IRC
05:50:35 *** kishoreyekkanti_ is now known as kishoreyekkanti
06:02:03 *** deadpool has joined #openmrs
07:03:11 *** kishoreyekkanti has quit IRC
07:06:37 *** rafa-phone has joined #openmrs
07:06:37 *** ChanServ sets mode: +v rafa-phone
07:07:37 *** rafa has joined #openmrs
07:07:37 *** ChanServ sets mode: +v rafa
07:07:37 *** rafa-phone has quit IRC
07:54:12 *** dkayiwa has joined #openmrs
08:15:57 *** dkayiwa has quit IRC
08:44:00 *** eshan has joined #openmrs
08:53:26 <eshan> hi : Can some one knows about the Context.getService(myservice.class) method ? is this use cashing ?
09:02:04 *** suranga_ has quit IRC
09:11:46 *** kishoreyekkanti has joined #openmrs
09:37:27 *** upul` has quit IRC
10:02:48 *** dkayiwa has joined #openmrs
10:44:17 *** rafa has quit IRC
10:56:24 *** kishoreyekkanti has quit IRC
10:57:16 *** kishoreyekkanti has joined #openmrs
10:57:56 *** kishoreyekkanti has joined #openmrs
11:03:00 *** james_regen has joined #openmrs
11:03:00 *** ChanServ sets mode: +v james_regen
11:28:14 *** sunbiz has joined #openmrs
11:28:14 *** ChanServ sets mode: +v sunbiz
11:31:32 *** rafa has joined #openmrs
11:31:32 *** ChanServ sets mode: +v rafa
11:43:01 *** kdeeq has joined #openmrs
11:44:43 *** kdeeq has quit IRC
11:52:24 *** dkayiwa_ has joined #openmrs
11:52:52 *** dkayiwa has quit IRC
11:52:55 *** dkayiwa_ is now known as dkayiwa
11:59:49 *** nathanleiby has joined #openmrs
12:03:11 <dkayiwa> hi rafa
12:03:23 <rafa> dkayiwa: hi
12:03:31 <dkayiwa> rafa: how are the patient summary tickets going? :)
12:03:41 <rafa> dkayiwa: slowly
12:03:48 <dkayiwa> rafa: same here
12:16:51 *** eshan has quit IRC
12:28:01 *** kishoreyekkanti has quit IRC
12:29:35 *** suranga has joined #openmrs
12:29:35 *** ChanServ sets mode: +v suranga
12:29:42 *** bwolfe has joined #openmrs
12:29:42 *** ChanServ sets mode: +o bwolfe
12:30:39 *** bwolfe_ has joined #openmrs
12:30:39 *** ChanServ sets mode: +o bwolfe_
12:30:46 *** bwolfe has quit IRC
12:30:49 *** bwolfe_ is now known as bwolfe
12:35:33 *** wyclif has quit IRC
12:46:54 *** downey has joined #openmrs
12:46:54 *** ChanServ sets mode: +o downey
12:46:54 *** OpenMRSBot sets mode: +o downey
12:56:23 *** kishoreyekkanti has joined #openmrs
13:01:59 *** kishoreyekkanti has quit IRC
13:11:52 *** downey has quit IRC
13:15:18 *** kishoreyekkanti has joined #openmrs
13:16:51 *** mseaton has joined #openmrs
13:16:51 *** ChanServ sets mode: +v mseaton
13:20:15 *** wyclif has joined #openmrs
13:29:52 <dkayiwa> hi mseaton
13:37:16 *** sunbiz has quit IRC
13:39:19 *** sunbiz has joined #openmrs
13:39:19 *** ChanServ sets mode: +v sunbiz
13:52:23 *** downey has joined #openmrs
13:52:23 *** ChanServ sets mode: +o downey
13:52:23 *** OpenMRSBot sets mode: +o downey
13:55:47 *** cpower has joined #openmrs
13:58:14 *** nathanleiby has quit IRC
13:59:16 <cpower> who's ready for the weekend?
13:59:38 <suranga> weekends--
13:59:54 <cpower> sadly I have so much going on that Friday or weekend is becoming a four letter word
14:00:35 <suranga> Weekdays are totally more exciting :-)
14:00:45 <suranga> cpower, will you be at openmrs 2012 ?
14:02:03 <cpower> I'm doing C++ homework, running a 5k race, putting together Legos with my son and catching up on work that should have been done this week...exciting is not on the list.
14:02:46 <cpower> I wish, I would love to meet everyone and learn more about how the world is using OpenMRS, just not in the plan for this year.
14:02:55 <suranga> cpower, those are all exciting things ! :)
14:03:25 <rafa> hi
14:03:46 <cpower> If you think that's exciting you'll love what I'm going to say next... (H)
14:04:07 <rafa> cpower is here so we must have scrum time :D
14:04:20 <cpower> Let's scrum!
14:04:25 <cpower> !scrumon cpower
14:04:25 * 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:05:25 <cpower> Order: Let's keep it simple today...going down the list: bwolfe, mseaton, rafa, suranga, dkayiwa, kishoreyekkanti, wyclif and Andrea when she appears in the middle
14:05:56 <bwolfe> Thursday
14:05:56 <bwolfe> reviewed trunk tickets
14:05:56 <bwolfe> commented on emails
14:05:56 <bwolfe> dev list
14:05:56 <bwolfe> pm call
14:05:58 <bwolfe> PS-13
14:06:00 <bwolfe> Friday
14:06:02 <bwolfe> PS-13
14:06:04 <bwolfe> emails
14:06:06 <bwolfe> roadmap planning call
14:06:08 <bwolfe> tutorials for Andrea
14:06:10 <bwolfe> no blockers
14:06:39 <cpower> Last day to give Andrea all the knowledge of the cosmos, hope you're ready
14:06:53 <cpower> mseaton if you are here, you are up!
14:06:55 <mseaton> haven't had time in past day to do anything with patient summary stuff.
14:07:02 <mseaton> no blockers
14:07:16 <rafa> Today:
14:07:16 <rafa> * Corrected TRUNK-3706: Installation assistant not showing correct encoding
14:07:16 <rafa> * Working on PS-10: Patient Summary UI: Create/edit a PatientSummaryReportDefinition and PS-11: Patient Summary UI: List all available PatientSummaryReportDefinitions (committing to https://github.com/rkorytkowski/openmrs-module-patientsummary/tree/PS-10 if anyone needs it, some parts are still not working)
14:07:16 <rafa> No blockers.
14:07:16 <rafa> Slow downs: Reusing jsps and controllers is hacky and it doesn't seem to be worth the effort...
14:07:18 *** kishoreyekkanti has left #openmrs
14:07:18 *** andreapat has joined #openmrs
14:07:21 <OpenMRSBot> <http://ln-s.net/$tFJ> (at github.com)
14:07:56 <suranga> hi
14:08:01 <suranga> DID
14:08:01 <suranga> fixed HL7QRY-43
14:08:01 <suranga> Idenitified and fixed HL7QRY-56
14:08:01 <suranga> Some work on HL7QRY-45
14:08:01 <suranga> Will do
14:08:01 <suranga> HL7QRy-24
14:08:10 <suranga> today == productive day
14:08:13 <suranga> NO BLOCKERS
14:08:34 <dkayiwa> Committed: locking and unlocking individual widgets - XFRM-96
14:08:35 <dkayiwa> Committed some work for: Add capability to support a graph within the TextTemplateRenderer - REPORT-442
14:08:35 <dkayiwa> Just about to Commit: Support ability for ReportTemplateRenderer to render one output per row in a given dataset - REPORT-438
14:08:35 <dkayiwa> No Blockers
14:09:19 <cpower> Kishore you want to share?
14:09:39 <cpower> I'll go with no, and say Wyclif you are up!
14:09:58 <wyclif> Thursday:
14:09:58 <wyclif> Dev call
14:09:58 <wyclif> Web related stuff for TRUNK-3349 - Move away from depending on module id
14:09:58 <wyclif> Friday:
14:09:58 <wyclif> commit code for TRUNK-3349
14:09:58 <wyclif> TRUNK-3492 - Add option to initialization wizard to set application data directory
14:09:58 *** lhawthor_ has joined #openmrs
14:10:00 <wyclif> pick another bug ticket
14:10:02 <wyclif> Blockers: None
14:10:37 <cpower> and that leaves us with our CA girl who's last day in the midwest is today :-(
14:10:43 <cpower> Andrea you are up.
14:11:35 <bwolfe> andreapat?
14:11:50 <andreapat> ok
14:12:03 <andreapat> Thursday
14:12:03 <andreapat> Dev Call
14:12:03 <andreapat> JUNIT tests for TRUNK-3701 and TRUNK-3321
14:12:03 <andreapat> Commit above
14:12:03 <andreapat> Today
14:12:04 <andreapat> Timessheets for Merck
14:12:06 <andreapat> Last day in Indy - ask questions re system
14:12:08 <andreapat> Commit TRUNK-3701 and TRUNK-3321
14:12:12 <andreapat> No blockers
14:12:41 <cpower> Andreapat...take some corn with you...we have plenty
14:12:56 <andreapat> ok cpower - ha ha
14:13:42 <cpower> Discussion topic: None that I've seen
14:13:47 <cpower> Blockers: Nada
14:13:52 <cpower> !scrumoff
14:13:52 * 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:14:05 <rafa> mseaton: will you be around in 2 hours?
14:14:42 <rafa> or later
14:14:59 <rafa> need to run now, but want to ask you something when I'm back
14:15:27 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: @INDIVIDUALIT We'd love to hear more about how we can improve our guides. Write our developers list? http://t.co/K7AZJGbw <http://twitter.com/OpenMRS/statuses/251682281494822912> || On Twitter: OpenMRS: RT @mackanic: Coding for good: Highlights from the open source humanitarian movement. OpenMRS, Grace Hopper and more @lhawthorn http://t ... <http://twitter.com/OpenMRS/statuses/251682110375612416>
14:15:36 *** mseaton has left #openmrs
14:15:42 <rafa> :)
14:15:50 <dkayiwa> :D
14:16:22 *** rafa has quit IRC
14:19:37 <downey> andreapat: http://freenode.net/faq.shtml#registering
14:25:23 *** suranga has quit IRC
14:36:40 *** downey has quit IRC
14:36:51 *** downey has joined #openmrs
14:36:51 *** ChanServ sets mode: +o downey
14:36:51 *** OpenMRSBot sets mode: +o downey
14:37:09 *** downey_ has joined #openmrs
14:37:09 *** ChanServ sets mode: +o downey_
14:41:34 *** downey has quit IRC
14:41:34 *** downey_ is now known as downey
14:48:56 *** downey has quit IRC
14:49:08 *** downey has joined #openmrs
14:49:08 *** ChanServ sets mode: +o downey
14:49:08 *** OpenMRSBot sets mode: +o downey
14:50:07 *** lh has quit IRC
14:50:22 *** downey_ has joined #openmrs
14:50:22 *** ChanServ sets mode: +o downey_
14:50:26 *** lh has joined #openmrs
14:50:26 *** lh has joined #openmrs
14:52:40 *** lhawthor_ has quit IRC
14:53:14 *** downey has quit IRC
14:53:14 *** downey_ is now known as downey
14:55:36 *** downey has quit IRC
14:56:15 *** sunbiz has quit IRC
15:03:31 *** downey has joined #openmrs
15:03:31 *** ChanServ sets mode: +o downey
15:03:32 *** OpenMRSBot sets mode: +o downey
15:04:42 *** nathanleiby has joined #openmrs
15:07:14 *** sunbiz has joined #openmrs
15:07:15 *** ChanServ sets mode: +v sunbiz
15:09:03 *** downey_ has joined #openmrs
15:09:03 *** ChanServ sets mode: +o downey_
15:11:17 *** djazayeri has joined #openmrs
15:11:17 *** ChanServ sets mode: +o djazayeri
15:11:55 *** downey_ has quit IRC
15:12:07 *** downey_ has joined #openmrs
15:12:07 *** ChanServ sets mode: +o downey_
15:12:51 *** downey has quit IRC
15:12:51 *** downey_ is now known as downey
15:14:50 *** fishandwalk has quit IRC
15:19:25 *** dkayiwa_ has joined #openmrs
15:19:34 *** dkayiwa has quit IRC
15:19:45 *** dkayiwa_ is now known as dkayiwa
15:28:56 *** dkayiwa has quit IRC
15:30:35 *** djazayeri has quit IRC
15:36:57 *** rafa has joined #openmrs
15:36:57 *** ChanServ sets mode: +v rafa
15:37:47 *** nathanleiby has quit IRC
15:41:42 *** downey has quit IRC
15:46:48 *** djazayeri has joined #openmrs
15:46:48 *** ChanServ sets mode: +o djazayeri
15:54:47 *** rafa has quit IRC
16:06:16 *** downey has joined #openmrs
16:06:16 *** ChanServ sets mode: +o downey
16:06:16 *** OpenMRSBot sets mode: +o downey
16:12:51 *** sunbiz has quit IRC
16:15:53 *** downey has quit IRC
16:20:10 *** suranga has joined #openmrs
16:20:10 *** ChanServ sets mode: +v suranga
16:45:47 *** cpower has quit IRC
17:00:57 <prolificgnosis> when I use the CreateInitialDataset, spring throws an exception stating that the hibernate session isn't bound
17:01:18 <prolificgnosis> am i supposed to add hibernate properties within my project?
17:04:52 <djazayeri> prolificgnosis: why are you running that test?
17:06:45 <prolificgnosis> to generate my xml data set
17:06:51 <prolificgnosis> well dbunit dataset
17:07:21 <djazayeri> prolificgnosis: okay, that's a good reason. :-) I don't know the answer to your question.
17:07:36 <prolificgnosis> lol ok
17:07:51 <djazayeri> prolificgnosis: if you're trying to put together a simple test dataset, creating it manually (usually copying and pasting from other datasets) is pretty straightforward.
17:08:26 <prolificgnosis> yeah that might be the case, but it would be nice if I could get this to generate
17:09:00 <prolificgnosis> its in your documentation
17:09:31 <djazayeri> prolificgnosis: I know. It used to work at some point, without needing to set hibernate properties. I haven't used it in years.
17:09:39 <djazayeri> prolificgnosis: what's the exact error?
17:11:07 <prolificgnosis> http://pastebin.com/fxpcJmTW
17:13:04 <djazayeri> prolificgnosis: try putting a Context.openSession() at the start of the whole method, and a Context.closeSession() at the end
17:13:15 *** andreapat has quit IRC
17:16:37 <prolificgnosis> nope still the same thing
17:16:57 <prolificgnosis> although openng the spring session makes sense
17:17:05 <prolificgnosis> so does everyone do this by hand now?
17:25:43 <djazayeri> prolificgnosis: yes, we typically do this by hand, because typically we want precise control over exactly what our test dataset looks like, and we want a small number of data points.
17:25:48 <djazayeri> prolificgnosis: but yeah, it's annoying
17:26:22 <prolificgnosis> but I'll still need to resolve connection issue to make sure this works against my db
17:37:55 *** sunbiz has joined #openmrs
17:37:55 *** ChanServ sets mode: +v sunbiz
17:39:29 *** james_regen has left #openmrs
17:43:02 <sunbiz> guys, bwolfe djazayeri anyone??
17:43:24 <bwolfe> beuler?
17:43:26 <bwolfe> bueler?
17:43:47 <sunbiz> I trying to find my question
17:44:31 <sunbiz> bwolfe: ok... lemme retype. Is it happening to every1 that jetty:run is deploying from src/... and not from target??
17:45:49 <bwolfe> sunbiz, how do I verify that? my jsp files reload from webapp/src, I know that
17:45:51 <sunbiz> so when I deploy a module all its files are also in src... a lot of clutter than even a mvn clean on the openmrs-webapp doesnt make it go away.... coz that'll just delete the target folder
17:46:54 <sunbiz> bwolfe: where are the module files unpacked for u??
17:47:10 <bwolfe> webapp
17:47:18 <bwolfe> (not webapp/target)
17:47:18 <sunbiz> not in target right??
17:47:55 <sunbiz> should it be in webapp/target so that mvn clean will remove that??
17:52:13 *** andreapat has joined #openmrs
17:56:45 *** andreapat has quit IRC
18:03:22 <bwolfe> sunbiz, does it matter? is the standard to go off of target?
18:03:33 <bwolfe> sunbiz, it would be nice to have those cleaned, I agree
18:06:28 *** rafa has joined #openmrs
18:06:28 *** ChanServ sets mode: +v rafa
18:08:05 *** downey has joined #openmrs
18:08:05 *** ChanServ sets mode: +o downey
18:08:05 *** OpenMRSBot sets mode: +o downey
18:09:05 <sunbiz> bwolfe: yea...
18:09:44 <sunbiz> so when I go to commit... I get a load of things that I have to ignore
18:10:19 <sunbiz> I somehow never saw this before... but I dont see any new change to the pom.xml that might have done this
18:11:35 <bwolfe> sunbiz, they are .gitignore'd
18:15:27 <sunbiz> what is gitignored?? the changes in the module?
18:19:55 *** wluyima has joined #openmrs
18:19:55 *** wyclif has quit IRC
18:19:55 *** downey has quit IRC
18:20:15 *** wluyima has quit IRC
18:20:16 <bwolfe> sunbiz, the module folder in the webapp/src
18:20:26 *** wyclif has joined #openmrs
18:23:25 *** downey has joined #openmrs
18:23:25 *** ChanServ sets mode: +o downey
18:23:25 *** OpenMRSBot sets mode: +o downey
18:26:03 *** downey_ has joined #openmrs
18:26:03 *** ChanServ sets mode: +o downey_
18:27:35 <sunbiz> bwolfe: nope.. I dont see that in gitignore... mayb in the svn ignore that folder (/webapp/src/main/webapp/WEB-INF/view/module) was present
18:27:52 <sunbiz> and now in the move to git... this folder is not in gitignore...
18:27:55 <sunbiz> is that correct??
18:29:03 <bwolfe> sunbiz, have you updated recently?
18:29:09 * bwolfe is pretty sure he put it there
18:29:48 *** downey has quit IRC
18:29:48 *** downey_ is now known as downey
18:35:50 <sunbiz> yes
18:38:20 <sunbiz> bwolfe: its not there... https://github.com/openmrs/openmrs-core/blob/master/.gitignore
18:38:24 <OpenMRSBot> <http://ln-s.net/$tMG> (at github.com)
18:42:55 <bwolfe> sunbiz, you're right, as usual ;-) https://github.com/openmrs/openmrs-core/blob/master/webapp/.gitignore
18:43:00 <OpenMRSBot> <http://ln-s.net/$tML> (at github.com)
18:43:05 *** downey has quit IRC
18:43:20 *** downey has joined #openmrs
18:43:20 *** ChanServ sets mode: +o downey
18:43:20 *** OpenMRSBot sets mode: +o downey
18:45:52 *** downey has quit IRC
19:25:43 *** downey has joined #openmrs
19:25:43 *** ChanServ sets mode: +o downey
19:25:43 *** OpenMRSBot sets mode: +o downey
20:07:04 *** suranga_ has joined #openmrs
20:08:54 *** suranga has quit IRC
20:10:23 *** rafa has quit IRC
20:12:13 *** suranga_ has quit IRC
20:16:25 *** suranga_ has joined #openmrs
20:37:40 *** suranga_ has quit IRC
20:38:13 *** suranga_ has joined #openmrs
20:44:47 <sunbiz> bwolfe: do u know if the change today here: https://tickets.openmrs.org/browse/TRUNK-3706 is causing errors??
20:45:11 <sunbiz> I've just heard that its throwing NPE that does not start the installation wizard
20:45:21 <bwolfe> dunno, I didn't test
20:45:27 <bwolfe> did you try confirm?
20:45:32 <sunbiz> isnt there automated test somewhere??
20:45:47 <sunbiz> the work from kishore??
20:48:04 <sunbiz> see: http://pastebin.com/iu82vmbQ
20:49:17 <sunbiz> nope, I havent confirmed... doing something in urgency and can't get into clean installation mode at the moment
20:59:10 *** downey has quit IRC
20:59:23 *** downey has joined #openmrs
20:59:23 *** ChanServ sets mode: +o downey
20:59:23 *** OpenMRSBot sets mode: +o downey
21:16:36 *** downey has quit IRC
21:27:38 *** wyclif has quit IRC
21:47:39 *** bwolfe has quit IRC
22:30:17 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @suranga_kas: #omrs12 is in the air ! check out my cool @OpenMRS ID tag, curtsy of @downey :-) http://t.co/1FQ08Zgw <http://twitter.com/OpenMRS/statuses/251800160298995713>
22:34:08 *** suranga_ has quit IRC