Search found 12 matches

Go to advanced search

by Lorcan
Fri Nov 15, 2019 11:38 pm
Forum: Business Discussions
Topic: Jade Dev looking for work in 2020
Replies: 0
Views: 3303

Jade Dev looking for work in 2020

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
by Lorcan
Mon Feb 24, 2014 8:56 am
Forum: Tips and Techniques
Topic: have I been created in this transaction
Replies: 2
Views: 4319

have I been created in this transaction

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...
by Lorcan
Mon Oct 11, 2010 8:48 am
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Fri Oct 08, 2010 8:23 am
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Thu Oct 07, 2010 2:46 pm
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

Damn - too many smileys - must be more serious
by Lorcan
Thu Oct 07, 2010 2:45 pm
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Thu Oct 07, 2010 2:11 pm
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Thu Oct 07, 2010 11:10 am
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Thu Oct 07, 2010 10:53 am
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...
by Lorcan
Thu Oct 07, 2010 10:23 am
Forum: Tips and Techniques
Topic: Autmatically renaming methods
Replies: 20
Views: 19375

Re: Autmatically renaming methods

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...

Go to advanced search