Mohamed Nahfees

Greenhorn
+ Follow
since Mar 23, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mohamed Nahfees

This is the standard drivers provided by Weblogic. If you using transaction, use (1) otherwise use (2)

(1) XA: weblogic.jdbcx.sqlserver.SQLServerDataSource
(2) Non-XA: weblogic.jdbc.sqlserver.SQLServerDriver

Click for more information
JDCB SQL Driver information
14 years ago
Yes you are right , minus (- ) means Deactivate (+) means Activate.

All the parameters you have mentioned is deactivated in this case.Java memory management is a good read.

Hope this helps.


14 years ago
congratulation dude !!!
15 years ago
Hi,

You can use fatjar to do your job. Please click here for more info.
15 years ago