Hi All,
Experienced Jade developer (20+years) available for contract/permanent positions from January 2020.
Contact me on lorcan(AT)lorcanbolster.com for CV.
lorcan
Hi everyone, Wonder if anyone can solve this conundrum....(in Jade 6)... for the below piece of code, can you tell me how to code for the method hasBeenCreatedWithinThisBlock Cheers for the time .. :) lorcan beginTransaction create otherObject persistant; commitTransaction beginTransaction create ne...
BeeJey. Thanks for the suggestions...... We do have a Dev env and a Current Released Source (CRS) env and could do as you say - but (rightly), where I work are quite anal about any code change having to go through full testing.... if we had the mythical "RenameMethod" JCF it is an easier sell that n...
Alan - good to hear from you mate..... Seems like you win the coveted chocolate bar.... want it emailed or fax'd? This is the solution that I (although it works fine) was hoping I could avoid..... it is very elegent and easier than I had thought (i wouldn't have known about the collection of calling...
Hey, Beej and welcome.... hope all fine and dandy in your world..... :) We are very (very!) careful about testing every released method....so... a) we cannot get near the IDE for the production environment so cannot rename there. b) if we change in the dev environment and release the affected callin...
Thanks allistar, Yeah, I know there are ways of shoe-horning it in.... and that is maybe what we will do if it is decided that the effort is worthwhile. Again, as in my previous post, my only worry would be in maintaining the integrity of the meta-data if we go using undocumented methods....or if we...
Allistar, Actually we have tried _ changeName on Method not SchemaEntity and that caused the exception. The SchemaEntity::___changeName is a different animal and I can't get it to work (always returns false) after playing with the different input parameters.... and even if I did get it to work bit w...
Allistar, Cheers buddy - I have found the _changeName method and been trying to use it with sendMsgWithParams but jade wont let me do this (exception 1236 Cannot crate an instance of this class). My guess is that using this means you are cloning the method to keep a history of it and Jade raps you o...
Thanks Dennis, This does change the name in the source but it still doesn't so anything about the associated methods that CALL this (now renamed) method. These sit compiled with the old method name in them but if you try to recompile they fail. The IDE rename goes off and finds all calling methods a...