| 00:26:46 | *** x-ian has quit IRC |
| 00:54:03 | *** gbastien has quit IRC |
| 01:35:54 | *** bwolfe has joined #openmrs |
| 01:35:54 | *** ChanServ sets mode: +o bwolfe |
| 01:54:09 | *** gbastien has joined #openmrs |
| 01:58:17 | *** bwolfe has quit IRC |
| 02:25:19 | *** bwolfe has joined #openmrs |
| 02:25:19 | *** ChanServ sets mode: +o bwolfe |
| 02:35:32 | *** gbastien has quit IRC |
| 04:59:46 | *** bwolfe has quit IRC |
| 05:26:18 | *** muthah has quit IRC |
| 05:56:18 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16978: [Darius Jazayeri] Fixing TRUNK-263 - Normalize address field names and increase lengths to 255 <http://feedproxy.google.com/~r/OMRStrunk/~3/J-3MqLr3eA0/> |
| 06:13:20 | *** robota has joined #openmrs |
| 06:22:04 | *** deadpool has quit IRC |
| 06:30:19 | *** robota has quit IRC |
| 06:30:44 | *** robota has joined #openmrs |
| 07:00:30 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16979: [Darius Jazayeri] Followup fix to TRUNK-263 (fixing unit test xml dataset) <http://feedproxy.google.com/~r/OMRStrunk/~3/LMTDAoZpY2g/> |
| 07:45:23 | *** x-ian has joined #openmrs |
| 08:06:30 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16981: [Wyclif Luyima] Made concept_word weight a persisted property in the DB to improve weighing of conceptWords during concept search - TRUNK-1663 <http://feedproxy.google.com/~r/OMRStrunk/~3/KG6nQbMpgvU/> |
| 09:10:39 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Dynamic Page <http://forum.openmrs.org/viewtopic.php?f=8&t=723#p2726> |
| 09:13:34 | *** x-ian has quit IRC |
| 09:33:00 | *** x-ian has joined #openmrs |
| 09:40:51 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16984: [Wyclif Luyima] Adjusted the search delay, fixed spinner and loading message to be displayed when search is triggered- 1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/_r76HF6LrKc/> |
| 09:53:38 | *** robota has quit IRC |
| 09:55:01 | *** robota has joined #openmrs |
| 10:45:00 | <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#p2727> |
| 10:48:59 | *** muthah has joined #openmrs |
| 11:14:19 | *** robbyoconnor has quit IRC |
| 11:51:09 | *** diptanuc has joined #openmrs |
| 12:21:41 | *** x-ian has quit IRC |
| 12:32:43 | *** Pkirwa has joined #openmrs |
| 12:33:14 | *** Pkirwa has quit IRC |
| 12:34:25 | *** diptanuc1 has joined #openmrs |
| 12:36:05 | *** diptanuc has quit IRC |
| 12:38:35 | *** diptanuc1 has quit IRC |
| 12:53:32 | *** x-ian has joined #openmrs |
| 12:58:14 | *** aja has joined #openmrs |
| 12:59:45 | <aja> hi i have a problem sessionFactory.getCurrentSession().delete(some object); dose not work.what is the problem? |
| 13:11:49 | *** bwolfe has joined #openmrs |
| 13:11:49 | *** ChanServ sets mode: +o bwolfe |
| 13:57:31 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Dynamic Page <http://forum.openmrs.org/viewtopic.php?f=8&t=723#p2728> |
| 14:29:35 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16991: [Nyoman Ribeka] TRUNK-1828 - Removing concept_derived table and related code <http://feedproxy.google.com/~r/OMRStrunk/~3/MW8rQMpITF8/> |
| 14:37:08 | *** wyclif_ has quit IRC |
| 14:37:27 | *** robota has quit IRC |
| 14:37:27 | *** wyclif has quit IRC |
| 15:12:08 | <aja> hi i have a problem sessionFactory.getCurrentSession().delete(some object); dose not work.what is the problem? |
| 15:13:20 | *** gbastien has joined #openmrs |
| 15:18:57 | <bwolfe> aja: make sure the method isn't marked as @Transactional(readOnly=true) anywhere |
| 15:19:05 | <bwolfe> (in the service or the dao) |
| 15:20:35 | <aja> i did not put any annotation in hibernateDAO |
| 15:23:21 | *** wyclif_ has joined #openmrs |
| 15:24:06 | *** wyclif has joined #openmrs |
| 15:27:54 | <bwolfe> aja: what about your service? |
| 15:28:57 | <aja> here is my DAO http://notes.openmrs.org/NNBZyA5MXY. |
| 15:29:11 | <aja> no |
| 15:30:44 | <bwolfe> wheres your service? |
| 15:31:20 | <bwolfe> wait a second, what is "getData" supposed to do ? |
| 15:31:41 | <bwolfe> this line doesn't make sense: "sessionFactory.getCurrentSession().delete(criteria.list().get(0)); " |
| 15:32:51 | <aja> i just put here to check |
| 15:33:47 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Name Phonetics 1.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=namephonetics&version=&1.2> |
| 15:39:48 | <aja> bwolfe: service is at the bottom http://notes.openmrs.org/NNBZyA5MXY |
| 15:49:27 | <bwolfe> aja: you need an @Transactional on the api class |
| 15:49:38 | <bwolfe> http://wiki.openmrs.org/display/docs/API+Service+Template |
| 15:49:42 | <OpenMRSBot> <http://ln-s.net/8Dep> (at wiki.openmrs.org) |
| 16:03:10 | *** gbastien has quit IRC |
| 16:05:53 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.7.x #16996: [Ben Wolfe] Followup fix to TRUNK-1886: Error parsing person name <http://feedproxy.google.com/~r/OMRStrunk/~3/XMbPMjpWbBA/> || New Changeset: OpenMRS trunk #16995: [Ben Wolfe] Followup fix to TRUNK-1886: Error parsing person name <http://feedproxy.google.com/~r/OMRStrunk/~3/w1mENex34PM/> |
| 16:09:20 | *** muthah has quit IRC |
| 16:15:06 | *** batkinson has joined #openmrs |
| 16:35:53 | *** muthah has joined #openmrs |
| 17:55:57 | *** deadpool has joined #openmrs |
| 18:09:00 | *** lh has joined #openmrs |
| 18:09:00 | *** lh has quit IRC |
| 18:09:00 | *** lh has joined #openmrs |
| 18:38:28 | *** batkinson has quit IRC |
| 19:16:20 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #16999: [Wyclif Luyima] Added global property for search delay, and added a global property array in the cached openmrsmessages.withjstl - TRUNK-1652 <http://feedproxy.google.com/~r/OMRStrunk/~3/JFACXPwMoI0/> |
| 19:24:13 | *** aja has quit IRC |
| 20:18:43 | *** deadpool has quit IRC |
| 20:50:47 | <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#p2729> || New Changeset: OpenMRS 1.7.x #17004: [Mark Goodrich] updates to fix for TRUNK-1888 Modify HibernateConceptDao "getConceptByMapping" method so that it ignores voided concepts -- Openmrs 1.6, 1.7 <http://feedproxy.google.com/~r/OMRStrunk/~3/ZczsGhFglQU/> || New Changeset: OpenMRS 1.6.x #17003: [Mark Goodrich] updates to fix for TRUNK-1888 Modify HibernateConceptDao "getConceptByMapping" method so that it ignores voided concepts -- Openmrs 1.6, 1.7 <http://feedproxy.google.com/~r/OMRStrunk/~3/r3m-RFjfj50/> |
| 21:03:00 | *** wyclif has quit IRC |
| 21:03:05 | *** wyclif_ has quit IRC |
| 21:04:03 | *** wyclif has joined #openmrs |
| 21:04:10 | *** wyclif_ has joined #openmrs |
| 21:40:17 | *** x-ian has quit IRC |
| 21:48:05 | *** bwolfe has quit IRC |
| 21:52:41 | *** Hazamonzo has quit IRC |
| 21:53:03 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #17011: [Wyclif Luyima] Revisited the logic of weighing conceptWord - 1862 <http://feedproxy.google.com/~r/OMRStrunk/~3/Jb8ukNoUMaE/> |
| 21:54:32 | *** robbyoconnor has joined #openmrs |
| 21:54:32 | *** ChanServ sets mode: +v robbyoconnor |
| 22:57:14 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #17017: [Mark Goodrich] TRUNK-1909 Create new getConceptsByMapping API method that returned retired concept <http://feedproxy.google.com/~r/OMRStrunk/~3/IaphIPFdUQc/> |