I don't have my machine around to try it but, couldn't you delete the class from the CFusionMX directory, refresh the page to get an error, then paste the class in. I'll should probably try this before I suggest it, but maybe someone already had a failed attempt.
- Daniel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Woodward Sent: Tuesday, April 05, 2005 12:15 PM To: [email protected] Subject: Re: Java Class Cached? I'll be curious to see if there are other ideas on this as well--whenever I've done Java stuff I just always bounce the server, but this is obviously a pain in the butt during development. Matt On Apr 5, 2005 12:15 PM, Dirk Meilinger <[EMAIL PROTECTED]> wrote: > > Hey All, > > I am making my first foray into creating some custom java classes that I > want to invoke via CF. I setup a classpath entry in the admin and placed my > first .class stub in the folder, and CF happily served up my first object > instantiation. > > I made a few changes to the .class and copied over the new file, but CF > refuses to recognize the "new" version of the class, continuing to insist > that the new method I have created doesn't exist. I am assuming that there > is a cached version of my old .class file that it is passing to me. Is > there an "easy" way, save bouncing the CF (MX7) server, for me to do > iterative integration testing with my .class files ? > > Thanks ! > > Dirk -- Matt Woodward [EMAIL PROTECTED] http://www.mattwoodward.com ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
