IRC Chat : 2011-05-17 - OpenMRS

01:01:40 *** Mkop has quit IRC
01:11:07 *** aja has joined #openmrs
01:14:29 <sunbiz> Shaabneh: I suggest that u upgrade to Netbeans 7.0
01:16:26 <Shaabneh> sunbiz: I think that the problem was the wrong svn url that i have typed firstly
01:17:59 <sunbiz> yes... but the other problem is that with the surefire plugin that we are using... there is a bug when maven.test.skip=true is done.. it doesnt create the *tests.jar files
01:18:00 *** aja has quit IRC
01:18:36 <sunbiz> instead when skipTests=true is done... it skips the tests, but creates the *tests.jar
01:19:20 <Shaabneh> yes
01:20:05 <sunbiz> so... 1.) we should fix that failing test in our trunk code. 2.) upgrade the surefire plugin 3.) suggest ppl to use Netbeans 7.0, which defaults to skipping tests as skipTests=true
01:20:21 <Shaabneh> is this consider as a solve for the program bug?
01:20:33 <Shaabneh> solution*
01:21:01 <sunbiz> I'll add those to our Netbeans wiki page
01:21:13 <sunbiz> and also create tickets to upgrade surefire
01:28:03 <Shaabneh> problem i faced :some dependency artifacts are not in local repository, if it doesn't solved automatically, can we install it manually?
01:30:11 <Shaabneh> when i tried to solve it manually the war file didn't work, i think because i have installed 1.8.0 instead of 1.9.0 SNAPSHOT
01:42:19 <Shaabneh> sunbiz: Thanks So much for Help . . .
01:42:26 *** Shaabneh has quit IRC
01:58:31 *** aja has joined #openmrs
02:08:18 *** gauravpaliwal has joined #openmrs
02:08:18 *** ChanServ sets mode: +v gauravpaliwal
02:16:00 <gauravpaliwal> hi , anyone there ?
02:16:14 <sunbiz> gauravpaliwal: Im here...
02:16:24 <sunbiz> hi gauravpaliwal
02:16:34 <gauravpaliwal> sunbiz : Hi
02:18:39 <gauravpaliwal> sunbiz : does this http://svn.openmrs.org/openmrs-modules/helloworld/ module works fine ? actually I am trying to experiment on DAO and POJO by still then I am unable to write/read dataof the database using module.
02:18:41 <OpenMRSBot> <http://ln-s.net/3-QQ> (at svn.openmrs.org)
02:19:12 <sunbiz> I think it does work... havent tried it recently
02:20:22 <sunbiz> gauravpaliwal: are the tables being created in MySQL??
02:20:51 <gauravpaliwal> nopes I have done it manually :(
02:21:07 <gauravpaliwal> and no error is coming class HelloWorldResponse method getResponse run but even then no update :( struggling with it from last 24 hours
02:22:34 <gauravpaliwal> sunbiz : I think I should try it all again looks like I am messing with config files
02:22:37 <sunbiz> hmmm... when u install the module, it should start and the hello_world_response table should be created
02:23:19 <gauravpaliwal> sunbiz : okeys , will presence of both libxml and sqldiff create problem ?
02:24:35 <sunbiz> I dont know the definite answer to that... u can try removing the sqldiff and trying
02:28:07 <gauravpaliwal> sunbiz : thanks , will try and get back to you
02:38:15 <gauravpaliwal> sunbiz : tables are now created :) after removing sqldiff.xml and keeping liqibase.xml
02:41:15 <sunbiz> gauravpaliwal: ok... thats good to hear :)
02:41:30 <sunbiz> may be it should be documented somewhere on the wiki
02:43:08 <gauravpaliwal> sunbiz : I will do that including a tutorial on how to get your module connected with database (DAO and POJO) once I am completed with it.
02:43:47 <sunbiz> a quick add to this page: https://wiki.openmrs.org/display/docs/Extending+a+Table+Through+a+Module should be useful
02:43:54 <OpenMRSBot> <http://ln-s.net/8p+H> (at wiki.openmrs.org)
02:43:55 <sunbiz> the longer version is good...
02:44:09 <sunbiz> but a 1-liner note might be useful
02:50:32 <gauravpaliwal> sunbiz : done : https://wiki.openmrs.org/pages/diffpages.action?pageId=3346355&originalId=18514159
02:50:38 <OpenMRSBot> <http://ln-s.net/8p+I> (at wiki.openmrs.org)
03:16:42 *** gauravpaliwal has left #openmrs
03:17:09 *** gbastien has quit IRC
03:22:56 <robbyoconnor> https://wiki.openmrs.org/display/docs/Module+liquibase+File
03:23:02 <OpenMRSBot> <http://ln-s.net/8p+Y> (at wiki.openmrs.org)
03:23:05 <robbyoconnor> oh he's gone
03:32:21 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (concept_mappings): concept_mappings: Fixing broken 'add new concept map type' link on the manage concept map types page <http://feedproxy.google.com/~r/OMRStrunk/~3/aMRiHFwNhis/OpenMRS>
03:54:44 *** jriley has joined #openmrs
04:01:19 *** gauravpaliwal has joined #openmrs
04:01:19 *** ChanServ sets mode: +v gauravpaliwal
04:03:34 *** jriley has quit IRC
04:06:09 *** jriley has joined #openmrs
04:23:42 *** surangak has joined #openmrs
04:25:31 <surangak> howdy all
04:26:18 <surangak> can someone recomed a good set of data to create a visit attribute ?
04:26:34 <surangak> i identified that it needs values with maxoccurs =1
04:27:06 <surangak> but not i seem to get a java.lang.ClassCastException java.util.HashSet cannot be cast to java.util.SortedSet when i try to creAte...
04:42:06 <jriley> What kind of data do you need to create a Visit attribute?
04:42:29 <jriley> I don't know enough about it to tell you what's a good set
04:43:27 <surangak> hmm.. basically u need a string or data object based on a pre defined visit attribute type
04:43:29 *** aja has quit IRC
04:43:53 <surangak> as in, if i had created aattribute tyoe string, then a string etc.
04:45:58 <surangak> maybe theres something wrong with the other data im trying to feed in...
04:46:19 <jriley> Sorry, I need to look at the design doc for visits. I know the high level idea, but not at the attribute level
04:46:31 *** bryq has joined #openmrs
04:46:31 *** ChanServ sets mode: +v bryq
04:47:32 <jriley> Is this hash set like a collection of Encounters a service is handing back?
04:49:06 <surangak> hmm... im also not very sure about where the hashset comes into action... let me get back to you on that one...
04:49:10 <surangak> sorry...
04:50:58 <jriley> If you just need a test object to experiment on, I'd fake one. Ask a service for an encounter, and stuff it in a SortedSet or whatever you need when it's not looking
04:52:35 <jriley> You'll have to figure it out before you finalize code, but it'll let you keep working on the problem you're solving now
04:54:43 <surangak> yes, your solution holds water :-)
04:54:57 <surangak> I think i will follow suit...
04:55:03 <jriley> maybe mess around in unit tests, so you don't shoot yourself in the foot while you work
04:55:14 <jriley> *hiding the many bullet holes in my sneakers...*
04:55:38 <jriley> They're .. uh.. polka dots. Yeah.
04:56:47 *** sunbiz has left #openmrs
04:57:34 *** deadpool has quit IRC
05:01:45 *** bryq has quit IRC
05:16:31 *** aja has joined #openmrs
05:27:43 *** gauravpaliwal has left #openmrs
05:27:57 *** suho has joined #openmrs
05:27:57 *** ChanServ sets mode: +v suho
05:34:18 *** muthah has joined #openmrs
05:40:33 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (concept_mappings): concept_mappings: Adding purge buttons to concept map types and reference term forms, replacing hidden column by greying... <http://feedproxy.google.com/~r/OMRStrunk/~3/9TVWm0hejbE/OpenMRS>
05:41:47 *** bwolfe has joined #openmrs
05:41:47 *** ChanServ sets mode: +o bwolfe
05:51:50 *** bwolfe has quit IRC
05:53:56 <surangak> bye everyone, im off
05:54:06 <surangak> lunchtime......
05:55:38 *** sunbiz has joined #openmrs
05:57:01 *** surangak has quit IRC
05:57:35 *** ChanServ sets mode: +v sunbiz
05:58:10 *** bwolfe has joined #openmrs
05:58:10 *** ChanServ sets mode: +o bwolfe
06:00:58 *** aja has quit IRC
06:02:49 *** bwolfe has quit IRC
06:05:23 *** bwolfe has joined #openmrs
06:05:23 *** ChanServ sets mode: +o bwolfe
06:11:37 <OpenMRSBot> Recent updates in the world of openmrs: Glen McCallum: GSOC Student Evaluation <http://glenmccallum.com/2011/05/16/gsoc-student-evaluation/>
06:14:11 *** bwolfe has quit IRC
06:19:07 *** Echidna has joined #openmrs
06:19:07 *** ChanServ sets mode: +v Echidna
06:24:11 *** lh has quit IRC
06:27:41 *** lh has joined #openmrs
06:29:05 *** lh has quit IRC
06:39:14 *** pascal` has joined #openmrs
06:40:25 *** goutham has joined #openmrs
06:42:46 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (concept_mappings): concept_mappings: switching getAllConceptReferenceTerms to exclude retired terms <http://feedproxy.google.com/~r/OMRStrunk/~3/Ie7g3Z5IGmc/OpenMRS>
07:18:43 *** djazayeri has quit IRC
07:18:45 *** suho has quit IRC
07:18:45 *** dkayiwa has joined #openmrs
07:19:08 *** djazayeri has joined #openmrs
07:19:08 *** ChanServ sets mode: +o djazayeri
07:31:06 *** goutham has quit IRC
07:36:34 *** goutham has joined #openmrs
07:42:02 *** ChanServ sets mode: +v pascal`
08:03:22 *** sunbiz has quit IRC
08:06:50 *** rafa has joined #openmrs
08:06:50 *** ChanServ sets mode: +v rafa
08:36:39 *** dkayiwa has quit IRC
08:40:46 *** bwolfe has joined #openmrs
08:40:46 *** ChanServ sets mode: +o bwolfe
08:45:19 *** tinashe has joined #openmrs
08:45:34 *** tinashe has left #openmrs
08:46:09 *** aja has joined #openmrs
09:03:10 *** dkayiwa has joined #openmrs
09:03:12 *** aja has quit IRC
09:37:53 *** dkayiwa has quit IRC
10:02:10 *** jriley has quit IRC
10:23:11 *** bwolfe has quit IRC
10:32:00 *** slorenz has joined #openmrs
10:46:49 *** gauravpaliwal has joined #openmrs
10:46:49 *** ChanServ sets mode: +v gauravpaliwal
10:47:15 <gauravpaliwal> hi , I am getting error Could not execute JDBC batch update; SQL [insert into openmrs.feedback_severity (severity, index) values (?, ?)]; nested exception is org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update what can be the possible reasons for this ?
11:04:46 *** james_regen has joined #openmrs
11:04:46 *** ChanServ sets mode: +v james_regen
11:14:44 *** gauravpaliwal has quit IRC
12:04:22 *** muthah has quit IRC
12:14:28 *** bwolfe has joined #openmrs
12:14:30 *** ChanServ sets mode: +o bwolfe
12:19:04 *** sunbiz has joined #openmrs
12:20:49 *** ChanServ sets mode: +v sunbiz
12:55:05 *** slorenz has quit IRC
12:57:11 *** gauthami has joined #openmrs
12:57:46 <gauthami> hi james_regen
12:58:00 <james_regen> hi
12:58:32 <gauthami> should i join #openmrs_link
12:58:49 <gauthami> i guess thats the id
12:59:16 <james_regen> sure. shaun should be showing up soon
13:00:04 *** gauthami has quit IRC
13:00:54 *** sgrannis has joined #openmrs
13:01:01 *** ChanServ sets mode: +v sgrannis
13:01:41 <sgrannis> james_regen: is there a chat room we can use?
13:01:58 <james_regen> gauthami was just here and suggested #openmrs_link
13:02:07 <sgrannis> sounds good be htere in one sec
13:24:51 *** bryq has joined #openmrs
13:24:51 *** ChanServ sets mode: +v bryq
13:40:59 *** slorenz has joined #openmrs
13:45:50 *** rafa has quit IRC
13:56:01 *** aja has joined #openmrs
13:59:14 *** rafa has joined #openmrs
13:59:14 *** ChanServ sets mode: +v rafa
14:02:17 *** bryq has quit IRC
14:17:34 *** sgrannis has quit IRC
14:24:53 *** gbastien has joined #openmrs
14:37:01 *** david has joined #openmrs
14:37:14 <david> hi
14:37:27 *** david is now known as Guest89987
14:37:35 <Guest89987> hi
14:40:53 <Guest89987> Is anybody there???
14:41:27 *** dlawson has joined #openmrs
14:41:27 *** ChanServ sets mode: +v dlawson
14:44:37 *** Guest89987 has left #openmrs
14:45:11 *** eclipsemaven has joined #openmrs
14:45:20 <eclipsemaven> hello
14:46:33 *** sunbiz has left #openmrs
14:46:50 *** bwolfe has quit IRC
14:47:59 <eclipsemaven> is anybody there????
14:54:59 *** dlawson has left #openmrs
15:03:46 <eclipsemaven> hello
15:04:55 *** jportela has joined #openmrs
15:04:55 *** ChanServ sets mode: +v jportela
15:05:12 *** jportela has left #openmrs
15:06:11 <aja> eclipsemaven:hi
15:06:31 <eclipsemaven> aja: hi, can you help me??
15:07:28 <aja> eclipsemaven:just tell
15:08:48 <aja> i will try my best
15:09:09 <eclipsemaven> I'm trying to install the maven extras
15:09:31 <eclipsemaven> aja: but I have problems with the web application runner
15:11:05 <aja> eclipsemaven:what is the problem?
15:12:05 <aja> eclipsemaven:Are you trying to setup eclipse ide for Openmrs?
15:12:52 <eclipsemaven> I have the Eclipse Helios
15:13:24 <eclipsemaven> aja: I have Eclipse IDE for Java EE Developers
15:14:04 <aja> eclipsemaven:ok
15:14:34 <eclipsemaven> aja: I have this problem http://pastebin.com/2z7dwDF8
15:18:30 <aja> eclipsemaven:first try to install m2e from http://m2eclipse.sonatype.org/sites/m2e
15:18:43 <aja> eclipsemaven:again
15:19:07 <eclipsemaven> I already install everything
15:19:32 *** jportela has joined #openmrs
15:19:32 *** ChanServ sets mode: +v jportela
15:19:35 *** jportela has left #openmrs
15:20:46 <aja> eclipsemavenare you getting this error while installing m2e extra from http://m2eclipse.sonatype.org/sites/m2e-extras
15:23:33 <eclipsemaven> yes
15:26:07 <aja> eclipsemaven:did you try to re-install or update.some time it will help
15:31:13 *** pascal` has quit IRC
15:34:08 <eclipsemaven> aja: I re-install and update averything :S
15:34:22 *** mandric has joined #openmrs
15:40:54 *** mandric has left #openmrs
15:47:44 *** eclipsemaven has quit IRC
15:48:04 *** suho has joined #openmrs
15:48:04 *** ChanServ sets mode: +v suho
15:48:29 *** dlawson has joined #openmrs
15:48:29 *** ChanServ sets mode: +v dlawson
15:58:59 *** gbastien has quit IRC
16:19:02 *** gauravpaliwal has joined #openmrs
16:19:02 *** ChanServ sets mode: +v gauravpaliwal
16:33:17 *** gauravpaliwal has left #openmrs
16:36:45 <aja> robbyoconnor: can you help me in concept mapping
17:00:45 *** rafa has quit IRC
17:02:07 <robbyoconnor> aja: I can't sadly
17:02:29 <robbyoconnor> wish i could -- I haven't touched OpenMRS in a LONG time
17:02:33 <robbyoconnor> wluyima_ can however
17:04:57 <wluyima_> hi aja
17:09:36 *** surangak has joined #openmrs
17:11:53 *** goutham_ has joined #openmrs
17:23:46 *** pascal` has joined #openmrs
17:27:36 *** rafa has joined #openmrs
17:27:36 *** ChanServ sets mode: +v rafa
17:28:37 *** gbastien has joined #openmrs
17:39:37 *** wluyima_ has quit IRC
17:39:39 *** wluyima has joined #openmrs
17:39:46 *** dlawson has left #openmrs
17:40:05 *** wluyima is now known as Guest57204
17:42:15 *** gbastien has quit IRC
17:43:01 *** Guest57204 is now known as wyclif
17:55:00 *** gbastien has joined #openmrs
17:56:52 *** dkayiwa has joined #openmrs
18:04:58 *** goutham_ has quit IRC
18:09:02 <aja> wyclif:hi
18:12:22 <aja> wyclif:I need to convert drugs retrived from the database into RxNorm format
18:13:37 <aja> wyclif:Are there any way than described here https://wiki.openmrs.org/display/docs/Mapping+Concepts+to+Other+Terminologies?
18:13:42 <OpenMRSBot> <http://ln-s.net/8pEl> (at wiki.openmrs.org)
18:15:25 *** mandric has joined #openmrs
18:17:46 *** bwolfe has joined #openmrs
18:17:46 *** ChanServ sets mode: +o bwolfe
18:27:53 *** mandric has quit IRC
18:43:20 *** mandric has joined #openmrs
18:43:52 *** mandric has joined #openmrs
18:48:16 *** mandric has quit IRC
18:48:39 *** rafa has quit IRC
18:49:18 *** mandric has joined #openmrs
18:50:02 *** mandric has joined #openmrs
18:51:26 *** mandric has joined #openmrs
18:52:41 *** lh has joined #openmrs
18:54:38 *** bwolfe has quit IRC
18:54:49 *** dkayiwa has quit IRC
19:10:14 *** bwolfe has joined #openmrs
19:10:14 *** ChanServ sets mode: +o bwolfe
19:11:55 *** aja has quit IRC
19:14:09 *** bwolfe has quit IRC
19:14:16 *** bwolfe has joined #openmrs
19:14:16 *** ChanServ sets mode: +o bwolfe
19:15:21 *** rafa has joined #openmrs
19:15:21 *** ChanServ sets mode: +v rafa
19:18:37 *** mandric has quit IRC
19:18:55 *** mandric has joined #openmrs
19:21:09 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @healthglobal: "open-souce EMRs are coming" an article from @TheLancet http://bit.ly/mzd6Bo saludos @jblaya @CamiloErazoL @TheLancet ... <http://twitter.com/OpenMRS/statuses/70563955315191808> || On Twitter: OpenMRS: Some helpful thoughts from #OpenMRS mentor Glen McCallum at the start of Google Summer of Code this year: http://bit.ly/kU95Hh #GSoC <http://twitter.com/OpenMRS/statuses/70563660505952256>
19:26:44 *** mandric has joined #openmrs
19:35:40 *** suho has quit IRC
19:45:12 *** james_regen has quit IRC
19:55:48 *** dlawson has joined #openmrs
19:55:48 *** ChanServ sets mode: +v dlawson
20:28:22 *** surangak has quit IRC
20:30:07 *** pascal` has quit IRC
20:43:04 *** bwolfe has quit IRC
21:16:11 *** djazayeri has quit IRC
21:20:12 *** djazayeri_ has joined #openmrs
21:24:13 *** wyclif has quit IRC
21:28:36 *** rafa has quit IRC
22:08:08 *** slorenz_ has joined #openmrs
22:09:48 *** slorenz has quit IRC
22:39:43 *** dlawson has quit IRC
22:48:29 *** gbastien has quit IRC
22:57:55 *** Mkop has joined #openmrs
22:57:55 *** ChanServ sets mode: +v Mkop
23:14:59 *** dlawson has joined #openmrs
23:14:59 *** ChanServ sets mode: +v dlawson
23:15:20 *** dlawson has left #openmrs
23:18:54 *** mandric has quit IRC
23:43:58 *** gbastien has joined #openmrs
23:45:45 *** wyclif has joined #openmrs