From: Alexis O'C. <ale...@ou...> - 2006-07-24 09:47:33
|
Alistair Young wrote: >>> 300-303 are used for the PeerMarker resources > not according to our version of head Aggie! > RESOURCE_PEERMARKER = 300 > or am I looking in the wrong place again? > >> Facility and Resource IDs are completely unrelated > Facility id? haven't seen any of them! > > HelloWorldResource.sql: > INSERT INTO classes (type, super_type, db_name, table_name, java_class) > VALUES(28, 10, null, null, > 'org.bodington.server.resources.HelloWorldResource') > GO > > is "28" the Resource ID or the Facility ID then? I presume it's the > resource id. > > so what's the advice if any? is there any way to avoid collisions? > e.g. I've just chosen 301 but PeerMarker uses that although it's not > defined anywhere. > > Alistair > > My take on the situtation is that if UHI have got facility numbers 201 - 300 and Aggie has 301 - 400, then: Peermarker should probably be bumped upto 301 (from 300). Alistairs HelloWorld facility should take 203, which is the next available number after 202 (Announcements) within the UHI range on bodington HEAD. Alexis |