Naresh Talluri

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

Recent posts by Naresh Talluri

Hi

I'm trying to add Lead programatically by using SOAP webservice call in salesforce.com
i got below error could you please help me out of it?



Here is my code:



thanks in advance for your help.
13 years ago
It will work fine if it is triggered from normal browser, but in my case im using XUL as platform
i'm facing trouble in this case, any thoughts?
Hi All,

I'm having issue with calling child window function from parent window.
here is my code snippet.

Parent window:



Child window:


it is throwing alert like test function is not available.
can anyone please help me in this.

Thanks in Advance!
Hi All

I'm using Restlet webservice API to connect my Tomcat6 webserver ( which is deployed in Linux box ), while my application is trying to communicate with server, the connection is not getting closed, due to this after some interactions it is throwing " Communication Error (1001) - Too many open files " Error and server stops serving.

My client code of Restlet is releasing connection properly, but it didn't helps me, can anyone of you please help me on this?

Here is my client code:



Server Code:



I really appreciate if you have any solutioins.

13 years ago
code snippet is like below





it will be executed each 5 secs by scheduler ( am using Cron Trigger to execute this metho )


these are the two ways i used.
Hi All

I tried to synchronised one block by using synchronized ( this ){ }

i have one scheduler to invoke this block each 2 secs, if it is locked scheduler shouldn't take control on method, but am not acquiring lock on that method.
is there any other way to lock method / block of code.

Note : i tried with synchronized keyword as well to get lock of method, but i failed.

I Really appreciate for your solutions.

Thanks
Hi All

In my application am using Memcache ( Google flavour ).
It is taking much time to get data from google memcache server, it is causing application to respond very slow.

Anyone knows to improve the performance of application using google memcache, if so please help me

Greatly appreciates for your help

Thanks.
Hi Jeanne

Thank you for your suggestion, but i tried with setObject() as well, and i followed the link and tried as they shown example.


but this is also not work it out.

Could you please let me know if you have any other ideas..

Thank you for your reply.

Hi Folks

I have an issue with storing uniqueidentifier column in Database using prepared statement.

Am using postgre sql database, in postgres we have one uniqueidentifier column type and am using it.
while inserting uniqueidentifier column as string or object using prepared statement it is throwing exception like



here is the sample code :




if the column type is string/int/object i can able to store using prepared statement, but because of uniqueidentifier type am not able to insert into DB.

Could anyone of please give me some idea how to do it using JDBC.

I really appriciate if anyone having any suggestion.


Hi All

Am facing small problem in my application, am using struts1.xx in my project , ( Tomcat server).

Problem : Am using some configuration parameters in my application using appl.properties and reading using ResourceBundle class, everything looks fine but
if i want to change any entry in property file i need to restart server to get it reflected,
ex : name_key=java
if i want to change "name_key" value from java to j2ee, i need to restart tomcat server,

could you please let me know how can i achieve this?

I really appriciate if anyone having any suggestion.

14 years ago
Can anyone please give some idea on this.
14 years ago
Hi All

Am facing small problem in my application, am using struts1.xx in my project , ( Tomcat server).

Problem : Am using some configuration parameters in my application using appl.properties and reading using ResourceBundle class, everything looks fine but
if i want to change any entry in property file i need to restart server to get it reflected,
ex : name_key=java
if i want to change "name_key" value from java to j2ee, i need to restart tomcat server,

could you please let me know how can i achieve this?

I really appriciate if anyone having any suggestion.

14 years ago
Can anyone please let me know any solutions..
14 years ago
Hi All

I have small problem with AWT while arranging buttons.
I want to arrange one text field in one line , and next all lines will be followed by buttons like calculator.
I can able to show buttons as i like but text field is not showing appropriately.

here is my code :



Here is the whole class, if you want you can execute directly, and am attaching output of the program as well.
could you please let me know how can i achieve,
I really appriciate if anyone have any solutions.


14 years ago