IRC Chat : 2009-12-20 - OpenMRS

01:33:52 *** Mkop has joined #openmrs
02:06:24 *** njero_ has quit IRC
02:06:54 *** njero has joined #openmrs
02:06:54 *** ChanServ sets mode: +v njero
02:26:25 *** njero has quit IRC
03:02:26 *** Mkop has quit IRC
03:05:49 *** njero has joined #openmrs
03:05:49 *** ChanServ sets mode: +v njero
03:33:13 *** njero has quit IRC
03:33:43 *** njero has joined #openmrs
03:33:43 *** ChanServ sets mode: +v njero
03:39:31 *** njero_ has joined #openmrs
03:42:57 *** njero has quit IRC
03:43:21 *** njero_ is now known as njero
05:26:23 *** openmrs_web887 has joined #openmrs
05:26:55 <openmrs_web887> !list
05:26:55 <OpenMRSBot> openmrs_web887: Admin, Alias, AutoMode, Channel, ChannelLogger, ChannelStats, Config, Factoids, Herald, Karma, Misc, NickCapture, Owner, RSS, Reply, Seen, Services, ShrinkUrl, Status, and User
05:27:12 <openmrs_web887> Services
05:27:27 *** openmrs_web887 has left #openmrs
09:30:20 *** pascal` has joined #openmrs
15:30:12 *** atomicturtle has joined #openmrs
15:31:29 *** atomicturtle has quit IRC
15:31:30 *** atomicturtle1 has joined #openmrs
15:31:40 *** atomicturtle1 has quit IRC
15:33:12 *** atomicturtle has joined #openmrs
15:33:47 *** atomicturtle1 has joined #openmrs
15:50:36 *** atomicturtle has quit IRC
17:23:05 *** bwolfe has joined #openmrs
17:23:05 *** ChanServ sets mode: +o bwolfe
18:29:04 *** SparFux has joined #openmrs
18:35:01 *** SparFux has quit IRC
20:58:45 *** njero has quit IRC
20:59:14 *** njero has joined #openmrs
20:59:14 *** ChanServ sets mode: +v njero
21:01:15 *** njero has quit IRC
21:04:50 <r0bby> bwolfe: off hand do you know what's many to many in the OpenMRS data model so I can see an example of a correct implementation?
21:26:11 <bwolfe> r0bby: concept_name_tags
21:26:44 * r0bby sighs
21:27:03 <r0bby> This is the area i struggled the most
21:27:13 <r0bby> (the hibernate stuff)
21:28:06 <r0bby> the way I understand the link table it simply holds foreign keys ?
21:28:40 <r0bby> and then in whatever table I'm trying to provide a many to many holds a FK to an key in the link table?
21:28:52 <r0bby> (I explained that *REALLY* poorly
21:28:55 * r0bby goes to read
21:44:52 <bwolfe> r0bby: something like that I think
21:46:43 <r0bby> yeh based on what i read that's it
21:46:51 <r0bby> it's determining bi-directional and such
21:47:04 <r0bby> I think mike bailed me out when i hit a snag w/ hibernate now i'm stuck :(
21:47:16 <r0bby> I think i'll put this off and try and get openmrs working
21:47:21 <r0bby> please stick aroun
21:47:40 *** njero has joined #openmrs
21:47:40 *** ChanServ sets mode: +v njero
21:48:42 * r0bby crosses his fingers
21:48:44 <r0bby> please work
21:49:12 <r0bby> I hate working on my own w/o anybody to bounce ideas :(
21:55:23 <r0bby> HOPEFULLY i dont see this same issue
21:55:43 <r0bby> where I couldnt do any administrative things :(
22:00:42 *** SparFux has joined #openmrs
22:06:37 *** SparFux has quit IRC
22:08:47 *** mjoe has joined #openmrs
22:09:00 *** mjoe has left #openmrs
22:12:24 <r0bby> java.lang.ClassNotFoundException: javassist.util.proxy.MethodFilter
22:12:27 <r0bby> wtf
23:35:15 <bwolfe> r0bby: isn't that a hibernate annotations thing? take that out of your module. it might be getting loaded because of the spring annotations
23:40:26 <r0bby> hrm i dont think i added it
23:40:55 <r0bby> I dont have it no