-
Hi,
I am trying invoke getSampleStruct method of mySampleService in samples in following manner:
public void doIt()
{
// get configuration
SoapConfig sc = new SoapConfig();
// set the actor for fault messages
sc.setActor("/sample/client");
// prepare a call
RPCCall call = new RPCCall( /* SoapConfig */ sc,
/* namespace */ "urn:mySampleService",
/*...
2006-09-25 11:38:37 UTC in Spheon JSOAP
-
sorry by mistake i posted in old thread...
2006-09-25 11:37:50 UTC in Spheon JSOAP
-
Hi,
I am trying invoke getSampleStruct method of mySampleService in samples in following manner:
public void doIt()
{
// get configuration
SoapConfig sc = new SoapConfig();
// set the actor for fault messages
sc.setActor("/sample/client");
// prepare a call
RPCCall call = new RPCCall( /* SoapConfig */ sc,
/* namespace */...
2006-09-25 11:30:19 UTC in Spheon JSOAP
-
Hi,
Actually the thing is tglayout thread is running in background and it is having all the resources with itself.It may be the reason why resources are not garbage collected.I have set tglayout to null before reving tg from tab even then its not releasing memory.Any Suggestion will be highly appreciated.
Thanks.
2005-09-06 07:27:38 UTC in TouchGraph
-
Hi,
I want to add an info button on node on mouseOver to display information regarding node as done in google browser.How to add that button?
Thanks
Nancy.
2005-09-05 05:14:08 UTC in TouchGraph
-
Hi,
I am working with TG,but one issue of memory leakage is arising.I am opening TG in a tabbed Pane.each graph in a seperate tab and concurrently i am opening 7-8 graphs i.e 7-8 tabs(count may be 20 and more).And when i am closing the tab(even all graphs) i.e graph,memory is not released.and i am facing Out Of Memory.Why TG not releasing memory?
Thanks
Nancy.
2005-09-05 05:07:36 UTC in TouchGraph
-
Hi,
Thanks for the correction.
May we know on which RDBMS you are working?Please post the tables strtucture also.It help us to trace out the problem.
Nancy Aggarwal
Daffodil Software Ltd.
2005-08-03 10:37:36 UTC in Daffodil Replicator
-
I'll advice you to run replicator in debug mode, by following the step listed below:
Remove the symbol ‘#’ from the second row in ‘log4j.properties’ file (created at replication home)
and place it at the start of first row.
This action will start generating debug prints on PubSever and Subserver console. In case you get some errors, send the console prints.
2005-06-28 11:20:42 UTC in Daffodil Replicator
-
Hi,
Please start from the scratch.For that first drop all the replicator tables as :
1. Rep_publications
2. Rep_bookmarktable
3. Rep_logtable
4. Rep_reptable
5. Rep_Shadow_
Now delete all Triggers on table from the publisher database and make a new Publisher as you made before.
2005-06-27 12:51:45 UTC in Daffodil Replicator
-
Hi Bruno,
Please check if you have specified both DaffodilDB_Common.jar and DaffodilDB_Embedded.jar in JDBC_Classpath.
Thanks
Nancy Aggarwal.
2005-03-23 06:21:55 UTC in Daffodil Replicator