Re: [Axis2] soap over jms

2007-02-08 Thread Ali Sadik Kumlali
;) Regards, Ali Sadik Kumlali - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, February 8, 2007 11:14:08 AM Subject: soap over jms soap over jms Hi all, I am new to Axis2 and to axis in general. I need to create

Re: [Axis2] soap over jms

2007-02-08 Thread Ali Sadik Kumlali
Hi Fabio, Yes, you can use your stubs without any modification. Just compile the custom sender and put it in your classpath where you run your client. Regards, Ali Sadik Kumlali - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday

Re: Soap over JMS example with Axis2

2007-02-07 Thread Ali Sadik Kumlali
Hi Fabio, Here it is: http://ws.apache.org/axis2/1_1_1/jms-transport.html Regards, Ali Sadik Kumlali - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, February 7, 2007 8:00:42 PM Subject: Soap over JMS example with Axis2 Soap

Re: [axis2] what is the difference between sendRobust and fireAndForget

2007-01-27 Thread Ali Sadik Kumlali
. * * @param elem XML to send * @throws AxisFault if something goes wrong while sending, or if a fault is * received in response (per the Robust In-Only MEP). * @see #createClient(QName) */ Regards, Ali Sadik Kumlali [1] http://tinyurl.com/2ewkyb - Original

Re: [Axis2] Query regarding using XPATH in AXIS2..

2007-01-05 Thread Ali Sadik Kumlali
Hi Yamini, Would this[1] article be what you are looking for? Regards, Ali Sadik Kumlali [1] How Can I Evaluate an XPath with AXIOM? http://wso2.org/library/265 - Original Message From: Hemanth, Yamini (MSAS Sys Dev IBD) [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent

Re: Soap Over JMS using Embedded Axis2 Engine

2007-01-04 Thread Ali Sadik Kumlali
;} Hi Ali, Please see responses inline... Thanks very much, Ted From: Ali Sadik Kumlali [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 5:36 PM To: axis-user@ws.apache.org Subject: Re: Soap Over JMS using Embedded Axis2 Engine Hi Ted, I'm needing the following

Re: [Axis2][Rampart] What are the differences between X509KeyIdentifier and SKIKeyIdentifier?

2007-01-03 Thread Ali Sadik Kumlali
Excellent explanations as always! I love this dream :) Thank you Ruchith. Regards, Ali Sadik Kumlali - Original Message From: Ruchith Fernando [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, January 3, 2007 12:16:11 PM Subject: Re: [Axis2][Rampart] What

Re: Soap Over JMS using Embedded Axis2 Engine

2007-01-03 Thread Ali Sadik Kumlali
, then you should use RawXMLINOutMessageReceiver. Otherwise use RawXMLINOnlyMessageReceiver. Please also consider that RawXML*MessageReceiver expects your operation accepts OMElement and optionally returns and OMElement. Regards, Ali Sadik Kumlali [1] http://ws.apache.org/axis2/1_1/xmlbased

Re: Soap Over JMS using Embedded Axis2 Engine

2007-01-03 Thread Ali Sadik Kumlali
Hi Ted, I'm needing the following information: - Do you successfully send the message? - Does the listener get the message successfully? - Do you call an in-only service? - Is it possible that you call an in-only service with sendReceive()? Regards, Ali Sadik Kumlali - Original Message

Re: Soap Over JMS using Embedded Axis2 Engine

2007-01-02 Thread Ali Sadik Kumlali
Hi Ted, War distribution(AxisServlet actually) doesn't initialize JMS listener. Please look at followings: 1) http://www.mail-archive.com/axis-user@ws.apache.org/msg21464.html 2) https://issues.apache.org/jira/browse/AXIS2-1488 Regards, Ali Sadik Kumlali - Original Message From: Ted

[Axis2][Rampart] What are the differences between X509KeyIdentifier and SKIKeyIdentifier?

2006-12-21 Thread Ali Sadik Kumlali
is more secure than the other? 4) Should I consider other signatureKeyIdentifier types (DirectReference, IssuerSerial, Thumbprint)? 5) Should I just get a sleep and read all the docs again? :) Regards, Ali Sadik Kumlali [1] http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token

Re: module.xml not found on Axis2 / Weblogic 8.1

2006-12-15 Thread Ali Sadik Kumlali
distribution and rather prepare your own EAR package by embedding Axis2, then, AFAIK, it's not going to work. Regards, Ali Sadik Kumlali [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg21989.html [2] http://www.mail-archive.com/axis-user@ws.apache.org/msg13720.html - Original

Re: module.xml not found on Axis2 / Weblogic 8.1

2006-12-14 Thread Ali Sadik Kumlali
Hi Slim, You should use exploded WAR. Please, look at here[1] for more information. Regards, Ali Sadik Kumlali [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg13935.html - Original Message From: Slim Driss [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday

[Axis2][1_1] Security exception is swallowed

2006-12-08 Thread Ali Sadik Kumlali
) thrown through the execution path(transport receiver - phases/modules - message receiver). Any help would be great! Regards, Ali Sadik Kumlali [1] [ERROR][2006-12-08 14:40:48,535] org.apache.axis2.transport.jms.AxisMdb - JMS Wo rker [JMS Session Delivery Thread] Encountered an Axis Fault

Re: [Axis2][1_1] Security exception is swallowed

2006-12-08 Thread Ali Sadik Kumlali
Done: https://issues.apache.org/jira/browse/AXIS2-1849 I just wanted to be make sure that it wasn't a user fault :) Regards, Ali Sadik Kumlali - Original Message From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 4:15:45 PM Subject: Re

[Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
to the message receiver (Unexpected(?) behaviour) Regards, Ali Sadik Kumlali [1] module ref=rampart/ parameter name=InflowSecurity action itemsSignature/items signaturePropFileserver_security.properties/signaturePropFile /action /parameter

Re: [Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
Sorry, [2] should have been as follows: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd/ - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 5:14:11 PM Subject: [Axis2][1_1] Security

Re: [Axis2][1_1] Security validation is made only if security header is found...

2006-12-08 Thread Ali Sadik Kumlali
Beginning part of the line is *somehow* clipped. Really sorry for disturbing :( - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, December 8, 2006 5:22:41 PM Subject: Re: [Axis2][1_1] Security validation is made only if security

Re: Re[2]: Can't disable the addressing

2006-12-04 Thread Ali Sadik Kumlali
sides. So, both will be affected from the changes in axis2.xml. If this is your case, then the hint Paul suggested should work for you, although I haven't tried before. In the second case, your client code is no different than your desktop scenario. Regards, Ali Sadik Kumlali [1

Re: Can't disable the addressing

2006-12-03 Thread Ali Sadik Kumlali
comment out this line and give it a try. Regards, Ali Sadik Kumlali - Original Message From: javaDev [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Sunday, December 3, 2006 7:09:41 PM Subject: Can't disable the addressing Hi all. A have a service which in turn call to another

Re: Re: RE: [Axis2] JMS client H ow

2006-11-21 Thread Ali Sadik Kumlali
] to it - Set separate listener option to true[3] - Invoke your service operation through the stub (as usual) Regards, Ali Sadik Kumlali [1] String jmsEndpointURL = jms:/ + TARGET_QUEUE // destination JNDI name + ? + transport.jms.ConnectionFactoryJNDIName= + QueueConnectionFactory

Re: [axis2] Oneway msg/JMS transport

2006-11-21 Thread Ali Sadik Kumlali
Hi Kamal, Have you set separate listener option to true? stub._getServiceClient().getOptions().setUseSeparateListener(true); Regards, Ali Sadik Kumlali P.S.: Added [axis2] to the subject. - Original Message From: Kang, Kamaljeet K. [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent

Re: Using asynchronous messaging

2006-11-21 Thread Ali Sadik Kumlali
Hi Dalys, If you mean axis2, you might start from: - Do a Non-Blocking Invocation title in user guide[1] - Request-Response, Non-Blocking that uses two transport connections title in this[2] page. - Similar e-mails in axis-user list[3] Regards, Ali Sadik Kumlali [1] http://ws.apache.org

Re: Using asynchronous messaging

2006-11-21 Thread Ali Sadik Kumlali
Hi Dalys, Please see my comments inline. Regards, Ali Sadik Kumlali - Original Message From: Dalys Sebastian [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, November 22, 2006 12:47:58 AM Subject: Re: Using asynchronous messaging Hi Ali, Thanks for the links. I

Re: [Axis2][Rampart] How can I get the digital certificate information?

2006-11-15 Thread Ali Sadik Kumlali
()).append(\n); } } } } return sb.toString(); } Regards, Ali Sadik Kumlali - Original Message From: Jhan Yuler [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, November 15, 2006 8:40:49 PM Subject

Re: [Axis2] Is Axis2 1.1 working for you?

2006-11-15 Thread Ali Sadik Kumlali
Hi Alelikov,Have you by any chance tried it? Does it work for you?Regards,Ali Sadik Kumlali- Original Message From: "[EMAIL PROTECTED]" [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Wednesday, November 15, 2006 9:59:19 PMSubject: Re: [Axis2] Is Axis2 1.1 working for yo

Re: How to enable JMS transport in WAR distro?

2006-11-13 Thread Ali Sadik Kumlali
it as is. Logs convinced me that it worked :)I've provided this solution as patch to the mentioned issue(AXIS2-1488). Eventhough it would not be part of Axis2 distro, I hope, you may use it as work around for now.Regards,Ali Sadik Kumlali- Original Message From: "[EMAIL PROTECTED]" [EMAIL

Re: AxisFault and fault definition in the wsdl

2006-11-06 Thread Ali Sadik Kumlali
Gul, Please see my comments inline. Regards, Ali Sadik Kumlali - Original Message From: Gul Onural [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, November 6, 2006 5:20:37 PM Subject: AxisFault and fault definition in the wsdl AxisFault and fault definition

Re: SOAP/JMS document

2006-10-13 Thread Ali Sadik Kumlali
for the all platforms. Does Axis2 do anyting with jms extentions? For example, does wsdl2java handle jms:address and generates a stub which has an jms endpoint[3]? Or do you use jms extentions just to clearly say I'm using JMS, not HTTP? Thanks in advance, Ali Sadik Kumlali [1] http

Re: WS Addressing :: http requests response (ReplyTo) on JMS protocol

2006-10-12 Thread Ali Sadik Kumlali
parameter name=transport.jms.Destination locked=trueQUEUE_JNDI_NAME/parameter /service /serviceGroup I didn't try in-out MEP with JMS and not sure whether JMS URI in ReplyTo is handled properly. Just give it a try, and please let us know the result :) Regards, Ali Sadik Kumlali [1] http

Re: WS Addressing :: http requests response (ReplyTo) on JMS protocol

2006-10-11 Thread Ali Sadik Kumlali
a MDB instead of creating a listener by itself? Regards, Ali Sadik Kumlali - Original Message From: Vaibhav Pandey [EMAIL PROTECTED] To: Axis-User axis-user@ws.apache.org Sent: Wednesday, October 11, 2006 8:31:10 AM Subject: WS Addressing :: http requests response (ReplyTo) on JMS

Re: Schema Validation using Axis2

2006-10-07 Thread Ali Sadik Kumlali
Hi John, You may start from here[1]. Regards, Ali Sadik Kumlali [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg11312.html - Original Message From: John Pfeifer [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 5, 2006 4:07:57 PM Subject: Schema

Re: Debugging SOAP messages with tcpmon or axis2-soapmonitor

2006-09-30 Thread Ali Sadik Kumlali
SOAPMonitorApplet$SOAPMonitorPage.class SOAPMonitorApplet$SOAPMonitorTableModel.class SOAPMonitorApplet$SOAPMonitorTextArea.class SOAPMonitorApplet$ServiceFilterPanel.class SOAPMonitorApplet.class Regards, Ali Sadik Kumlali - Original Message From: Gul Onural

[Axis2][Post 1.0-20060920] Problem while reaching container's context from within service skeleton

2006-09-22 Thread Ali Sadik Kumlali
- WebLogic 8.1 SP3 - axis2.ear which comprises axis2 libraries, MDB, definitions for remote EJB - myapp.ear which comprises EJB called by service skeleton loaded by axis2.ear Thanks for any suggestions anyways. Ali Sadik Kumlali

Re: [Axis2][Post 1.0-20060920] Problem while reaching container's context from within service skeleton

2006-09-22 Thread Ali Sadik Kumlali
. Regards, Ali Sadik Kumlali - Original Message From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Cc: Ali Sadik Kumlali [EMAIL PROTECTED] Sent: Friday, September 22, 2006 8:34:35 PM Subject: Re: [Axis2][Post 1.0-20060920] Problem while

Re: wsdl2java (for some reason) regenerates the wsdl file which doesn't validate

2006-09-20 Thread Ali Sadik Kumlali
Title: wsdl2java (for some reason) regenerates the wsdl file which doesn't validate Hi Gul,Could you please have a look at this: https://issues.apache.org/jira/browse/AXIS2-680Regards,Ali Sadik Kumlali- Original Message From: Gul Onural [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent

Re: WSDL2Java for a wsdl file with multiple porttypes

2006-09-14 Thread Ali Sadik Kumlali
Title: WSDL2Java for a wsdl file with multiple porttypes Hi Gul,Please have a look at http://issues.apache.org/jira/browse/AXIS2-965?page=all ?If this change also affects the generator, then, you need to use nightly built of Axis2.Regards,Ali Sadik Kumlali- Original Message From: Gul

Re: [axis 2] multiple parameters in a request

2006-09-01 Thread Ali Sadik Kumlali
Hi Brian, AFAIK,Multiple parts in your WSDL violates WS-I Basic Profile [1]. Axis2 *might*supportonly WS-I conformant WSDLs. Regards, Ali Sadik Kumlali [1] http://www.ws-i.org/Profiles/BasicProfile-1.1.html - Original Message From: Brian Dillon (ext. 944) [EMAIL PROTECTED]To: axis

Re: [Axis2] Service packaging how to

2006-08-29 Thread Ali Sadik Kumlali
Hi Michele, I can use property files found under /WEB-INF/classes without any problem. What do you mean with it does not work properly? Regards, Ali Sadik Kumlali - Original Message From: Michele Mazzucco [EMAIL PROTECTED] To: Axis user mailing list axis-user@ws.apache.org Sent

Re: XFire -vs- Axis?

2006-08-23 Thread Ali Sadik Kumlali
Hi,I haven't used XFire. But, stack comparision might be useful as a starting point: http://xfire.codehaus.org/Stack+ComparisonRegards,Ali Sadik Kumlali- Original Message From: M. Goodell [EMAIL PROTECTED]To: Users Axis axis-user@ws.apache.orgSent: Wednesday, August 23, 2006 6:38:56

Re: Logging, response code 500

2006-08-22 Thread Ali Sadik Kumlali
into log4j.properties file resides under axis2\WEB-INF\classes\ - You may also need to add log4j.logger.org.apache.axis2.receivers=DEBUG to this file. If none of these works, could you please look at https://issues.apache.org/jira/browse/AXIS2-746 ? Hope this helps, Ali Sadik Kumlali - Original Message

Re: [Axis2][Post 1.0 - SVN] JVM crash (XMLBeans - WebLogic 8.1 - Axis2 embedded in EAR)

2006-08-22 Thread Ali Sadik Kumlali
the project in Eclipse used JDK 1.4, there were no Java version conflict occured. Sorry for spending your valuable time for this stupid mistake :( Regards, Ali Sadik Kumlali - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user axis-user@ws.apache.org Sent: Friday

Re: [Axis2] Message Id tracking

2006-08-22 Thread Ali Sadik Kumlali
phase name=PolicyDetermination/ phase name=MessageOut/ /phaseOrder Hope this helps, Ali Sadik Kumlali - Original Message From: Michael Erdely [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, August 22, 2006 9:07:03 PM Subject: [Axis2] Message Id tracking We

Re: [Axis2] Message Id tracking

2006-08-22 Thread Ali Sadik Kumlali
response messages also have MessageID of the request in their RelatesTo field. Regards, Ali Sadik Kumlali - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, August 22, 2006 10:37:27 PM Subject: Re: [Axis2] Message Id tracking Michael

Re: [Axis2] Message Id tracking

2006-08-22 Thread Ali Sadik Kumlali
May following be the answer? Inflow handler -- ctx.setProperty (INCOMING_UID, incomingId); Outflow handler -- String incomingId = ctx.getProperty (INCOMING_UID); Regards, Ali Sadik Kumlali - Original Message From: Michael Erdely [EMAIL

[Axis2][Post 1.0 - SVN] JVM crash (XMLBeans - WebLogic 8.1 - Axis2 embedded in EAR)

2006-08-18 Thread Ali Sadik Kumlali
. Thanks in advance, Ali Sadik Kumlali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2][1.0] How to embed Axis2 in an J2EE application? Where to put the JARs?

2006-08-09 Thread Ali Sadik Kumlali
. Regards, Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: implement JMS transport

2006-07-31 Thread Ali Sadik Kumlali
/cgi-bin/htsearch?config=axis-user_ws_apache_orgrestrict=exclude=words=JMS+Axis2 - axis-dev archive. You may restrict the query further. http://www.mail-archive.com/cgi-bin/htsearch?config=axis-dev_ws_apache_orgrestrict=exclude=words=JMS+Axis2 Hope this helps,Ali Sadik Kumlali- Original

Re: please recommend a good wsdl validation tool

2006-07-21 Thread Ali Sadik Kumlali
Hi Xucai,I use EclipseWTP(open-source). It comes with a WSDL editor that lets you validate the WSDL. EclipseWTP can be used for testing WS-I conformance as well.Regards,Ali Sadik Kumlali- Original Message From: xu cai [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Friday, July 21, 2006

Re: [Axis2 v1.0] security sample problem

2006-07-19 Thread Ali Sadik Kumlali
/conf/axis2.xmlI know you were able to run it successfully with one of the nightly builds. But just wanted to remind this mostly forgotten part :)Regards,Ali Sadik Kumlali- Original Message From: Wan Kaveevivitchai [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Wednesday, July 19, 2006

Re: [Axis2] unable to run security sample.

2006-07-19 Thread Ali Sadik Kumlali
chance, might you miss one of the steps found in README.txt?Regards,Ali Sadik Kumlali- Original Message From: Jan Bauer Nielsen [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Wednesday, July 19, 2006 11:46:19 AMSubject: Re: [Axis2] unable to run security sample.Just to follow up on my own

Re: [Axis2] JMS support improvements

2006-07-06 Thread Ali Sadik Kumlali
Hi Asankha,Sorry for the late response. I was busy with:1) Examining the listener part of the new JMS implementation2) Discovering the security settings of the SonicMQ3) Creating authenticated connections to the SonicMQ from Hermes[1] and Axis24) Preparing unit testsI opened a JIRA issue[2] and

[Axis2][Post 1.0 SVN] Connection pool for JMS

2006-07-03 Thread Ali Sadik Kumlali
? Regards, Ali Sadik Kumlali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2][Post 1.0 SVN] Connection pool for JMS

2006-07-03 Thread Ali Sadik Kumlali
Thanks for the reply Paul. I'll try to collect all the JMS related messages I've posted and will post them to the axis-dev list. BTW, it's good to know JMS support is being improved. Do you have a schedule? Regards, Ali Sadik Kumlali - Original Message From: Paul Fremantle [EMAIL

Re: [Axis2] Configuring SOAP over JMS axis2 client

2006-07-03 Thread Ali Sadik Kumlali
Hello Axis2 JMS! application[2] :) Hope this helps. Ali Sadik Kumlali [1] http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/ [2] http://www.mail-archive.com/axis-user@ws.apache.org/msg15132.html - Original Message From: Kar, Sagar

[Axis2][Post 1.0 SVN] New JMS implementation doesn't support username and password while creating connection

2006-06-30 Thread Ali Sadik Kumlali
password = (String) axisConf.getParameter(Constants.PASSWORD).getValue(); Any comments? Regards, Ali Sadik Kumlali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2][Post 1.0-SVN ] Is *new* JMS implementation ready to drive?

2006-06-27 Thread Ali Sadik Kumlali
to implement MDB based listener (as in JBoss WS)? Regards, Ali Sadik Kumlali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2][1.0] Getting username and password from context...

2006-06-26 Thread Ali Sadik Kumlali
Hi all, JMSSender.setupTransport () has a line that says: // TODO: Fill username password from context. How/where can I get them? Regards, Ali Sadik Kumlali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Axis2][1.0] Getting username and password from context...

2006-06-26 Thread Ali Sadik Kumlali
, should I create different JMS provider connection username/password for each client eventhough I force them to sign their messages? Thanks a lot. Ali Sadik Kumlali - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user axis-user@ws.apache.org Sent: Monday, June 26

Re: [Axis2][1.0] Getting username and password from context...

2006-06-26 Thread Ali Sadik Kumlali
= context.getAxisService().getAxisConfiguration(); String username = (String) axisConf.getParameter(Constants.USER_NAME).getValue(); String password = (String) axisConf.getParameter(Constants.PASSWORD).getValue();; Regards, Ali Sadik Kumlali - Original Message From: Ali Sadik

[Axis2][1.0] Why does fireAndForget () wait for response when it comes to JMS?

2006-06-26 Thread Ali Sadik Kumlali
(). Does it logically correct? I mean, don't we expect fireAndForget() to be used for one-way messaging? I think fireAndForget() should be irrelevant to the response message and so the listener. Am I missing something? Thanks in advance. Ali Sadik Kumlali

Re: [Axis2 tutorial] Nullpointer in Stub

2006-06-26 Thread Ali Sadik Kumlali
Hi Domingos, Dims made some changes[1] on the WSDL of Axis2SampleDocLitService 2 days ago. That might fix your issue. Regards, Ali Sadik Kumlali [1] http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/wsdl/Axis2SampleDocLit.wsdl?view=log ? - Original Message

Re: [axis2 - v1.0] [please help!] dual blocking client

2006-06-23 Thread Ali Sadik Kumlali
that be the problem? Regards, Ali Sadik Kumlali - Original Message From: Diego [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, June 23, 2006 4:29:49 AM Subject: [axis2 - v1.0] [please help!] dual blocking client Hi Everybody, I really need to get this code working. I've posted 5 times

[Axis2][1.0] Status of JMS URL syntax proposal

2006-06-22 Thread Ali Sadik Kumlali
Hi all, Does anyone know whether JMS URL syntax proposal(http://marc.theaimsgroup.com/?l=axis-devm=103617964921940q=p3) is well supported by Axis2? If yes, is that proposal up-to-date and does Axis2 supports all the properties listed in? Thanks. Ali Sadik Kumlali P.S: I do know

Re: [Axis2][1.0] JMS test problems with SonicMQ

2006-06-21 Thread Ali Sadik Kumlali
headers I still need to know - The improvement plans of JMS transport - Anyone who has successfully implemented JMS based solution by using Axis2 Thanks, Ali Sadik Kumlali - Original Message From: Ali Sadik Kumlali [EMAIL PROTECTED] To: axis-user axis-user@ws.apache.org Sent: Tuesday

Re: [Axis2] Hot reloading of classes

2006-06-14 Thread Ali Sadik Kumlali
Hi Andrew,Could you please check following links out?http://www.mail-archive.com/axis-user@ws.apache.org/msg12077.htmlhttp://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.htmlRegards,Ali Sadik Kumlali- Original Message From: Andrew B [EMAIL PROTECTED]To: axis-user

RE: [Axis2] Multithreaded client, performance degradation.

2006-06-01 Thread Ali Sadik Kumlali
Please see my comments inline. Regards, Ali Sadik Kumlali --- Ramanathan, Subramanyam [EMAIL PROTECTED] wrote: Hi, These are the test results that I got using jmeter (I will also update the issue). Axis2Axis1 10 threads - avg 1493.27 avg

Re: [axis2] problem with Userexception and AxisFault

2006-06-01 Thread Ali Sadik Kumlali
Hi Bille, Which Axis2 version do you use? I don't have any problems with 1.0 when using custom exceptions. Regards, Ali Sadik Kumlali --- [EMAIL PROTECTED] wrote: Hi to the list, I have a service implementation which throws an UserException (MyException extends RemoteException). All

Re: [axis2] problem with Userexception and AxisFault

2006-06-01 Thread Ali Sadik Kumlali
successfully. You may find excerpt from my codes below. Hope this helps. Ali Sadik Kumlali - XSD - ... xs:element name=BusinessException type=tns:BusinessExceptionType / xs:complexType name

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-30 Thread Ali Sadik Kumlali
Hope this helps. Ali Sadik Kumlali --- Sebastian J. Schultheiss [EMAIL PROTECTED] wrote: Hi there, Even after *days* of testing and trying different things, we still arrive at the same error with the current nightly (May 30th). We are using Eclipse to build and run our project under Windows

Re: [Axis2] setOperationContext() question

2006-05-27 Thread Ali Sadik Kumlali
this? No, of course :) But, when I get answers and the solutions to my problems which I created JIRA logs( AXIS2-679, AXIS2-725, AXIS2-741) I'll do it. Hope this extra long :) message clear some points. Regards, Ali Sadik Kumlali --- Michele Mazzucco [EMAIL PROTECTED] wrote: Hi Chathura, please

Re: Axis2[1.0] war in Weblogic 9.1

2006-05-26 Thread Ali Sadik Kumlali
Hi Gopal,The same problem exists with WL8.1 SP4. What I saw there, when the war is uploaded by using console application, war is not totally extracted. Only some of subfolders and the files are extracted. May be the same extraction problem exists on WL9.1, too.I don't know why this happens,

Re: Axis2[1.0] war in Weblogic 9.1

2006-05-26 Thread Ali Sadik Kumlali
not be possible. In any case, deploying it as an exploded war is the correct way to prevent those errors. Hope this helps, Rodrigo Ruiz Ali Sadik Kumlali wrote: Hi Gopal, The same problem exists with WL8.1 SP4. What I saw there, when the war is uploaded by using console

Re: Axis 2 V 1.0 Another Problem

2006-05-23 Thread Ali Sadik Kumlali
Hi Christian, Have you had a look at http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200605.mbox/[EMAIL PROTECTED] AFAIK, there is an JIRA issue regarding this. Regards, Ali Sadik Kumlali --- Christian Strobel [EMAIL PROTECTED] wrote: log4j:WARN No appenders could be found for logger

[Axis2][1.0] Resolved WL8.1 SP4 problems, but...

2006-05-23 Thread Ali Sadik Kumlali
to override WL8.1's old classes. Otherwise, I am rem getting java.lang.NoSuchMethodError. set CLASSPATH=d:\stax-api-1.0.jar;d:\xbean-2.1.0.jar;%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%JAVA_HOME%\jre\lib\rt.jar;%WL_HOME%\server\lib\webservices.jar;%CLASSPATH% Thanks in advance, Ali Sadik Kumlali

Re: [Axis2][1.0] Transport error 500 for EchoBlockingDualClient echoF

2006-05-22 Thread Ali Sadik Kumlali
Hi Deepal, Thanks for the reply. I had already created a JIRA issue: http://issues.apache.org/jira/browse/AXIS2-741 Regards, Ali Sadik Kumlali --- Deepal Jayasinghe [EMAIL PROTECTED] wrote: create a JIRA Ali Sadik Kumlali wrote: Hi all, When I use EchoBlockingDualClient to invoke

Re: [Axis2][1.0] fireAndDontForget ??

2006-05-22 Thread Ali Sadik Kumlali
Hi Deepal, Thank you for spending your time with my problem. Should I open a JIRA for this? Regards, Ali Sadik Kumlali --- Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi Ali Ali Sadik Kumlali wrote: Hi all, What I want is: - Make a request to a service which uses

Re: Adding Digital Signatures to all outgoing SOAP envelopes

2006-05-22 Thread Ali Sadik Kumlali
://www.devx.com/Java/Article/28816/0/page/2 http://www.rsasecurity.com/rsalabs/node.asp?id=2124 Hope this helps. Regards, Ali Sadik Kumlali [1] http://portecle.sourceforge.net/ [2] http://www.openssl.org/ [3] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html --- Scudder

Re: Axis2 and WS Security

2006-05-22 Thread Ali Sadik Kumlali
Hi Sagar, You may start from the security sample that comes with axis2 distribution. Then, you may create the stub of the secure service by using WSDL2Java. Using client_repo folder as found in security sample along with your stub will let you do what you want. Regards, Ali Sadik Kumlali

[Axis2][1.0] Transport error 500 for EchoBlockingDualClient echoF

2006-05-16 Thread Ali Sadik Kumlali
org.apache.axis2.AxisFault: Time out while waiting for the server to send the response I've listed echoF and the client side stack trace below. Is this the expected behaviour or should I create a JIRA log? Thanks in advance, Ali Sadik Kumlali

Re: [Axis2][1.0] Transport error 500 for EchoBlockingDualClient echoF

2006-05-16 Thread Ali Sadik Kumlali
Hi, Since I beleive this is a bug, to enable easier following, I created a JIRA log: http://issues.apache.org/jira/browse/AXIS2-741 Since separate listener case is very important, I beleive this is actually a blocker issue. (If I'm not missing something ;-) Regards, Ali Sadik Kumlali --- Ali

Re: [Axis2] Securing ServiceClient tutorial class

2006-05-16 Thread Ali Sadik Kumlali
parameter. Regards, Ali Sadik Kumlali --- Raghbir Singh [EMAIL PROTECTED] wrote: Hello, I was trying to find ways I could secure the Code Generated Stub classes. I search through all Rampart tutorials but could not find any information how I can sign the outgoing message

[Axis2][1.0] fireAndDontForget ??

2006-05-15 Thread Ali Sadik Kumlali
tried many things: - fireAndForget(): Doesn't handle HTTP 500 - sendRobust(): Can handle HTTP 500. But it expects a not-null input stream from the server. Is there a way doing this? Any help would be appreciated. Ali Sadik Kumlali __ Do You Yahoo

Re: [Axis2][1.0] Unexpected EOF in prolog

2006-05-14 Thread Ali Sadik Kumlali
as expected. Now, only thing remained is to make my custom fireAndForget() that let me handle HTTP 500 situations ;-) Regards, Ali Sadik Kumlali --- Chamikara Jayalath [EMAIL PROTECTED] wrote: Hi Ali, Even though you have done changes to your service code you are still using

Re: Possible to configure a module using services.xml for a client stub

2006-05-13 Thread Ali Sadik Kumlali
, Ali Sadik Kumlali --- Kent Tong [EMAIL PROTECTED] wrote: Hi, I've been looking up and down to find a way to engage and configure a module for a client stub. Yes, I can do it in Java code, but I don't know how to do that using a services.xml. I know how to setup a repository

Re: Possible to configure a module using services.xml for a client stub

2006-05-13 Thread Ali Sadik Kumlali
configurations for different stubs. Regards, Ali Sadik Kumlali --- Kent Tong [EMAIL PROTECTED] wrote: Ali Sadik Kumlali as_kumlali at yahoo.com writes: Service client which invokes stub of the service, needs to configure axis2.xml instead of services.xml. Although there is no stub use

[Axis2][1.0] No HTTP packets for some interactions of EchoBlockingDualClient sample

2006-05-13 Thread Ali Sadik Kumlali
for the client's request and the server's HTTP 200 OK response to that. Does anyone know that this is the expected behaviour? Thanks a lot. Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

[Axis2][1.0] Unexpected EOF in prolog

2006-05-13 Thread Ali Sadik Kumlali
, or is it a bug? Any help would be appreciated. Regards, Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Axis 2 v1.0 security sample

2006-05-12 Thread Ali Sadik Kumlali
Hi Nathan, You need to add xalan-2.6.0.jar to your classpath. Regards, Ali Sadik Kumlali --- Nathan West [EMAIL PROTECTED] wrote: Hello, my Problem is that i get a URL Exception. My first Problem was, that the axis security sample client cant find his axis2.xml in the repository. So i

Re: Axis 2 v1.0 security sample

2006-05-12 Thread Ali Sadik Kumlali
When you use xalan-2.6.0.jar do you get the same stack trace or a different one? If it's different, could you please post it? Thanks, Ali Sadik Kumlali --- Nathan West [EMAIL PROTECTED] wrote: Hi, thanks for your help, but it dosnt work for me. I get this error with xalan-2.6.0.jar on my

Re: Axis 2 v1.0 security sample

2006-05-12 Thread Ali Sadik Kumlali
@ws.apache.org Gesendet: 12.05.06 10:14:53 An: axis-user@ws.apache.org Betreff: Re: Axis 2 v1.0 security sample When you use xalan-2.6.0.jar do you get the same stack trace or a different one? If it's different, could you please post it? Thanks, Ali Sadik Kumlali --- Nathan

[Axis2][1.0] Storing required data found in inMsgCtx to create outMsgCtx from it later

2006-05-12 Thread Ali Sadik Kumlali
by the client. Could someone please tell me what to do? Thanks a lot. Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: EchoNonBlockingDualClient -- JVM_Bind

2006-05-12 Thread Ali Sadik Kumlali
Dims, Created a JIRA entry: http://issues.apache.org/jira/browse/AXIS2-725 I'll provide you with all the information I can gather and add to the JIRA. Thanks for the encouragement :) Regards, Ali Sadik Kumlali --- Davanum Srinivas [EMAIL PROTECTED] wrote: or better yet, help with a patch

Re: EchoNonBlockingDualClient -- JVM_Bind

2006-05-11 Thread Ali Sadik Kumlali
Hi Eran, I also reported -but didn't create a jira log :)- related with this problem. So, if you want, you may also add information found in postings with Re: [Axis2] SimpleHTTPServer port conflict for multiple EchoNonBlockingDualClient threads subject. Regards, Ali Sadik Kumlali --- Eran

Re: Axis2 1.0 getOutputStream() has already been called for this response

2006-05-10 Thread Ali Sadik Kumlali
really need to see the message flow, you may use a sniffer program. Hope this helps. Ali Sadik Kumlali --- Arnaud MERGEY [EMAIL PROTECTED] wrote: This is stack trace org.apache.axiom.om.impl.llom.OMElementImpl.getNextOMSibling(OMElementImpl.java:265

RE: [Axis2] How to get MessageContext

2006-05-09 Thread Ali Sadik Kumlali
); } ... Hope this helps. Ali Sadik Kumlali --- Tony Dean [EMAIL PROTECTED] wrote: If you use public void setOperationContext(OperationContext opctx) { } in your impl class to get the OperationContext, how do you get the messageContext from

Re: [Axis2][1.0] Handling HTTP 500 errors for input only requests!

2006-05-09 Thread Ali Sadik Kumlali
, client application assumes that its request accepted. In this scenario, neither the client nor the server knows the problem since there is no exception thrown in either side. It would be great, if someone was kind enough to respond my post. Thanks in advance. Ali Sadik Kumlali --- Ali Sadik Kumlali

Re: [Axis2][1.0] Handling HTTP 500 errors for input only requests!

2006-05-09 Thread Ali Sadik Kumlali
stub does not call fireAndForget(). Anyway, should I expect them both behave the same? Thanks again. Ali Sadik Kumlali --- Saminda Abeyruwan [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali Sadik Kumlali wrote: Hi again, I've found that org.apache.axis2

Re: [Axis2][1.0] Handling HTTP 500 errors for input only requests!

2006-05-09 Thread Ali Sadik Kumlali
the generated stub code? Or, is there a better way for the human being :) Thanks a lot. Ali Sadik Kumlali --- Server responses for ping and pingF service calls

Re: [Axis2][1.0] Handling HTTP 500 errors for input only requests!

2006-05-09 Thread Ali Sadik Kumlali
. Should I directly use createClient() method of ServiceClient? Or, do my expectations weird? :) If I'm required to use createClient(), should I manually change all the generated stub code? Or, is there a better way for the human being :) Thanks a lot. Ali Sadik Kumlali

  1   2   >