This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Please help, My locking/unlocking all work. However, when I tried to modify the database for booking, I got error: " unsupported encoding exception ISO8859". Anything with data convertion ? Thanks, Ruilin
Dave Boden
Ranch Hand
Joined: Nov 08, 2000
Posts: 37
posted
0
Hi, Have you seen that there are depricated methods inside Data.java (run javac with -deprecation to see them)? These deprecated methods are deprecated for a reason. They don't support internationalisation and non-latin character encodings. They should be changed... Cheers, Dave
ruilin yang
Ranch Hand
Joined: Feb 25, 2001
Posts: 334
posted
0
Thanks. I have solved the problem. You are rigth. I implemented a different method. It works OK.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.