RE: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread webguy
Is your webroot in cfmx pointing to c:/inetpub/wwwroot/?? Put your jars and classes in c:/inetpub/wwwroot/WEB-INF/classes etc... -Original Message- From: ramesh d [mailto:[EMAIL PROTECTED] Sent: 29 May 2003 15:20 To: CF-Talk Subject: cfobject problem in CFMX --Need urgent help. Hi

Re: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Joe Eugene
Can we see you Java Object call? Are you calling a Java Class/JavaBean? C:\CFusionMX\wwwroot\WEB-INF\siteminder_P3d1.jar C:\CFusionMX\wwwroot\WEB-INF\classes12.zip classes12.zip looks like Oracle DB Driver Classes... What is siteminder_P3d1.jar? What exactly are you doing with Java Classes?

RE: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Adam Wayne Lehman
Make sure you have applied updater 3. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: ramesh d [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 10:20 AM To: CF-Talk Subject: cfobject

Re: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Joe Eugene
cftry cfoutput cfobject action=CREATE type=JAVA class=#defaults.class_budget# name=budget_info Where is your class (defaults.class_budget) located(Directory) in CFMX? All your Java classes used as Objects/JavaBeans need to be in E:\CFusionMX\wwwroot\WEB-INF\classes You native

Re: cfobject problem

2001-10-25 Thread cf refactoring
Did you transfer over your Server Java Settings in CF Administrator from your old machine to the new? That's what your problem sounds like --- Sima Lee [EMAIL PROTECTED] wrote: Hi All, I am trying to figure out a problem related to cfobject. When in CF4.5 everything works well. After

RE: cfobject problem

2001-10-25 Thread Sima Lee
: Thursday, October 25, 2001 4:10 PM To: CF-Talk Subject: Re: cfobject problem Did you transfer over your Server Java Settings in CF Administrator from your old machine to the new? That's what your problem sounds like --- Sima Lee [EMAIL PROTECTED] wrote: Hi All, I am trying to figure out

RE: cfobject problem

2001-10-25 Thread Dave Watts
The strange thing is if the java class is in the .jar file the cfobject tag does not work, if the class stays alone this tag works fine. Are you including the jar file itself in the classpath, as opposed to just the directory containing the jar file? I think you have to do the former. Dave

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
Hi Deb, Thanks a bunch, it works like charm! What a way to start superbowl Sunday... CF, EJB with JRun is next, so be prepared :-))) (ok, ok, next time I will check the KB first) I am planning to use this a lot as a way to separate business logic from presentation. Is this the right way?

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
Looks like every time I make a change to my class (actually in a 'jar' file), I have to stop/restart the CF server in order to get the latest version. Is this a cache thing? Can it be set to 'automatic'? TIA, laszlo Deb Dickerson wrote: No need to uninstall/install for this problem. Just do

RE: CFOBJECT problem

2001-01-28 Thread Joe Sheble (Wizaerd)
Nadai [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 3:16 PM To: CF-Talk Subject: Re: CFOBJECT problem Looks like every time I make a change to my class (actually in a 'jar' file), I have to stop/restart the CF server in order to get the latest version. Is this a cache thing? Can

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
--Original Message- From: Laszlo Nadai [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 3:16 PM To: CF-Talk Subject: Re: CFOBJECT problem Looks like every time I make a change to my class (actually in a 'jar' file), I have to stop/restart the CF server in order to get

RE: CFOBJECT problem

2001-01-27 Thread Deb Dickerson
No need to uninstall/install for this problem. Just do the following: Run "regedit". Navigate to HKEY_LOCAL_MACHINE/SOFTWARE/Allaire/ColdFusion/CurrentVersion/JVM Double-click on JVMLoad and change the value from 1 to 0. Close the registry editor and now restart ColdFusion. At that point you'll