IRC Chat : 2008-04-11 - OpenMRS

00:00:03 <bwolfe> any specific questions about openmrs we can answer for you ?
00:03:11 <hunger__> mostly browsing, kind of found the answer
00:09:58 <bwolfe> cool. glad we could "help" :-)
00:16:13 *** bwolfe has quit IRC
00:29:44 *** hunger__ has quit IRC
00:41:20 *** njero has joined #openmrs
00:41:20 *** ChanServ sets mode: +v njero
01:08:27 *** njero has quit IRC
01:09:40 *** njero has joined #openmrs
01:09:41 *** ChanServ sets mode: +v njero
01:17:42 *** HongJun has joined #openmrs
01:53:12 *** HongJun has quit IRC
02:14:54 *** Val`hw` has joined #openmrs
02:23:07 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3892]: xformsorbeon module: still trying to support edit <http://dev.openmrs.org/changeset/3892>
02:32:27 *** Ngref has quit IRC
03:16:07 *** Ngref has joined #openmrs
03:30:58 *** Feez has quit IRC
03:32:39 *** Feez has joined #openmrs
03:34:18 *** Val`hw` has quit IRC
04:23:37 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3895]: xformsorbeon module: most all edit logic complete; waiting on … <http://dev.openmrs.org/changeset/3895> || OpenMRS Changesets: Changeset [3894]: xformsorbeon module: re-rendering text, concepts and numerics properly <http://dev.openmrs.org/changeset/3894> || OpenMRS Changesets: Changeset [3893]: report api refactoring branch: created RowPerObsDataSet (and Definition … <http://dev.openmrs.org/changeset/3893>
04:34:33 *** nribeka has quit IRC
04:58:13 *** Echidna has quit IRC
04:58:13 *** docpaul has quit IRC
04:58:13 *** atomicturtle has quit IRC
04:58:55 *** docpaul has joined #openmrs
04:58:55 *** atomicturtle has joined #openmrs
04:58:55 *** Echidna has joined #openmrs
04:58:55 *** irc.freenode.net sets mode: +o docpaul
05:06:31 *** upul has quit IRC
05:07:50 *** upul has joined #openmrs
05:36:01 *** njero has quit IRC
05:36:14 *** njero has joined #openmrs
05:36:14 *** ChanServ sets mode: +v njero
06:19:07 *** njero has quit IRC
06:40:53 *** docpaul has quit IRC
06:45:12 *** upul has quit IRC
07:02:16 *** bwolfe has joined #openmrs
07:02:16 *** ChanServ sets mode: +o bwolfe
07:09:12 *** upul has joined #openmrs
07:09:16 *** Wiss has joined #openmrs
07:10:52 *** upul has quit IRC
07:12:37 *** docpaul has joined #openmrs
07:12:37 *** ChanServ sets mode: +o docpaul
07:13:33 *** nribeka has joined #openmrs
07:13:58 *** upul has joined #openmrs
07:29:19 <bwolfe> upul...
07:29:27 <bwolfe> did you just start working on that user list patch last night ?
07:29:35 <bwolfe> or had you done work on it already ?
07:30:23 *** docpaul has quit IRC
07:31:14 *** docpaul has joined #openmrs
07:31:14 *** ChanServ sets mode: +o docpaul
07:31:19 *** docpaul has quit IRC
07:31:36 <bwolfe> (either way is fine, good work on it...I'm only asking because my comment on the ticket was due to farhat just starting to take a look at it. :-) )
07:31:44 <bwolfe> (farhat = another gsoc prospect)
07:33:31 <upul> ah i just attached a patch
07:36:32 <bwolfe> upul: and did you start working on it when you assigned it to yourself or had you been working on it already? :-)
07:37:10 <upul> i was thinking of a way to do it before that
07:38:23 <upul> these days we are having some holidays
07:38:43 <bwolfe> and when they deprecated the session.get* method you mentioned, they didn't provide a replacement? :-/
07:38:54 <bwolfe> what does tomcat 6 use?
07:39:31 <upul> it has been deprecated jee 1.2 or something
07:39:32 <upul> di
07:39:48 <upul> i didn't check tomcat 6 implementation
07:45:40 <upul> may be there are better ways of doing it
07:54:24 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #681 (defect closed): Retired Forms showing on Patient Dashboard <http://dev.openmrs.org/ticket/681#comment:3> || OpenMRS Tickets: Ticket #681 (defect created): Retired Forms showing on Patient Dashboard <http://dev.openmrs.org/ticket/681>
08:11:28 *** atomicturtle has quit IRC
08:14:56 <upul> bwolfe: tomcat is using org.apache.catalina.* classes
08:15:09 <upul> tomcat specific classes
08:22:54 *** nribeka has quit IRC
08:50:08 *** nribeka has joined #openmrs
08:51:44 *** pombred1 has joined #openmrs
09:02:39 <bwolfe> upul: but what are you they doing inside of there? simple calls to general j2ee stuff?
09:06:15 *** pombreda has quit IRC
09:06:37 <upul> no they are not standard jee spec things, they directly working with tomcat classes
09:06:51 <upul> because those are in the classpath
09:07:59 <bwolfe> ah ok
09:08:27 <upul> how many users use an openmrs system at once normally?
09:08:43 <upul> maximum numbers?
09:09:03 <bwolfe> we have about 40
09:09:13 <bwolfe> so 50+ really
09:09:48 <upul> this way we keep usernames in application scope.
09:10:01 <upul> anyway there is a problem in the my implementation
09:10:23 <upul> if same user log in from browsers, and log of from one
09:10:45 <upul> name won't be shown for the second existing instance
09:10:55 <bwolfe> that should be a new session
09:11:03 <bwolfe> don't limit by username :-p
09:11:04 <upul> it can be fixed using a list or
09:11:14 <upul> keeping a map with id -> username
09:11:20 <bwolfe> are you keeping anonymous users too ?
09:11:24 <bwolfe> not everyone will log in...
09:11:32 <bwolfe> is is what?
09:11:55 <upul> no only logged in sessions are taken
09:12:15 <upul> but i think it better to use a map id -> username
09:12:30 <upul> but i saw that admin did not have a username
09:12:37 <upul> it is blank string
09:12:45 <upul> so admin was not shown
09:12:59 <upul> i excluded the ""
09:13:12 <upul> session.getAttribute("username")
09:14:28 <bwolfe> what is "id"?
09:14:29 <bwolfe> systemId ?
09:14:35 <upul> sessionid
09:14:41 *** atomicturtle has joined #openmrs
09:15:03 <bwolfe> if getAttribute(username) is empty or null, its an anonymous user
09:15:04 <bwolfe> I think
09:15:23 <upul> yes, but for admin it is also ""
09:15:31 <bwolfe> hmm
09:15:38 <bwolfe> we should change that in the OpenmrsFilter then maybe
09:15:50 <upul> ah for anonymouss user it is -anonymous user-
09:15:56 <bwolfe> so that it puts either username or systemId into the session
09:17:10 *** omar__ has joined #openmrs
09:18:31 *** omar__ has quit IRC
09:22:04 *** pombred1 has quit IRC
09:22:49 *** pombreda has joined #openmrs
09:22:49 *** ChanServ sets mode: +v pombreda
09:50:24 *** bmckown has joined #openmrs
09:50:25 *** ChanServ sets mode: +o bmckown
09:54:53 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3898]: deprecated all methods that are moving to the concept class <http://dev.openmrs.org/changeset/3898> || OpenMRS Changesets: Changeset [3897]: Merging trunk to report-api-refactoring [3359]:[3896] <http://dev.openmrs.org/changeset/3897> || OpenMRS Changesets: Changeset [3896]: formentry module: Hiding retired forms on patient dashboard - #681 <http://dev.openmrs.org/changeset/3896>
09:55:42 *** docpaul has joined #openmrs
09:55:42 *** ChanServ sets mode: +o docpaul
09:58:06 *** bmckown has quit IRC
09:58:37 <pearlbear> hey docpaul, I'm back
10:03:00 *** hunger__ has joined #openmrs
10:06:25 *** docpaul has left #openmrs
10:25:03 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3901]: deprecated methods moving to ConceptDAO <http://dev.openmrs.org/changeset/3901> || OpenMRS Changesets: Changeset [3900]: deprecated methods moving to HibernateConceptDAO <http://dev.openmrs.org/changeset/3900> || OpenMRS Changesets: Changeset [3899]: deprecated methods moving to ConceptServiceImpl <http://dev.openmrs.org/changeset/3899>
10:28:06 *** TorLye has joined #openmrs
10:59:13 *** pombreda has quit IRC
11:53:18 *** nribeka has quit IRC
12:02:25 *** upul has quit IRC
12:17:02 *** nribeka has joined #openmrs
12:21:06 <hunger__> hey all, anyone work with mirth? I'm having problems connecting to the admin screen remotely, it works fine locally. netstat -a
12:24:49 <bwolfe> hunger__: I don't think anyone in here does
12:25:03 <bwolfe> there are some mirth guys on our dev list though
12:30:55 <hunger__> yeah i tried #mirth but its pretty empty hehe
12:32:02 <hunger__> doesn't make sense, cause I can load the java web start applications remotely it attempts to login and fails, it works fine if i run it locally, but its listening on *:8443, and i can even telnet remotely makes no sense to me LOL
12:34:56 <bwolfe> just bigtuna in mirth? :-p
12:36:10 <hunger__> ? bigtuna?
12:42:22 *** upul has joined #openmrs
12:43:43 *** pombreda has joined #openmrs
12:43:43 *** ChanServ sets mode: +v pombreda
13:01:34 *** upul has quit IRC
13:15:59 <bwolfe> !timeline
13:15:59 <OpenMRSBot> bwolfe: Error: "timeline" is not a valid command.
13:16:03 <bwolfe> !gsoctimeline
13:16:03 <OpenMRSBot> bwolfe: "gsoctimeline" --- http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline
13:44:04 <bwolfe> hunger__: yeah, there is a BigTuna user in #mirth here on freenode
13:47:18 <hunger__> bwolfe oh yeah just him or bot or whatever hehe
14:08:56 <bwolfe> atomicturtle: time for your biweekly nag about the server move... ;-)
14:10:10 *** shadowdoc has joined #openmrs
14:28:25 *** shadowdoc_away has quit IRC
14:42:58 *** hunger__ has quit IRC
14:43:31 *** hunger__ has joined #openmrs
14:56:03 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #682 (task created): Creating Users from Existing Patients <http://dev.openmrs.org/ticket/682>
15:45:14 *** Keelhaul has joined #openmrs
15:45:14 *** ChanServ sets mode: +v Keelhaul
16:05:20 *** Wiss has quit IRC
16:31:00 *** bwolfe has quit IRC
16:34:56 *** shadowdoc is now known as shadowdoc_away
16:38:23 *** nribeka has quit IRC
16:44:01 *** atomicturtle has quit IRC
17:02:37 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3902]: xformsorbeon module: fixing per ben <http://dev.openmrs.org/changeset/3902>
17:32:45 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3903]: xformsorbeon module: code reorganization <http://dev.openmrs.org/changeset/3903>
17:34:15 *** shadowdoc_away has quit IRC
17:35:51 <napi> all quiet here tonight
17:37:31 * r0bby sweeps the bodies under the rug
17:41:32 <napi> lol
18:02:53 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #669 (task closed): Change "Running?" column header on the Task List page <http://dev.openmrs.org/ticket/669#comment:2> || OpenMRS Tickets: Ticket #667 (enhancement closed): Allow scheduled task start time to be nullable <http://dev.openmrs.org/ticket/667#comment:3> || OpenMRS Tickets: Ticket #668 (defect closed): Delay scheduled task startup to avoid "could not execute query" exception <http://dev.openmrs.org/ticket/668#comment:1> || OpenMRS Tickets: Ticket #674 (defect closed): Scheduler should maintain a single Timer object <http://dev.openmrs.org/ticket/674#comment:2> || OpenMRS Tickets: Ticket #666 (enhancement closed): Allow scheduled task to be started at a specific date and time <http://dev.openmrs.org/ticket/666#comment:1> || OpenMRS Tickets: Ticket #77 (task closed): Scheduler runs even after webapp is undeployed <http://dev.openmrs.org/ticket/77#comment:10> || OpenMRS Changesets: Changeset [3906]: xformsorbeon module: code reorganization <http://dev.openmrs.org/changeset/3906> || OpenMRS Tickets: Ticket #555 (enhancement closed): Add shutdown method to scheduled tasks <http://dev.openmrs.org/ticket/555#comment:4> || OpenMRS Tickets: Ticket #357 (enhancement closed): Implement more flexible scheduling for TimerSchedulerService <http://dev.openmrs.org/ticket/357#comment:4> || OpenMRS Tickets: Ticket #671 (enhancement closed): On shutdown of OpenMRS (JVM), scheduler should shutdown all tasks <http://dev.openmrs.org/ticket/671#comment:2> || OpenMRS Changesets: Changeset [3905]: Merged most of the scheduler branch changes into trunk. Bugs Fixed … <http://dev.openmrs.org/changeset/3905> || OpenMRS Changesets: Changeset [3904]: xformsorbeon module: code reorganization <http://dev.openmrs.org/changeset/3904>
18:05:10 *** atomicturtle has joined #openmrs
18:39:29 *** pombreda has quit IRC
18:51:40 *** hunger__ has quit IRC
19:25:39 *** pearlbear has quit IRC
19:28:35 *** farhat has joined #openmrs
19:32:46 <farhat> ben r u there
19:33:18 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #684 (task created): Clinical summary module 2.0 version error with OpenMRS v 1.2.02 <http://dev.openmrs.org/ticket/684> || OpenMRS Tickets: Ticket #683 (task created): Flowsheet module 1.2 errors with OpenMRS 1.2.02.3888 <http://dev.openmrs.org/ticket/683> || OpenMRS Changesets: Changeset [3907]: Minor bug fix to remove unnecessary log messages from the AbstractTask. <http://dev.openmrs.org/changeset/3907>
19:37:09 *** pombreda has joined #openmrs
19:37:09 *** ChanServ sets mode: +v pombreda
19:43:31 *** nribeka has joined #openmrs
19:58:46 <farhat> Trying to get a count > how many of the gsoc students have thier time stamp update since the deadline
20:05:28 <farhat> rObby,nribeka did u guys see any updates
20:10:48 <nribeka> hey farhat ...
20:10:56 <nribeka> no update here ...
20:11:26 <farhat> ok..great..did u submit any patch
20:11:59 <nribeka> yeah ... some simple internationalization stuff hehe ...
20:12:02 <nribeka> u?
20:12:42 <farhat> i started working on log current users,later realised udai already submitted the patch
20:14:14 <nribeka> mine is very simple patch :D
20:15:17 <farhat> what is your poject
20:19:14 <nribeka> the patch or the proposal?
20:19:33 <farhat> proposal and the patch
20:22:26 <nribeka> the patch is the internationalization :D
20:22:43 <nribeka> the proposal is the auto update :D
20:22:46 <nribeka> u?
20:25:29 <farhat> what is uato update
20:32:15 <nribeka> !projects
20:32:15 <OpenMRSBot> nribeka: "projects" --- OpenMRS Projects: http://projects.openmrs.org
20:32:46 <nribeka> i think it's the first one there ...
20:32:55 <nribeka> how about u?
20:35:19 <farhat> registration > globlaization
20:36:57 <farhat> did u submit ur patch
20:37:13 *** upul has joined #openmrs
20:39:24 *** upul has quit IRC
20:44:46 <nribeka> yeah ...
20:44:49 *** farhat has quit IRC
20:44:51 <nribeka> i just attach the patch :D
20:44:59 <nribeka> farhat ... bbl :D
21:36:35 *** Keelhaul has quit IRC
21:53:49 *** shadowdoc has joined #openmrs
21:54:10 *** shadowdoc is now known as shadowdoc_away
21:58:56 *** shadowdoc_away has quit IRC
22:05:40 *** Feez has quit IRC
23:56:28 *** sunbiz has joined #openmrs
23:57:06 <sunbiz> anyone there ?? problem with the demo server again :(