Patches item #968060, was opened at 2004-06-07 12:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=968060&group_id=22866
Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Sozonnik Andrew (sozonnik)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add some exceptions to OracleExceptionSorter
Initial Comment:
I have add some Oracle exceptions to OracleException
diff with 3.2.3 release
FILE COMPARISON
Produced: 07.06.2004 12:39:27
Left base folder: C:\Java\Jboss\Patch
Right base folder: C:\Java\Jboss\jboss-3.2.3-original
---
connector\src\main\org\jboss\resource\adapter\jdbc\ve
ndor\OracleExceptionSorter.java 2004-06-07
12:38:03.000000000 +-0300
+++
connector\src\main\org\jboss\resource\adapter\jdbc\ve
ndor\OracleExceptionSorter.java 2003-03-27
17:04:51.000000000 +-0300
@@ -34,16 +34,13 @@
|| (error_text.indexOf("ORA-01014") > -
1) //Oracle shutdown in progress
|| (error_text.indexOf("ORA-01033") > -
1) //Oracle initialization or shutdown in progress
|| (error_text.indexOf("ORA-01034") > -
1) //Oracle not available
|| (error_text.indexOf("ORA-03111") > -
1) //break received on communication channel
|| (error_text.indexOf("ORA-03113") > -
1) //end-of-file on communication channel
|| (error_text.indexOf("ORA-03114") > -1) //not
connected to ORACLE
- || (error_text.indexOf("ORA-02396") > -
1) //exceed ed maximum idle time, please connect
again
- || (error_text.indexOf("ORA-01012") > -
1) //not logged on
|| (error_text.indexOf("TNS-") > -1) //Net8
messages
- || (error_text.indexOf("IO EXCEPTION") > -
1)//Net8 messages
|| (error_text.indexOf("SOCKET") > -1) //for
control socket error
|| (error_text.indexOf("BROKEN PIPE") > -1);
}
} // OracleExceptionSorter
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=968060&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development