| 00:03:09 | *** nribeka has joined #openmrs |
| 00:03:09 | *** ChanServ sets mode: +v nribeka |
| 00:07:39 | <r0bby> omar: it always is :) |
| 00:21:20 | *** nribeka1 has quit IRC |
| 00:27:21 | <omar> well, anyway, thanks for the help, good night everyone |
| 00:27:27 | *** omar has quit IRC |
| 00:34:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7494]: the module right now has a page where the next step will be performed. <http://dev.openmrs.org/changeset/7494> |
| 00:41:01 | *** puchuu has joined #openmrs |
| 00:58:24 | *** flyankur has quit IRC |
| 01:06:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7495]: reportingcompatibility: Bring openmrs libraries in line with 1.5.x version <http://dev.openmrs.org/changeset/7495> |
| 02:23:37 | *** atomicturtle has joined #openmrs |
| 02:25:40 | *** atomicturtle has left #openmrs |
| 02:47:29 | *** atomicturtle1 has joined #openmrs |
| 05:07:28 | *** Keelhaul has quit IRC |
| 05:26:34 | *** flyankur has joined #openmrs |
| 05:44:15 | *** puchuu has quit IRC |
| 05:48:51 | *** atomicturtle has joined #openmrs |
| 05:48:51 | *** atomicturtle1 has quit IRC |
| 08:49:12 | *** atomicturtle1 has joined #openmrs |
| 08:49:12 | *** atomicturtle has quit IRC |
| 09:03:11 | *** puchuu has joined #openmrs |
| 09:13:33 | *** flyankur has quit IRC |
| 09:13:54 | *** vindyani has joined #openmrs |
| 09:25:54 | *** pakon has joined #openmrs |
| 09:39:54 | *** pascal` has joined #openmrs |
| 09:59:39 | *** vindyani has quit IRC |
| 10:11:32 | *** puchuu has quit IRC |
| 10:52:10 | *** rryan has quit IRC |
| 11:34:24 | *** james_regen has joined #openmrs |
| 11:34:24 | *** ChanServ sets mode: +v james_regen |
| 11:48:11 | *** atomicturtle has joined #openmrs |
| 11:48:11 | *** atomicturtle1 has quit IRC |
| 12:10:54 | *** bwolfe has joined #openmrs |
| 12:10:54 | *** ChanServ sets mode: +o bwolfe |
| 13:53:44 | *** Keelhaul has joined #openmrs |
| 13:53:44 | *** ChanServ sets mode: +v Keelhaul |
| 13:59:51 | *** pakon has quit IRC |
| 14:09:58 | <Keelhaul> oh damn, burke proposes a "Problem" pojo in his blog for active lists |
| 14:10:00 | <Keelhaul> no es bueno |
| 14:10:53 | <Keelhaul> bwolfe: is it possible to have an "order-by" attribute for many-to-many hibernate mappings? |
| 14:11:01 | <Keelhaul> if i add it, it stops working |
| 14:11:29 | <bwolfe> Keelhaul: he'll be posting to the list about it. voice your concerns/thoughts/etc when he does! :-) |
| 14:11:37 | <bwolfe> (why is Problem a problem for you?) |
| 14:11:47 | <Keelhaul> because i used the same name |
| 14:11:51 | <bwolfe> Keelhaul: I don't know the mappings that well |
| 14:12:19 | <Keelhaul> i need to find a way to integrate my Problem containers with the active lists' Problems |
| 14:12:42 | <Keelhaul> i wish they let me upload the code already |
| 14:14:25 | <Keelhaul> bwolfe: also, if a pojo has a member Set<someotherpojo>, will an order-by attribute work at all |
| 14:14:32 | <Keelhaul> since sets are supposed to be unordered |
| 14:15:45 | <bwolfe> the set will be an OrderedSet implementation |
| 14:15:48 | <bwolfe> so yes, it will work |
| 14:15:56 | <bwolfe> see PersonAddress, PersonName, etc on the Person object |
| 14:16:01 | <Keelhaul> ok |
| 14:16:07 | <Keelhaul> thats good |
| 14:16:18 | <Keelhaul> but i need it to work with many-to-many mappings as well =/ |
| 14:16:27 | <Keelhaul> cant find anything worthwhile on google |
| 14:17:54 | <Keelhaul> http://www.nabble.com/-jira--Created:-(XDP-232)-@hibernate.many-to-many-tag-is-not-accepting-order-by-param-td18620330.html |
| 14:18:39 | <Keelhaul> what are .jelly files =o |
| 14:21:07 | <bwolfe> no idea |
| 14:25:36 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7496]: Include webApplicationContext.xml in BaseModuleWebContextSensitiveTest ⦠<http://dev.openmrs.org/changeset/7496> |
| 14:25:51 | <Keelhaul> View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done. |
| 14:25:56 | <Keelhaul> i hate this kind of sites |
| 14:27:23 | <bwolfe> experts-exchange? just scroll to the bottom |
| 14:32:26 | <Keelhaul> org.hibernate.exception.SQLGrammarException |
| 14:32:26 | <Keelhaul> could not initialize a collection: [org.openmrs.module.medicalproblem.Problem.encounters#1] |
| 14:32:31 | <Keelhaul> yep, doesnt like order-by |
| 14:48:57 | *** atomicturtle has quit IRC |
| 14:49:08 | *** atomicturtle has joined #openmrs |
| 14:57:37 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1455 (task created): Remove reporting components from core and into a module <http://dev.openmrs.org/ticket/1455> || OpenMRS Changesets: Changeset [7497]: reportingcompatibility: Update openmrs jars and separate out Spring ⦠<http://dev.openmrs.org/changeset/7497> |
| 15:29:40 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7498]: reporting-1.6 branch: This branch was created initially to support adding ⦠<http://dev.openmrs.org/changeset/7498> |
| 16:01:42 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7501]: reporting: Initial commit of skeleton directory and enabling of main ⦠<http://dev.openmrs.org/changeset/7501> || OpenMRS Changesets: Changeset [7500]: reporting module: Initial creation of module in repository. <http://dev.openmrs.org/changeset/7500> || OpenMRS Changesets: Changeset [7499]: reportingcompatibility: Fix commented privilges in config.xml <http://dev.openmrs.org/changeset/7499> |
| 16:06:14 | *** vanmh has joined #openmrs |
| 16:07:09 | *** pascal` has quit IRC |
| 16:23:44 | *** k_nishant has joined #openmrs |
| 16:33:43 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7502]: global-property-types: Add some basic css to settings.jsp <http://dev.openmrs.org/changeset/7502> |
| 16:44:13 | *** djmlog103_ has joined #openmrs |
| 17:01:37 | *** djmlog103_ has quit IRC |
| 17:37:48 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1456 (enhancement created): Allow user to create simple crosstab report <http://dev.openmrs.org/ticket/1456> |
| 17:39:51 | *** omar has joined #openmrs |
| 17:49:01 | *** atomicturtle1 has joined #openmrs |
| 17:49:01 | *** atomicturtle has quit IRC |
| 18:00:58 | *** atomicturtle1 has left #openmrs |
| 18:04:59 | *** nribeka is now known as nribeka-away |
| 18:09:50 | <OpenMRSBot> Recent updates in the world of openmrs: Justin Miranda: Walk MS 2009: Part 1 <http://blog.justinmiranda.com/2009/04/walk-ms-2009.html> |
| 18:16:02 | <Keelhaul> ERROR - JDBCExceptionReporter.logExceptions(78) |2009-05-01 16:32:23,225| Unknown column 'encounters0_.encounter_datetime' in 'order clause' |
| 18:37:32 | *** k_nishant has quit IRC |
| 18:41:52 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7503]: uuids: continued refactoring of Concept.setRequiredData() <http://dev.openmrs.org/changeset/7503> |
| 18:49:46 | *** james_regen has quit IRC |
| 18:49:46 | *** vanmh has quit IRC |
| 18:49:46 | *** r0bby has quit IRC |
| 18:49:46 | *** Echidna_ has quit IRC |
| 18:51:09 | *** Echidna_ has joined #openmrs |
| 18:51:14 | *** vanmh has joined #openmrs |
| 18:51:14 | *** james_regen has joined #openmrs |
| 18:51:14 | *** irc.freenode.net sets mode: +v james_regen |
| 19:12:53 | *** omar has quit IRC |
| 19:13:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7505]: uuids: further refactoring Concept.setRequiredData() by introducing ⦠<http://dev.openmrs.org/changeset/7505> || OpenMRS Changesets: Changeset [7504]: uuids: Fixes to make webapp work correctly Added logic to advice to loop ⦠<http://dev.openmrs.org/changeset/7504> |
| 19:16:04 | *** james_regen has quit IRC |
| 19:43:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7508]: uuids: adding ConceptProposalHandler <http://dev.openmrs.org/changeset/7508> || OpenMRS Changesets: Changeset [7507]: uuids: refactoring Concept.setRequiredData() <http://dev.openmrs.org/changeset/7507> || OpenMRS Changesets: Changeset [7506]: reporting module: Fix to classpath <http://dev.openmrs.org/changeset/7506> |
| 19:50:25 | *** k_nishant has joined #openmrs |
| 19:50:58 | *** k_nishant has quit IRC |
| 20:15:59 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7509]: uuids: refactoring ConceptSource.setRequiredData() <http://dev.openmrs.org/changeset/7509> |
| 20:36:29 | *** bwolfe has quit IRC |
| 20:43:59 | *** nribeka has joined #openmrs |
| 20:43:59 | *** ChanServ sets mode: +v nribeka |
| 20:48:03 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7510]: uuids: refactored Obs.setRequiredData() <http://dev.openmrs.org/changeset/7510> |
| 20:48:25 | *** atomicturtle has joined #openmrs |
| 20:53:59 | *** bwolfe has joined #openmrs |
| 20:53:59 | *** ChanServ sets mode: +o bwolfe |
| 20:54:09 | <bwolfe> hmm, what do I want for dinner? |
| 20:54:14 | <bwolfe> my wife is out of town, so I feel like I should have something she doesn't like. but unfortunately the only thing that fits into that category and is close by is White Castle |
| 20:54:58 | <Keelhaul> what doesnt she like |
| 20:55:33 | <bwolfe> she doesn't like much ethnic food |
| 20:55:50 | <Keelhaul> lol |
| 20:55:57 | <Keelhaul> the term "ethnic food" is kinda racist |
| 20:56:15 | <Keelhaul> like "world music" |
| 20:57:53 | <bwolfe> heh, ok. perhaps I should have said non-american ? |
| 20:58:15 | <Keelhaul> well for that, you'd have to define american food first =P |
| 20:58:16 | <bwolfe> hmm, aside from mexican and chinese food |
| 20:58:24 | <Keelhaul> only thing that comes to mind is bucket of chicken wings and burgers =P |
| 20:58:41 | <Keelhaul> i dont think i'm much of a help, i'm not a fan of chinese/indian etc either |
| 20:58:44 | <Keelhaul> i like kebabs |
| 20:59:45 | <nribeka> eat indonesian food bwolfe |
| 20:59:47 | <nribeka> :D |
| 21:00:20 | <bwolfe> "american food" is usually hamburgers, sandwiches, fries, etc |
| 21:00:49 | <Keelhaul> yea |
| 21:01:01 | <bwolfe> indonesian food nribeka ? who would ever eat that?! ;-) |
| 21:01:03 | <Keelhaul> which is kinda sad |
| 21:01:09 | <Keelhaul> isnt there any food thats nto fast food |
| 21:01:15 | <Keelhaul> cajun food =) |
| 21:01:28 | <nribeka> me definitely bwolfe :D |
| 21:01:34 | <Keelhaul> i like my food bland, dont like any spices |
| 21:01:53 | <bwolfe> heh, yeah, you germans usually do |
| 21:01:59 | <nribeka> is there any asian restaurant around RI bwolfe? |
| 21:02:29 | <Keelhaul> bwolfe: our food has a better natural taste though =P |
| 21:03:14 | <bwolfe> nah, just bland |
| 21:03:29 | <bwolfe> nribeka: there are a few |
| 21:03:39 | <bwolfe> nribeka: there are a few more within walking distance |
| 21:03:46 | <bwolfe> err driving |
| 21:03:55 | <nribeka> ouch ... |
| 21:03:55 | <nribeka> :D |
| 21:03:57 | <nribeka> ic ic |
| 21:04:25 | <nribeka> the Basta always available, right bwolfe lol |
| 21:04:45 | <bwolfe> Basta ? |
| 21:04:54 | *** atomicturtle has left #openmrs |
| 21:05:32 | <Keelhaul> bwolfe: order? |
| 21:05:47 | <nribeka> menu at the bugs |
| 21:06:03 | <bwolfe> yeah, a lot of places will deliver if you call and order |
| 21:06:22 | <Keelhaul> every hole usually has lots of places to order from |
| 21:06:22 | <bwolfe> nribeka: ah, the Basta sandwich at Buggs? I haven't seen it since we ate there! :-/ |
| 21:06:25 | <Keelhaul> even indianapolis =P |
| 21:09:31 | <nribeka> hahaha for real bwolfe? |
| 21:09:38 | <nribeka> it was pretty good :) |
| 21:09:40 | <nribeka> hahaha ... |
| 21:12:54 | <Keelhaul> http://www.thesmokinggun.com/archive/years/2009/0430091jury1.html |
| 21:12:59 | <OpenMRSBot> <http://ln-s.net/3-_f> (at www.thesmokinggun.com) |
| 21:16:04 | *** r0bby has joined #openmrs |
| 21:16:04 | *** ChanServ sets mode: +v r0bby |
| 21:18:10 | <OpenMRSBot> Recent updates in the world of openmrs: News Blog: Darius Jazayeri wins 2009 Pizzigati Prize for Public Interest Computing <http://blog.openmrs.org/?p=143> |
| 21:20:22 | *** vanmh has quit IRC |
| 21:29:07 | <nribeka> wow cool |
| 21:29:17 | <nribeka> darius got prize ... |
| 21:29:24 | <Keelhaul> =o |
| 21:30:18 | <Keelhaul> nice |
| 21:30:32 | <r0bby> so this one time, at band camp.. |
| 21:33:23 | <nribeka> what does it means r0bby? |
| 21:33:28 | <nribeka> i still don't get it |
| 21:33:30 | <nribeka> :D |
| 21:34:31 | <r0bby> darius is my backup mentor :) |
| 21:36:01 | <r0bby> nribeka: American pie reference |
| 21:36:07 | <r0bby> really really stupid funny movie |
| 21:36:16 | <r0bby> mildly vulger too |
| 21:36:29 | <r0bby> not something i shoulda said on a publically logged channel.. |
| 21:36:33 | <nribeka> ahhh ... |
| 21:36:35 | <nribeka> ic ic |
| 21:37:00 | <Keelhaul> with 2 sequelst and 3 spinoffs |
| 21:37:04 | <Keelhaul> -t |
| 21:37:17 | <nribeka> send email to the list to congrats darius please |
| 21:37:18 | <nribeka> :D |
| 21:37:30 | <nribeka> come on :D someone |
| 21:38:32 | <r0bby> nribeka: you do it |
| 21:38:44 | <r0bby> I already sent him a skype msg :) |
| 21:39:21 | <r0bby> I'm happy to be working under Darius, even if it's indirectly |
| 21:42:21 | <nribeka> i'm not good at writing emails |
| 21:42:22 | <nribeka> hahaha |
| 21:42:35 | <nribeka> my email is one liner or two liner only :D |
| 21:45:31 | *** bwolfe has quit IRC |
| 21:51:07 | * r0bby waits for it |
| 21:57:17 | *** nribeka has quit IRC |
| 22:22:16 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7511]: global-property-types: Chat log with Dave Thomas <http://dev.openmrs.org/changeset/7511> |
| 22:39:02 | *** bwolfe has joined #openmrs |
| 22:39:02 | *** ChanServ sets mode: +o bwolfe |
| 23:30:48 | <Keelhaul> wb bw |
| 23:40:10 | <nribeka-away> wb bw? |
| 23:40:21 | <nribeka-away> wolfe ben ben wolfe? |
| 23:40:22 | <nribeka-away> :D |
| 23:40:55 | <r0bby> nribeka-away: no! |
| 23:41:03 | <r0bby> he just plays him in real life |
| 23:44:22 | *** nribeka-away is now known as win_moron |
| 23:49:57 | *** atomicturtle1 has joined #openmrs |
| 23:50:36 | <win_moron> do you want to see burke office r0bby? |
| 23:52:45 | <r0bby> why? |
| 23:53:10 | <r0bby> I actually was toying w/ the idea of going to Regenstrief for my spring break |
| 23:53:33 | <r0bby> woulda lost money on the deal, it's insanely expensive for me to do so; |
| 23:53:44 | <r0bby> plane fare etc |
| 23:53:48 | <r0bby> plus food |
| 23:53:49 | <win_moron> go r0bby |
| 23:53:52 | <win_moron> it's fun |
| 23:53:53 | <win_moron> :D |
| 23:53:58 | <r0bby> when did you go? |
| 23:54:09 | <win_moron> yesterday |
| 23:54:12 | <win_moron> j/k |
| 23:54:17 | <r0bby> heh yeh |
| 23:54:26 | <r0bby> ask lh, i'm hyper |
| 23:54:29 | <r0bby> and loud |
| 23:54:38 | <r0bby> and just as obnoxious |
| 23:54:40 | <win_moron> @ gsoc channel? |
| 23:54:46 | <r0bby> :) |