| 00:14:58 | *** atomicturtle1 has joined #openmrs |
| 00:25:41 | *** atomicturtle1 has left #openmrs |
| 00:57:52 | *** Mkop has quit IRC |
| 02:27:43 | *** upul has joined #openmrs |
| 02:27:43 | *** ChanServ sets mode: +v upul |
| 03:05:52 | *** bwolfe has quit IRC |
| 03:14:59 | *** atomicturtle has joined #openmrs |
| 04:05:51 | *** amuqeet has joined #openmrs |
| 04:05:59 | <amuqeet> Hi all |
| 04:06:27 | <amuqeet> can anyone tell me how to implement modules? |
| 04:07:13 | <amuqeet> means how to define module folder in runtime.properties file |
| 04:12:24 | <upul> amuqeet, you can define the modules dir by runtime.properties entry module_repository_folder=<location> |
| 04:14:28 | <upul> amuqeet, oops, it's a global property no in the runtime.properties file |
| 04:15:26 | <upul> you have to define it in global properties administration page |
| 04:19:15 | <amuqeet> means in enviroment? |
| 04:19:50 | <amuqeet> or sumthing in openmrs's Administration |
| 04:21:07 | <upul> amuqeet, it's in administration section - manage global properties |
| 04:22:03 | <amuqeet> yes! |
| 04:22:07 | <amuqeet> i have found that |
| 04:23:27 | <amuqeet> i have downloaded OPENMRS_module presentation |
| 04:23:55 | <amuqeet> i will ask again then after following it |
| 04:23:59 | <amuqeet> thank you upul:) |
| 04:24:35 | <upul> np |
| 04:43:07 | <amuqeet> hi upul |
| 04:43:16 | <amuqeet> i have uploaded module |
| 04:43:27 | <upul> hi amuqeet |
| 04:43:50 | <amuqeet> Simple Lab Entry [Not Started] |
| 04:43:57 | <amuqeet> action is in play mode |
| 04:45:26 | <amuqeet> but it is not started:S |
| 04:48:49 | <upul> amuqeet, are there any errors the log files |
| 05:01:30 | <amuqeet> no |
| 05:03:48 | <amuqeet> no err in log file |
| 05:06:15 | <upul> amuqeet, you can check if the module activator runs by putting a log message in startup method |
| 05:08:55 | <amuqeet> i dont find any error |
| 05:09:09 | <amuqeet> Foundation\Tomcat 6.0\temp\1247027590951.openmrs-lib-cache\simplelabentry |
| 05:09:20 | <amuqeet> INFO - FrameworkServlet.initServletBean(231) |2009-07-07 23:37:48,982| FrameworkServlet 'openmrs': initialization started |
| 05:09:40 | <amuqeet> only these types of msgs are written in log file |
| 05:10:36 | <upul> do you have a log message printed in the activator startup method? may be module started fine |
| 05:11:34 | <amuqeet> where is it? |
| 05:12:15 | <upul> when you create a module you have to give an activator class, in there you have a startup method which will run when the module is loaded |
| 05:12:15 | <amuqeet> i just saw localhost and stdout log file |
| 05:12:43 | <amuqeet> no i just uploaded the module |
| 05:13:23 | <amuqeet> didn't define any startup log |
| 05:14:08 | <upul> you can system.out in the startup method and see |
| 05:14:33 | <upul> most probably the module must have started okay |
| 05:16:02 | <amuqeet> by the way i did not write anything in global properties |
| 05:16:42 | <amuqeet> bascially in openmrs module presentation the global properties option is given only when there is an error in description |
| 05:17:46 | <amuqeet> oh ! after uplading the module many things about module is filled in global properties |
| 05:17:49 | <amuqeet> like simplelabentry.labOrderType |
| 05:17:56 | <amuqeet> simplelabentry.labTestEncounterType |
| 05:19:19 | <amuqeet> simplelabentry.started = false |
| 05:19:31 | <amuqeet> and i changed it to true but its not working |
| 05:25:36 | *** amuqeet has quit IRC |
| 06:13:47 | *** amuqeet has joined #openmrs |
| 06:13:47 | *** atomicturtle has quit IRC |
| 06:14:00 | <amuqeet> hi upul |
| 06:14:21 | *** atomicturtle has joined #openmrs |
| 06:14:23 | <upul> hi amuqeet |
| 06:15:04 | <amuqeet> labentery system menu is displaying along with home menu bar |
| 06:15:14 | <amuqeet> but when i click on that |
| 06:15:22 | <amuqeet> lab entry configration displays |
| 06:18:02 | <upul> i thought you were writing a module |
| 06:18:20 | <upul> i see it's an existing module |
| 06:29:30 | <amuqeet> no i just uploaded it |
| 06:29:38 | <amuqeet> and then when i started and then stopped it |
| 06:30:13 | <upul> looks like this module need some global properties configured before it works |
| 06:30:13 | <amuqeet> it started appearing in menu bar and i can also see it in a different category of admin page |
| 06:30:20 | <amuqeet> yes |
| 06:30:28 | <amuqeet> its asking configration |
| 06:30:30 | <amuqeet> like |
| 06:30:45 | <amuqeet> labOrderType asking value |
| 06:30:50 | <amuqeet> labTestEncounterType |
| 06:30:54 | <amuqeet> patientHealthCenterAttributeType |
| 06:30:57 | <amuqeet> patientIdentifierType |
| 06:31:02 | <amuqeet> and some three more |
| 06:31:54 | <upul> i think you have create these object like Encounter Type etc. and give their IDs in that configuration |
| 06:33:19 | <upul> module won't work until all those keys are given |
| 06:35:42 | <amuqeet> do you use lab module? |
| 06:35:54 | <upul> nope |
| 06:36:31 | <amuqeet> oh |
| 06:37:10 | <amuqeet> ok tell me about any one module only which you have implemented |
| 06:37:27 | <amuqeet> so that i could check the implementation of one and then will look for another |
| 06:38:47 | <upul> i worked on tribe. but if you want see a simple one see, basicmodule for a simple template like one, and helloworld |
| 06:39:41 | <upul> also if you use openmrs studio (eclipse ide) it has a module creation wizard which creates a simple empty module |
| 06:40:04 | <amuqeet> no idont use openmrs studio |
| 06:40:22 | <upul> see http://openmrs.org/wiki/Creating_Your_First_OpenMRS_Module |
| 06:40:23 | <OpenMRSBot> <http://ln-s.net/1hl3> (at openmrs.org) |
| 06:40:35 | <amuqeet> upul is there any way that i can study all modules implmentation |
| 06:40:48 | <amuqeet> will it be discussed in meeting? |
| 06:40:51 | <upul> all the code in the repo |
| 06:41:37 | <upul> http://dev.openmrs.org/browser |
| 06:41:49 | <upul> check openmrs-modules |
| 06:43:04 | <amuqeet> it contain some xml files |
| 06:49:01 | <upul> what did you mean by meeting |
| 06:51:57 | <amuqeet> there will me a meeting in sept |
| 06:52:03 | <amuqeet> of openmrs |
| 06:52:18 | <upul> in pakistan? |
| 06:52:30 | <amuqeet> venue would be somewhere in south africa |
| 06:53:29 | <upul> they will probably discuss about modules that were worked on |
| 06:53:41 | <amuqeet> i guess they will |
| 06:53:55 | <amuqeet> carl told me there will be some meetings |
| 06:54:28 | <amuqeet> and these issues may be discussed in the meeting |
| 07:29:50 | *** amuqeet has quit IRC |
| 08:27:17 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Can't add regimen <http://forum.openmrs.org/viewtopic.php?f=23&t=476#p1734> |
| 09:15:33 | *** atomicturtle1 has joined #openmrs |
| 09:15:33 | *** atomicturtle has quit IRC |
| 11:09:22 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Can't add regimen <http://forum.openmrs.org/viewtopic.php?f=23&t=476#p1735> |
| 11:17:13 | *** atomicturtle1 has left #openmrs |
| 11:22:44 | *** bwolfe has joined #openmrs |
| 11:22:44 | *** ChanServ sets mode: +o bwolfe |
| 11:41:23 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8978]: * Adds objects to represent a CDS * Adds header object to represent ⦠<http://dev.openmrs.org/changeset/8978> |
| 11:43:40 | *** nribeka has quit IRC |
| 11:47:25 | *** upul has quit IRC |
| 12:01:05 | *** bwolfe has quit IRC |
| 12:07:17 | *** nribeka has joined #openmrs |
| 12:07:17 | *** ChanServ sets mode: +v nribeka |
| 12:07:33 | *** bwolfe has joined #openmrs |
| 12:07:33 | *** ChanServ sets mode: +o bwolfe |
| 12:14:06 | *** atomicturtle has joined #openmrs |
| 12:17:08 | *** atomicturtle has left #openmrs |
| 12:25:41 | *** nribeka has quit IRC |
| 12:30:58 | *** upul has joined #openmrs |
| 12:30:58 | *** ChanServ sets mode: +v upul |
| 12:32:48 | *** nribeka has joined #openmrs |
| 12:32:48 | *** ChanServ sets mode: +v nribeka |
| 12:33:22 | *** nribeka has quit IRC |
| 12:48:46 | *** upul_ has joined #openmrs |
| 12:48:46 | *** ChanServ sets mode: +v upul_ |
| 12:48:46 | *** upul has quit IRC |
| 12:50:52 | *** upul_ is now known as upul |
| 13:02:02 | *** nribeka has joined #openmrs |
| 13:02:02 | *** ChanServ sets mode: +v nribeka |
| 13:51:02 | *** bmckown has joined #openmrs |
| 13:51:02 | *** ChanServ sets mode: +o bmckown |
| 14:29:27 | *** bmckown has quit IRC |
| 14:34:10 | *** jmiranda has quit IRC |
| 14:53:38 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1158 (task closed): Filter Encounters by Encounter Types on Patient Dashboard <http://dev.openmrs.org/ticket/1158#comment:8> || OpenMRS Changesets: Changeset [8979]: Added pagination to encounters on dashboard - #1158 Author: Knoll_Frank <http://dev.openmrs.org/changeset/8979> |
| 14:55:09 | *** atomicturtle has joined #openmrs |
| 14:55:29 | *** atomicturtle has left #openmrs |
| 15:01:47 | *** jmiranda has joined #openmrs |
| 15:01:47 | *** ChanServ sets mode: +o jmiranda |
| 15:38:27 | *** atomicturtle1 has joined #openmrs |
| 15:39:59 | *** atomicturtle1 has left #openmrs |
| 15:40:07 | *** kane77 has joined #openmrs |
| 15:43:34 | *** bwolfe has quit IRC |
| 15:55:09 | *** bmckown has joined #openmrs |
| 15:55:09 | *** ChanServ sets mode: +o bmckown |
| 15:57:40 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: how to develop code and avoid the module load/unload lag ? <http://forum.openmrs.org/viewtopic.php?f=8&t=473#p1737> || OpenMRS Tickets: Ticket #1622 (defect created): SerializedObjectDAO forgets what types it can support between restarts <http://dev.openmrs.org/ticket/1622> || OpenMRS Forum: Re: Saving multiple complexOBS in a group : hibernate trouble. <http://forum.openmrs.org/viewtopic.php?f=2&t=474#p1736> || OpenMRS Changesets: Changeset [8980]: Tagging r8766 as 1.5.0 beta 2 <http://dev.openmrs.org/changeset/8980> |
| 16:18:53 | *** Mkop has joined #openmrs |
| 16:26:58 | *** Mkop1 has joined #openmrs |
| 16:27:00 | *** Mkop has quit IRC |
| 16:29:42 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8981]: amrs registration: initial commit for floating div, add new id, add new ⦠<http://dev.openmrs.org/changeset/8981> |
| 16:36:05 | *** Mkop1 has quit IRC |
| 16:39:14 | *** Mkop has joined #openmrs |
| 16:46:50 | *** Mkop has quit IRC |
| 16:46:59 | *** Mkop has joined #openmrs |
| 16:56:47 | *** Mkop has quit IRC |
| 16:59:39 | *** Mkop has joined #openmrs |
| 17:26:56 | *** upul has quit IRC |
| 17:33:50 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8985]: amrs registration: added basic patient information <http://dev.openmrs.org/changeset/8985> || OpenMRS Changesets: Changeset [8984]: dataintegrity: changed the UI in the integrityCheckForm.jsp <http://dev.openmrs.org/changeset/8984> || OpenMRS Changesets: Changeset [8983]: schedulerquartz: few touches to the code <http://dev.openmrs.org/changeset/8983> || OpenMRS Changesets: Changeset [8982]: reporting: Minor UI changes to implement small features and disable ⦠<http://dev.openmrs.org/changeset/8982> |
| 17:56:00 | *** amogha has joined #openmrs |
| 18:00:23 | *** bradAtMirth has joined #openmrs |
| 18:02:58 | *** Mkop has quit IRC |
| 18:26:34 | *** Mkop has joined #openmrs |
| 18:36:38 | *** Mkop1 has joined #openmrs |
| 18:36:46 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8986]: amrsregistration: refactoring class names to contain AmrsRegistration and ⦠<http://dev.openmrs.org/changeset/8986> |
| 18:43:30 | *** Mkop has quit IRC |
| 18:44:06 | *** jmiranda has quit IRC |
| 18:58:58 | *** jmiranda has joined #openmrs |
| 18:58:58 | *** ChanServ sets mode: +o jmiranda |
| 19:07:58 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8988]: schedulerquartz: Unwanted imports removed, Covered commenting the service <http://dev.openmrs.org/changeset/8988> || OpenMRS Changesets: Changeset [8987]: schedulerquartz: QuartzService Comments covered <http://dev.openmrs.org/changeset/8987> |
| 19:29:50 | *** sdefabbiakane has joined #openmrs |
| 20:03:58 | *** Agnor has joined #openmrs |
| 20:12:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8989]: amrs registration: modify floating div to add close div and changing the ⦠<http://dev.openmrs.org/changeset/8989> |
| 20:12:58 | *** kane77 has quit IRC |
| 21:13:32 | *** sdefabbiakane has quit IRC |
| 21:16:04 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [8997]: amrs registration: add registration of custom editor <http://dev.openmrs.org/changeset/8997> || OpenMRS Changesets: Changeset [8996]: amrsregistration: adding a temporary hack to test spring binding. <http://dev.openmrs.org/changeset/8996> || OpenMRS Changesets: Changeset [8995]: Added functionality to view the db file upload and clone response from a ⦠<http://dev.openmrs.org/changeset/8995> || OpenMRS Changesets: Changeset [8994]: A simple portlet displaying remarks for Person objects is now working. <http://dev.openmrs.org/changeset/8994> || OpenMRS Changesets: Changeset [8993]: A simple portlet displaying remarks for Person objects is now working. <http://dev.openmrs.org/changeset/8993> || OpenMRS Changesets: Changeset [8992]: A simple portlet displaying remarks for Person objects is now working. <http://dev.openmrs.org/changeset/8992> || OpenMRS Changesets: Changeset [8991]: A simple portlet displaying remarks for Person objects is now working. <http://dev.openmrs.org/changeset/8991> || OpenMRS Changesets: Changeset [8990]: A simple portlet displaying remarks for Person objects is now working. <http://dev.openmrs.org/changeset/8990> |
| 22:14:06 | *** bmckown has quit IRC |
| 22:20:05 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9000]: amrs registration: refactor jsp id naming to include counter <http://dev.openmrs.org/changeset/9000> || OpenMRS Changesets: Changeset [8999]: sync branch: adding DefaultAnnotationHandlerMapping and fixing ⦠<http://dev.openmrs.org/changeset/8999> || OpenMRS Changesets: Changeset [8998]: amrsregistration: added deploy-web hack <http://dev.openmrs.org/changeset/8998> |
| 22:35:15 | *** nribeka has quit IRC |
| 22:53:32 | *** Mkop1 has quit IRC |
| 23:24:10 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1623 (defect created): StackOverflowError on saving an existing serialized object <http://dev.openmrs.org/ticket/1623> || OpenMRS Changesets: Changeset [9002]: facility data: remove the JSTL Core and Spring taglib declarations. <http://dev.openmrs.org/changeset/9002> || OpenMRS Changesets: Changeset [9001]: facility data: untested -- but in theory should work once I get the final ⦠<http://dev.openmrs.org/changeset/9001> |
| 23:24:42 | *** jmiranda has quit IRC |
| 23:35:18 | *** Agnor has quit IRC |
| 23:45:31 | *** bmckown has joined #openmrs |
| 23:45:31 | *** ChanServ sets mode: +o bmckown |
| 23:56:12 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [9003]: reporting: * Working on CORE-501 (Allow user to create/edit an indicator ⦠<http://dev.openmrs.org/changeset/9003> |