That's what I had originally done, but our client did not install hot fixes
to their server and as a result the containers that I had been accessing via
UUID did not recreate themselves. There was a bug in the 1.5 release or
upgrade (or both... I can't) that deleted containers.

I was hoping there was some neat trick that allowed to recreate containers
which were called by the UUID and not the name. I know I could do this by
checking for my shared containers, but I don't want to spend the processor
time verifying the existance of my containers.

I guess that if you want to ensure that shared containers are recreated you
have to query the objects table for the unique UUID's and create the object
of type 'container' with the UUID if it is missing from the result set.

Can this be added to the 1.5.1 container code or is it too late?

Nate

-
Nate Smith, 
Lead Developer 
[EMAIL PROTECTED] 
www.doceus.com 



-----Original Message-----
From: jeff tapper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 03, 2001 9:56 AM
To: Spectra-Talk
Subject: RE: Containers Not Being Generated


What we do to accomplish this is to initially create the containers with a 
name, and use the R_CONTAINERID attribute to return the container id.  I 
then change the cfa_container tag to use the returned id, instead of the
name,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to