> FrameworkManager and MessageFactory are being imported. they are in .
> JAR files provided by the customer. I just cannot get the "main" to  
> get executed, foget about moving forward. 

What error are you receiving?  Did you first create the necessary objects before
calling main()?

<cfscript>
FrameworkManager = createObject("java", "path.to.FrameworkManager");
MessageFactory = createObject("java", "path.to.MessageFactory");

....

FrameworkManager.main(compArgs); 
mf = FrameworkManager.getComponent(MessageFactory.ROLE);
</cfscript> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298557
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to