Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Shital Do you mean that next release of Axis2 say (Axis2_1_5) will not have code base for JMS Transport Yes.. and we'll have include ws-commons library to support JMS Transport? This will be done for you, most probably automatically with the Axis2 release.. but the specifics are yet to be s

Re: Standard for publishing custom WSDL/XSD using axis2

2008-11-14 Thread don t
Hi, are you asking about how to specify schema location in your WSDL during runtime? I believe absolute HTTP URL such as schemaLocation="http://foo.com/foo.xsd"; is best. Relative URL may not work correctly and file paths don't work at all at runtime. Kurt Kavanaugh wrote: > > I have a number o

RE: JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
Hello Asankha, Do you mean that next release of Axis2 say (Axis2_1_5) will not have code base for JMS Transport and we'll have include ws-commons library to support JMS Transport? I was thinking of extending org.apache.axis2.transport.jms.JMSSender and see if I can implement request-response op

Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Shital I would be happy to work with your team. Do you have a date in mind for the release which has better JMS Transport? We are almost code complete.. but would need improved documentation and samples etc to supplement the new features. I would expect the code to be checked into svn by nex

RE: JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
Hello Asankha, I would be happy to work with your team. Do you have a date in mind for the release which has better JMS Transport? Thanks and Regards, Shital Joshi From: Asankha C. Perera [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 20

Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Joshi I am attempting to use the JMS transport in Axis2. We are using* Tibco* queues. I was able to do one way operation (_http://www.w3.org/TR/wsdl#_one-way_) over JMS. When I tried to do request-response operation, I get client already exists JMS Exception.

JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
> Hi, > > I am attempting to use the JMS transport in Axis2. We are using Tibco > queues. I was able to do one way operation > (http://www.w3.org/TR/wsdl#_one-way) over JMS. When I tried to do > request-response operation, I get client already exists JMS Exception. > > > SEVERE: Failed to create

Re: java.security.AccessControlException: access denied (java.io.FilePermission "..../WEB-INF/scriptServices" read)

2008-11-14 Thread Ramesh Vishwanatham
Hi Amila After fixing all the policy related exceptions, now I am getting below exception any idea what could be the reason. ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet AxisServlet: java.lang.ExceptionInInitializerError at org.apache.axis2.util.XMLUt

Re: problem with deploying services

2008-11-14 Thread Deepal Jayasinghe
Only other way is to use an Observer and throw deployment exceptions for the services you do not want to deploy. or hack the deployment so that you can feed your own services.list file ;-) -Deepal > no i cant do that because it will be the repository for others also > because i am working in a gri

Re: problem with deploying services

2008-11-14 Thread nafran shiraz
no i cant do that because it will be the repository for others also because i am working in a grid computing project.so is there any other way to do this. Nafran. On Fri, Nov 14, 2008 at 7:05 PM, Deepal Jayasinghe <[EMAIL PROTECTED]>wrote: > > > Hi , > > i have a requirement of deploying a specif

Re: problem with deploying services

2008-11-14 Thread Deepal Jayasinghe
> Hi , > i have a requirement of deploying a specific service on a repository > than deploying all, With local repository you can not do this. > currently i am working with a remote repository so is there anyway > that i can deploy only a specific service on the server than deploying > all in the

problem with deploying services

2008-11-14 Thread nafran shiraz
Hi ,i have a requirement of deploying a specific service on a repository than deploying all, currently i am working with a remote repository so is there anyway that i can deploy only a specific service on the server than deploying all in the repo regards Nafran -- Nafran Shiraz Mobile: 0094-7738

Re: axis2.xml proxy setting problem

2008-11-14 Thread nafran shiraz
I tried that also bit it didn't work, is this something to do with the ports blocking at the university. Thanks, Nafran On Fri, Nov 14, 2008 at 3:38 PM, keith chapman <[EMAIL PROTECTED]>wrote: > Hi, > > This should help > http://www.keith-chapman.org/2008/10/how-to-run-axis2-behind-proxy-and.html

Re: Axis2 serialization problem

2008-11-14 Thread Amila Suriarachchi
On Fri, Nov 14, 2008 at 12:00 PM, Ravichandra < [EMAIL PROTECTED]> wrote: > > Hi Amila, > > When I said custom object, I mean a composite serializable bean that i > wanted to send to server. I assume you use ADB. you can not send your own bean with Databound classes. Those classes should also be

Re: Http Error: could not Post file on server

2008-11-14 Thread Amila Suriarachchi
On Fri, Nov 14, 2008 at 1:49 PM, changxing <[EMAIL PROTECTED]> wrote: > Hi Axis2 User Group, > > My Axis2 webservice is deployed in Tomcat, this webservice will access > oracle to get information. > According to the parameter passed in, the query can be long or short. For > shorter one, this webse

Re: Axis2 - Bug with Proxy and HTTP/1.1?

2008-11-14 Thread StrongSteve
Hi Paul, Thanks for your quick reply. So it could be, that our proxy server does not support HTTP/1.1 - or to be specific "Chunking" and returns this error message back to the caller - me. That is indeed a great tip. I will check with our network guys on Monday! Thanks again! Greetings Stefan

Re: Axis2 - Bug with Proxy and HTTP/1.1?

2008-11-14 Thread Paul Fremantle
Stefan Its not the Axis2 client reporting Not Implemented. Its either the proxy or the server (Hard to tell which without seeing a wire trace or the logs from those systems). I'm guessing its the proxy. Axis2 is sending the message successfully and its the other system that can't handle HTTP 1.1.

Re: axis2.xml proxy setting problem

2008-11-14 Thread keith chapman
Hi, This should help http://www.keith-chapman.org/2008/10/how-to-run-axis2-behind-proxy-and.html Thanks, Keith. On Fri, Nov 14, 2008 at 2:20 PM, nafran shiraz <[EMAIL PROTECTED]> wrote: > Hi All,I am running axis2 on top of tomcat and using a remote repository. > I am working in a web proxy env

Axis2 - Bug with Proxy and HTTP/1.1?

2008-11-14 Thread StrongSteve
Hi Everybody! Recently I have stumbled across a curious behavior of the Axis2 Framework. As I am not sure whether I am doing something wrong or if it is a bug, I try to outline my experience. Perhaps someone has made the same experiences. Basically I have an application, that uses the Axis2 Fram

axis2.xml proxy setting problem

2008-11-14 Thread nafran shiraz
Hi All,I am running axis2 on top of tomcat and using a remote repository. I am working in a web proxy environment i changed the settings in axis2.xml as HTTP/1.1 anonymous:anonymous:anonymous referring to bellow link http://ws.a

Http Error: could not Post file on server

2008-11-14 Thread changxing
Hi Axis2 User Group, My Axis2 webservice is deployed in Tomcat, this webservice will access oracle to get information. According to the parameter passed in, the query can be long or short. For shorter one, this webservice works ok, but if it takes long time(more than 30 seconds), then I get th