IRC Chat : 2009-11-02 - OpenMRS

00:27:14 *** atomicturtle1 has left #openmrs
01:26:50 *** atomicturtle has joined #openmrs
02:17:28 *** atomicturtle has left #openmrs
02:26:39 *** kane77 has joined #openmrs
02:56:44 *** jmiranda has joined #openmrs
02:56:44 *** ChanServ sets mode: +o jmiranda
04:06:43 *** njero has joined #openmrs
04:06:43 *** ChanServ sets mode: +v njero
04:25:40 *** atomicturtle1 has joined #openmrs
04:32:26 *** andrewaclt has quit IRC
05:16:32 *** njero has quit IRC
05:17:01 *** njero has joined #openmrs
05:17:01 *** ChanServ sets mode: +v njero
05:31:37 *** bwolfe has joined #openmrs
05:31:40 *** ChanServ sets mode: +o bwolfe
05:34:44 *** njero has quit IRC
06:19:05 *** pascal` has joined #openmrs
06:32:30 <bwolfe> hellow pascal`
06:34:36 *** openmrs_web000 has joined #openmrs
06:37:59 <pascal`> hi bwolfe
06:38:19 *** openmrs_web000 has quit IRC
06:55:21 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: CCR Mapping <http://forum.openmrs.org/viewtopic.php?f=2&t=514#p1894> || OpenMRS Forum: Re: Forms not found on install <http://forum.openmrs.org/viewtopic.php?f=9&t=516#p1893>
07:26:37 *** atomicturtle1 has quit IRC
07:26:40 *** atomicturtle has joined #openmrs
07:26:47 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11061]: remoteformentry: Creating branch for 1.4.x compatible code of the module <http://dev.openmrs.org/changeset/11061> || OpenMRS Forum: Re: Security features in OpenMRS <http://forum.openmrs.org/viewtopic.php?f=11&t=517#p1895> || OpenMRS Changesets: Changeset [11060]: remoteformentry: Moving current code into trunk folder <http://dev.openmrs.org/changeset/11060> || OpenMRS Changesets: Changeset [11059]: remoteformentry: Creating trunk folder <http://dev.openmrs.org/changeset/11059> || OpenMRS Changesets: Changeset [11058]: remoteformentry: Creating tags folder <http://dev.openmrs.org/changeset/11058> || OpenMRS Changesets: Changeset [11057]: remoteformentry: Creating branches folder <http://dev.openmrs.org/changeset/11057>
07:30:25 *** sthaiya has joined #openmrs
07:31:42 <pascal`> bwolfe, do you know of page that explains how to put a link in the top blue bar inside a module?
07:32:04 <bwolfe> its just an extension point, right ?
07:32:21 <bwolfe> http://openmrs.org/wiki/Module_Extension_Points
07:34:25 <pascal`> yeah just found it, thanks
07:35:04 <pascal`> now to find the right one (=
07:57:30 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: XForms 3.7.0 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=xforms&version=&3.7.0>
08:19:42 *** sthaiya has quit IRC
08:29:30 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Form Entry 4.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=formentry&version=&4.2>
08:56:11 *** kane77 has quit IRC
09:00:02 *** pascal` has quit IRC
09:00:13 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11062]: doonpatientsummary: Fixed bug#5. Window pop-up only when coming from … <http://dev.openmrs.org/changeset/11062> || OpenMRS Forum: Can't find OPENMRS_RUNTIME_PROPERTIES.PROPERTIES <http://forum.openmrs.org/viewtopic.php?f=9&t=518#p1896>
09:02:01 *** sthaiya has joined #openmrs
09:55:28 *** danielf has joined #openmrs
10:27:07 *** mkulumadzi has joined #openmrs
10:27:07 *** atomicturtle has quit IRC
10:27:15 *** atomicturtle has joined #openmrs
10:44:14 *** atomicturtle has left #openmrs
11:14:32 <Echidna> hi
11:27:24 <Echidna> bwolfe: do you know how to make tomcat not overwrite user.home at startup?
11:27:45 <Echidna> it's always C:\ for me
11:27:45 <bwolfe> Echidna: overwrite it?? are you passing it in as a java property?
11:28:12 <Echidna> no, tomcat returns C:\ when calling getPRoperty("user.home");
11:28:40 <Echidna> thats why all my openmrs data is in c:\OpenMRS\, for example
11:28:52 <bwolfe> who is the tomcat user ?
11:28:58 <bwolfe> err who is the user running tomcat?
11:29:03 <Echidna> windows service
11:29:04 <bwolfe> must be "System" or "Default User"
11:29:22 *** danielf has quit IRC
11:29:31 <bwolfe> if you just want to set your runtime property location / application data directory, you can do that with a global property
11:29:44 <bwolfe> if you just want the user.home, then you can pass in a java parameter to tomcat
11:29:50 <bwolfe> -Duser.home=adsfsadf
11:29:55 <bwolfe> (or something like that)
11:30:00 <Echidna> oh
11:30:05 <Echidna> well
11:30:38 <Echidna> so if i run tomcat as a different user, will it still attempt to use the first user's home?
11:32:34 <Echidna> bwolfe: also, have you ever had this problem where you put a .war into webapps and it fails to unpack it properly
11:33:01 <Echidna> i only had /lib/h2.jar in /WEB-INF
11:33:07 <Echidna> happens sometimes
11:33:12 <bwolfe> Echidna: I've seen it fail to unpack if I have another folder still there
11:33:25 <Echidna> and for some reason, it only happens if the H2 jar is in the project
11:33:26 <bwolfe> sometimes webapps don't unload all the jars correctly because tomcat holds onto a reference
11:33:47 <bwolfe> if you run tomcat as a different user it will try to get the user.home of that user, not the first one
11:34:16 <bwolfe> there is a setting in the meta-inf/context.xml for tomcat to not reference the jars directly, but instead reference a copy of htem. that will then allow a webapp to unload cleanly
11:35:10 <Echidna> oh hm
11:35:48 <Echidna> i'll take a look, thx
11:36:00 <Echidna> would that slow it down, though?
11:38:57 <bwolfe> it doesn't seem to for openmrs
11:39:05 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11063]: xforms module: upgrading the form designer to GWT 1.7 plus a few … <http://dev.openmrs.org/changeset/11063>
11:39:06 <bwolfe> its a very slightly slower startup probably...but no other ramifications
11:44:49 <Echidna> oh ok
11:45:07 <Echidna> oo GWT designer?
11:45:26 <Echidna> i've been using gtw a little lately
11:46:41 <Echidna> er gwt
11:48:54 <Echidna> oh neat, you can copy/paste files over remote desktop
12:12:39 *** kane77 has joined #openmrs
13:05:29 *** andrewaclt has joined #openmrs
13:19:49 *** bwolfe has quit IRC
13:23:55 *** kane77 has quit IRC
13:33:07 *** andrewaclt has quit IRC
13:43:42 *** nribeka has joined #openmrs
13:43:42 *** ChanServ sets mode: +v nribeka
14:04:10 *** mkulumadzi has quit IRC
14:08:47 *** atomicturtle has joined #openmrs
14:09:16 *** bwolfe has joined #openmrs
14:09:16 *** ChanServ sets mode: +o bwolfe
14:17:48 *** njero has joined #openmrs
14:17:48 *** ChanServ sets mode: +v njero
14:45:05 *** jmiranda has quit IRC
14:46:25 *** nribeka has quit IRC
15:06:09 *** openmrs_web803 has joined #openmrs
15:06:35 *** openmrs_web803 has quit IRC
15:06:40 *** openmrs_web189 has joined #openmrs
15:07:44 <openmrs_web189> Does anyone know if OpenMRS is aligned to the HL7 EHR Functional Model? If not does anyone know if this activity will be done over time.
15:08:46 *** jmiranda has joined #openmrs
15:08:47 *** ChanServ sets mode: +o jmiranda
15:13:22 *** bwolfe has quit IRC
15:15:22 *** openmrs_web189 has quit IRC
15:21:58 *** openmrs_web432 has joined #openmrs
15:21:58 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11064]: ncd: Added the necessary default constructor to NlpDiscreteTerm. <http://dev.openmrs.org/changeset/11064>
15:22:04 *** openmrs_web432 has quit IRC
15:22:07 *** openmrs_web030 has joined #openmrs
15:22:23 <openmrs_web030> !help
15:22:23 <OpenMRSBot> openmrs_web030: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.
15:26:17 *** sthaiya has quit IRC
16:58:02 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1916 (task created): Concept Dictionary not saving properly <http://dev.openmrs.org/ticket/1916>
17:04:22 *** pascal` has joined #openmrs
17:10:16 *** pascal` has quit IRC
17:11:37 *** atomicturtle has quit IRC
17:28:19 *** jmiranda has quit IRC
17:34:04 *** bwolfe has joined #openmrs
17:34:05 *** ChanServ sets mode: +o bwolfe
17:51:56 *** jmiranda has joined #openmrs
17:51:56 *** ChanServ sets mode: +o jmiranda
18:09:04 <jmiranda> bwolfe, basic` openmrs.org is hanging
18:12:26 *** mkulumadzi has joined #openmrs
18:16:46 *** pascal` has joined #openmrs
18:16:50 *** mkulumadzi has quit IRC
18:17:02 *** mkulumadzi has joined #openmrs
18:19:11 *** bwolfe has quit IRC
18:25:55 *** bwolfe has joined #openmrs
18:25:56 *** ChanServ sets mode: +o bwolfe
18:32:11 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11067]: ncd: deleting a file which should not be part of SVN repository. <http://dev.openmrs.org/changeset/11067> || OpenMRS Changesets: Changeset [11066]: ncd:deleting a file which should not be part of SVN repository. <http://dev.openmrs.org/changeset/11066> || OpenMRS Changesets: Changeset [11065]: ncd: removing the upgrade branch (it has been merged into the dev branch). <http://dev.openmrs.org/changeset/11065>
18:32:53 *** pascal` has quit IRC
18:58:12 *** pascal` has joined #openmrs
19:04:24 *** andrewaclt has joined #openmrs
19:04:27 *** andrewaclt has quit IRC
19:06:38 *** atomicturtle has joined #openmrs
19:09:49 *** atomicturtle has left #openmrs
19:29:53 *** openmrs_web030 has quit IRC
19:36:16 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11069]: ncd:added some defensive programming to the truncateString method. <http://dev.openmrs.org/changeset/11069> || OpenMRS Changesets: Changeset [11068]: ncd: Added ncd_nlp_discrete_term items to the NLP dataset and DTD. Added … <http://dev.openmrs.org/changeset/11068>
19:44:14 *** mkulumadzi has quit IRC
20:01:05 *** bwolfe has quit IRC
20:08:21 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1503 (task closed): Move Sync to a module <http://dev.openmrs.org/ticket/1503#comment:2>
21:09:31 *** atomicturtle has joined #openmrs
21:11:52 *** atomicturtle has left #openmrs
21:42:25 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11071]: ncd: Fixed another case of older HL7 versions having a slightly different … <http://dev.openmrs.org/changeset/11071> || OpenMRS Changesets: Changeset [11070]: mdrtb-1.5.x: Small bug fix to MdrtbCohortUtil <http://dev.openmrs.org/changeset/11070>
22:14:28 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11073]: ldap: Finished implementation of the methods in LDAPClientImpl.java for … <http://dev.openmrs.org/changeset/11073> || OpenMRS Changesets: Changeset [11072]: pihhaiti: Add ability to export custom patient lists to Excel <http://dev.openmrs.org/changeset/11072> || OpenMRS Announcements List: Design review conference calls <https://listserv.iupui.edu/cgi-bin/wa-iupui.exe?A2=ind0911&L=openmrs-announce-l&P=78>
23:35:56 *** andrewaclt has joined #openmrs