Re: CF8 Flash Grid problem

2011-11-04 Thread Isidro Pimentel
What browser did you test on? Current version of Safari does not load Flash forms properly. Isidro On 11/4/11 5:04 PM, Russ Michaels r...@michaels.me.uk wrote: do you have the CFIDE virtual directory mapped on the site ? On Fri, Nov 4, 2011 at 8:15 PM, Paul James p...@stephandpaul.plus.com

Re: XML signature generation failed

2011-10-24 Thread Isidro Pimentel
No the code does not write to file system. However, it reads a config file and a PFX certificate file to generate the XML signature. Isidro On 10/21/11 9:53 PM, Dave Watts dwa...@figleaf.com wrote: I am invoking a java method that will generate an xml signature. I successfully invoke and

XML signature generation failed

2011-10-21 Thread Isidro Pimentel
Hello all, I am invoking a java method that will generate an xml signature. I successfully invoke and define the method, however if the method if the code is run more more than once, the first user gets the XML signature the second user gets the error XML signature generation failed. Can

Re: Invoke Java method

2011-08-19 Thread Isidro Pimentel
Thank you soo much for your help. I am starting to get it but now I am getting another error Missing argument name. When using named parameters to a function, every parameter must have a name. (JavaCast(string,getPageContext().getServletContext()),JavaCast(string,

Invoke Java method

2011-08-18 Thread Isidro Pimentel
Hello, I am trying to invoke a java method using the code below but keep getting method was not found. cfscript x = CreateObject(java, com.something.something.int.classname); x.init(); ret = x.sendResponse(JavaCast(string, mail)); /cfscript The cfdump of x I can see the method

Re: Invoke Java method

2011-08-18 Thread Isidro Pimentel
sendResponse(ServletContext servletContext,HttpServletResponse response,String authnContext,String mail,MapString, ListString attributes) On 8/18/11 10:32 AM, Leigh cfsearch...@yahoo.com wrote: What is the signature of the method?

Re: Invoke Java method

2011-08-18 Thread Isidro Pimentel
Thank you very much. I am still having a little difficulty. Could you please tell if this is how it is suppose to look? sendResponse(JavaCast(string,Value_servletContext),JavaCast(string,V alue_response),JavaCast(string,value_authnContext),JavaCast(string, SESSION.mail),JavaCast(structure,

Re: Invoke Java method

2011-08-18 Thread Isidro Pimentel
Thank you so much for your help(hand-holding on this). They are strings. Additionally, all of those values for now are null except mail which is a session variable. On 8/18/11 2:09 PM, Leigh cfsearch...@yahoo.com wrote: JavaCast(string,Value_servletContext) JavaCast(string,Value_response)

CFLDAP Query / Add/Modify Users in AD

2008-08-14 Thread Isidro Pimentel
Hello, I am trying to create a coldfusion that allows users to add a user/modify a user . I am able to add a user into AD with no problem. I am having difficulties with two things. 1. Query - How do I query AD for more than 1000 users. Currently when I query it I only get 1000 user in my

Re: Resetting Active Directory Password using CFLDAP ?

2008-04-09 Thread Isidro Pimentel
Thank you, so much for the solution it was a tremendous help. I have an additional question. If you could please help that would be great. I created the CF account in AD and added it to the Account Operators group however, I am not able to change passwords but if I use the Administrator account

Re: Resetting Active Directory Password using CFLDAP ?

2008-04-03 Thread Isidro Pimentel
I am attempting to build the same thing on my intranet and have found this post very useful, thank you. Unfortunately, I can not get this to work. What else do I need to do to get the cfexecute to work, Do I need to change something else on the net.exe file? and If so how does it pass that to