Hibernate Validator Date Hello everyone, i am just trying to configure hibernate validator with different type of data (int,string,date....). I got a problem with date validation. The error message is [javax.validation.UnexpectedTypeException: No validator could be found for type: java.util.Date at org.hibernate.validator.engine] i ha... 12 May 2010 23:38
C#, .NET, and Unit Testing Hi Everybody, I am in an unfortunate situation where I need to work on a C# project for a while. We are using Visual Studio 2005. The code I need to work on is a C# desktop application with no unit testing what so ever. Is there anyone out there that has made this transition? What are the best bits of advi... 18 May 2010 20:20
ObjectInputStream over socket problems I've got some software that has been running for years. I recently upgraded to Windows 7 and JDK1.6.0_20 and now the client end throws EOFExceptions. Nothing has been changed except the OS and a minor Java version. Anybody else run into this? Thanks, -- Knute Johnson email s/nospam/knute2010/ ... 12 May 2010 15:50
2 Hot DIRECT CLIENT Rek's : 1. ORACLE DBA's (10g) (4 positions), 2. Portal Developer (7 positions) - Austin,TX.- 6+ months Hi, We have 2 hot DIRECT CLIENT Requirements: 1. ORACLE DBA's (10g) (4 positions), 2. Portal Developer (7 positions) in Austin, TX., Please send me matching profile with rate, current location and Contact details ASAP to my official ID : isaac(a)preludesys.com Thanks and regards, Isaac Direct 213.233.3576... 12 May 2010 12:28
Systems Programmer/Support - Application Support Specialist - in Chicago, IL.- 12 months Hi, Hope you are doing fine, We have 3 positions for Systems Programmer/Support - Application Support Specialist - in Chicago, IL., do you have any one for this position, Please send me matching profile with rate, current location and Contact details ASAP to my official ID : isaac(a)preludesys.com Thanks ... 10 May 2010 15:25
Java Adapter Pattern Wiki Redux Recently, the Java example in the Wikipedia article entitled "Adapter Pattern" [1] was modified to use the keyword "final" in a way that may be considered superfluous [2]. The revision also incorrectly used the for-each loop. The example is reasonable, but it differs considerably from one recently proposed [3].... 11 May 2010 16:45
Reading from very large file I'd like to read only numbers from an extremely big file containing both characters and digits. It turns out that a) reading each character with a RandomAccessFile is too slow and b) a StreamTokenizer did not work, as it has irregular delimiters for some reason. What is the best way? I've been looking at ove... 10 May 2010 06:34
Operator precedence Hi, some simple question about the Operator precedence int i = 9; System.out.println(i++ + 2); Why it print 11 instead of 12, assume operator is evaluated from left to right? ... 12 May 2010 04:47
Business Calendar Hi, May not be exactly for that thread. I am looking for some Web Service / JavaBean / Java lib which would be able to determine whether particular day (e.g. today) is a Business Day in Financial industry (e.g. Banking) and be callable from Java program. Any advise is very appreciated. Thank you in adv... 9 May 2010 16:30
configure Spring to use jax-ws endpoint to consume XML then produce JSON With the bean definition in spring.xml below, I'm getting the following exception. It seems like it's trying to consume the request as a JSON formated string rather than XML. How can I have the endpoint to consume XML request then produce JSON response back to caller? What's wrong with the spring bean definition... 7 May 2010 14:29 |