Shobha Korrapati

Greenhorn
+ Follow
since Aug 08, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shobha Korrapati

Dear All,

I have a problem in getting the actual encoding format of XML. I have few XML files whose value for encoding tag and the actual encoding in which the XML is saved are different.

Can anyone help me out how to get the encoding in which and XML file is saved.

Thanks in advance
K.Shobha
Thanks a lot JAMES . Its working.
Hi,

I am using Toplink.
If possible ,can you please provide me any information regarding how to read the metadata in toplink .

Thanks in advance,
Shobha
Hi All,

We are using JPA.

I have to build a native search query dynamically . I am using orm.xml for mapping.

Now ,i have to find some way to get the mapping details in ORM .That is, which field is maaped to which field in the table.

please help me out if any one knows any solution for this.

Thanks in advance
Shobha
Hi all,

Can anyone help me out how to bulid dynamic query in JPA ?

Thanks in advance
Shobha
I am getting the data from a UTF-8 database.
I tried with common encoding we use like UTF-8, SHIFT_JIS , but its not working.
16 years ago
I tried with MS932 EUC-JP Shift_JIS ISO-2022-JP .But its not working
16 years ago
Actually , I am working on japanese OS
16 years ago
Hi All,

I am getting a field in ByrArrayOutpuStream . I need to convert it into String and display.Actually the data in the field has japanese characters.
I tried to convert using the method toString("UTF-8").But it is displaying junk characters
Can anyone help me out .

Thanks in advance,
Shobha
16 years ago
Hi,
I have to do search using 2 databases in my application,
and we are using JPA.can anyone help me out about how to configure for
2 databases using persistence.xml

Thanks in advance
Shobha
I have already done as you said ...but still i am getting junk values for japanese characters ...

below is the code for excel sheet generation:

out.println("<TD>");
out.println("<font face=\"Verdana, Arial, sans-serif\" size=\"1\" color=\"#000000\">");
out.println(strOperationType);
out.println(" </B></font>");
out.println("</TD>");
out.println("<TD>");
out.println("<font face=\"Verdana, Arial, sans-serif\" size=\"1\" color=\"#000000\">");
out.println(lst.get(i++));
out.println(" </B></font>");
out.println("</TD>");
out.println("<TD>");
out.println("<font face=\"Verdana, Arial, sans-serif\" size=\"1\" color=\"#000000\">");
out.println(lst.get(i++));
out.println(" </B></font>");
out.println("</TD>");
out.println("</TR>");
16 years ago
yes i am sending the generated excel sheet as an attachment
16 years ago
Hi all,

we have to diaply japanese characters in Excel reports.But they are getting displayed junk. I have tried all the ways like setting the encoding in setContentType and using setCharacterEncoding but its not working .

can anyone help me out.

Thanks in advance
Shobha
16 years ago