misconfiguration of the DataSourceFactory

2007-05-15 Thread Neelima Yadla
Iam getting  Connection object was null. This could be due to a
misconfiguration of the DataSourceFactory. Check the logs and
Torque.properties to better determine the cause. Error for any sql
exceptions.  It has to show ORA-02291: integrity constraint
(SCORE.FK_ALGORITHM_SCORECARD_POINT) violated - parent key not found.
My local tdk returns the correct error but on our unix server it returns
always connection object was null for any sql errors. I appreciate any
help on this.

 

Thanks,

Neelima

 



Re: Source not found

2007-05-15 Thread Thomas Vandahl
Gerold Christof Mosinzer wrote:
 Hi!
 
 I m newbie. I need help!
 I get this information of eclispe:
 
 public class org.apache.torque.TorqueInstance {
 private static org.appache.commons.logging.Log log;
 private static final java.lang.String DEFAULT-NAME = default;
 
 The source attachment does not contain the source for the torque
 instance.class.
 You can change the source attachment by clicking Change Attached Source
 below.
 
 What does it mean?

Your Eclipse is trying to tell you that, if you want to look at the
source of TorqueInstance, you must have access to TorqueInstance.java.
You can download the source package of Torque from
http://db.apache.org/torque/download.html Select the ZIP package that
fits the version you are using. Then tell Eclipse to use that ZIP file
to look for Torque sources via that Change Attached Source button.

Bye, Thomas.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]