IRC Chat : 2011-05-27 - OpenMRS

00:16:37 *** Mkop has joined #openmrs
00:16:37 *** ChanServ sets mode: +v Mkop
00:20:43 *** vladvega has joined #openmrs
00:21:52 *** vladvega has quit IRC
00:37:44 *** davidmx has joined #openmrs
00:37:49 <davidmx> hoello
00:38:51 <davidmx> is anybody there??
00:40:30 *** czakian has joined #openmrs
00:44:50 <davidmx> hello...
00:45:34 *** burke_away has joined #openmrs
00:45:34 *** ChanServ sets mode: +o burke_away
00:45:42 <czakian> hey
00:46:00 <davidmx> hello
00:50:10 <davidmx> I need some help
00:58:25 *** vladvega_ has joined #openmrs
01:00:07 <davidmx> I have this problem
01:00:07 <davidmx> http://pastebin.com/ks3gVpJT
01:01:08 <davidmx> and I try to do this https://wiki.openmrs.org/display/docs/Troubleshooting+OpenMRS
01:01:09 <OpenMRSBot> <http://ln-s.net/8c4X> (at wiki.openmrs.org)
01:01:18 <davidmx> but it doesn't work
01:01:35 <davidmx> because it says that the table doesn't exist
01:01:57 <vladvega_> Hi All, Today is my first day playing with the installation and the source code. When I first ran the openMRS webApp I created a basic configuration instead of an advanced one. I've since then realized that I probably need the advanced set up. What would I need to do to recreate that set up? Thanks so much in advance. Also, I'm using eclipse...what is the best way to terminate the run? Simple server termination in eclipse keeps pro
01:05:53 <djazayeri> davidmx: you should just be able to delete from liquibasechangeloglock
01:06:09 <djazayeri> vladvega_: why do you think you need an advanced config?
01:06:29 <djazayeri> oh, actually, I remember now, the basic setup doesn't contain demo data.
01:07:26 <djazayeri> You should be able to do the following:
01:07:28 <djazayeri> * delete the mysql database it created
01:07:44 <djazayeri> * delete your ~/.OpenMRS/openmrs-runtime.properties file
01:07:50 <djazayeri> * restart the webapp
01:09:42 <czakian> Hey everyone, I have a general style question about openmrs
01:10:04 <davidmx> djazayeri: I know, but it keep saying that the table doesn't exist :S
01:10:04 <czakian> What is the feeling towards using annotations in the source code?
01:10:20 <czakian> for instance, hibernate appears to use straight up xml files
01:10:31 <czakian> instead of annotations
01:11:00 <czakian> and I am working on potentially adding search capability through hibernate, and I want to know if annotations are something that you try to avoid
01:11:36 <djazayeri> davidmx: make sure you're looking at the right database...
01:12:13 <davidmx> I'm looking at the right database, the openmrs database
01:12:15 <djazayeri> czakian: do you specifically mean annotations to define hibernate mappings?
01:12:21 <czakian> yes
01:12:45 <czakian> but also, if openmrs has a policy about annotations
01:13:14 <djazayeri> czakian: we don't have that configured. you have to use xml. (I've experimentally done this in the 2.x web application, but it's not going to happen in 1.x.) You can use annotations for other things, but not for defining hibernate mappings.
01:14:34 <djazayeri> davidmx: try restarting the webapp and make sure that it is pointing to the same runtime properties file you expect, and that is pointing to the same database you expect. (you're absolutely sure?)
01:15:01 <djazayeri> davidmx: what openmrs version?
01:15:31 <davidmx> djazayeri: wait, I need to see the version, by the way, I don't have the runtime properties file :S
01:17:26 <djazayeri> davidmx: what operating system? you definitely do have a runtime properties file, it gets created by the setup
01:21:11 <davidmx> I have Windows XP, I'm using eclipse Helios and the setup doesn't create the runtime properties
01:22:31 *** burke_away has quit IRC
01:24:04 <vladvega_> I looked for openmrs-runtime.properties but I could not find that file. Also by ".OpenMRS" did you mean the eclipse project folder? I've got a build.properties file in that folder
01:26:42 <davidmx> djazayeri: I have the latest version
01:28:08 <djazayeri> vladvega_: what operating system are you using? I meant that in your home directory there's probably a hidden folder named .OpenMRS
01:28:22 <vladvega_> im using a mac
01:29:07 <djazayeri> if you watch the beginnings of the log output when you start the webapp it should tell you the exactly runtime properties location. On a mac it should be /Users/(your username)/.OpenMRS/openmrs-runtime.properties
01:31:08 <djazayeri> davidmx: i meant the openmrs webapp setup. on win xp I forget the exact location of the runtime properties but if you watch the beginning of the log as you start jetty/tomcat, it should tell you
01:32:20 <vladvega_> Thanks guys :)
01:34:47 <vladvega_> Worked perfectly
01:41:05 <djazayeri> np, enjoy
01:41:11 <davidmx> djazayeri: I don't kow, I've been looking in every file for the runtime properties, but I couldn't find it, what can I do???
01:41:43 <djazayeri> when you start the web application (e.g. starting up jetty or tomcat) do you see its logging output?
01:42:53 <djazayeri> look for a line like this:
01:42:53 <djazayeri> INFO - OpenmrsUtil.getRuntimeProperties(2337) |2011-05-26 18:42:20,805| Using runtime properties file: /Users/djazayeri/.OpenMRS/openmrs-runtime.properties
01:49:15 *** burke_away has joined #openmrs
01:49:15 *** ChanServ sets mode: +o burke_away
01:49:53 *** burke_away has quit IRC
02:00:58 *** vlad__ has joined #openmrs
02:02:16 <davidmx> djazayeri: I don't see the INFO-OpenmrsUtil
02:02:42 <djazayeri> do you see anything about runtime properties?
02:04:13 <davidmx> djazayeri: no, nothing
02:04:50 <djazayeri> can you search your whole computer for the file named "openmrs-runtime.properties"?
02:05:19 <djazayeri> so, you're sure you only have one openmrs database on your machine?
02:05:36 *** vladvega_ has quit IRC
02:05:39 <davidmx> djazayeri: yes, I'm completely sure about that
02:05:52 <djazayeri> do you have a liquibasechangelog table?
02:23:23 <davidmx> I have it, but when I try to delete it, it says that doesn't exist .S
02:23:31 <davidmx> I have mysql 5
02:24:00 <davidmx> djazayeri: and I use the MySQL command prompt
02:25:41 <djazayeri> you mean if you say: "select * from liquibasechangeloglock" then you get results?
02:39:22 *** mandric has quit IRC
02:41:09 <davidmx> I got the same error: Talbe 'openmrs.liquidbasechangeloglock' doesn't exist
02:41:34 <djazayeri> not liquidbase
02:41:35 <djazayeri> liquibase
02:41:59 <djazayeri> do you have a liquibasechangelog table? (without the lock?)
02:42:16 <davidmx> wait
02:45:11 <davidmx> djazayeri: Ok, it works :P I'm so stupid!
02:45:30 <djazayeri> in your defense it's not a very intuitive table name.
02:45:30 <davidmx> djazayeri: thank you so much for your help!!!
02:53:50 *** davidmx has quit IRC
02:56:44 *** gauravpaliwal has joined #openmrs
02:56:44 *** ChanServ sets mode: +v gauravpaliwal
02:58:15 <gauravpaliwal> hi djazayeri
02:58:56 <djazayeri> hi gauravpaliwal
02:59:21 <gauravpaliwal> I just read the yesterday's developer meeting logs and it says : "Added topic: GSoC student introductions (all, unplanned 5 min)" , do all of us have go give a small talk next week or something else ?
03:00:24 <gauravpaliwal> djazayeri : or it is related to the Group A/B/C project presentation ?
03:01:20 <djazayeri> gauravpaliwal: GSoC students are encouraged to join the weekly developers calls
03:01:23 <djazayeri> though this isn't required
03:01:35 <djazayeri> the presentations for groups A/B/C are required.
03:04:27 <gauravpaliwal> djazayeri : okeys :) thanks
03:29:38 *** Mkop has quit IRC
03:31:39 *** mccallumg has joined #openmrs
03:31:39 *** ChanServ sets mode: +v mccallumg
03:50:06 *** gbastien has quit IRC
03:56:32 *** surangak has joined #openmrs
03:56:42 <surangak> mccallumg: hello
03:57:06 <mccallumg> surangak: one sec
03:57:07 <surangak> mccallumg: sorry, I had a small delay, roads are closed because the government is having a victory parade today
03:57:16 <surangak> mccallumg: SURE
04:01:19 <mccallumg> surangak: victory? it couldn't be cricket...
04:02:17 <mccallumg> surangak: LTTE?
04:02:41 <surangak> mccallumg: nops :) its the second year aniversary over the defeat of the LTTE or something :P
04:03:23 <surangak> mccallumg: http://www.sinhalaya.com/news/eng/2news2lanka2.php?go=fullnews&newsid=750
04:03:31 <OpenMRSBot> <http://ln-s.net/8r9V> (at www.sinhalaya.com)
04:03:53 <mccallumg> Let's try to use connect.openmrs.org
04:04:03 <surangak> mccallumg: sure im there now
04:04:14 <surangak> mccallumg: let me share
04:08:08 *** gauravpaliwal has left #openmrs
04:54:27 *** vlad__ has quit IRC
04:54:58 *** vlad__ has joined #openmrs
04:55:08 *** mccallumg has quit IRC
04:55:52 *** gauravpaliwal has joined #openmrs
04:55:52 *** ChanServ sets mode: +v gauravpaliwal
05:00:51 <gauravpaliwal> hi, anyone there >
05:00:52 <gauravpaliwal> ?
05:02:04 <czakian> Hey I'm here
05:02:20 <surangak> me two
05:03:06 <czakian> I'm Chris btw. I am doing gsoc
05:04:00 <gauravpaliwal> hello surangak , czakian .
05:06:13 <gauravpaliwal> I have a small problem , do you have any idea on how sqlddiff execution takes place , I am mean lets say my module version is 1.0.0 and my sqldiff version is also 1.0.0, is this only that I have to setup for the execution of the sqldiff file , till tomm. it was working but now it is not, looks like I am messed woth with the local svn :(
05:07:04 <czakian> I am not entirely sure.
05:07:15 <gauravpaliwal> any rough idea
05:07:17 <gauravpaliwal> ?
05:07:20 <czakian> however if the problem is your svn revision you could always just revert
05:07:37 <gauravpaliwal> yes , but I wanted to know why this is happening
05:07:44 <gauravpaliwal> this is what I am planing to do ?
05:07:45 <gauravpaliwal> :)
05:07:50 <gauravpaliwal> revert :)
05:08:26 <czakian> by sqldiff, are you referring to like finding the difference between two tables or something else?
05:08:45 <gauravpaliwal> I want to create a new table
05:10:44 <czakian> I am not exactly sure then
05:10:50 <surangak> sorry guys, i seem to be rather ignorant on this matter...
05:11:18 <czakian> but if you just want a copy of the table
05:11:19 <czakian> that is easy
05:11:47 <czakian> with CREATE TABLE <new table> LIKE <old table>
05:12:07 <gauravpaliwal> czakian : the basic helloworld module also do the same creating table for table creation
05:12:23 <gauravpaliwal> surangak: no problem :)
05:12:34 <gauravpaliwal> using sqldiff
05:12:39 <gauravpaliwal> sqldiif.xml
05:12:44 <czakian> hmm
05:12:52 <czakian> I am not sure then, since I've never used it
05:13:29 <czakian> I think
05:13:37 <czakian> openmrs wiki says its out of date though?
05:13:38 <czakian> https://wiki.openmrs.org/display/docs/Module+sqldiff+File
05:13:45 <OpenMRSBot> <http://ln-s.net/8r9l> (at wiki.openmrs.org)
05:14:06 <gauravpaliwal> yes , but i use it noe then will move to libsql
05:14:34 <gauravpaliwal> i just want to test it , for some weird reasons
05:14:38 <czakian> ah ok
05:14:43 <czakian> in that case, I have no idea
05:15:10 *** surangak has quit IRC
05:20:45 <gauravpaliwal> czakian: for which gsoc project you are working ?
05:20:59 <czakian> I am doing the universal search box
05:22:31 <gauravpaliwal> czakian: thanks , problem solved i was running that sqldiff on 1.6 yesterday but trying it on 1.7 today probably that is the reason for the error :(
05:22:38 <czakian> yeah
05:22:47 <gauravpaliwal> weird me
05:22:50 <gauravpaliwal> :P
05:23:07 <czakian> haha. I had the same problem yesterday with the wrong verision of hibernate
05:23:21 <czakian> you'd think they'd make these things backwards compatable
05:23:21 <gauravpaliwal> hmm...
05:24:12 <gauravpaliwal> but i think it is backward compatible because many module in svn still make sqldiff
05:24:34 <czakian> strange that 1.7 was giving you trouble then
05:27:07 <gauravpaliwal> make their is some other reason although I have decided to move to liquibase.xml
06:00:52 *** surangak has joined #openmrs
06:13:27 *** gauravpaliwal has left #openmrs
06:15:23 *** vlad__ has quit IRC
06:25:34 *** dkayiwa has joined #openmrs
06:34:50 *** bryq has joined #openmrs
06:34:50 *** ChanServ sets mode: +v bryq
06:38:54 *** pascal` has joined #openmrs
06:41:43 *** ChanServ sets mode: +v pascal`
06:55:11 *** bryq has quit IRC
06:56:37 <surangak> hello, im trying to create a really basic form using html form entry module, to this end i've downloaded the formentry omod,installed it and created a really basic form
06:57:11 <surangak> but when i try to access it via the forms->manage forms page, and click on the link, i seem to get
06:57:13 *** bwolfe has joined #openmrs
06:57:13 *** ChanServ sets mode: +o bwolfe
06:57:17 *** bwolfe_ has joined #openmrs
06:57:17 *** ChanServ sets mode: +o bwolfe_
06:57:33 <surangak> say An error has occurred! The following error happened somewhere on this page: javax.el.ELException: org.hibernate.LazyInitializationException: could not initialize proxy - no Session
06:58:39 <surangak> any ideas as to wht is going wrong :)
06:59:41 <dkayiwa> which version of openmrs and which version of the htmlform entry module?
07:00:17 <surangak> one minute plz..
07:00:41 <surangak> say HTML Form Entry 1.7.2
07:00:54 <surangak> with openmrs latest
07:01:04 <dkayiwa> trunk?
07:01:08 <surangak> yeps
07:01:37 <surangak> May 27 2011 12:17 PM Version: 1.9.0-SNAPSHOT
07:01:57 <dkayiwa> any more stack trace?
07:02:04 <dkayiwa> u can use pastebin
07:05:35 *** bwolfe_ has quit IRC
07:05:54 *** surangak has quit IRC
07:06:02 *** bwolfe_ has joined #openmrs
07:06:02 *** ChanServ sets mode: +o bwolfe_
07:09:07 *** surangak has joined #openmrs
07:09:19 <surangak> say hi ,ive put it here http://pastebin.com/zCcFNQh1
07:09:52 <surangak> this is my first time using this module, so im not very knowlegeble on the error
07:13:25 *** djazayeri has quit IRC
07:18:15 <bwolfe> surangak, any other caused by statements before that ?
07:19:29 <surangak> umm.. afraid not
07:19:58 <bwolfe> where/when are you when this happens?
07:20:16 <surangak> well i create a form using the example given in https://wiki.openmrs.org/display/docs/HTML+Form+Entry+Module+Getting+Started
07:20:24 <OpenMRSBot> <http://ln-s.net/8r$I> (at wiki.openmrs.org)
07:20:29 <surangak> then
07:20:31 <surangak> im using only the essential tags
07:21:05 <surangak> i go to admin -> forms -> manage form and click on the link to the form
07:21:09 <surangak> which gives this
07:21:23 <surangak> im using htmlform entry 1.7.2
07:21:31 <surangak> omod file
07:26:36 <surangak> hmmm the add form link on the form page also seems to be crashin
07:26:54 <surangak> i hav got myself a org.springframework.beans.InvalidPropertyException: Invalid property 'xslt' of bean class [org.openmrs.Form]: Getter for property 'xslt' threw exception; nested exception is java.lang.reflect.InvocationTargetException
07:27:17 <dkayiwa> yes that happened after the changes Jeremy did
07:29:05 <surangak> umm is having the omod file itself enough to get a form running ?
07:29:41 <dkayiwa> and i suspect even your earlier error could have been caused by the same
07:30:10 <dkayiwa> i had to make some local hacks in my version of the trunk to be able to deal with any form (including xforms)
07:30:13 <surangak> can u guys create a form using your set ups ?
07:30:25 <surangak> oho
07:30:49 <surangak> should i switch to an ealier version of the html form entry then ?
07:31:01 <dkayiwa> problem is not with the htmlform entry module
07:31:07 <dkayiwa> it is with the trunk
07:32:07 <dkayiwa> removing of xslt into form resource is a work which i think needs resultant bugs to be fixed
07:32:49 <surangak> say how do you advice me to proceed from here ? should I use an earlier version of trunk ?
07:33:06 <dkayiwa> yes an earlier version will wotk
07:33:08 <dkayiwa> work
07:34:29 <surangak> hmm.. so maybe ill try getting a checkout of an earlier version of the trunk, and running the omod with that ?
07:34:56 <surangak> maybe u could suggest a good version, that is sure to work with html form entry module :-)
07:35:39 <dkayiwa> released versions of openmrs work well
07:36:11 <dkayiwa> but if you need to work with trunk, then you need to get a revision just before Jeremy committed his changes
07:36:22 *** czakian has quit IRC
07:36:38 <surangak> great, thanks daniel, i'll do that....
07:37:06 <surangak> oh by the way, a quick look at the html tags tells me that COmplex obs are not supported...
07:37:10 <dkayiwa> else you have temporary dirty hacks in your trunk (like i did because i need the latest version of trunk), or even better, fix the bugs :D
07:37:26 <surangak> :P
07:37:28 <surangak> https://wiki.openmrs.org/display/docs/HTML+Form+Entry+Module+HTML+Reference#HTMLFormEntryModuleHTMLReference-Coded
07:37:34 <OpenMRSBot> <http://ln-s.net/8r$S> (at wiki.openmrs.org)
07:37:41 <surangak> complex obs seem to be missin from here
07:37:51 <dkayiwa> did you want use the module to enter complex obs?
07:38:33 <surangak> yes, i was to investigate that
07:38:36 <surangak> possibility
07:38:56 <dkayiwa> i do not think they are supported by the htmlformentry module
07:39:09 <surangak> aha, that is point to ponder
07:39:19 <surangak> let me look at everything, and try to form some plans
07:39:28 <dkayiwa> ok
07:41:24 <surangak> thanks for the help daniel :-)
07:41:37 <dkayiwa> yo welcome
07:42:25 <dkayiwa> by the way if you still want use the module on trunk, i can share my dirty hacks with you :)
07:50:12 *** pascal` has quit IRC
08:39:15 <bwolfe> dkayiwa, what bugs in trunk are you referring to?
08:39:19 <bwolfe> which change by jeremy?
08:39:34 <bwolfe> oh, in formentry, gotcha
08:39:38 <bwolfe> nvm
08:39:41 <dkayiwa> bwolfe: they are around forms
09:04:13 *** pascal` has joined #openmrs
09:04:13 *** ChanServ sets mode: +v pascal`
09:05:45 *** dkayiwa_ has joined #openmrs
09:05:46 *** dkayiwa has quit IRC
09:05:46 *** dkayiwa_ is now known as dkayiwa
09:21:00 <pascal`> bwolfe_++
09:21:03 <pascal`> bwolfe--
09:36:17 <bwolfe> pascal`, you're screwing with my karma now...
09:36:30 <bwolfe> !karma bwolfe_
09:36:30 <OpenMRSBot> bwolfe: Karma for "bwolfe_" has been increased 1 time and decreased 0 times for a total karma of 1.
09:36:37 <bwolfe> !karma bwolfe
09:36:37 <OpenMRSBot> bwolfe: Karma for "bwolfe" has been increased 109 times and decreased 27 times for a total karma of 82.
09:41:07 *** goutham has joined #openmrs
09:49:06 <pascal`> bwolfe, you lose karma for using a secondary nick (=
09:49:19 <bwolfe> interesting
09:49:26 <bwolfe> maybe I'm just that good?
09:49:30 <bwolfe> I reply from both
09:49:41 *** bwolfe_ has quit IRC
09:50:00 <bwolfe> the network sucks here. has minor blips every once in a while
09:50:11 <pascal`> bwolfe++
09:50:11 <bwolfe> irc catches those and reboots me
09:50:14 *** bwolfe_ has joined #openmrs
09:50:14 *** ChanServ sets mode: +o bwolfe_
09:50:18 <bwolfe> ha!
09:50:22 <pascal`> bwolfe_--
09:50:33 <bwolfe> must be a rogue app running on my machine!
09:50:57 <bwolfe> ah yes, two xchats running
09:51:18 *** bwolfe_ has quit IRC
09:51:24 <bwolfe> found it
09:51:27 <pascal`> hehe
09:51:34 <bwolfe> my apologies for dirtying up your user list pascal`;-)
09:53:26 <pascal`> bwolfe++
09:53:30 <pascal`> apology accepted
10:24:22 <pascal`> dkayiwa, is there anything special we need to know or do to get normal/expected behaviour of the tab key?
10:24:54 <pascal`> dkayiwa, also, it seems like the tabindex attribute is being explicitly set on some of the input fields, is this normal?
10:24:56 <dkayiwa> set tab index
10:25:19 <dkayiwa> using widget properties pane
10:25:22 <pascal`> dkayiwa, ok, so we'll only be able to tab to inputs where the tabindex is set?
10:25:33 <dkayiwa> yes
10:25:39 <pascal`> cool, thanks dkayiwa
10:25:41 <pascal`> dkayiwa++
10:25:45 <dkayiwa> otherwise they will all have 0
10:25:49 <dkayiwa> index
10:26:16 <pascal`> ah ok
10:26:33 <pascal`> this should be fun to do for 14 forms with +-40 questions each =P
10:26:57 <dkayiwa> lollllllllll
10:27:18 <dkayiwa> any suggestions on how i could improve it
10:27:41 <pascal`> dkayiwa, set the tab into to the position on the form
10:27:58 <pascal`> or... don't set the tabindex.. which will be the same thing, right?
10:28:38 <dkayiwa> you can always tab even without setting tab index
10:28:54 <pascal`> dkayiwa, yeah
10:28:58 <dkayiwa> but the order will be determined by browser default impl
10:29:13 <pascal`> dkayiwa, but you can't tab if you _do_ set the tabindex?
10:29:23 <pascal`> dkayiwa, not unless every field has a tabindex? Right?
10:29:30 <dkayiwa> you should be able to
10:29:54 <pascal`> Doesn't look like it
10:29:59 <dkayiwa> ok
10:30:00 <pascal`> Oh
10:30:03 <pascal`> if there's all set to zero
10:30:07 <pascal`> then we cant tab through
10:30:11 <dkayiwa> ok
10:30:28 <pascal`> I think default browser ordering is better than not being able to tab at all... what do you think?
10:30:37 <dkayiwa> you can also lock widgets as u set tab index
10:30:40 <dkayiwa> yes i agree
10:31:58 <pascal`> Perhaps the default rendering could be without tabindexes?
10:32:06 <dkayiwa> yes
10:32:08 <pascal`> or it could be a setting or something?
10:32:14 <dkayiwa> ok
10:32:25 <pascal`> These are just suggestions.
10:32:34 <dkayiwa> ok :D
10:32:49 <pascal`> Also, because all the tabindex's are zero, we sometimes get a form loading and scrolling down to some random question
10:33:01 <dkayiwa> lollllllllllll
10:33:05 <pascal`> (=
10:33:28 *** danielf` has joined #openmrs
10:33:28 *** ChanServ sets mode: +v danielf`
10:34:24 <pascal`> dkayiwa++
10:34:33 <dkayiwa> hahahahahha
10:34:40 <dkayiwa> pascal`++
10:39:02 <pascal`> dkayiwa, is there an easy way to vertically and horizontally align stuff?
10:39:03 *** bryq has joined #openmrs
10:39:03 *** ChanServ sets mode: +v bryq
10:39:12 <dkayiwa> yes
10:39:14 <pascal`> dkayiwa, like radio button or checkbox groups?
10:39:19 <pascal`> dkayiwa, including their labels?
10:40:06 <dkayiwa> when you say including their labels, what could you be meaning??
10:40:20 <pascal`> ( ) Yes ( ) No
10:40:39 <pascal`> I want to make sure the radio buttons and labels are all perfectly vertically aligned.
10:40:48 <pascal`> horizontally as well.
10:40:51 <dkayiwa> have you tried to drag a rubber band around the widgets you want to align
10:41:01 <pascal`> some for a list of check boxes like this:
10:41:05 <pascal`> [ ] Yes
10:41:09 <pascal`> [ ] No
10:41:14 <pascal`> [ ] dkayiwa did it
10:41:20 <pascal`> [ ] It's danielf`s fault
10:41:25 <pascal`> [ ] Maybe
10:41:28 <pascal`> (=
10:41:29 <danielf`> [ ] pascal--
10:41:29 <dkayiwa> and then use the toolbar align top,left,botton, right?
10:41:47 <pascal`> cool, we'll give it a try
10:41:49 <pascal`> thanks dkayiwa++
10:42:23 <dkayiwa> if you mess up the alignment, you can use undo
10:42:56 <dkayiwa> for instance trying to align the wrong widgets and end up with funny layout
10:43:33 *** suho has joined #openmrs
10:43:33 *** ChanServ sets mode: +v suho
10:43:57 <suho> hi dkayiwa
10:44:05 <dkayiwa> hi Suho
10:44:36 <suho> do you have ncd checked out ?
10:45:10 <dkayiwa> yes
10:45:30 <suho> when running ant I'm getting an error saying ;
10:45:31 <suho> BUILD FAILED
10:45:32 <suho> /home/suho/proj/proj/OpenMRS-NCD/build.xml:21: Failed to load /home/suho/proj/proj/OpenMRS-NCD/metadata/config.xml
10:45:47 <suho> but it worked before ..
10:46:07 <dkayiwa> suho, which maven command are you trying to run?
10:46:25 <suho> can you please take a up and run ant
10:46:35 <suho> no maven only ant
10:46:40 <dkayiwa> oh ok
10:47:08 <dkayiwa> which ant target?
10:48:07 <suho> just ant
10:49:56 <dkayiwa> let me try run mine now
10:50:37 <suho> i'm getting this http://pastebin.com/YbQDjc84
10:52:08 <dkayiwa> do u have the config.xml file at this path?
10:54:38 <suho> yes
10:55:06 <suho> i dont know y ant is not taking that
10:55:06 <dkayiwa> with /home/suho/proj/proj/OpenMRS-NCD/metadata ?
10:55:20 <suho> yes
10:55:23 <dkayiwa> proj/proj
10:56:04 <suho> yes thats correct
10:56:12 <dkayiwa> opening my build.xml file takes ages
10:56:18 <dkayiwa> but will wait for it to load
10:56:30 <suho> was it working for you?
10:57:00 <dkayiwa> still opening.....
10:58:53 <dkayiwa> oh got it too :)
10:59:16 <suho> hmm
10:59:32 <suho> you got the same error
11:00:44 <dkayiwa> yes
11:01:05 <suho> how it can be i didnt commit anything
11:01:31 <suho> and it worked before .. (today morning )
11:01:52 <suho> and also the file is there
11:02:07 <suho> so it has to open :(
11:02:33 <dkayiwa> let me look into it too
11:05:02 *** suhothayan has joined #openmrs
11:05:02 *** ChanServ sets mode: +v suhothayan
11:06:47 *** suhothayan has quit IRC
11:07:13 *** suhothayan has joined #openmrs
11:07:13 *** ChanServ sets mode: +v suhothayan
11:08:51 *** suho has quit IRC
11:09:07 *** suhothayan is now known as suho
11:09:10 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (concept_mappings): concept_mappings: added 'all sources' option on the concept form to enable searching for terms in all concept sources <http://feedproxy.google.com/~r/OMRStrunk/~3/WAAqv9c43ek/OpenMRS> || New Changeset: OpenMRS (concept_mappings): concept_mappings: changed the lay out of the mappings on the concept form to match the suggested UI mock up <http://feedproxy.google.com/~r/OMRStrunk/~3/txNswxFm8Lo/OpenMRS>
11:10:03 <suho> hi dkayiwa sorry got disconnected
11:10:13 <dkayiwa> no problem
11:10:44 <dkayiwa> suho
11:10:49 <dkayiwa> strange now it works for me
11:10:59 <dkayiwa> after having failed like 5 times
11:11:19 <suho> ha now for me too
11:11:30 <suho> i was trying this for about an hour
11:11:41 <suho> strange hmm
11:11:41 <dkayiwa> :D
11:11:47 <suho> :D
11:11:59 <dkayiwa> there could be some process that takes long to complete
11:12:48 <suho> may be
11:12:58 <suho> thanks for your time
11:13:33 <dkayiwa> 8)
11:17:31 <dkayiwa> pascal`: did widget alignment work for you?
11:19:50 <pascal`> dkayiwa, yeah, the alignment works
11:19:56 <dkayiwa> ok
11:20:07 <pascal`> dkayiwa, it's just uniform spacing between widgets which I need to get right now
11:20:29 <pascal`> dkayiwa, I don't suppose there's a way to do that? Like some kind of layout grid or something?
11:21:10 <dkayiwa> do you mean having vertical and horizontal spacing between widgets being the same?
11:22:53 <pascal`> yeah, so I've got a lot of questions which have the answers: ( ) Yes ( ) No
11:22:58 <pascal`> i.e. radio buttons
11:23:24 <pascal`> I want to ensure that the spacing between "( ) Yes" and "( ) No" is the same throughout the form
11:23:46 <pascal`> and between textbox inputs and their labels
11:23:54 <pascal`> and various other widget combinations
11:24:33 <dkayiwa> ok
11:26:11 *** james_regen has joined #openmrs
11:26:11 *** ChanServ sets mode: +v james_regen
11:27:21 <dkayiwa> pascal`: how would you love the user steps be for having that? Something like select the widgets and then click "Make Same" spacing toolbar icon? or some other way?
11:28:05 *** surangak has quit IRC
11:29:57 <pascal`> dkayiwa, I'm not sure
11:30:13 <pascal`> dkayiwa, That way sounds good
11:30:17 <dkayiwa> what would be easier for you :)
11:30:18 <pascal`> dkayiwa, Or maybe some snap to grid feature
11:30:31 <pascal`> dkayiwa, mybe danielf` has some ideas.
11:33:02 <dkayiwa> ok
11:33:24 <danielf`> its friday, danielf` has no ideas
11:33:32 <dkayiwa> :D
11:34:15 <danielf`> snap to grid sounds like a good idea
11:34:30 <danielf`> not sure how easy that would be to add though
11:35:13 <dkayiwa> sure. will be tough though :)
11:35:49 <danielf`> :)
11:36:09 <danielf`> will you have it ready monday morning then? :)
11:36:27 <dkayiwa> hahahahahaha :D
11:37:13 <dkayiwa> i need to remind myself a bit about how snap to grid works. do you remember any application that has it for me to see (from users perspective)
11:40:49 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @ChrisZakian: #hibernate search mockup db seems to be working smoothly! #gsoc #openmrs <http://twitter.com/OpenMRS/statuses/74072464954638336> || On Twitter: OpenMRS: RT @gauravpaliwal: reading the yesterdays #openmrs weekly developer meeting logs : http://notes.openmrs.org/devcall-2011-05-26 <http://twitter.com/OpenMRS/statuses/74072445102985216> || On Twitter: OpenMRS: RT @djazayeri: REST Web Service module is progressing nicely. Patient resource up for review. #OpenMRS <http://twitter.com/OpenMRS/statuses/74072418158780416> || New Changeset: OpenMRS (webapp-testing): Test case: Verify patient dashboard header -APPTEST-12 <http://feedproxy.google.com/~r/OMRStrunk/~3/-lnrIXBCgHs/OpenMRS>
11:42:09 <danielf`> hmm, balsamiq has a pretty good snap to grid feature
11:42:16 <dkayiwa> ok
11:53:36 *** goutham has quit IRC
12:44:19 *** wyclif has quit IRC
12:56:59 *** hxiao has joined #openmrs
12:58:22 <hxiao> How do I increase session timeout (e.g. from 5 minutes to 10 minutes) in OpenMRS?
13:05:45 *** dkayiwa has quit IRC
13:05:47 *** dkayiwa_ has joined #openmrs
13:06:15 <dkayiwa_> hi hxiao
13:09:32 *** goutham has joined #openmrs
13:20:27 *** wyclif has joined #openmrs
13:38:07 *** dlawson has joined #openmrs
13:38:07 *** ChanServ sets mode: +v dlawson
13:46:56 *** downeym has joined #openmrs
13:46:56 *** ChanServ sets mode: +o downeym
13:46:56 *** OpenMRSBot sets mode: +o downeym
13:47:58 *** gbastien has joined #openmrs
13:50:11 *** downeym_ has joined #openmrs
13:50:11 *** ChanServ sets mode: +o downeym_
13:52:18 <bwolfe> hxiao, its a tomcat setting
13:52:37 <bwolfe> openmrs does not maintain the session timeouts
13:52:40 <bwolfe> its up to the server
13:53:13 *** downeym has quit IRC
13:53:13 *** downeym_ is now known as downeym
13:57:21 *** djazayeri has joined #openmrs
13:57:21 *** ChanServ sets mode: +o djazayeri
14:12:36 *** dlawson has quit IRC
14:19:00 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Address Hierarchy 2.0.0.1 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=addresshierarchy&version=&2.0.0.1>
14:28:31 *** dlawson has joined #openmrs
14:28:31 *** ChanServ sets mode: +v dlawson
14:42:22 <hxiao> Thank you Ben. I'll look at tomcat timeout setting then.
14:42:50 *** bwolfe has quit IRC
14:43:55 *** hxiao has quit IRC
14:46:49 *** cta has joined #openmrs
14:51:03 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: The #OpenMRS Indianapolis team welcomed @UITSnews team members yesterday. Exciting collaboration efforts coming soon! <http://twitter.com/OpenMRS/statuses/74113624158908416>
14:54:09 *** danielf` has quit IRC
14:54:22 *** bwolfe has joined #openmrs
14:54:32 *** ChanServ sets mode: +o bwolfe
14:54:52 *** pascal` has quit IRC
15:02:56 *** mandric has joined #openmrs
15:05:22 *** bwolfe has quit IRC
15:19:23 *** aja has joined #openmrs
15:22:31 *** dkayiwa_ has quit IRC
15:22:40 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Reporting 0.6.1 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=reporting&version=&0.6.1>
15:36:07 *** cta has quit IRC
15:39:46 *** pascal` has joined #openmrs
15:39:53 *** lh has quit IRC
15:58:54 *** gbastien has quit IRC
16:06:26 *** dlawson has quit IRC
16:09:25 *** dlawson has joined #openmrs
16:09:31 *** ChanServ sets mode: +v dlawson
16:13:35 *** gbastien has joined #openmrs
16:30:53 *** goutham has quit IRC
16:35:08 *** bryq has quit IRC
16:38:12 *** bryq has joined #openmrs
16:38:12 *** ChanServ sets mode: +v bryq
16:57:06 *** cta has joined #openmrs
17:05:19 *** cta has quit IRC
17:20:48 *** dlawson has quit IRC
17:21:09 *** dlawson has joined #openmrs
17:21:09 *** ChanServ sets mode: +v dlawson
17:39:12 *** mseaton has joined #openmrs
17:39:53 *** wyclif has quit IRC
17:40:48 *** downeym_ has joined #openmrs
17:40:48 *** ChanServ sets mode: +o downeym_
17:44:11 *** downeym has quit IRC
17:44:11 *** downeym_ is now known as downeym
17:53:48 *** aja has quit IRC
17:55:32 *** semania has joined #openmrs
17:55:42 <downeym> Hi semania and welcome to the #openmrs IRC channel.
17:56:22 <semania> thanks, checking out openmrs :)
17:57:45 *** semania has quit IRC
18:07:21 *** wyclif has joined #openmrs
18:14:34 *** dlawson has quit IRC
18:14:58 *** dlawson has joined #openmrs
18:14:58 *** ChanServ sets mode: +v dlawson
18:18:01 *** downeym_ has joined #openmrs
18:18:01 *** ChanServ sets mode: +o downeym_
18:21:01 *** downeym has quit IRC
18:21:01 *** downeym_ is now known as downeym
18:26:58 *** pascal` has quit IRC
18:43:55 *** dlawson has quit IRC
18:44:13 *** dlawson has joined #openmrs
18:44:13 *** ChanServ sets mode: +v dlawson
18:46:06 *** pratyush has joined #openmrs
18:46:13 <downeym> Hi pratyush and welcome to the #openmrs IRC channel.
18:47:20 *** pratyush has left #openmrs
18:49:01 *** mseaton has quit IRC
18:57:17 *** suho has quit IRC
19:02:33 *** robbyoconnor has quit IRC
19:09:38 *** wyclif has quit IRC
19:15:18 *** mseaton has joined #openmrs
19:15:27 *** wyclif has joined #openmrs
19:18:35 *** lh has joined #openmrs
19:19:00 *** dlawson has quit IRC
19:54:28 *** mseaton has quit IRC
20:01:14 *** james_regen has quit IRC
20:50:44 *** bryq has quit IRC
20:52:04 *** lh has quit IRC
20:53:44 *** downeym has quit IRC
21:09:11 *** wluyima has joined #openmrs
21:09:31 *** wyclif has quit IRC
21:09:37 *** wluyima is now known as Guest83844
21:17:15 *** Echidna has quit IRC
21:21:45 *** Echidna has joined #openmrs
21:21:45 *** ChanServ sets mode: +v Echidna
21:28:16 *** gbastien has quit IRC
21:45:22 *** Guest83844 is now known as wyclif
21:48:02 *** gbastien has joined #openmrs
21:51:16 *** gbastien has quit IRC
22:05:47 *** gbastien has joined #openmrs
22:21:28 *** gbastien has quit IRC
22:24:47 *** szrrizvi has joined #openmrs
22:26:42 <szrrizvi> Hi, could anyone direct me to some documentation on how RBAC is implemented in OpenMRS please?
22:27:19 <djazayeri> RBAC? (I'm not getting the acronym)
22:27:32 <szrrizvi> Role Based Access Control
22:28:50 <szrrizvi> I have the repository downloaded on my computer. Is there some speicific java class, that checks if some user has the privaledge to perform some action.
22:29:40 <djazayeri> look at any of the OpenMRS services
22:29:47 <djazayeri> see the @Authorized annotation
22:30:52 <szrrizvi> What do you mean by services?
22:31:01 <djazayeri> e.g. PatientService
22:31:14 <djazayeri> org.openmrs.api.PatientService I think
22:31:48 <szrrizvi> Okay. Thank you very much.
22:32:35 <djazayeri> it uses aop
22:35:00 *** gbastien has joined #openmrs
22:35:07 <szrrizvi> I'm sorry, aop?
22:35:59 *** czakian has joined #openmrs
22:36:50 <szrrizvi> Found it :)
22:45:56 <czakian> hey there, I am trying to open up a branch from the current trunk in eclipse but it is giving me the following error:
22:45:58 <czakian> Some of selected resources were not committed.
22:45:58 <czakian> svn: Commit failed (details follow):
22:45:58 <czakian> svn: CHECKOUT of '/!svn/ver/20313/openmrs/trunk/api/src/main/java': 403 Forbidden (http://svn.openmrs.org)
22:56:22 *** szrrizvi has quit IRC
22:56:40 *** wyclif has quit IRC
23:17:51 *** wyclif has joined #openmrs
23:18:36 <djazayeri> czakian: did you give it your password?
23:18:46 <djazayeri> and/or did you do an svn update before a commit?
23:18:46 <czakian> yeah, I did
23:18:54 <czakian> I thought I did
23:18:57 <djazayeri> actually, why are you committing anything?
23:19:06 <czakian> yeah I was trying to do a commit
23:19:22 <djazayeri> do you have commit privileges on trunk?
23:19:40 <czakian> I assumed I would since I am doing gsoc
23:19:45 <czakian> but perhaps not?
23:20:09 <djazayeri> I'm not sure whether you all are full committers or partial committers.
23:20:18 <czakian> mm
23:20:19 <czakian> ok
23:20:20 <djazayeri> everyone definitely starts with commit privilieges for their particular module
23:20:25 <djazayeri> but not necessarily for core
23:20:30 <djazayeri> what are you committing?
23:20:37 <czakian> will I can wait for jeremy to tell me on monday
23:20:45 <czakian> I can keep editing the source on my home computer
23:21:20 <czakian> as long as it is a permissions issue, and not something thats messed up
23:22:09 <djazayeri> okay
23:22:30 <czakian> thanks though :)
23:41:59 *** mandric has quit IRC
23:47:28 *** czakian has quit IRC