It may just be that the example program needs to updated, to consistently use qualified fact names everywhere (note that it's "MAIN", not "Main", and this would make a difference.) I don't know if colons are allowed in SQL identifiers; if they're not, then the code itself would probably just need to be modified to translate :: into __ (or something similar) and back again as appropriate.
I think Candide Kemmler wrote: [Charset ISO-8859-15 unsupported, filtering to ASCII...] > le jeu 23-05-2002 _ 23:47, Alan Moore a _crit : > > > Indeed I have noticed that the entity name, "scott-dept" was prepended > > > by "Main::", which made the system complain with some lame remarks :-) > > > > > > This is bad, very bad hacking, but it did the trick. I > > > realize, however, > > > that this shouldn't have happened in the first place. Any clues ? > > > > The framework you are using was created prior to the introduction of module > > support in Jess. It is entirely possible that the framework is broken due to > > some yet-to-be-determined interaction with modules. The "Main::" qualifier > > indicates that the fact is in the Main module (the default...) > > > > Good luck! > > > > alan > > Ah :-( > > The "user contributions" page mentions compatibility with jess 6.0a3 and > up. Was the module system introduced later than this. > > However, it would be very nice if I could use some not-so-recent version > of JESS in the interim, _without_ module support, that is... > > candide > > > > -------------------------------------------------------------------- > To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' > in the BODY of a message to [EMAIL PROTECTED], NOT to the list > (use your own address!) List problems? Notify [EMAIL PROTECTED] > -------------------------------------------------------------------- > --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
