What version of CF are you on? Mark
On Feb 8, 2008 10:49 AM, Ankush Khurana <[EMAIL PROTECTED]> wrote: > Hi, > I have run into a huge issue and I need your help ASAP. I need to make the > following JAVA code happen in CF. > > public static final String componentFile = "config/client.xml"; > String[] compArgs = new String[1]; > compArgs[0] = componentFile; > FrameworkManager.main(compArgs); > MessageFactory mf = (MessageFactory) FrameworkManager.getComponent( > MessageFactory.ROLE); > > 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. > > Can you help please? > > Thanks. > Ankush > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:298506 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

