[JBoss-user] [JBossWS] - javax.xml.rpc.JAXRPCException: Cannot find child element: St

2006-05-05 Thread ravi2box
I am trying to consume a web service deployed on Jboss 4.0.4CR2 + jbossws-1.0 GA running the samples package.The unit tests all ran correctly without any problems. However, when i try to connect from a Python program i see the following error: 19:55:38,116 ERROR [SOAPFaultExceptionHelper] SOAP

[JBoss-user] [JBossWS] - Re: javax.xml.rpc.JAXRPCException: Cannot find child element

2006-05-05 Thread ravi2box
Thomas, I am seeing the same error with Python/PHP clients for all the examples bundled with jbossws-1.0.0GA! should i be doing something special with the client side for the new stack when compared to ws4ee?? one more question - how can i override names like String_1,int_1 etc in the WSDL?a

[JBoss-user] [JBossWS] - Re: NoSuchMethodException using JBossWS 1.0.0GA

2006-05-16 Thread ravi2box
May i know where exactly we have to copy the jar file? i tried putting the jboss-xml-binding jar in default/lib WEB-INF/lib and inside the jbossws.sar dir..still the same NoSuchMethodError so why is there a binary mismatch between jbossws and the CR2? how come there is no indication of this in

[JBoss-user] [JBossWS] - Re: JBossWS performances versus other JavaEE Application Ser

2006-04-12 Thread ravi2box
oliv06, can you share the code you used for the test and the steps to build,deploy and test it? assuming of course that this is not copyrighted code can you mail at [EMAIL PROTECTED] thanks in advance, ravi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936

[JBoss-user] [HTTPD, Servlets & JSP] - Runtime information about jboss cluster

2005-03-25 Thread ravi2box
HI, I need to collect some statistics about object serialization when one cluster node fails over to another node in the partition.Specifically I would like to observe how long it takes to fail over and replicate objects on another node.Is there some way I can write a small agent app that join

[JBoss-user] [HTTPD, Servlets & JSP] - Runtime information about jboss cluster

2005-03-25 Thread ravi2box
HI, I need to collect some statistics about object serialization when one cluster node fails over to another node in the partition.Specifically I would like to observe how long it takes to fail over and replicate objects on another node.Is there some way I can write a small agent app that join

[JBoss-user] [Clustering/JBoss] - Runtime info about cluster

2005-03-25 Thread ravi2box
HI, I need to collect some statistics about object serialization when one cluster node fails over to another node in the partition.Specifically I would like to observe how long it takes to fail over and replicate objects on another node.Is there some way I can write a small agent app that join

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Runtime information about jboss cluster

2005-03-25 Thread ravi2box
Sorry...wrong forum!.have routed it to the clustering forum Apologize for my blunder... Thanks Ravi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871662#3871662 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871662

[JBoss-user] [Clustering/JBoss] - Re: Runtime info about cluster

2005-03-28 Thread ravi2box
Bela, Can u give me an idea of where to find code snippets to understand how this can be done..Am i correct in assuming that if ANY agent that joins a channel called "Defaultpartition" automatically is part of the cluster?? Specifically, where can i find code in the jboss CVS tree that handles