IRC Chat : 2011-07-04 - OpenMRS

00:14:21 *** gbastien has quit IRC
01:46:41 *** mathiaslin has joined #openmrs
02:36:54 *** mathiaslin has quit IRC
02:50:45 *** mathiaslin has joined #openmrs
03:47:54 *** mathiaslin has quit IRC
03:51:36 *** mathiaslin has joined #openmrs
04:18:12 *** sreya has joined #openmrs
04:30:36 *** upul` has joined #openmrs
04:30:36 *** ChanServ sets mode: +v upul`
05:01:35 *** goutham has joined #openmrs
05:38:47 *** surangak has joined #openmrs
06:21:15 *** dkayiwa has joined #openmrs
06:30:47 *** pascal` has joined #openmrs
06:30:59 *** ChanServ sets mode: +v pascal`
07:06:17 *** rafa has joined #openmrs
07:06:17 *** ChanServ sets mode: +v rafa
07:09:53 *** yanokwa has joined #openmrs
07:09:53 *** ChanServ sets mode: +v yanokwa
07:25:21 <sreya> hi dkayiwa
07:25:28 <dkayiwa> hi sreya
07:27:15 <sreya> hey dkayiwa
07:27:24 <dkayiwa> hi
07:27:26 <sreya> do you have any suggestions for my problem dkayiwa
07:27:52 <sreya> do you have any suggestions for my problem dkayiwa
07:27:55 <dkayiwa> Did you try out Ben's suggestion?
07:33:39 <dkayiwa> sreya
07:33:52 <sreya> which one
07:34:08 <dkayiwa> the one he sent on mail?
07:34:51 <dkayiwa> sreya
07:35:05 <sreya> asking me to do what saptarishi gave
07:35:08 <sreya> dkayiwa:
07:35:13 <dkayiwa> yes sreya
07:35:20 <sreya> well thats the same thing which i tries earlier
07:35:26 <sreya> no progress
07:35:32 <dkayiwa> ok
07:35:50 <dkayiwa> sreya: could you tell me in summary what you are trying to do
07:35:51 <dkayiwa> ?
07:36:10 <sreya> earlier in the very beginning
07:36:19 <dkayiwa> may be when i know that, i can come up with a better alternative. sreya
07:37:14 <sreya> 1. created a class extending from AbstractMessageSource
07:37:28 <sreya> 2. override the methods in it
07:37:50 <sreya> 3. wrote <id=messageSource class="my class">
07:38:03 <sreya> 4. deployed the application
07:38:39 <sreya> but still my class was not being considered as the provider for messages
07:38:59 <sreya> then we noticed that in openmrs-servlet.xml
07:39:27 <sreya> there is an alias created for messageSource pointing to current messageService
07:40:02 <sreya> then I used the same alias mechanism so that my service can be recognised as the messageProvider
07:40:17 <sreya> but nothing happened
07:40:22 <sreya> dkayiwa: u there
07:40:26 <dkayiwa> yes
07:40:29 <dkayiwa> listening
07:41:19 <dkayiwa> for your stuff to work, do you need to modify trunk? sreya
07:41:32 <sreya> i dont know
07:42:10 <dkayiwa> i saw your patch for trunk
07:42:11 <sreya> then we saw that current messageService has a property activeMessageSource
07:42:24 <sreya> to whom it delegates the calls
07:42:54 <sreya> so i tried my implementation should be recognized as the activeMessageSource
07:43:03 <dkayiwa> ok
07:43:04 <sreya> using the parent tag
07:43:08 <dkayiwa> ok
07:43:11 <sreya> and then you know
07:43:21 <sreya> i debugged it that day and showed you
07:43:26 <dkayiwa> ok
07:44:17 <dkayiwa> let me try compile your module myself
07:44:27 <dkayiwa> can u again give me the url
07:45:18 <sreya> yes
07:46:15 <sreya> http://svn.openmrs.org/openmrs-modules/databasemessages/branches/
07:46:16 <OpenMRSBot> <http://ln-s.net/8xU9> (at svn.openmrs.org)
07:46:21 <dkayiwa> ok
07:47:29 <sreya> but for my module to run
07:47:52 <sreya> you will have to apply the patch to the trunk which i had send you
07:47:57 <sreya> as mail
07:48:10 <dkayiwa> what does the patch do
07:48:14 <dkayiwa> to trubk
07:48:29 <dkayiwa> as in why does trunk have to change
07:49:11 *** bryq has joined #openmrs
07:49:11 *** ChanServ sets mode: +v bryq
07:54:09 <dkayiwa> sreya
07:54:46 <sreya> see everytime the context is getting refreshed
07:55:12 <sreya> there is a new activeMessageSource getting created
07:55:23 <sreya> which is pointing to the older service
07:55:40 <sreya> you dont apply that patch
07:55:53 <sreya> coz that patch also does not seem to work
07:56:02 <sreya> we should make the set as static
07:56:36 <dkayiwa> ok
07:57:47 <sreya> so that it holds all the other activeMessageSource
07:58:17 <dkayiwa> ok
08:01:37 <dkayiwa> do u want override the default message source sreya
08:01:45 <sreya> yes
08:01:59 <sreya> very much
08:02:15 <dkayiwa> which method
08:02:44 <sreya> didnt get you
08:02:58 <dkayiwa> which method of that class
08:03:14 <dkayiwa> do u want to override
08:03:29 <sreya> getMessage
08:03:42 <dkayiwa> why not use AOP
08:04:04 <sreya> hey i wanted to
08:04:15 <dkayiwa> and then?
08:04:23 <sreya> but i thought it wont be appropriate
08:04:34 <dkayiwa> why
08:04:35 <sreya> so i went the spring way
08:05:04 <dkayiwa> i personally see it appropriate
08:05:07 <sreya> see the thing is
08:05:42 <sreya> after my module is deployed i want the spring to delegate all the messageSource tasks to me
08:06:06 <sreya> if we use AOP
08:06:21 <sreya> we are asking the spring to do two things
08:06:44 <sreya> that is i am asking the default messageSourceService to work
08:06:54 <sreya> n then even my service would work
08:07:12 <sreya> i want to replace the default thing
08:07:26 <sreya> rather than being called before or after the method
08:07:30 <dkayiwa> but it would still work
08:07:31 <sreya> do you see
08:07:39 <sreya> well if it can
08:07:48 <sreya> i would be the happiest :))
08:08:22 <dkayiwa> because with AOP, you can prevent the default method from running
08:08:31 <sreya> ok
08:08:48 <dkayiwa> and instead run yoyrs
08:08:51 <dkayiwa> yours
08:08:57 <sreya> well thats what i want to do i want to wrap the default implementaion
08:09:05 <sreya> with my module
08:09:05 <dkayiwa> https://wiki.openmrs.org/display/docs/OpenMRS+AOP
08:09:06 <OpenMRSBot> <http://ln-s.net/8gLx> (at wiki.openmrs.org)
08:09:22 <sreya> n if my module is not there then it should run the default way
08:10:01 <sreya> ok
08:10:11 <sreya> i would ask my mentor if i can use this
08:10:18 <sreya> thanks so much dkayiwa
08:10:26 *** rafa has quit IRC
08:10:30 <dkayiwa> ok
08:10:41 <dkayiwa> am very sure AOP would work for you
08:14:15 <sreya> me too
08:37:44 *** scsibug__ has joined #openmrs
08:43:12 *** scsibug has quit IRC
08:43:15 *** scsibug__ is now known as scsibug
08:52:41 *** rafa has joined #openmrs
08:52:41 *** ChanServ sets mode: +v rafa
08:59:10 *** danielf` has joined #openmrs
08:59:10 *** ChanServ sets mode: +v danielf`
09:04:17 *** surangak_ has joined #openmrs
09:04:17 *** surangak has quit IRC
09:07:08 *** sreya has quit IRC
09:19:34 *** goutham_ has joined #openmrs
09:26:15 *** muthah has joined #openmrs
10:01:29 *** rafa has quit IRC
10:23:24 *** goutham_ has quit IRC
10:30:41 *** rafa has joined #openmrs
10:30:41 *** ChanServ sets mode: +v rafa
10:34:59 *** goutham_ has joined #openmrs
10:53:44 *** Adee has joined #openmrs
10:53:48 <Adee> hey all
10:54:17 <Adee> i need some help with the CPP libraries for the HL7 protocol implementation
10:55:29 <Adee> help
10:55:32 <Adee> ???
10:56:01 *** rafa has quit IRC
10:56:07 <dkayiwa> hi Adee. what exact kind of help
10:56:47 <Adee> is there some CPP libraries present for the implementation of the HL7 protocol
10:57:01 <Adee> i have found many projects implementing it in java
10:57:13 <Adee> but could not find one in CPP
10:57:22 <dkayiwa> c++?
11:02:58 *** rafa has joined #openmrs
11:02:58 *** ChanServ sets mode: +v rafa
11:06:03 *** muthah has quit IRC
11:10:39 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.7.x): CODE REVIEW (POST-COMMIT) - issue TRUNK-2428: ConcurrentModificationException in ConceptNameSaveHandler ... <http://feedproxy.google.com/~r/OMRStrunk/~3/KrZ3D56cpkw/OpenMRS> || New Changeset: OpenMRS (1.6.x): CODE REVIEW (POST-COMMIT) - issue TRUNK-2428: ConcurrentModificationException in ConceptNameSaveHandler ... <http://feedproxy.google.com/~r/OMRStrunk/~3/V-zzDIaCCl0/OpenMRS>
11:11:47 *** muthah has joined #openmrs
11:16:34 *** rafa has quit IRC
11:30:27 *** upul` has left #openmrs
11:36:27 *** Adee has quit IRC
11:42:40 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (1.8.x): CODE REVIEW (POST-COMMIT) - issue TRUNK-2428: ConcurrentModificationException in ConceptNameSaveHandler ... <http://feedproxy.google.com/~r/OMRStrunk/~3/a2fCG0_ZxYI/OpenMRS>
11:47:17 <surangak_> mmm i think everyone is enjoying indipendence day today ?
11:47:41 <dkayiwa> everyone = in the USA ?
12:03:59 *** bryq has quit IRC
12:04:27 <surangak_> even ppl in our office like to celebrate indipendence day, because the clients dont call them
12:04:36 <surangak_> and they get to take it easy....
12:15:58 *** goutham_ has quit IRC
12:37:41 <dkayiwa> hahahaha
12:37:55 <dkayiwa> which clients are those?
12:46:55 *** rafa has joined #openmrs
12:46:55 *** ChanServ sets mode: +v rafa
12:47:03 <surangak_> we have these bunch of US clients, so we keep a careful watch on what US holidays are :)
12:47:17 <dkayiwa> oh i see
12:47:20 <surangak_> US holidays are quite rare
12:47:27 <dkayiwa> what kind of services do you offer to them?
12:48:24 <surangak_> hmmm, i think the honest asnwer would ne anything and everything :D
12:48:43 <surangak_> web / java based mostly...
12:48:56 <dkayiwa> hahahahaha
12:49:17 <dkayiwa> you can even offer them agricultural services :)
12:50:03 <surangak_> with todays economy , u can never tell :D
12:50:23 <surangak_> Sri Lanka is basically tryin to compete with india, which is VERY hard....
12:50:51 <dkayiwa> hahahaha
12:50:57 <dkayiwa> :D
12:51:26 <dkayiwa> it is even harder competing with Uganda :)
12:53:38 <surangak_> mmm really ? sorry, i didnt know that.....
12:53:59 <surangak_> i thought when it comes to outsourcing, it was basically india and a few asian countries....
12:54:50 *** goutham has quit IRC
12:56:23 <dkayiwa> hahahaha
12:56:35 <dkayiwa> with uganda i was just jocking. :D
12:57:06 <surangak_> how big is the OpenMRS team in uganda ?
12:57:21 <dkayiwa> developer?
12:59:21 <surangak_> yes...
12:59:28 <dkayiwa> 1
12:59:36 <surangak_> mm only you ?
12:59:43 <dkayiwa> yes for now
12:59:46 <surangak_> i thought there was a bigger team..
13:00:03 <dkayiwa> planning to build that
13:00:07 <surangak_> mmm.. how many total devs for the entire openmrs team globaly, d'ya think ?
13:00:18 <dkayiwa> i cant tell
13:00:42 <dkayiwa> u know open source can have many volunteers
13:17:12 *** rafa has quit IRC
13:32:15 *** muthah has quit IRC
13:49:11 *** danielf` has quit IRC
13:49:24 *** pascal` has quit IRC
13:54:18 *** danielf` has joined #openmrs
13:54:18 *** ChanServ sets mode: +v danielf`
13:56:50 *** gbastien has joined #openmrs
14:01:31 *** gbastien has quit IRC
14:03:02 *** pascal` has joined #openmrs
14:14:02 *** gbastien has joined #openmrs
14:26:54 *** surangak_ has quit IRC
14:48:27 *** danielf` has quit IRC
14:53:45 *** pascal` has quit IRC
15:06:16 *** gbastien has quit IRC
15:25:00 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): IN PROGRESS - issue TRUNK-2432: ValidateUtil does not validate Concept ... <http://feedproxy.google.com/~r/OMRStrunk/~3/yMw1LSRFWOk/OpenMRS>
15:50:59 *** gbastien has joined #openmrs
16:05:43 *** pascal` has joined #openmrs
16:47:10 *** dkayiwa has quit IRC
16:49:09 *** cta has joined #openmrs
17:08:42 *** robbyoconnor has quit IRC
17:12:14 *** cta has quit IRC
17:42:57 *** rafa has joined #openmrs
17:42:57 *** ChanServ sets mode: +v rafa
18:07:24 *** rafa has quit IRC
18:12:21 *** gbastien has quit IRC
18:24:51 *** gbastien has joined #openmrs
18:27:53 *** bryq has joined #openmrs
18:27:53 *** ChanServ sets mode: +v bryq
18:30:42 *** Echidna has quit IRC
18:34:19 *** Echidna has joined #openmrs
18:34:19 *** ChanServ sets mode: +v Echidna
18:37:06 *** robbyoconnor has joined #openmrs
18:37:06 *** ChanServ sets mode: +v robbyoconnor
19:28:05 *** dkayiwa has joined #openmrs
19:31:05 *** robbyoconnor has quit IRC
19:38:16 *** yanokwa has quit IRC
19:38:34 *** yanokwa has joined #openmrs
19:38:34 *** ChanServ sets mode: +v yanokwa
19:40:51 *** goutham has joined #openmrs
20:15:56 *** goutham has quit IRC
20:16:13 *** rafa has joined #openmrs
20:16:13 *** ChanServ sets mode: +v rafa
20:28:41 *** bryq1 has joined #openmrs
20:30:39 *** bryq has quit IRC
20:46:14 *** rafa has quit IRC
21:25:39 *** deadpool has joined #openmrs
21:34:21 *** pascal` has quit IRC
22:01:00 *** dkayiwa has quit IRC
22:45:02 *** bryq1 has quit IRC
23:03:26 *** gbastien has quit IRC
23:24:22 *** akapil has joined #openmrs
23:26:23 <akapil> hey guys, I'm a new user of openrs. I'm trying to investigate if this is a viable system for a medical trip my school makes to the domincan republic to handle our patient population more effectively. I created my account, but I am encountering difficulty logging on once I start the java software. I believe this may be because I have not set a security question. Can anyone verify if they have ever faced this issue. Or can anyone provide
23:28:06 <akapil> Any assistance will be greatly appreciated.
23:40:34 *** akapil has quit IRC
23:51:43 *** gbastien has joined #openmrs