Re: CF MX cfobject

2003-01-09 Thread Samuel R. Neff
What does the COM object due? Perhaps there is a Java alternative that would work much better in CFMX. Make sure you've installed UR2. At 06:10 PM 1/8/2003, you wrote: I am having trouble getting this object to work via cold fusion. Works fine in asp. In ASP file 'Create ID3Edit object set

RE: CF MX cfobject

2003-01-09 Thread Adrocknaphobia Jones
David, I had the same problems when I upgraded to MX. I was using CFXid3 or something like that, and it was using a COM object. The object for one reason or the other wouldn't always load, and when it did, it wasn't reliable. Sometimes locking up my treads. So I moved everything over to a java

Re: CF MX cfobject

2003-01-08 Thread John Paul Ashenfelter
David, One big question -- CFMX or CF5 (or 4.5)? CFMX uses the jIntegra Java-COM bridge which is doesn't like poorly written COM objects (objects that work just fine in ASP). And it doesn't like some perfectly fine COM objects :) Tough job running COM under Java. If you're using ColdFusion 5,

RE: CF MX cfobject

2003-01-08 Thread David D Brown
: Wednesday, January 08, 2003 11:16 PM To: CF-Talk Subject: Re: CF MX cfobject David, One big question -- CFMX or CF5 (or 4.5)? CFMX uses the jIntegra Java-COM bridge which is doesn't like poorly written COM objects (objects that work just fine in ASP). And it doesn't like some perfectly fine COM

Re: CF MX cfobject

2003-01-08 Thread Kwang Suh
You could use the Java Native Interface and create some wrapper classes that you could instantiate in CFMX. - Original Message - From: David D Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 9:50 PM Subject: RE: CF MX cfobject Thanks, I am running