| 00:37:45 | <bwolfe> rfriedman, sorry, had a quick exit to dinner before I saw your question earlier. |
| 00:37:54 | <bwolfe> how is he calling that? |
| 00:38:11 | <bwolfe> is he setting the response type to something crazy? |
| 01:38:33 | <rfriedman> bwolfe, hey ben, i had to jump away also |
| 01:38:46 | <rfriedman> he is joining to discuss |
| 01:39:30 | *** sandeep has joined #openmrs |
| 01:39:54 | *** sandeep is now known as Guest65816 |
| 01:40:08 | <rfriedman> sandeep, why not just be sandeep? |
| 01:40:19 | <Guest65816> I dont know.. |
| 01:40:26 | <Guest65816> it always does this.. |
| 01:40:35 | <Guest65816> due to some authentication failure. |
| 01:40:52 | <rfriedman> we had a crazy lurker the other night who kept switching his nick, including to Guest##### |
| 01:41:21 | <rfriedman> try {slash}nick sandeep |
| 01:41:27 | <Guest65816> wait let me try sandeep_ tht works.. |
| 01:41:52 | *** Guest65816 is now known as sandeep_ |
| 01:42:02 | <rfriedman> ok |
| 01:42:20 | <rfriedman> djazayeri, you here? |
| 01:43:34 | <rfriedman> sorry sandeep_ i have been working on another machine on a presentation, got screen savered here |
| 01:44:09 | <rfriedman> bwolfe, you here? sandeep has come to discuss his problem |
| 01:46:39 | <djazayeri> hi |
| 01:46:59 | <djazayeri> not really here, passing through |
| 01:47:03 | <bwolfe> sure |
| 01:47:17 | <sandeep_> hi Ben.. |
| 01:47:29 | <rfriedman> hey, can you see the description at 17:26? |
| 01:47:49 | <bwolfe> yes, but I asked a question after that |
| 01:47:53 | <bwolfe> is he using curl? |
| 01:48:00 | <bwolfe> what http request type is he passing? |
| 01:48:54 | <sandeep_> I am making getJSON jquery call.. |
| 01:49:14 | <sandeep_> I checked the accept header of the request... |
| 01:49:25 | <sandeep_> it is set to application/json |
| 01:50:31 | <rfriedman> he has followed a model at http://www.mkyong.com/spring-mvc/spring-3-mvc-and-json-example/ |
| 01:50:36 | <OpenMRSBot> <http://ln-s.net/$ScC> (at www.mkyong.com) |
| 01:51:08 | <rfriedman> he has added this dependency to the pom |
| 01:51:10 | <rfriedman> <dependency> |
| 01:51:10 | <rfriedman> <groupId>org.codehaus.jackson</groupId> |
| 01:51:10 | <rfriedman> <artifactId>jackson-mapper-asl</artifactId> |
| 01:51:10 | <rfriedman> <version>1.7.1</version> |
| 01:51:10 | <rfriedman> </dependency> |
| 01:52:16 | <rfriedman> sandeep, you didn't add the spring dependency, did you? |
| 01:53:45 | *** sandeep_ has quit IRC |
| 01:53:52 | <bwolfe> shouldn't have to if you are adding the openmrs ones |
| 01:54:39 | <rfriedman> to which do you refer, spring or jackson-mapper-asl |
| 02:00:37 | <bwolfe> spring |
| 02:01:01 | <bwolfe> although jackson might be in there too |
| 02:01:04 | <bwolfe> check the openmrs poms |
| 02:01:20 | <rfriedman> yes, he found them both |
| 02:01:26 | <rfriedman> he has removed them from the module pom |
| 02:02:16 | <rfriedman> bwolfe, his proxy server is down, i am copying stuff to him thru skype |
| 02:02:18 | <rfriedman> [21:58:45 EDT] Sandeep Joshi: jackson mapper is not getting called at all in my case.. |
| 02:02:18 | <rfriedman> [21:59:10 EDT] Sandeep Joshi: so it is not converting the given object to json.. |
| 02:02:18 | <rfriedman> [22:00:03 EDT] Sandeep Joshi: in openmrs code where json is returned there is explicit call to mapper |
| 02:03:03 | *** sandeep_ has joined #openmrs |
| 02:03:21 | <sandeep_> sorry..proxy server was down..so got logged off.. |
| 02:11:51 | <rfriedman> sandeep_, do you want to pastebin the code? |
| 02:12:18 | <sandeep_> ok..will do that.. |
| 02:14:33 | <sandeep_> http://pastebin.com/L2mZpw8V |
| 02:14:37 | <sandeep_> this is jsp.. |
| 02:16:36 | <sandeep_> http://pastebin.com/HywaJ9b6 |
| 02:16:41 | <sandeep_> controller |
| 02:20:47 | <bwolfe> sandeep_, are you able to make calls to normal ws urls? |
| 02:20:52 | <bwolfe> is it just your module one failing? |
| 02:20:55 | <bwolfe> or both? |
| 02:21:09 | <bwolfe> (trying to figure out if its a jquery problem or your ws problem?) |
| 02:21:49 | <rfriedman> bwolfe, this is HR module, it doesn't use ws |
| 02:21:50 | <sandeep_> I can return normal string form the sam controller.. |
| 02:21:57 | <sandeep_> same* |
| 02:23:05 | <bwolfe> oh, just calling a normal spring controller, got it |
| 02:23:24 | <bwolfe> so your conversoin is failing. I don't know off-hand how you get the automatic conversion |
| 02:28:37 | <sandeep_> oh ok.. |
| 02:29:36 | <sandeep_> do you know it being used anywhere.. |
| 02:29:53 | <sandeep_> I wanted to see some example.. |
| 02:31:53 | *** mccallumg has joined #openmrs |
| 02:31:53 | *** ChanServ sets mode: +v mccallumg |
| 02:33:18 | <rfriedman> hey glen |
| 02:34:30 | <bwolfe> sandeep_, have you checked the spring json docs? |
| 02:35:55 | <sandeep_> no..will check..but I doubt if anything is there..coz I googled almost whole yesterday..but did not get any link to spring official documentation |
| 02:39:16 | <bwolfe> sandeep_, http://www.mkyong.com/spring-mvc/spring-3-mvc-and-json-example/ |
| 02:39:17 | <OpenMRSBot> <http://ln-s.net/$ScC> (at www.mkyong.com) |
| 02:40:00 | <sandeep_> did everything mentioned in that.. |
| 02:40:00 | <sandeep_> I have used the same example.. |
| 02:45:51 | <mccallumg> hi rfriedman |
| 02:46:03 | <mccallumg> rfriedman: working late tonight? |
| 02:46:12 | <rfriedman> sleep all day work all night |
| 02:46:23 | <rfriedman> only way to beat the heat |
| 02:46:48 | <mccallumg> rfriedman: not too bad here. in fact was mostly rain until last week. Summer just began. |
| 02:47:58 | <rfriedman> mccallumg, oops, missed it :) |
| 02:48:50 | <mccallumg> rfriedman: I'm travelling tomorrow - going to catch some of OSCON. |
| 02:49:04 | <rfriedman> is everybody there? |
| 02:49:50 | <mccallumg> rfriedman: so far only downey. joaquin had visa problems so he's not attending. |
| 02:50:09 | <rfriedman> joaquin blaya had a visa problem???? |
| 02:50:36 | <mccallumg> rfriedman: that's what downey said. |
| 02:50:53 | <rfriedman> mccallumg, this country has its head so far up its ass it's a klein bottle |
| 02:52:13 | <mccallumg> rfriedman: he should have flown into vancouver then drove down with me. |
| 02:52:39 | <rfriedman> mccallumg, nah, he can't say eeh |
| 02:53:20 | <mccallumg> rfriedman: funny : | |
| 02:53:51 | <mccallumg> :| |
| 02:55:06 | <rfriedman> mccallumg, i need to go to some javish conferences, it's been so long i forgot how useful it can be ... i went to a VBits conference that gave me enough stuff to use for 5 years |
| 02:55:52 | <mccallumg> rfriedman: are you really that interested in java? do you use it a lot in your work? |
| 02:58:54 | <rfriedman> mccallumg, i have been trying for 4 years to move from .NET to Java world and it's like I get better but I never reach it |
| 02:59:43 | <rfriedman> mccallumg, as for my work, English and Spanish are a good start |
| 03:03:46 | *** bwolfe has quit IRC |
| 03:05:11 | <mccallumg> rfriedman: a good online course might be cheaper than going to conferences |
| 03:06:50 | <rfriedman> mccallumg, i feel like i just need a mentored experience |
| 03:07:00 | <rfriedman> mccallumg, though that's not a conference |
| 03:09:11 | <mccallumg> rfriedman: iTunes university - search for 'java' |
| 03:12:01 | <rfriedman> mccallumg, tks |
| 03:31:29 | *** mccallumg has quit IRC |
| 03:51:22 | *** rfriedman has quit IRC |
| 04:40:35 | *** pulasthi7 has joined #openmrs |
| 04:40:50 | *** sandeep_ has quit IRC |
| 05:16:03 | *** djazayeri has quit IRC |
| 05:34:12 | *** maurya has joined #openmrs |
| 05:34:47 | *** ChanServ sets mode: +v maurya |
| 06:04:44 | *** lakkarau has joined #openmrs |
| 06:07:40 | *** lakkarau has quit IRC |
| 06:13:58 | *** kishoreyekkanti has joined #openmrs |
| 06:15:28 | *** djazayeri has joined #openmrs |
| 06:15:28 | *** ChanServ sets mode: +o djazayeri |
| 06:15:50 | *** kishoreyekkanti has quit IRC |
| 06:16:30 | *** kishoreyekkanti has joined #openmrs |
| 06:45:59 | *** dkayiwa has joined #openmrs |
| 07:28:08 | *** maurya has quit IRC |
| 07:36:34 | *** kishoreyekkanti has quit IRC |
| 08:07:04 | *** jordank has joined #openmrs |
| 08:25:07 | *** jordank has quit IRC |
| 08:27:46 | *** dkayiwa has quit IRC |
| 09:48:04 | *** sandeep_ has joined #openmrs |
| 09:48:47 | <sandeep_> hi all.. |
| 09:49:04 | <sandeep_> can someone help me with json+spring setting.. |
| 09:49:07 | <sandeep_> ? |
| 09:53:28 | *** kishoreyekkanti has joined #openmrs |
| 09:59:57 | *** tayyeb has joined #openmrs |
| 10:00:46 | <tayyeb> anyone here |
| 10:14:15 | <tayyeb> sandeep u here |
| 10:14:41 | <tayyeb> hi sandeeppp |
| 10:22:30 | *** sandeep_ has quit IRC |
| 10:29:35 | *** tayyeb has quit IRC |
| 10:55:40 | *** kishoreyekkanti has quit IRC |
| 11:57:48 | *** maurya has joined #openmrs |
| 12:22:39 | *** maurya has quit IRC |
| 12:46:00 | *** rafa has joined #openmrs |
| 12:46:00 | *** ChanServ sets mode: +v rafa |
| 14:36:24 | *** mgielow has joined #openmrs |
| 14:46:29 | *** dkayiwa has joined #openmrs |
| 14:53:11 | *** mathiaslin has joined #openmrs |
| 15:19:35 | *** tayyeb has joined #openmrs |
| 15:21:44 | <tayyeb> hi dkayiwa |
| 15:22:04 | <dkayiwa> hi tayyeb |
| 15:23:08 | <tayyeb> where u were in these two days |
| 15:23:25 | <dkayiwa> tayyeb: was travelling from Kenya :) |
| 15:23:49 | <tayyeb> hmm nice now where u are ????? |
| 15:25:01 | <dkayiwa> tayyeb: now am back home |
| 15:25:21 | <tayyeb> where u livenow |
| 15:25:28 | <dkayiwa> tayyeb: Uganda :) |
| 15:25:49 | <tayyeb> ok |
| 15:25:58 | <tayyeb> how old ru |
| 15:26:07 | <dkayiwa> tayyeb: 33 years :) |
| 15:26:28 | <tayyeb> married??????? |
| 15:26:37 | <dkayiwa> tayyeb: oh yes. with a son too :) |
| 15:26:46 | <tayyeb> oh nice |
| 15:26:52 | <dkayiwa> tayyeb: thanks! |
| 15:26:54 | <tayyeb> what is his name |
| 15:27:01 | <dkayiwa> tayyeb: Abraham :) |
| 15:27:09 | <tayyeb> r umuslim |
| 15:27:22 | <dkayiwa> tayyeb: Seventh Day Advenstist :) |
| 15:28:16 | <tayyeb> not understand?? |
| 15:28:38 | <tayyeb> what u say svetnh day adventist |
| 15:28:38 | <dkayiwa> Seventh Day Adventist Christian :) |
| 15:28:40 | <tayyeb> ????? |
| 15:28:45 | <tayyeb> ok ok |
| 15:28:48 | <tayyeb> i got it |
| 15:28:52 | <dkayiwa> ok |
| 15:29:17 | <tayyeb> so i want to learn from you more |
| 15:29:25 | <tayyeb> if u dnt mind |
| 15:29:36 | <dkayiwa> tayyeb: let me come back in like 15 minutes. will that be ok? |
| 15:30:02 | <tayyeb> ok ok i am w8ing for u man |
| 15:30:08 | <dkayiwa> tayyeb: ok |
| 15:30:09 | *** dkayiwa has quit IRC |
| 15:32:26 | *** djazayeri1 has joined #openmrs |
| 15:33:16 | *** djazayeri has quit IRC |
| 15:49:14 | *** rafa has quit IRC |
| 15:54:23 | *** djazayeri1 has quit IRC |
| 16:05:57 | *** djazayeri has joined #openmrs |
| 16:05:57 | *** ChanServ sets mode: +o djazayeri |
| 16:10:16 | *** djazayeri has quit IRC |
| 16:12:41 | *** jordank has joined #openmrs |
| 16:13:39 | *** clifford has joined #openmrs |
| 16:13:55 | <clifford> hello |
| 16:14:32 | <clifford> if i forgot my username for openMRS login |
| 16:14:38 | <clifford> how can i retrieve it? |
| 16:18:16 | *** clifford has quit IRC |
| 16:28:52 | *** dkayiwa has joined #openmrs |
| 16:29:03 | <dkayiwa> tayyeb: ok am back |
| 16:29:37 | <tayyeb> o thanks a long wait |
| 16:31:01 | <tayyeb> u here |
| 16:31:08 | <dkayiwa> tayyeb: yes |
| 16:32:12 | <tayyeb> ok now i want to know about patient x form more |
| 16:32:22 | <dkayiwa> ok |
| 16:33:02 | <tayyeb> like the page we created last time it has all field but i wnat some field from there |
| 16:33:17 | <tayyeb> so what should i do |
| 16:33:54 | <dkayiwa> tayyeb: you can delete some |
| 16:34:09 | <tayyeb> how i can delete |
| 16:34:17 | <dkayiwa> but not ones like patient identifier |
| 16:34:22 | <tayyeb> ok |
| 16:34:38 | <dkayiwa> on the design surface right click and delete |
| 16:34:52 | <tayyeb> and how i add field |
| 16:35:07 | <dkayiwa> tayyeb: like what |
| 16:36:10 | <tayyeb> w8 |
| 16:41:23 | <tayyeb> ok now i want to create a doctor form |
| 16:42:15 | <dkayiwa> tayyeb: can you show me how it looks like |
| 16:43:00 | <tayyeb> yup but how |
| 16:43:22 | <dkayiwa> tayyeb: is that a user requirement |
| 16:43:41 | <tayyeb> yup |
| 16:43:59 | <dkayiwa> tayyeb: how does their paper form look like |
| 16:44:50 | <tayyeb> actually i want to develop a whole hospital system in which two kindof patients one hemofelia andsecon thelesemia |
| 16:45:21 | <dkayiwa> tayyeb: for wgich hospital |
| 16:45:28 | <dkayiwa> which |
| 16:46:25 | <tayyeb> fatmid foundation a little trust organization which treat the poor people or peole with these disease |
| 16:46:27 | <tayyeb> free |
| 16:46:39 | <dkayiwa> ok |
| 16:46:41 | <tayyeb> they give them blood |
| 16:47:10 | <dkayiwa> tayyeb: first step is collect their requirements |
| 16:47:11 | <tayyeb> it is my final year project for bachelor |
| 16:47:32 | <tayyeb> i have all requirement i can provideyou |
| 16:48:10 | <tayyeb> and it left only 3months two submitt in my university |
| 16:48:33 | <tayyeb> will u help me like a big brother???? |
| 16:48:46 | <dkayiwa> tayyeb: so how do their paper forms look like |
| 16:49:17 | <tayyeb> yup like a patient form |
| 16:49:44 | <tayyeb> which is relate with a doctor form ,and a laboratory form |
| 16:50:06 | <tayyeb> on doctor form appointment of the patient |
| 16:50:22 | <tayyeb> doctors all information |
| 16:50:25 | <dkayiwa> tayyeb: i mean can i look at it |
| 16:50:34 | <tayyeb> likewhich diseasehecan cure |
| 16:50:54 | <tayyeb> yup but bot yet but tomorrowyou can see |
| 16:51:02 | <dkayiwa> ok |
| 16:51:26 | <tayyeb> sendme your mail account i will send you |
| 16:52:03 | <dkayiwa> tayyeb: are you on the openmrs mailing lists |
| 16:52:09 | <tayyeb> no |
| 16:52:24 | <dkayiwa> tayyeb: you need to get there |
| 16:52:25 | <tayyeb> have you yahoo id or gmail id |
| 16:52:54 | <dkayiwa> tayyeb: use openmrs list to get help from others too :) |
| 16:52:57 | <tayyeb> sent me link |
| 16:53:24 | <tayyeb> plz send me link |
| 16:53:33 | <dkayiwa> tayyeb: http://openmrs.org/ |
| 17:00:41 | <tayyeb> now where to click |
| 17:00:57 | <tayyeb> u here |
| 17:01:02 | <dkayiwa> tayyeb: try all to learn :D |
| 17:01:26 | <tayyeb> https://id.openmrs.org/ |
| 17:01:34 | <tayyeb> is that it ????? |
| 17:01:54 | <dkayiwa> tayyeb: just try whatever you think to learn |
| 17:02:46 | <tayyeb> no no tell where to send you their requirement |
| 17:04:00 | <tayyeb> u here |
| 17:04:22 | <tayyeb> am i disturbing u ????? |
| 17:04:34 | <dkayiwa> tayyeb: first join the implementer and disturbing lists |
| 17:04:52 | <dkayiwa> sorry i meant developer lists |
| 17:05:02 | <tayyeb> hahaha |
| 17:05:09 | <dkayiwa> :D |
| 17:06:30 | <tayyeb> how tojoin implementer and developer list |
| 17:10:13 | <dkayiwa> click all those links |
| 17:13:20 | <tayyeb> yup me in developer group |
| 17:13:24 | <tayyeb> so now |
| 17:13:54 | <dkayiwa> send an email to ask what you want |
| 17:18:57 | <tayyeb> w8 |
| 17:23:04 | *** maurya has joined #openmrs |
| 17:23:20 | *** tayyeb has quit IRC |
| 17:26:05 | *** pulasthi7 has quit IRC |
| 17:27:34 | *** mathiaslin has quit IRC |
| 17:40:55 | *** djazayeri has joined #openmrs |
| 17:40:55 | *** ChanServ sets mode: +o djazayeri |
| 17:44:22 | *** lh has joined #openmrs |
| 17:44:22 | *** lh has joined #openmrs |
| 18:00:42 | *** rafa has joined #openmrs |
| 18:00:42 | *** ChanServ sets mode: +v rafa |
| 18:00:43 | *** djazayeri has quit IRC |
| 18:06:49 | *** lh has quit IRC |
| 18:17:11 | *** Guest7889 has joined #openmrs |
| 18:18:08 | *** Guest7889 has quit IRC |
| 18:37:14 | *** jordank has quit IRC |
| 18:38:34 | *** jordank has joined #openmrs |
| 19:05:06 | *** mgielow has quit IRC |
| 19:12:27 | *** jordank has quit IRC |
| 19:39:37 | *** maurya has quit IRC |
| 19:59:56 | *** jordank has joined #openmrs |
| 20:07:56 | *** bwolfe has joined #openmrs |
| 20:07:56 | *** ChanServ sets mode: +o bwolfe |
| 20:42:24 | *** rafa has quit IRC |
| 20:58:22 | *** mgielow has joined #openmrs |
| 21:02:25 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @IBM_AppServer: Migrate OpenMRS to DB2 and WebSphere Application Server http://t.co/AFDd6yJv <http://twitter.com/OpenMRS/statuses/224599315572719617> |
| 21:11:20 | *** jordank has quit IRC |
| 21:35:56 | *** mgielow has left #openmrs |
| 21:37:00 | *** jordank has joined #openmrs |
| 21:42:44 | *** jordank has joined #openmrs |
| 21:55:01 | *** dkayiwa has quit IRC |
| 22:05:00 | *** lh has joined #openmrs |
| 22:05:00 | *** lh has joined #openmrs |
| 23:00:49 | *** lh has quit IRC |