IRC Chat : 2010-12-07 - OpenMRS

00:30:08 *** misha680 has quit IRC
00:31:50 <deadpool> robbyoconnor: is there like a database hierarchy info page like it shows how data is arranged in the database? i tried searching for it on openmrs.blip.tv and on the wiki but couldn't find anything
00:57:19 <robbyoconnor> yes
00:57:35 <robbyoconnor> hold on
00:57:51 <robbyoconnor> http://wiki.openmrs.org/display/docs/Data+Model
00:58:06 <robbyoconnor> (I do not know how up to date that is)
01:04:47 *** lh has quit IRC
01:10:59 <robbyoconnor> deadpool: ^^
01:12:17 <deadpool> hmmm ic
01:12:19 <deadpool> thanks
01:47:51 *** bwolfe has joined #openmrs
01:47:51 *** ChanServ sets mode: +o bwolfe
02:30:25 *** misha680 has joined #openmrs
02:36:55 *** bwolfe has quit IRC
02:52:11 *** bwolfe has joined #openmrs
02:52:11 *** ChanServ sets mode: +o bwolfe
03:29:08 *** misha680 has quit IRC
03:32:30 *** misha680 has joined #openmrs
03:36:06 *** wyclif_ has joined #openmrs
04:10:38 *** bwolfe has quit IRC
04:23:36 *** e-Arogya has joined #openmrs
04:30:19 <e-Arogya> We are trying to checkout openMRS source code as a maven project. But SVN is not displayed in the SCM type drop down list. We followed all the instructions on the developer guide. How can I solve this issue?
04:42:06 *** e-Arogya has quit IRC
05:56:15 *** diptanuc has joined #openmrs
06:11:18 *** deadpool has quit IRC
06:13:38 *** deadpool has joined #openmrs
06:31:05 *** r0bby has joined #openmrs
06:31:05 *** ChanServ sets mode: +v r0bby
06:33:37 *** pascal` has joined #openmrs
06:34:15 *** robbyoconnor has quit IRC
06:51:29 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16843: [Wyclif Luyima] Fixes for comments from code reviews CR-TRUNK-190, CR-TRUNK-193, CR-TRUNK-194, CR-TRUNK-195 and fixed hibernate paging when searching for users - TRUNK-1862 <http://feedproxy.google.com/~r/OMRStrunk/~3/XWLE9dfxJ8c/>
07:01:51 *** r0bby has quit IRC
07:02:12 *** r0bby has joined #openmrs
07:02:12 *** ChanServ sets mode: +v r0bby
07:21:21 *** diptanuc has quit IRC
07:44:15 *** robota has joined #openmrs
08:08:21 *** diptanuc has joined #openmrs
08:26:55 *** pascal` has quit IRC
08:32:17 *** pascal` has joined #openmrs
08:33:51 *** x-ian has joined #openmrs
08:40:16 *** x-ian has quit IRC
09:29:30 *** x-ian has joined #openmrs
09:29:40 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16847: [Wyclif Luyima] Fixed search widget to work in older versions of IE(6 and below) - TRUNK-1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/swTlI5Sr3ow/>
09:49:16 *** x-ian has quit IRC
10:07:21 *** x-ian has joined #openmrs
10:18:10 *** x-ian has quit IRC
10:21:26 *** x-ian has joined #openmrs
10:21:38 *** x-ian has left #openmrs
12:30:10 *** robota has quit IRC
12:30:25 *** robota has joined #openmrs
12:39:32 *** x-ian has joined #openmrs
12:40:36 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: JaxWS.API error method <http://forum.openmrs.org/viewtopic.php?f=8&t=721#p2718>
12:54:23 *** diptanuc has quit IRC
13:38:11 *** bwolfe has joined #openmrs
13:38:11 *** ChanServ sets mode: +o bwolfe
14:21:59 *** x-ian has quit IRC
14:31:55 *** robota has quit IRC
14:35:09 *** Hazamonzo has quit IRC
14:35:33 *** robota has joined #openmrs
14:40:41 *** Hazamonzo has joined #openmrs
14:59:21 *** x-ian has joined #openmrs
15:08:56 *** Hazamonzo has quit IRC
15:10:57 *** Hazamonzo has joined #openmrs
15:12:32 *** Hazamonzo has quit IRC
15:13:04 *** Hazamonzo has joined #openmrs
15:15:36 *** batkinson has joined #openmrs
15:38:22 *** x-ian has quit IRC
15:44:31 *** aja has joined #openmrs
15:45:15 *** pascal` has quit IRC
15:49:01 <aja> hi while i am working on my module i got this error http://pastebin.com/5TFigEVK .can any one tell solution?
15:52:44 *** robota has quit IRC
15:52:53 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: JaxWS.API error method <http://forum.openmrs.org/viewtopic.php?f=8&t=721#p2719>
15:53:39 *** muthah has quit IRC
16:26:23 *** lh has joined #openmrs
16:42:40 *** misha680 has quit IRC
16:51:57 *** x-ian has joined #openmrs
16:55:28 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: JaxWS.API error method <http://forum.openmrs.org/viewtopic.php?f=8&t=721#p2721> || OpenMRS Forum: Re: JaxWS.API error method <http://forum.openmrs.org/viewtopic.php?f=8&t=721#p2720>
17:21:51 <deadpool> aja: could it be a mismatch of datatypes when you are setting values?
17:23:16 <deadpool> probably in the Applicationcontext you are declaring something and in the VoidedService.java you aren't using it as you declared it in the xml file
17:29:42 <deadpool> aja: when you are setting your property is the method public or private?
17:33:24 <aja> deadpool: here is my appcontex http://pastebin.com/ccUDEc0g
17:33:53 <aja> deadpool: the SetDao method is puplic
17:35:25 <aja> deadpool: here i checkout my project http://svn.openmrs.org/openmrs-modules/cleaningvoided/
17:35:30 <OpenMRSBot> <http://ln-s.net/8CFd> (at svn.openmrs.org)
17:37:10 <deadpool> aja maybe you should talk to bwolfe he is more experienced than I he maybe able to help you out better
17:39:50 <aja> thank you mr.deadpool. i think he may busy i should try later
17:40:17 <deadpool> aja: the problem i think it has some problem with this line <bean class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
17:40:33 <deadpool> the error is saying it can't create it
17:40:42 <deadpool> line 41 i think
17:45:22 <aja> i checked the spring jar has this class
17:47:37 <deadpool> hmmm.... the ref bean value can't be the same as the property name value?
17:48:05 <deadpool> sorry maybe the ref bean value can't be the same as the property name value?
17:50:34 <deadpool> aja: wait did you just do a checkout and try to compile and run or have you modified the code in anyway?
17:52:10 <aja> i checkedout and compiled without modifying
17:52:37 <aja> i am getting this error while starting the module
17:54:31 <bwolfe> aja: look further down in your error logs. there should be a "caused by" that makes sense.
17:54:39 <bwolfe> my guess is that org.openmrs.module.cleaningvoided.db.hibernate.HibernateDAO needs to be an actual class name
17:58:07 *** misha680 has joined #openmrs
18:00:20 <aja> bwolfe:where jetty stores it logs.the HibernateDAO is real name
18:00:43 <bwolfe> aja: jetty just prints to the console
18:02:24 <aja> bwolfe:before committing it worked.after committing both local copy and checkedout copy gives this error
18:04:07 <bwolfe> aja: get end of the stacktrace and we can help more
18:05:20 <aja> this is full log http://pastebin.com/ecUNCJ3t
18:07:18 <bwolfe> aja: Unable to set module service: org.openmrs.module.cleaningvoided.service.VoideService
18:07:21 <bwolfe> check your spelling
18:07:28 <bwolfe> is it really "VoideService" (no d)
18:09:29 <aja> yeah it should be VoidedService
18:10:30 <deadpool> aja:see bwolfe much smarter than I
18:11:39 <bwolfe> not smarter, just more years of seeing very small spelling issues, etc in the xml files. :-)
18:12:23 <aja> yeah now it working.wasted 4 hours because of 1 d
18:12:37 <aja> :)
18:15:49 <bwolfe> a quarter d an hour
18:21:31 <aja> OpenmrsUtil.getDirectoryInApplicationDataDirectory() is actually in .openMRS in ubuntu?
18:24:04 <aja> yeah
18:24:18 <aja> it is in there
18:25:38 <deadpool> bwolfe: I have a question if I am using annotation based mvc and i don't want to use a RequestMethod.Get or Post cause some pages don't have to have a submit can i still call other functions in java file using the annotation and have the web page pull up information from the database?
18:26:27 <bwolfe> if you don't put either GET or POST in the annotation then that method gets called for both
18:27:59 <deadpool> but what if I don't put either or them is the @ModelAttribute enough?
18:36:56 <deadpool> nevermind bwolfe i kind of understand what to do
18:44:24 *** wyclif_ has quit IRC
18:48:04 *** wyclif has joined #openmrs
19:02:35 *** aja has quit IRC
19:34:07 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16848: [Wyclif Luyima] Changed the look of the search widgets - TRUNK-1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/pnMTECpEie4/>
19:44:01 *** x-ian has quit IRC
20:30:38 <deadpool> bwolfe: if i extend the patient dashboard tab in my module the page that loads up in the tab of my module comes from the portlet right?
20:31:38 <bwolfe> yes
21:28:38 *** r0bby is now known as r0bby_
21:28:43 *** r0bby_ is now known as robbyoconnor
21:40:40 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.5.x #16857: [Ben Wolfe] Backporting fix for problems when updating a person with no addresses - TRUNK-277 <http://feedproxy.google.com/~r/OMRStrunk/~3/CfER4UE-i24/> || New Changeset: OpenMRS trunk #16856: [Ben Wolfe] Fixed problems when updating a person with no addresses - TRUNK-277 <http://feedproxy.google.com/~r/OMRStrunk/~3/5MniM7Z_Cu8/> || New Changeset: OpenMRS trunk #16855: [Wyclif Luyima] Added css property to widget wrapper to remove the vertical empty space between it and the next element below - TRUNK-1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/DoJmXnT8Wz0/>
21:54:25 *** bwolfe has quit IRC
22:07:14 *** bwolfe has joined #openmrs
22:07:14 *** ChanServ sets mode: +o bwolfe
22:52:15 *** batkinson has quit IRC
23:16:58 <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16860: [Ben Wolfe] Fixing concept autocomplete when using field names that start with a number <http://feedproxy.google.com/~r/OMRStrunk/~3/rObkE7X5dwA/> || New Changeset: OpenMRS 1.7.x #16859: [Ben Wolfe] Combo box for coded concepts in patient dashboard summary - TRUNK-317 <http://feedproxy.google.com/~r/OMRStrunk/~3/h5KqzEzVqYQ/> || New Changeset: OpenMRS trunk #16858: [Ben Wolfe] Combo box for coded concepts in patient dashboard summary - TRUNK-317 <http://feedproxy.google.com/~r/OMRStrunk/~3/MX9R4cCxOgc/>