ashu bhardwaj

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

Recent posts by ashu bhardwaj

We have a character stored in textfield in our DB (Orcale 9i Rel. 2).The character has hex value of 93 or decimal 147 as per a hex editor.Casting to int to get the unicode gives 8220.When this data is passed in a response to webservice call,it gives the error invalid xml charcater 0x1C .ie. decimal 28(As a matter of fact ,if we cast the 8220 to byte we get value decimal 28).Encoding of response as per xml directive is UTF-8 which i think is default for WAS 5.0.2.What should we do?Is 0x93 not valid xml char.how to
remove all invalid xml chars from a string (where is the list)?


thanks in advance.
20 years ago
when i try to open any log file other than activity.log my log analyser tool gives IOException regarding the file format is not valid. i want to view stderr and stdout logs in some better tool than a text editor.how these files can be opened in a log analyser
23 years ago
i have been able to run petstore 1.2.1 provided by sun using some minor modification ,as well as from the sample ear you have given.
but i want to run jps 1.0 not 1.2.1
23 years ago
hi!!,
i have an application which is architecturaly similar to java petstore 1.0 released by sun.i have been able to deploy and run it on j2sdkee 1.2.1 and weblogic 6.0.now,i have deployed it on WAS4.0 after assembling it using AAT.the start page index.html does appear.but when the flow goes to /control/main and invokes main.jsp it gives file not found error.file is there but perhaps i have to change it.
is there anyway to port jps1.0 templating and login mechanism to was4.0
23 years ago