Re: Mail transport implementation for Synapse/Axis2

2008-01-23 Thread Paul Fremantle
Deepal This is a new transport in org.apache.synapse. The reason is that the Axis2 transports are all in the kernel module and therefore you cannot improve them without changing the core axis2 jar. I think it would be good to move these out to a separate maven module. Paul On 1/23/08, Deepal jay

Axis stubs fail in request

2008-01-23 Thread da FoX
Hi I really need help on this issue.. as I'm struggling with this for three days now... :( I've created a WebService that now will be consumed by an Axis client. The client project automatically generates the client stubs using Axis and is using these stubs to communicate with our document/liter

Generating Async services

2008-01-23 Thread Paul Fremantle
By default Axis2 generates synchronous services - the MessageReceivers extending the Sync abstract message receivers. The result of this is that when a client calls with a real WS-A non-anonymous replyto, the HTTP connection *still* blocks waiting for the service to finish processing. This is eas

Re: AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-23 Thread Afkham Azeez
Let me try to explain the WSAS log4j.properties file 1. log4j.logger.org.hibernate=ERROR, WSO2WSAS_LOGFILE, WSO2WSAS_MEMORY Above line defines that the org.hibernate logger has a level of ERROR and has two appenders, WSO2WSAS_LOGFILE & WSO2WSAS_MEMORY 2. # WSO2WSAS_LOGFILE is set to be a DailyRo

[jira] Created: (AXIS2-3465) ServiceClient.sendReceive blocks application forever

2008-01-23 Thread Michele Mazzucco (JIRA)
ServiceClient.sendReceive blocks application forever Key: AXIS2-3465 URL: https://issues.apache.org/jira/browse/AXIS2-3465 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: c

[jira] Created: (AXIS2-3466) Unable to create a custom configuration context when the module/service repository is included into the aar file

2008-01-23 Thread Michele Mazzucco (JIRA)
Unable to create a custom configuration context when the module/service repository is included into the aar file Key: AXIS2-3466 URL: https://issues.a

Re: AXIS2 : problems in logging DEBUG messages in AXIS2 1.3

2008-01-23 Thread Afkham Azeez
Small correction. See below. On Jan 23, 2008 3:35 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > Let me try to explain the WSAS log4j.properties file > > 1. log4j.logger.org.hibernate=ERROR, WSO2WSAS_LOGFILE, WSO2WSAS_MEMORY > > Above line defines that the org.hibernate logger has a level of ERROR

axis2 client timeout even with timeouts set to 0

2008-01-23 Thread acmclellen
Hi, My client initialization code is as below, and on submitting a request to the web service, it still times-out after 15 seconds. Please help!! Thank you. Regards, Craig =begin= MultiThreadedHttpConnectionManager manager = new MultiThreadedHttpConnectionManager();

[jira] Created: (AXIS2-3467) java2wsdl for complex java objects (using inheritance)

2008-01-23 Thread Smitha Raghuveer (JIRA)
java2wsdl for complex java objects (using inheritance) --- Key: AXIS2-3467 URL: https://issues.apache.org/jira/browse/AXIS2-3467 Project: Axis 2.0 (Axis2) Issue Type: Bug Compone

[jira] Updated: (AXIS2-3467) java2wsdl for complex java objects (using inheritance)

2008-01-23 Thread Smitha Raghuveer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Smitha Raghuveer updated AXIS2-3467: Attachment: BugAnalysis.zip contains the java code which generated the wsdl > java2wsdl f

[jira] Updated: (AXIS2-3467) java2wsdl for complex java objects (using inheritance)

2008-01-23 Thread Smitha Raghuveer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Smitha Raghuveer updated AXIS2-3467: Attachment: TestService.wsdl > java2wsdl for complex java objects (using inheritance) > --

Axis2 Webservices error : Caused by: java.lang.InstantiationException: java.io.FileInputStream

2008-01-23 Thread reddy, ramachandra
Hi All, I am a newbie to webservices. I have a webservice that I am implementing . I need to send XMLString and and a file stream. I tried this version where I sent xmlstring annd filestream as OMElements it worked. public OMElement service(OMElement element) throws AxisFault { //Get XML Request

Axis2 Based Web Services Application Server, WSAS 2.2 released

2008-01-23 Thread Afkham Azeez
Hi Folks, We are happy to announce the release of WSO2 Web Services Application Server (WSAS) 2.2, the enterprise ready Web services engine powered by Apache Axis2. WSAS is a Java runtime for hosting services & runs standalone or in conjunction with Apache Tomcat, IBM WebSphere, BEA WebLogic, JBo

Setting mustunderstand=0

2008-01-23 Thread Beth Ayres
I am using Axis2 1.3. Is there any non-programatic way to set mustunderstand=0? I have some services that require that it be 0 while others need it to be 1. I was hoping there was a way to do this via configuration files, but the only way I have seen so far is to set it programatically which

DBCP in Axis2

2008-01-23 Thread Maurizio Marra
Hi, I'm trying to set up a connection pooling for axis2 1.3 running as a web application in Tomcat 6.0 service. I've added a element to axis2/WEB-INF/web.xml I've put a context.xml in axis2/META-INF/context.xml I've have a suitable driver in Tomcat 6.0\lib Calling my web service I ge

Re: DBCP in Axis2

2008-01-23 Thread Afkham Azeez
Did you try putting it in the web.xml file? We have successfully done this. See the end of https://wso2.org/repos/wso2/trunk/wsas/java/modules/core/conf/web.xml HTH Azeez On Jan 23, 2008 9:24 PM, Maurizio Marra <[EMAIL PROTECTED]> wrote: > Hi, > > > > I'm trying to set up a connection pooling f

RE: DBCP in Axis2

2008-01-23 Thread Maurizio Marra
Hi azeez, Yes I've already put the element to axis2/WEB-INF/web.xml. I think that the context.xml file is not loaded and I don't know why. Do you know some articles or docs? _ From: Afkham Azeez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 11:20 AM To: axis-dev@w

[jira] Commented: (AXIS2-2316) Make it easy to set HTTP proxy

2008-01-23 Thread Robert Gagliardo (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561765#action_12561765 ] Robert Gagliardo commented on AXIS2-2316: - This change does not work for ssl proxie

Re: DBCP in Axis2

2008-01-23 Thread Afkham Azeez
Try adding a corresponding entry to the Tomcat's server.xml file. See https://wso2.org/repos/wso2/trunk/wsas/java/modules/core/lib/appservers/tomcat/6.x/server.xml. Search for in that file. In WSAS, what we've done is include the resource-ref entry in the web.xml file as well as adding the follow

RE: DBCP in Axis2

2008-01-23 Thread Maurizio Marra
Hi Afkham Thanks a lot for your time and your suggestion. _ From: Afkham Azeez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 2:03 PM To: axis-dev@ws.apache.org Subject: Re: DBCP in Axis2 Try adding a corresponding entry to the Tomcat's server.xml file. See https

Re: DBCP in Axis2

2008-01-23 Thread Afkham Azeez
Can you post the context.xml file? Azeez On Jan 23, 2008 10:02 PM, Maurizio Marra <[EMAIL PROTECTED]> wrote: > Hi azeez, > > Yes I've already put the element to axis2/WEB-INF/web.xml. > > I think that the context.xml file is not loaded and I don't know why. > > > > Do you know some articles or

RE: DBCP in Axis2

2008-01-23 Thread Maurizio Marra
Here is my context.xml _ From: Afkham Azeez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 2:10 PM To: axis-dev@ws.apache.org Subject: Re: DBCP in Axis2 Can you post the context.xml file? Azeez On Jan 23, 2008 10:02 PM, Maurizio Marra <[EMAIL PROTECTED]> wrot

RE: DBCP in Axis2

2008-01-23 Thread Maurizio Marra
I've put a Context entry in the server.xml and it works. Thank you very much. _ From: Afkham Azeez [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 2:03 PM To: axis-dev@ws.apache.org Subject: Re: DBCP in Axis2 Try adding a corresponding entry to the Tomcat's server.

run.clustering.tests in clustering/pom.xml

2008-01-23 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Azeez, I fixed the clustering/pom.xml to propagate the flag. Please check if it works for you. David, Please restart continuum with this flag. failure seems specific to this machine. I can't get this failure anywhere else. thanks, dims -BEGIN

Urgent Help! AXIS 1.4 SoapEnvelope error

2008-01-23 Thread Frank Zhou
Hi All, I've been struggling with the following error that has to do with deserializing a soapEnvelope, can anyone help? Thanks much. Frank = I am using AXIS 1.4 for my web service needs. I try to send an XML message over HTTP, the XML message

[jira] Created: (AXIS2-3468) Proxy Configuration does not honor https proxy system properties

2008-01-23 Thread Robert Gagliardo (JIRA)
Proxy Configuration does not honor https proxy system properties Key: AXIS2-3468 URL: https://issues.apache.org/jira/browse/AXIS2-3468 Project: Axis 2.0 (Axis2) Issue Type: Sub

[jira] Issue Comment Edited: (AXIS2-2316) Make it easy to set HTTP proxy

2008-01-23 Thread Robert Gagliardo (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561765#action_12561765 ] rgagliardo edited comment on AXIS2-2316 at 1/23/08 12:06 PM:

required jar files for axis 2

2008-01-23 Thread Ajit.Kamalakant
Hi group, I just downloaded axis2 1.3. The lib folder comes with some 60 jar files as compared to 8-9 jar files with axis 1.4 What all jar files I need are essential if the I am deploying an axis-based web service. I am sure, I do not need all these jars with my web app. Thanks, Ajit

Re: required jar files for axis 2

2008-01-23 Thread Afkham Azeez
Hi Ajit, Please see http://wso2.org/blog/afkham-azeez/3081. You can download the axismindep.zip file and use Maven2 to get the minimal set of dependencies. HTH Azeez On Jan 24, 2008 12:07 PM, <[EMAIL PROTECTED]> wrote: > Hi group, > > > > I just downloaded axis2 1.3. > > The lib folder comes wi

Re: svn commit: r614657 - in /webservices/axis2/trunk/java/modules/clustering/src/org/apache/axis2/clustering/tribes: TribesClusterManager.java TribesUtil.java

2008-01-23 Thread Afkham Azeez
Hi Dims, member.getName() in Tribes tries to do a reverse DNS lookup. On some boxes which this is not properly configured, this causes the instance to hang. You will see this when you have no NW connectivity and are doing a multicast using the local interface i.e. "route add -net 224.0.0.0 netmask

Re: run.clustering.tests in clustering/pom.xml

2008-01-23 Thread Afkham Azeez
Yep.. it works for me. The tests ran & passed. Thanks Azeez On Jan 24, 2008 12:58 AM, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Azeez, > I fixed the clustering/pom.xml to propagate the flag. Please check if it > works for you. > > David, >