Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TinkerToy__ #1
Object Instantiation Exception on move to CVMX 7
Hi there
I am currently migrating from CFMX 6.1 to CFMX 7 and I am having an issue with
accessing external java files from within coldfusion even though I believe they
are in the classpath and the jar file has been copied over to the
CFusionMX7/lib directory.
The error is: Object Instantiation Exception
The call in question from the code is :
OJB = CreateObject("Java", "org.apache.ojb.odmg.OJB");
I have the following jar file in the CFusionMX7/lib directory:
C:\CFusionMX7\lib\db-ojb-1.0.rc6.jar and it contains the class
org.apache.ojb.odmg.OJB.class.
This worked fine in CFMX 6.1 so can anyone tell me what am I missing?
Cheers,
Ciaran
PS Already tried restart of service :)
TinkerToy__ Guest
-
Dynamic Object Instantiation
Hello All, I am dynamically instantiating a new VBox in a tab container (tbFlyingHours). No problem with that. It exists and can be interacted... -
Coldfsuion + Java Instantiation Exception
Hi, This is the error I am getting: An exception occurred when instantiating a java object. The cause of this exception was that: . when I... -
move object, not world
basically everytime I try to rotate the object, it just spins around the camera.... I want the CAMERA to spin around the OBJECT... here is... -
Move Object to Current Layer
Here's another question. When I select an object, then click on another layer name in the layer panel (FH MX 11, Mac), sometimes the object is moved... -
Move an object
This should be easy but it doesn't work. When I push on a button the movieclip 'circle' should move until I release the button. This is the action...



Reply With Quote

