IRC Chat : 2009-04-17 - OpenMRS

00:00:00 <Keelhaul> which happens in *Impl
00:00:14 <omar_verduga> ok, but then the actual
00:00:45 <omar_verduga> dao Method will be inaccesible at least from conceptServiceImpl no?
00:00:50 <omar_verduga> isnt it?
00:01:09 <Keelhaul> it will be if you put its signature into ConceptDAO
00:03:49 <omar_verduga> ok, thanks
00:03:59 <Keelhaul> np
00:11:00 <omar_verduga> sorry, I dont see your last msg Keelhaul
00:11:12 <Keelhaul> i said "np"
00:11:30 <omar_verduga> no, i mean : <Keelhaul> it will be if you put its signature into ConceptDAO
00:11:50 <Keelhaul> dont see as in dont understand?
00:12:02 <omar_verduga> sorry for my english man
00:12:06 <Keelhaul> that's ok
00:12:21 <omar_verduga> dont see like dont see the point
00:12:24 <Keelhaul> i mean that the *ServiceImpl classes import the *DAO interfaces
00:12:29 <omar_verduga> yea
00:12:31 <Keelhaul> so whatever methods are available there, they can use
00:12:47 <omar_verduga> ok, then the problem its my english
00:13:11 <omar_verduga> so i HAVE to put the new method on dao impl and interface
00:13:19 <Keelhaul> yews
00:13:21 <Keelhaul> -w
00:13:38 <Keelhaul> ConceptDAO will only have the signature and HibernateConceptDAO the actual implementation
00:13:48 <Keelhaul> and ConceptServiceImpl will use the new method
00:13:50 <omar_verduga> by the way, its right to call it public ConceptDatatype getConceptDatatype(String name) throws DAOException;
00:14:14 <omar_verduga> theres already a method but whit Integer parameter
00:14:15 <Keelhaul> call it getConceptDatatypeByName(String name)
00:14:21 <omar_verduga> ok, right
00:15:30 <Keelhaul> the one with the integer parameter is for getting a conceptdatatype via its ID
00:17:21 <Keelhaul> yea
00:17:29 <Keelhaul> er
00:17:30 <Keelhaul> nm
00:18:11 <omar_verduga> i only want to overload it
00:18:22 <Keelhaul> yea i know
00:18:25 <omar_verduga> but you are right, its more clear for other people
00:18:34 <omar_verduga> to use the suffix byName
00:18:35 <Keelhaul> the service method is called getConceptDatatype
00:18:41 <omar_verduga> yes
00:18:42 <Keelhaul> which isnt that great, imo
00:18:54 <Keelhaul> usually only the getters via id are called just "getSomething"
00:19:00 <Keelhaul> others are called getSomethingByWhatever
00:19:03 <omar_verduga> 705 conceptserviceImpl
00:19:13 <omar_verduga> mmm, ok
00:20:31 <omar_verduga> well, its in other line i think, i have edited some things
00:21:22 *** k_nishant has joined #openmrs
00:36:49 *** Zakaria has quit IRC
00:45:38 *** bwolfe has joined #openmrs
00:45:38 *** ChanServ sets mode: +o bwolfe
00:51:49 <Keelhaul> hi bwolfe
00:51:57 <bwolfe> hey
00:52:01 <Keelhaul> check this out
00:52:02 <Keelhaul> Unable to find properties file: C:\\Application Data\OpenMRS\openmrs-runtime.properties
00:52:09 <Keelhaul> is the double backslash normal?
00:53:05 <bwolfe> hmm, no
00:53:08 <bwolfe> not sure why thats there
00:53:27 <Keelhaul> thats the reason why openmrs wont start on that laptop in abidjan anymore
00:54:18 <Keelhaul> well apparently the runtime props file was missing as well
00:54:21 <Keelhaul> dunno why
00:54:22 <Keelhaul> i put it there
00:54:40 <Keelhaul> for some reason, it seems to randomly look for the runtime home in different places after a window sreboot
00:55:05 <Keelhaul> most of the time C:\Application Data\Openmrs but sumetimes C:\Documents and settings\<username>\Application Data\Openmrs
00:55:27 <bwolfe> Keelhaul: set your tomcat service to run as a certain user
00:55:38 <Keelhaul> hm how
00:55:41 <bwolfe> we usually create a "tomcat" user and have tomcat explicitly run as that
00:55:49 <Keelhaul> in window service settings?
00:55:52 <bwolfe> go to the services manager
00:55:55 <bwolfe> yeah
00:56:46 <Keelhaul> so whats a "local system account"
00:56:50 <Keelhaul> thats the default setting
00:56:54 <bwolfe> not sure
00:56:57 <Keelhaul> whcih always looks in C:\Application Data for me
00:59:14 <jmiranda> Keelhaul: i used to have the same issue
01:00:10 <Keelhaul> jmiranda: solved it?
01:00:24 <jmiranda> yeah, i thought so
01:00:30 <jmiranda> i think i blogged about it a long time ago
01:00:53 <jmiranda> i tried setting the username and password from within the tomcat service manager
01:00:57 <jmiranda> but it never took
01:01:13 <jmiranda> then, following ben's advice, i found the window service settings
01:01:28 <jmiranda> under the Administration menu
01:01:35 <jmiranda> and was able to set it there
01:01:35 <Keelhaul> well tbh, i'd rather have it in C:\Application Data than anywhere else
01:01:44 <Keelhaul> the user-based folders are too deep to go to =P
01:02:17 <bwolfe> openmrs looks at the environment variable first for the runtime properties. you can set that to be C:/ if you want
01:02:18 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7341]: dataset-definition-refactoring: * Finished implementing data export … <http://dev.openmrs.org/changeset/7341>
01:02:26 <jmiranda> maybe that Local System account would work for you then
01:03:42 <jmiranda> http://blog.justinmiranda.com/2007/05/running-tomcat-55x-service-as-another.html
01:03:46 <OpenMRSBot> <http://ln-s.net/393s> (at blog.justinmiranda.com)
01:04:03 <jmiranda> that shows how to get it working for some user
01:04:23 <jmiranda> not for how to get it working as you want (c:\Application Data)
01:04:43 <jmiranda> ok, i'm going to the gym ... talk to you all later
01:04:54 *** jmiranda has quit IRC
01:17:37 *** omar_verduga has quit IRC
01:26:20 *** vindyani has joined #openmrs
01:40:19 <Keelhaul> bwolfe: user pwd changing doesnt work properly
01:41:23 <Keelhaul> it doesnt say it also wants uppercase letters
01:41:27 <Keelhaul> only letters and numbers
01:41:32 *** jmiranda has joined #openmrs
01:41:32 *** ChanServ sets mode: +o jmiranda
01:59:58 <bwolfe> Keelhaul: you mean it does work...it just says the wrong thing?
02:00:05 <Keelhaul> yea
02:00:11 <Keelhaul> took me a few tries to find out
02:00:31 <Keelhaul> i was in a hurry trying something
02:00:54 <Keelhaul> if a physician encounters that, they will be quite upset, i imagine
02:01:13 <bwolfe> sounds like a nice quick ticket/patch combination for you ;-)
02:01:15 <Keelhaul> medical staff needs to be taken by the hand and walked through everything
02:01:24 <Keelhaul> it's nribeka's work i think
02:01:26 <Keelhaul> he should fix it =P
02:01:39 <Keelhaul> i found something even more annoying along the way
02:01:45 <Keelhaul> well not necessarily annoying
02:01:50 <Keelhaul> but it caused me a lot of ehadache
02:01:59 <Keelhaul> because i got complains about reports not working several times
02:02:03 <Keelhaul> and they always worked for me
02:02:18 <Keelhaul> turns out it makes a difference whether you open a report from the admin panel or from the cohort builder
02:02:23 <Keelhaul> the latter doesnt pass the report id
02:02:41 <bwolfe> I would agree thats annoying
02:02:44 <Keelhaul> so entering dates and pressing the button will throw a numberformatexception
02:02:52 <Keelhaul> adding a ticket for that now
02:03:22 <Keelhaul> should i add darius or mike as cc
02:03:25 <Keelhaul> who wrote it
02:06:03 *** k_nishant has quit IRC
02:06:38 <bwolfe> djazayeri probably
02:07:07 <Keelhaul> bwolfe: what should i set the priority to
02:07:11 *** vindyani has quit IRC
02:07:19 <bwolfe> doesn't matter. major is fine
02:09:16 <Keelhaul> sounds like an intro ticket
02:09:28 <Keelhaul> but i dunno if they want others to work on their reporting stuff
02:10:17 *** isurundt has joined #openmrs
02:15:36 <bwolfe> heh, sure they do
02:15:43 <bwolfe> especially if it isn't working right now :-p
02:15:46 <Keelhaul> bwolfe: does the password message fix really need a ticket
02:15:57 <bwolfe> its borderline
02:15:57 <Keelhaul> the problem with tickets is, they're there to stay
02:16:17 <Keelhaul> i find it annoying to look for existing ticket and having to browse more than 2 pages
02:17:02 <bwolfe> yeah, there needs to be a way to not have it in there
02:17:12 <bwolfe> perhaps just re-open the one that nribeka did and comment on it
02:18:04 <Keelhaul> yea
02:18:05 <Keelhaul> hm
02:18:26 <Keelhaul> why does the same password generate different checksums in the db
02:18:37 <bwolfe> because its not a checkzum
02:18:39 <bwolfe> *sum
02:19:47 *** greendots has quit IRC
02:24:19 <Keelhaul> bwolfe: what is it then
02:24:33 <Keelhaul> does the "salt" thing play a role in its generation
02:27:58 *** upul has joined #openmrs
02:27:58 *** ChanServ sets mode: +v upul
02:30:00 *** nribeka has joined #openmrs
02:30:00 *** ChanServ sets mode: +v nribeka
02:32:58 <bwolfe> the pw field its a hash plus the salt
02:33:08 <bwolfe> the salt is regenerated when you change your password
02:36:27 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1415 (task created): Running a report via the Cohort Builder link does not work <http://dev.openmrs.org/ticket/1415>
02:43:42 <Keelhaul> bwolfe: what is the salt generated from?
02:43:46 <Keelhaul> current timestamp?
02:44:01 <bwolfe> I think so, I can't really remember
02:47:01 *** isurundt has quit IRC
02:47:01 *** meonkeys has quit IRC
02:53:59 *** isurundt has joined #openmrs
02:53:59 *** meonkeys has joined #openmrs
03:12:32 *** andrewaclt has quit IRC
03:50:19 *** omar_verduga has joined #openmrs
04:04:06 *** bwolfe has quit IRC
04:09:53 *** isurundt has quit IRC
04:10:04 *** isurundt has joined #openmrs
04:13:05 *** Keelhaul has quit IRC
04:33:28 *** vindyani has joined #openmrs
04:41:31 *** omar_verduga has quit IRC
05:16:35 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7343]: htmlforms: tweak the constructor slightly. <http://dev.openmrs.org/changeset/7343> || OpenMRS Changesets: Changeset [7342]: htmlforms: minor cosmetic change; rename the "xml" field in … <http://dev.openmrs.org/changeset/7342>
05:17:35 <vindyani> jmiranda, Hi
05:28:01 *** vindyani has quit IRC
05:31:25 *** pascal` has joined #openmrs
05:31:47 <pascal`> hi jmiranda
05:32:11 *** djmlog103_ has joined #openmrs
05:41:46 <jmiranda> hey pascal`
05:51:26 <pascal`> wow
05:51:34 <pascal`> i thought you'd be asleep
05:51:47 <jmiranda> pascal`: heading to bed now
05:52:21 <jmiranda> i never go to bed before 1am (my time)
05:52:25 <jmiranda> what's up?
05:52:39 <pascal`> just thinking about what we spoke about yesterday
05:52:54 <pascal`> you wanted me to add a ticket for the type of report i want to add
05:53:19 <pascal`> Do I add it here: http://dev.openmrs.org/newticket ?
05:54:23 <jmiranda> yes
05:54:52 <jmiranda> (if you haven't already done so) you need to register for a trac account
05:54:54 <pascal`> do you need special permissions?
05:54:56 <pascal`> ok
05:54:58 <pascal`> i haven't
05:56:32 <jmiranda> pascal`: to add tickets, no
05:56:40 <jmiranda> to manage them, i think you do
05:56:50 <jmiranda> but we can do that once your account is created
05:57:16 <pascal`> you do need an account to add a ticket it seems
05:58:48 <pascal`> TICKET_CREATE privileges are required to perform this operation
05:58:59 <pascal`> i get that message even tho i've created an account
06:00:57 <jmiranda> ok
06:01:04 <jmiranda> let me get in there and add permissions
06:04:53 <pascal`> i'm not sure it's logging me in properly
06:05:52 <jmiranda> logout
06:05:55 <jmiranda> and log back in
06:06:25 <jmiranda> i just added you to a group that should allow you to add tickets
06:06:38 <jmiranda> give it a shot
06:06:57 <jmiranda> i have to hit the hay, so i can deal with this in the morning
06:07:01 <jmiranda> if it doesn't work
06:07:14 <jmiranda> (and you can just send me an email with the information for that ticket)
06:07:26 <jmiranda> good night y'all
06:11:01 <pascal`> night
06:28:21 *** pascal` has quit IRC
06:28:21 *** ajuonline has quit IRC
06:28:21 *** r0bby has quit IRC
06:28:28 *** pascal` has joined #openmrs
06:28:28 *** ajuonline has joined #openmrs
06:28:28 *** r0bby has joined #openmrs
06:28:28 *** irc.freenode.net sets mode: +v r0bby
06:56:55 *** djmlog103_ has quit IRC
07:35:21 *** isurundt has left #openmrs
07:35:27 *** isurundt has joined #openmrs
08:47:08 *** upul has quit IRC
08:47:38 *** upul has joined #openmrs
08:47:38 *** ChanServ sets mode: +v upul
09:00:30 <pascal`> anyone around who knows BIRT?
09:20:02 *** nribeka has quit IRC
09:27:40 *** nathanael has joined #Openmrs
09:27:58 *** nathanael has left #Openmrs
10:09:11 *** ajitlodhi has joined #openmrs
10:14:31 <ajitlodhi> hey..can any1 plz give the email id of Burke Mamlin
10:16:00 <upul> ajitlodhi: you can find it here, http://openmrs.org/wiki/User:Burke
10:16:26 <ajitlodhi> thanks
10:26:10 *** ajitlodhi has quit IRC
10:59:58 *** atomicturtle has joined #openmrs
11:01:41 * pascal` is not away
11:02:08 *** atomicturtle has left #openmrs
11:05:19 <upul> there's a programming language named after you pascal` :-)
11:05:23 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7344]: xforms module: bug fixes for sending patient medical history to mobile … <http://dev.openmrs.org/changeset/7344>
11:06:30 <pascal`> well, i think it may have been named before (=
11:07:47 <pascal`> plus i think the language was named after the mathematition
11:27:28 *** luzhuangwei has joined #openmrs
11:30:34 *** upul has quit IRC
11:34:03 *** james_regen has joined #openmrs
11:34:03 *** ChanServ sets mode: +v james_regen
11:48:23 *** luzhuangwei has quit IRC
11:58:16 *** isurundt has quit IRC
12:25:07 *** bwolfe has joined #openmrs
12:25:07 *** ChanServ sets mode: +o bwolfe
12:32:48 *** bwolfe has quit IRC
12:43:24 *** Keelhaul has joined #openmrs
12:43:24 *** ChanServ sets mode: +v Keelhaul
13:00:45 *** nribeka has joined #openmrs
13:00:45 *** ChanServ sets mode: +v nribeka
13:02:09 <jmiranda> pascal`: i do
13:13:21 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7345]: uuids branch: Added some javadoc comments to base classes <http://dev.openmrs.org/changeset/7345>
13:28:17 <pascal`> oh, hi jmiranda
13:28:36 <pascal`> should i mail you @openmrs.org?
13:29:08 <jmiranda> pascal`: sure
13:29:18 <jmiranda> were you able to create the ticket?
13:29:26 <pascal`> no
13:29:43 <pascal`> it's weird tho, i'm not sure if the logging in was working
13:29:56 <pascal`> because the login link was still at the top after i logged in
13:30:08 <pascal`> if i type in the wrong password it does fail tho
13:30:14 <pascal`> something strange is going on
13:33:03 <jmiranda> close your browser
13:33:08 <jmiranda> and try again
13:33:21 <jmiranda> and then we can discuss it with ben when he's around
13:48:37 *** isurundt has joined #openmrs
13:54:57 <jmiranda> pascal`: did you send that email?
14:03:43 <isurundt> hi jmiranda
14:03:56 <isurundt> jmiranda: need some help on encounter type hierachy
14:09:27 <jmiranda> hey isurundt
14:10:47 <isurundt> jmiranda: tried to chat with you via skype too(in the morning). but didnt get any reply. :)
14:10:58 <isurundt> jmiranda: This is the way ben has suggested to display encounter type hierachy - List all encounter types on the encounterTypeForm.jsp page. For each encounter type, if there is a parent display that.
14:11:03 <jmiranda> isurundt: this morning?
14:11:26 <isurundt> jmiranda: for you it may me last night.. :)
14:11:43 <isurundt> *may be
14:11:46 <jmiranda> isurundt: hmmm
14:11:53 <jmiranda> sorry
14:12:05 <isurundt> jmiranda: thats fine
14:12:09 <jmiranda> i have problems with skype not delivering messages all the time
14:12:18 <isurundt> jmiranda: hmmm
14:12:26 <Keelhaul> http://news.bbc.co.uk/2/hi/technology/8003799.stm
14:12:29 <OpenMRSBot> <http://ln-s.net/39$:> (at news.bbc.co.uk)
14:12:45 <Keelhaul> jmiranda: skype is annoying sometimes
14:13:04 <Keelhaul> if i write a message to someone who is offline, they dont get it until i catch them online and send another message
14:13:09 <Keelhaul> then they get both messages at once
14:13:51 <isurundt> jmiranda: when displaying the parent encounter type for a particular enounter type is it enough to display the only the name of the parent encounter type. or should i display the description as well?
14:15:07 <jmiranda> i think the name is sufficient
14:15:29 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7346]: --atd * Removed open/close session from initializations for ATDStatesCron … <http://dev.openmrs.org/changeset/7346>
14:15:36 <isurundt> jmiranda: ok
14:21:15 *** bwolfe has joined #openmrs
14:21:15 *** ChanServ sets mode: +o bwolfe
14:38:40 *** atomicturtle has joined #openmrs
14:40:03 *** atomicturtle has left #openmrs
14:56:34 *** openmrs_6531 has joined #openmrs
15:00:50 *** vindyani has joined #openmrs
15:05:23 *** openmrs_6531 has quit IRC
15:23:20 *** k_nishant has joined #openmrs
15:28:21 <Keelhaul> http://politicalticker.blogs.cnn.com/2009/04/16/texas-governor-says-secession-possible/
15:28:21 *** omar_verduga has joined #openmrs
15:28:23 <OpenMRSBot> <http://ln-s.net/38vE> (at politicalticker.blogs.cnn.com)
15:28:38 <pascal`> jmiranda: you've got mail (=
15:29:07 <pascal`> ... I'm beginning to think what I want to do isn't possible without a lot of effort (coding)
15:32:25 *** Mkop has joined #openmrs
15:32:55 <Mkop> hi everyone!
15:33:06 <pascal`> hi
15:33:12 <jmiranda> pascal`: cool, i'll check it out
15:33:16 <jmiranda> hey Mkop
15:33:26 <Mkop> hey justin
15:33:45 * Mkop 's frustration today is directed at New Jersey transit
15:34:09 <Mkop> told me there was a train last night from Trenton to Philly, when in fact there wasn't
15:34:25 <Mkop> the schedule said "this train runs on Friday only"
15:34:33 <Mkop> which should have been ok, since it's friday
15:34:50 <Mkop> but they meant it only runs on saturday, i.e. late friday night
15:35:08 <Mkop> so I spent 4 hours last night in the Trenton Transit Center
15:35:34 <Mkop> missed that before. hi, pascal`
15:36:37 <Mkop> well, one good thing that came out of it is that I finally got openmrs working again on my machine
15:36:55 <pascal`> jmiranda, about that report, i basically just do one massive select with a bunch of joins where the concept_ip is what they are trying to count
15:37:16 <jmiranda> right
15:37:21 <jmiranda> that's what i've done in the past
15:37:31 <pascal`> then my thinking is, i'll use the COUNT aggregate and filter on provider_id and encounter month
15:37:46 <pascal`> so that should work (i haven't tried it), but it's a bit static
15:37:56 <pascal`> so let me know your thoughts once you've had a change to take a look
15:37:59 <jmiranda> take a look at the cross tab feature first
15:38:05 <jmiranda> check out a tutorial
15:38:17 <jmiranda> birt-exchange.org is a good place to start
15:38:37 <jmiranda> when i get a free 30 minutes later today, i will create a quick cross tab example
15:39:05 <jmiranda> i'm hoping i can use recordmydesktop to capture it
15:39:26 <jmiranda> but otherwise, i'll send you that rptdesign file
15:39:29 <jmiranda> and you can play with it
15:39:40 <pascal`> ok, i've used birt exchange qutie a bit
15:39:49 <pascal`> haven't looked at crosstabs too much yet tho
15:40:02 <jmiranda> crosstabs is basically pivot tables
15:40:20 <jmiranda> you pick some dimensions (date, clinic)
15:40:30 <jmiranda> choose an aggregation (number of obs)
15:40:45 <jmiranda> and you get a table with your computed data
15:40:58 <jmiranda> you can even select how granular the dimension gets
15:41:19 <jmiranda> i.e. for encounter date, you might just care about year or month
15:42:19 *** luzhuangwei has joined #openmrs
15:42:26 <jmiranda> or if you wanted to see what time of day people come into the clinic, you could drill down to the hour, minute, second
15:42:31 <jmiranda> it's pretty powerful
15:43:18 <jmiranda> i've been dying to implement the cross tab feature into openmrs through the birt module (so people can just choose the dimensions, aggregation and we create the cross tab on the fly)
15:43:30 <jmiranda> but for now, we can handle this through a report
15:45:22 *** omar_verduga has quit IRC
15:49:24 <jmiranda> pascal`: sorry, should have said your name
15:49:40 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7347]: --chica * remove open close sessions when initializing for the provider … <http://dev.openmrs.org/changeset/7347> || OpenMRS Tickets: Ticket #1416 (defect created): Cannot add a workflow to a program in sync <http://dev.openmrs.org/ticket/1416> || OpenMRS Tickets: Ticket #1032 (defect closed): program workflow save fails: not-null property references a null or transient value <http://dev.openmrs.org/ticket/1032#comment:3>
15:52:35 <pascal`> ok cool
15:52:48 <pascal`> i'll try it out, thanks jmiranda
15:54:01 *** Mkop has quit IRC
16:11:39 *** nribeka1 has joined #openmrs
16:15:47 *** nribeka2 has joined #openmrs
16:21:43 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1417 (defect closed): Error when using "Edit this Patient" button <http://dev.openmrs.org/ticket/1417#comment:1> || OpenMRS Changesets: Changeset [7348]: --sockethl7listener * Add match handler test * Open session and close … <http://dev.openmrs.org/changeset/7348> || OpenMRS Tickets: Ticket #1417 (defect created): Error when using "Edit this Patient" button <http://dev.openmrs.org/ticket/1417>
16:26:17 *** pascal` has quit IRC
16:29:26 *** luzhuangwei has left #openmrs
16:29:58 *** nribeka has quit IRC
16:34:28 *** nribeka1 has quit IRC
16:37:48 *** vanmh has joined #openmrs
16:41:09 *** k_nishant1 has joined #openmrs
16:41:55 *** k_nishant has quit IRC
16:44:23 *** isurundt has quit IRC
16:48:10 *** k_nishant has joined #openmrs
16:49:56 *** scottyaz has joined #openmrs
16:53:09 *** vindyani has quit IRC
16:54:36 *** k_nishant2 has joined #openmrs
17:00:23 *** kane77 has joined #openmrs
17:00:52 *** k_nishant1 has quit IRC
17:08:11 *** isurundt has joined #openmrs
17:09:00 *** k_nishant has quit IRC
17:09:26 *** jacobb has quit IRC
17:14:06 *** jacobb has joined #openmrs
17:19:04 *** jacobb has quit IRC
17:22:00 *** nribeka has joined #openmrs
17:22:00 *** ChanServ sets mode: +v nribeka
17:33:35 *** isurundt has quit IRC
17:33:57 *** nribeka1 has joined #openmrs
17:43:16 *** nribeka3 has joined #openmrs
17:44:07 <bwolfe> nribeka / nribeka1 / nribeka2 / nribeka3 : any progress on hibernate? :-)
17:44:13 *** nribeka3 has quit IRC
17:44:32 *** nribeka3 has joined #openmrs
17:51:47 *** nribeka has quit IRC
17:57:07 *** scottyaz has quit IRC
18:01:50 *** nribeka1 has quit IRC
18:04:28 *** sdefabbiakane has joined #openmrs
18:16:30 <r0bby> I propose we roll back to the old hibernate jar
18:16:40 <r0bby> thus fixing the bug as it stands..
18:27:55 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7349]: Deleting the sourceid module as it's functionality was incomplete and has … <http://dev.openmrs.org/changeset/7349>
19:08:28 *** jacobb has joined #openmrs
19:25:49 *** omar_verduga has joined #openmrs
19:28:05 <r0bby> omar_verduga: =)
19:28:25 <omar_verduga> hi robby
19:28:45 <r0bby> bwolfe: amazing
19:28:54 <r0bby> you're adding a more thorough example module
19:29:12 <omar_verduga> hey, in the weekend exists activity in this chanel to solve doubts?
19:29:28 <r0bby> heh
19:29:36 <bwolfe> omar_verduga: only occasionally
19:29:52 <bwolfe> omar_verduga: on the weekend its usually better to use the developers mailnig list probably
19:30:31 <omar_verduga> mmm, ok , tnx
19:30:36 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1418 (task created): Uuids Branch: ReportObject needs uuids <http://dev.openmrs.org/ticket/1418> || OpenMRS Changesets: Changeset [7351]: devexamples/jsp-and-service: Initial commit of files for module that has … <http://dev.openmrs.org/changeset/7351> || OpenMRS Changesets: Changeset [7350]: devexamples: Creating directory for jsp-and-service module that has one … <http://dev.openmrs.org/changeset/7350>
19:31:15 <r0bby> bwolfe: I should add a simple module to make a module 100% in groovy
19:31:25 <r0bby> :)
19:31:28 <bwolfe> heh
19:31:29 <bwolfe> ok
19:31:30 <r0bby> would that be bad?
19:31:38 <bwolfe> not sure how much it would be used... :-p
19:31:53 <r0bby> would youi mind if i did it?
19:32:03 <r0bby> actually
19:32:07 <r0bby> groovyforms is 100% in groovy
19:32:09 <r0bby> officially.
19:32:41 <r0bby> but i wanna make something people can take and use like basicmodule
19:33:11 <r0bby> I'll hack it together when i get home
19:33:18 <r0bby> it'll be handy for the folks who do
19:33:30 <r0bby> I want people to drink the kool-aid!
19:34:05 <r0bby> Note to self: caffiene + sugar == hyperactive, bouncy r0bby
19:35:21 <r0bby> Could I go ahead and make the folder in svn:
19:35:29 <r0bby> it'd prolly be something like basicmodule-groovy
19:35:46 <r0bby> I don't know
19:36:11 <Keelhaul> too much sugar = hyperglycemic, overweight r0bby
19:36:42 <r0bby> heh :)
19:38:57 *** greendots has joined #openmrs
19:41:38 * r0bby sighs
19:41:41 <r0bby> o/ dano
19:46:22 <r0bby> I can't wait to get home and work on my example module :X
19:46:54 <r0bby> I wanna throw it together so new groovy devs aren't overwhelmed with the whole process of setting up teh environment ant, etc
19:47:43 <r0bby> the
19:49:03 <r0bby> im out
19:58:57 *** james_regen has quit IRC
20:02:05 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7352]: --chica *adjust classpath for correct atd jar <http://dev.openmrs.org/changeset/7352> || OpenMRS Tickets: Ticket #1419 (task created): BIRT Report: Design a report to display provider summary information for an implementation <http://dev.openmrs.org/ticket/1419>
21:25:47 *** Keelhaul has quit IRC
21:42:16 *** bwolfe has quit IRC
21:47:40 *** Mkop has joined #openmrs
21:51:29 *** omar_verduga has quit IRC
21:56:39 *** Mkop has quit IRC
21:57:36 *** Keelhaul has joined #openmrs
21:57:36 *** ChanServ sets mode: +v Keelhaul
22:17:03 *** Mkop has joined #openmrs
22:27:28 *** nribeka3 has left #openmrs
22:39:04 *** k_nishant2 has quit IRC
22:42:18 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1420 (defect created): Form Entry 3.6.3 - Error after being stopped and started again. <http://dev.openmrs.org/ticket/1420>
22:57:05 *** Mkop has quit IRC
23:07:19 *** kane77 has quit IRC
23:30:26 *** vanmh has left #openmrs