Wouter Oet wrote:Is it me or is that kind of wrong . You don't get how to logger works so you comment the logging statements, wouldn't learning how to logger works be a much better solution?
Nathan Pruett wrote:You could call it with java.lang.Integer to be able to cast it to an int... but what are the actual parameters defined on the stored procedure?
![]()
Nathan Pruett wrote:That error occurs because the parameters you're trying to use to call the stored procedure don't match the parameters that are actually declared on the stored procedure - either it expects some "in" parameters you aren't providing, or the the "out" parameter is declared as a different type than "String".
Paul Clapham wrote:That's all very well, but the log4j.properties file is where you declare your appenders, and you haven't shown us that.
Ulf Dittmer wrote:While we can't be sure what's going on since we don't know what the Scrambler and Encryptor classes are doing, calling "toString" on the output is a read flag - assuming that it converts a byte[] to a string, not specifying the encoding makes the code platform-dependent.
Make sure the key and the ciphertext are never stored (or used) as strings anywhere.
Craig Walls wrote:
The DTD is *so* Spring 1.0.![]()
Start with the following, then fill in the blanks:
Sagar Rohankar wrote:
sze sze chan wrote:Do I need to set anything for proxy ?
Only if you're inside the proxy network.
Sagar Rohankar wrote:
sze sze chan wrote:
I'm thinking could the problem caused by
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN //EN" "http://www.springframework.org/dtd/spring-beans.dtd">
inside the .xml file?
as I'm using sping 3x, is that the right dtd ?
This is the one I used in my project, try this:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
OR I suspect the proxy problem if you're inside the network. The eclipse is trying tho access that DTD link but somehow not able to reach. Check you network connection in Eclipse.