> I think there might be some mis-understanding above...
> I am just using CFMX as an interface... The manipulation in done in 
> the Java
> Class.
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.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.MontaraSoftware.com
(888) 408-0900 x901

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to