I think there might be some mis-understanding above...However, that Java Class is loaded by the same classloader that calls it, so if CFMX is using different classloaders at runtime for the same CFC then your static variables aren't going to work as expected. There are two ways I can see to fix this. First, load your class from the CFC using your own classloader thus isolating it from the one used by CFMX. Second, wrap your Java class in an EJB and nothing in CFMX will affect it again.
I am just using CFMX as an interface... The manipulation in done in the Java
Class.
Matt Liotta President & CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
