servlet TuscanyServlet threw exception

2007-07-24 Thread Nishant Joshi
.composite | |-helloworld (contains classes) |-lib (contains Tuscany lib) |-helloworld.wsdl |-web.xml (contains referce to .wsdl file) thanks Nishant Joshi SME amdocs Cramer OSS Division (BDC) O - +912040156941 m - +919922943294 This messa

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Nishant Joshi
registered for path: / org.apache.tuscany.sca.webapp.TuscanyServlet.service(TuscanyServlet.java :57) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs. Thanks Nishant Joshi This message and the information contained herein is proprietary and

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Nishant Joshi
problem for me, You can download source code of Tuscany from http://cwiki.apache.org/TUSCANY/sca-java-releases.html Mine problem now is How to register servlet and call one function addServletMapping() from WebAppServletHost.java file thanks Nishant Joshi This message and the

Java2WSDL generated wsdl with two port

2007-08-05 Thread Nishant Joshi
in advance -- Nishant Joshi

"throws Exception" clause of service method create problem

2007-08-23 Thread Nishant Joshi
) ... 39 more Aug 21, 2007 11:47:36 AM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Aug 21, 2007 11:47:36 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Is there any solution? Thanks in advance Nishant Joshi

Re: "throws Exception" clause of service method create problem

2007-08-23 Thread Nishant Joshi
() -- -- Nishant Joshi

WebShpere 6.1 gives error at startup

2007-09-11 Thread Nishant Joshi
) at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run( WsComponentImpl.java:340) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) -- Thanks in advance Nishant Joshi

Re: WebShpere 6.1 gives error at startup

2007-09-12 Thread Nishant Joshi
ar and adding it to your lib folder: > http://repo1.maven.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar > > ...ant > > On 9/11/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > > > > > I have done the step which is given but now i am getting other > &g

How to deploy and access Tuscany service from WebSphere 6.1?

2007-09-12 Thread Nishant Joshi
ccess Tuscany service from WAS? -- Thanks in advance Nishant Joshi

RE: WebShpere 6.1 gives error at startup

2007-09-13 Thread Nishant Joshi
ngLoop(ResultHandler.java :725) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) So i am in dilemma that there is problem in WebSphere or with Tuscany SCA? -- Thanks Nishant Joshi

RE: WebShpere 6.1 gives error at startup

2007-09-13 Thread Nishant Joshi
ngLoop(ResultHandler.java :725) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) So i am in dilemma that there is problem in WebSphere or with Tuscany SCA? -- Thanks Nishant Joshi

Tuscany service with bea WebLogic

2007-10-04 Thread Nishant Joshi
hanks Nishant Joshi

Re: Tuscany service with bea WebLogic

2007-10-04 Thread Nishant Joshi
you to get the exact reason, and I dont think any problem with this WAR file. -- Thanks Nishant Joshi

Re: Tuscany service with bea WebLogic

2007-10-05 Thread Nishant Joshi
, 2007 12:23:34 PM org.apache.tuscany.sca.host.webapp.WebAppServletHostaddServletMapping INFO: addServletMapping: /ServiceComponent this is in Tomcat which was missing in weblogic. -- Thanks Nishant Joshi

Re: Tuscany service with bea WebLogic

2007-10-05 Thread Nishant Joshi
ccess like this way. This is the problem with weblogic, I have tested this scenario with Tomcat where it was working fine but result was as expected i can't access service from lib directory. -- Thanks Nishant Joshi

throws Exception problem

2007-10-11 Thread Nishant Joshi
d, So why other classes has wrong package name? Why two packaging structure for one class? is it make sense? -- Thanks in advance Nishant Joshi

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Nishant Joshi
Hi Jean-Sebastien, If i moved .composite file to WAR it was working fine for me. So i need to change my directory structure as you have mentioned. thanks for your support I have one more question about JIRA1562 which i'll open in user list soon. again thank you and Simon -- Thanks Nishant Joshi

Re: Tuscany service with bea WebLogic

2007-10-12 Thread Nishant Joshi
correct, If i keep .composite file in classes, at time of deployment It was resides in jar file under lib so it was not working for us. We need to move .composite file to any other location where it was not keep in any jar file. -- Thanks Nishant Joshi

Callback Service problem

2007-10-15 Thread Nishant Joshi
can anybody help in this case? -- Thanks in advance Nishant Joshi

Re:Callback Service problem

2007-10-15 Thread Nishant Joshi
lback service method be there in wsdl? -- Thanks Nishant Joshi

Re: tuscany asynchronous web service call

2007-10-17 Thread Nishant Joshi
with "String getAddress(String name)" method but it was returning me null value. I have mainly one question, If my callback service is returning a value(say String) and i want to work it like @OneWay, what should i do? -- Thanks Nishant Joshi

Re: throws Exception problem

2007-10-24 Thread Nishant Joshi
So still i have not used MyException class in my client example as i can see red light :) in code and all code is auto generated. I think i have answered all of your questions please let me know if any more clarification. :) -- Thanks Nishant Joshi

Re: Callback Service problem

2007-10-24 Thread Nishant Joshi
Thanks for reply, I have generated wsdl by modifying composite file as you have suggested, Now i have two wsdl generated on my Tomcat you can see the log below INFO: initContextPath: /sample-simple-callback-ws Oct 25, 2007 10:35:24 AM org.apache.tuscany.sca.host.webapp.WebAppServletHost addSer

Re: Callback Service problem

2007-10-25 Thread Nishant Joshi
hould be taken, as in polling, client is calling service, now service is callingback to client? so how should client come to know about callback result? -- Many thanks Nishant Joshi

Re: Callback Service problem

2007-10-31 Thread Nishant Joshi
Still now i m using eclipse 3.3's facility to create a web service client and my client is stand alone client. It might be a part of any large system.in eclipse client i didnt do anything to joint it with any large system a proxy is generated with methods so just use (the method as metioned below)

Re: Callback Service problem

2007-11-12 Thread Nishant Joshi
again thanks a lot Nishant Joshi

Re: Helloworld Webservice and Security Policies

2007-11-29 Thread Nishant Joshi
reference or in sample that was on svn? can you please clear my mind about this constants ? I m new to ws-security, and i want to know more about this and also how many ways we can secure WS in Tuscany? -- Thanks Nishant Joshi

jms binding problem

2007-12-28 Thread Nishant Joshi
omcat 6? i have seen following code in sample which starts broker, but how can i do when i deployed as war in Tomcat? broker.addConnector("tcp://localhost:61616"); broker.start(); -- Thanks in advance Nishant Joshi

Re: jms binding problem

2008-01-08 Thread Nishant Joshi
( JDKInvocationHandler.java:233) at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke( JDKInvocationHandler.java:130) at $Proxy8.process(Unknown Source) ... -- Here is my service for more help -- Many Thanks Nishant Joshi

Re: jms binding problem

2008-01-17 Thread Nishant Joshi
Now its working for me :-) Thanks a lot Ant -- Thanks Nishant Joshi

Problem with stateless (and stateful) Callback Service

2008-01-23 Thread Nishant Joshi
as working fine with 1.0 and now creating problem with 1.1-RC3... Here for test when i try to run stateful callback client result was same cany anybody help in this.? -- Thanks Nishant Joshi

Re: Problem with stateless (and stateful) Callback Service

2008-02-01 Thread Nishant Joshi
Hi Simon, Sorry for replying late, I have some comments on what you have replied.. I can run my client without host-tomcat.Jetty was working fine with client... i have tested it with 1.1-RC3. about contributing for that sample.. I'll send you a mail soon... Many Thanks Nishant Joshi