Karup Mew

Ranch Hand
+ Follow
since Aug 11, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Karup Mew

Hi All,
I am using facelet tags for UI everything goes fine but now i need to insert Activex control inside the facelet tags its not working. Is there any possibilities if so give your ideas.
The code:

14 years ago
JSF
Hi All,
Earlier I used object tag to load ActiveX now we are migrating into JSF. I searched in google there has no article pertaining to this so please share your idea. My earlier code was like

14 years ago
JSF
Yes, we are setting TMPDIR property in startup.bat file and also I am able to read some stored procedure
Hi All,
When I am trying to read store procedure from MY Sql throws the following Exception.


java.sql.SQLException: [synaptris][MySQL JDBC Driver]Error writing data to client-side row cache. Verify that the directory specified by the java.io.tmpdir property exists and the current user has permission to read from and write to that directory.
at syn.jdbc.base.BaseStatement.postProcessExceptionFromCommonExecute(Unknown Source)
at syn.jdbc.base.BaseStatement.commonGetNextResultSet(Unknown Source)
at syn.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
at syn.jdbc.base.BaseStatement.executeDatabaseMetaDataQuery(Unknown Source)
at syn.jdbc.base.BaseDatabaseMetaData.getProcedureColumns(Unknown Source)
at com.intelliview.bl.components.StoredProcedure.getInputParams4mMetaData(StoredProcedure.java:273)


Both are Tomcat5.5 but the size of servletapi.jar is different
16 years ago
Yes, I have used base64 and its working in other servlet container .Is this servlet container version problem ?
16 years ago
Hi All,

Sometimes the cookie object returns incorrect value because the cookie contains value like "YWRtaW5pc3RyYXRvcg=="
but the cookie object getValue method returns like this "YWRtaW5pc3RyYXRvcg" without equal sign. Kindly provide solution for this
problem.

>
16 years ago
Hi All,
I need to display the list of nsf file which is exists in domino server and I am using the following code but it takes more than 2 minutes if the files are more than thousand.Kindly provide me good solution to overcome this performance issue.


16 years ago
Hi All,

I am using eclipse-jee-ganymede-win32 ide . It doest not has code completion for Tag handler class for both classic and simple tags but it compile the code successfully. Anybody give me solutions to overcome this problem.

Originally posted by Rusty Shackleford:
Does this run in a loop?

With nothing to block, of course it is going to take all your CPU time since it never rests.



Yes this is running in a loop
Hi All,

when I try to regeistering the clients through register method of SocketChannel class sometimes its occupy the cpu memory full suddenly sytem hangs. I dont why its happened Kindly sove this problem if anybody knows the solution.
[ December 08, 2008: Message edited by: Karup Mew ]
Hi All,

I got the following error when deploying the webservice

IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not found

16 years ago
The pop up window opens slowly in Internet Explorer only but in Firefox it opens pop up window fastly.Any specific reason anyone knows about this issue.

Originally posted by ankur rathi:


Try optimizing the process of getting data that you are displaying on that pop-up.


Hi Rathi

I am trying to get data from session object to display in popup.Is this the reason for this problem?