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

2006-05-08 Thread Ali Sadik Kumlali
it behave differently but not for HTTP 500? - I saw the ReplyTo header in the request. Spec says ReplyTo is optional for in-only messages. What purposes Axis2 set it for? Thanks for your reading efforts :) Ali Sadik Kumlali __ Do You Yahoo!? Tired

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

2006-05-08 Thread Ali Sadik Kumlali
. but // it is not handled! // --- httpClient.executeMethod(config, method); } - Is it on purpose? If yes, could you please answer my previous questions? Thanks a lot. Ali Sadik Kumlali

[Axis2] Axis2's OMTutorial needs(!) to be updated :)

2006-05-06 Thread Ali Sadik Kumlali
Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[Axis2][1.0] Congrats!

2006-05-05 Thread Ali Sadik Kumlali
Hi all, 1.0 release is finally announced at the side. Congratulations to Axis2 Team for their efforts. Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Axis2] installation guide - broken link (v. 1.0)

2006-05-05 Thread Ali Sadik Kumlali
I's been fixed at SVN head. I'm not sure whether it's reflected to the site. Ali Sadik Kumlali --- Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, the installation guide page doesn't work (http://ws.apache.org/axis2/download/1_0/installationguide.html) Michele

[Axis2][1.0RC5] WSDL2Java generates invalid WSDL due to missing soap12 schema file

2006-05-04 Thread Ali Sadik Kumlali
we have this problem with the SVN head? Thanks Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Axis2][0.95] How can my service make call to another service? (More details) - RC5

2006-05-03 Thread Ali Sadik Kumlali
. Ali Sadik Kumlali --- Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Thanks Deepal. I'll try it with 1.0 RC3 and let you know the result. Best regards, Ali Sadik Kumlali --- Deepal Jayasinghe [EMAIL PROTECTED] wrote: You can have this with Axis2 RC or above :) You have to follow

Re: [Axis2][0.95] How can my service make call to another service? (More details) - RC5

2006-05-03 Thread Ali Sadik Kumlali
Sadik Kumlali --- Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi Deepal, I found that the cause of NPE is unassinged parent. If the service is already registered in axisConfig it doesn't enter in the code that assings a parent to the service. Also, it doesn't uses the parent

RE: [Axis2] How to get MessageContext

2006-05-03 Thread Ali Sadik Kumlali
Hi Michael, Depends. It works with 0.95 and does not work with RC1 and later releases. I'm sure, Axis2 Team is going to update the document with the announcement of 1.0 release (if it's not updated for RCx releases yet). Regards, Ali Sadik Kumlali --- Michael Robinson [EMAIL PROTECTED] wrote

Re: AW: [axis2] AEGIS: The WS-Security module for Axis2

2006-05-01 Thread Ali Sadik Kumlali
As far as I've seen from 1.0RC5 on SVN, new name of the security module is rampart. Good choice :) --- Eran Chinthaka [EMAIL PROTECTED] wrote: Sanjiva Weerawarana wrote: OK how about Apache Sigiri? +1. And it was considered as one of the high security places in ancient days. So

Re: [Axis2] SimpleHTTPServer port conflict for multiple EchoNonBlockingDualClient threads

2006-05-01 Thread Ali Sadik Kumlali
Hi Deepal, I'm currently running 1.0RC5 and still have the same problem. May be, as you said, I need somehow to use ListenerManager. Could you please tell me what to do? Thanks, Ali Sadik Kumlali --- Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi Sadik; In the current code base we done

[Axis2][1.0RC5] Asynchrony at the server side (EchoNonBlockingDualClient for long running MyService)

2006-05-01 Thread Ali Sadik Kumlali
to the client which would cause SimpleHTTPServer to be closed. - After the actual work has done in the thread, send the result to the client's SimpleHTTPServer. Any help would be great! Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo

Re: [Axis2 1.0RC3] ws-addressing problems

2006-04-29 Thread Ali Sadik Kumlali
Hi Michele, I had the same problem. You can follow the postings titled [Axis2][0.95] How can my service make call to another service? (More details). P.S.: I haven't tried yet :) Regards, Ali Sadik Kumlali --- Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, I'm using Axis2 1.0-RC3

[Axis2] Synchronous response over JMS

2006-04-29 Thread Ali Sadik Kumlali
protocol which I don't see a way to send faults back synchronously. How does Axis2's JMS transport behave to input-output-fault(s) operations? Am i going to be required to change my WSDL or something like that? Thanks in advance, Ali Sadik Kumlali __ Do

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ali Sadik Kumlali
Hi Ruchith, Have you seen Aegis Databinding ( http://xfire.codehaus.org/Aegis+Binding) ? Don't you think it would be better to choose another name to prevent possible confusions? Best regards, Ali Sadik Kumlali --- Ruchith Fernando [EMAIL PROTECTED] wrote: Hi All, Please note

Re: AW: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ali Sadik Kumlali
What about shelter ? Regards, Ali Sadik Kumlali --- Sanjiva Weerawarana [EMAIL PROTECTED] wrote: OK how about Apache Sigiri? Sigiriya is a world heritage site in Sri Lanka .. a 1500 year old rock fortress basically. http://www.saadhu.com/sigiriya/gardens.html Sanjiva. On Fri

[Axis2] Good way of notifying the clients to say results are ready in asynchronous messaging

2006-04-27 Thread Ali Sadik Kumlali
a good way to say my clients which service do they need to call for getting the results. I'm planning to put the name of result service name (GetOpenAccountResultMsg) in notification message (ResultIsReadyMsg). Could you please enlighten me? Any help would be great! Ali Sadik Kumlali

Re: [Axis2] Good way of notifying the clients to say results are ready in asynchronous messaging

2006-04-27 Thread Ali Sadik Kumlali
to its first call. Also, I think that there must be a better way to say a client which service it must call to. Thanks again, Ali Sadik Kumlali --- Anne Thomas Manes [EMAIL PROTECTED] wrote: WS-Addressing. On 4/27/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi all, I want to send

Re: [Axis2] Good way of notifying the clients to say results are ready in asynchronous messaging

2006-04-27 Thread Ali Sadik Kumlali
error situations. Thus, the clients will be able to query if they somehow haven't got the notification message yet. Again, thank you very much for your valuable comments. Best regards, Ali Sadik Kumlali --- Rodrigo Ruiz [EMAIL PROTECTED] wrote: Ali, 1) The scenario you describe seems

[Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
Hi all, I'm getting the following error when deploying my service on to 1.0RC3 Axis2.war. There was no such problem with 0.95 release. I noticed that WSDL2Java generated xsd0.xsd, xsd1.xsd, xsd2.xsd and AccountServices.wsdl files into repository folder. I guess, this is a new feature, since

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
file by running ant on the generated files. 6) Replaced libraries found in ...\webapps\axis2\WEB-INF\lib\ with the latests. 7) Replaced modules found in ...\webapps\axis2\WEB-INF\modules\ with the latests. 8) Put the .aar file into ...\webapps\axis2\WEB-INF\services Thanks again, Ali Sadik Kumlali

Re: [Axis2][1.0RC3] Unable to locate with a locator the schema referenced at 'xsd1.xsd' ...

2006-04-26 Thread Ali Sadik Kumlali
Here it is: http://issues.apache.org/jira/browse/AXIS2-623 Thanks, Ali Sadik Kumlali --- Davanum Srinivas [EMAIL PROTECTED] wrote: Ali, Could u please open a JIRA issue and upload your wsdl/schemas? that you used to generate the service. thanks, dims On 4/26/06, Ali Sadik Kumlali

[Axis2][0.95] How can my service make call to another service?

2006-04-25 Thread Ali Sadik Kumlali
Hi all, I need my service to call another service. But, it somehow cannot see modules and thus doesn't add security/addressing headers. I tried engaging the modules manually as in test client. But, it couldn't find the modules. Any help would be appreciated. Thanks, Ali Sadik Kumlali

Re: Trouble running axis2 examples

2006-04-18 Thread Ali Sadik Kumlali
definitions found in build.xml. Regards, Ali Sadik Kumlali userguide.clients.EchoBlockingClient --- Matt L [EMAIL PROTECTED] wrote: Hello, I have installed tomcat 5.5.16 on Slackware Linux and installed axis2 0.95 within tomcat. I can view the axis2 page from a browser and have successfully

Re: Trouble running axis2 examples

2006-04-18 Thread Ali Sadik Kumlali
Sorry, I forgot to add ant target. It must have been as ~/webservices/axis095/dist/samples/userguide$ ant testEchoBlockingClient Regards, Ali Sadik Kumlali --- Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi Matt, Did you try running Ant script, instead of running it by yourself? You

[Axis2][0.95] Re: got security module installation problems :(

2006-04-18 Thread Ali Sadik Kumlali
and JDK 1.5] Still got security sample problems :). Regards, Ali Sadik Kumlali --- [EMAIL PROTECTED] wrote: Hello, I can't get the security module to work. I am using Tomcat 5.5, JDK 1.5 and Axis 2 0.95 (bin-download). I added module ref=security/ in axis2.xml (after addressing

Re: [Axis2][0.95] Re: got security module installation problems :(

2006-04-18 Thread Ali Sadik Kumlali
I missed something from your posting. If you really have web-inf, instead of WEB-INF, could you please rename it to WEB-INF and try again? Regards, Ali Sadik Kumlali --- Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Hi, I don't know wheter it's related with your problem, but wss4j

RE: Can you do non-web server hosting in Axis2?

2006-04-18 Thread Ali Sadik Kumlali
TCPEchoRawXMLTest.java and TCPTwoChannelEchoRawXMLTest.java from SVN[1] may help. Regards, Ali Sadik Kumlali [1] http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/tcp/?rev=395043 --- DeRemer, Bob [EMAIL PROTECTED] wrote: Great! Thanks

Re: [Axis2][0.95] Client side module engagement from axis2.xml

2006-04-17 Thread Ali Sadik Kumlali
out serviceClient.engageModule(new QName(LoggingModule)); line 2) And, added module ref=LoggingModule/ line to its axis2.xml Thanks, Ali Sadik Kumlali --- Deepal Jayasinghe [EMAIL PROTECTED] wrote: hi Ali please see my inline comments Ali Sadik Kumlali wrote: Hi all, Is not it allowed

Re: [Axis2] hot deploy without reloading Axis2

2006-04-16 Thread Ali Sadik Kumlali
/open/print.php/10930_3557741_2 Regards, Ali Sadik Kumlali --- Kent Tong [EMAIL PROTECTED] wrote: Hi, After changing my Java code of service class, I update the .aar file in the Axis2 web app. However, it still won't see the updated code. I have to reload it. Is there an easier way

Re: [Axis2] hot deploy without reloading Axis2

2006-04-16 Thread Ali Sadik Kumlali
Sadik Kumlali --- Kent Tong [EMAIL PROTECTED] wrote: Ali Sadik Kumlali as_kumlali at yahoo.com writes: Did you try to change the value of hotupdate parameter found in axis2.xml to true? I've just tested it with 0.95 and it works perfectly. Thanks. I think that's what I am looking

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread Ali Sadik Kumlali
convID2 and want to accomplish following: convID2 client2 BPEL2 Do you? Thanks, Ali Sadik Kumlali --- nancy [EMAIL PROTECTED] wrote: Hi Srinath, I am really struck with my problem. I think I am not able to clear my problem/requirement through my

[Axis2][0.95] Validating all the incoming messages through a single point

2006-04-14 Thread Ali Sadik Kumlali
); } ... --- Could you please tell me the best way of this? 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: [Axis2][0.95] Validating all the incoming messages through a single point

2006-04-14 Thread Ali Sadik Kumlali
Thank you for your response. There would be no difference between adding this code in skeleton and message receiver, if I *manually* added it. Actually, that is why I asked for a way to accomplish this with WSDL2Java. By any chance, is there a plan to do this? Thanks, Ali Sadik Kumlali

Re: [Axis2][0.95] Validating all the incoming messages through a single point

2006-04-14 Thread Ali Sadik Kumlali
Hi, What does Message Validation Phase[1] do? Does it able to validate incoming messages against XSD by using XMLBeans? Thanks, Ali Sadik Kumlali [1] Mentioned in Axis2 Architecture Guide http://ws.apache.org/axis2/0_95/Axis2ArchitectureGuide.html --- Ali Sadik Kumlali [EMAIL PROTECTED

[Axis2] Re: Are there schemas available

2006-04-13 Thread Ali Sadik Kumlali
Hi Shane, For the latest one: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/latest/resources/schemas/ For 0.95: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/0_95/resources/schemas/ Regards, Ali Sadik Kumlali --- Shane Preater [EMAIL PROTECTED] wrote

Do we have e-mail server problems?

2006-04-13 Thread Ali Sadik Kumlali
Hi, The last two days, I have been experiencing some problems with [EMAIL PROTECTED] While some of my posts are missing, others I sent later are listed. Is there anyone with the same problem? Or do we have e-mail server problems? Thanks, Ali Sadik Kumlali

[Axis2] What values are allowed for wsa:MessageID?

2006-04-13 Thread Ali Sadik Kumlali
not mandate for a special format, does Axis2 expect a special pattern? 3) Must I make sure that I can safely write MessageID without contradicting database schema constraints, if it has passed through Axis2? Thanks a lot, Ali Sadik Kumlali __ Do You

Re: [Axis2] What values are allowed for wsa:MessageID?

2006-04-13 Thread Ali Sadik Kumlali
a valid URI/IRI Hope this helps, David Thanks again. Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Axis2] What values are allowed for wsa:MessageID?

2006-04-13 Thread Ali Sadik Kumlali
I've tested it. Axis2 happily sends and receives MessageID like abc 123 4as arw4343 -?;,[EMAIL PROTECTED] $. I was also able to send 1000 characters long MessageID without any problem. Does it conform to IRI standard? Thanks a lot. Ali Sadik Kumlali --- Ali Sadik Kumlali [EMAIL PROTECTED

RE: [Axis2] What values are allowed for wsa:MessageID?

2006-04-13 Thread Ali Sadik Kumlali
into my services. - Since my services can be confronted with any string as MessageID, I will have no chance to know its size and format. Thus, there is no way to predict a *suitable* table field to store it. I'm really confused... Ali Sadik Kumlali --- Flores, Raul [EMAIL PROTECTED] wrote: http

RE: [Axis2][0.95] LoggingModule.mar cannot be loaded

2006-04-12 Thread Ali Sadik Kumlali
Thanks Sebastian. If I didn't get it wrong, LoggingModule.mar found in Axis2 distribution must be renamed to logging-x.xx.mar then. Regards, Ali Sadik Kumlali --- Sebastian Szczygiel [EMAIL PROTECTED] wrote: All Axis2 modules must follow following filename conventions: module-x.xx.mar

Re: [axis2][0.95]problem with client

2006-04-12 Thread Ali Sadik Kumlali
Hi Ouyang, You can find ClientUtil.java under samples/userguide/clients folder of 0.95 distribution (axis2-std-0.95-bin.zip). Regards, Ali Sadik Kumlali --- OUYANG Yang [EMAIL PROTECTED] wrote: Hello all:) I met a problem when tried to create a client for web service following

[Axis2][0.95] Client side module engagement from axis2.xml

2006-04-12 Thread Ali Sadik Kumlali
? Thanks in advance. Ali Sadik Kumlali P.S.: Here is my phase definitions found in axis2.xml phaseOrder type=inflow !-- System pre defined phases -- phase name=TransportIn/ phase name=PreDispatch/ phase name=Dispatch class=org.apache.axis2.engine.DispatchPhase

Re: [Axis2] 1.0RC1 module problems

2006-04-12 Thread Ali Sadik Kumlali
Hi Robert, I faced the same problem and posted messages about it yesterday. When you rename LoggingModule.mar to logging.mar it should work. Could you please give this a try? Regards, Ali Sadik Kumlali --- robert lazarski [EMAIL PROTECTED] wrote: Hi all, I'm trying to port a module from

Re: [Axis2][0.95] How can I know wsa:MessageID before sending it?

2006-04-11 Thread Ali Sadik Kumlali
Thanks Eran. It has worked perfectly for 0.95. Ali Sadik Kumlali --- Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Ali, Ali Sadik Kumlali wrote: Hi all, At the service side, I can get MessageID that is sent by the client by invoking ctx.getMessageID(). What I need is to be able

[Axis2][0.95] LoggingModule.mar cannot be loaded

2006-04-11 Thread Ali Sadik Kumlali
(moduleName) and this problem does not exists only for logging sample, but affects all the module loading processes. Just for your information. Regards, Ali Sadik Kumlali __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

[Axis2][0.95] How can I know wsa:MessageID before sending it?

2006-04-10 Thread Ali Sadik Kumlali
until it enters into the WSA module. Therefore, in my service, I do not have the MessageID yet. Am I wrong? If no, is there a way to do this? Thanks a lot, Ali Sadik Kumlali P.S.: Apologies for my previous HTML posts. I hadn't seen Mail Guideline found in http://ws.apache.org/axis2/guidelines.html

Re: [Axis2] Generation of Keystores

2006-04-06 Thread Ali Sadik Kumlali
Hi Siamak,I highly recommend you to give Portecle (http://portecle.sourceforge.net/) a try. Thus, you will be able to manage keystores easily. It's superb and open-source. Please pass it English localeproperties before running:java -Duser.language=en -jar portecle.jarAlthough I don't know the

[Axis2] Couldn't find 0.95 tag and confused with SVN repository structure...

2006-04-01 Thread Ali Sadik Kumlali
/viewcvs.cgi/webservices/axis2/tags/ and http://svn.apache.org/viewcvs.cgi/webservices/axis2/tags/java/ have 0.94 folder. What is the difference?Am I missing something? Actually, I'm not familiar with SVN and may be thinking it as CVS ;-)Thanks a lot.Ali Sadik Kumlali Blab-away

Re: How to reproduce WSDL2Java okay+uncompilable code generated

2006-03-31 Thread Ali Sadik Kumlali
Hi,Eclipse Web Tools Platform (WTP) comes with XSD and WSDL editors which are able to validate.For more information please visit http://www.eclipse.org/webtools/Regards,Ali Sadik KumlaliAnne Thomas Manes [EMAIL PROTECTED] wrote: There are other problems with this WSDL besides the wrong qnames in

Re: [Axis2][0.95][JDK1.4 and JDK 1.5] Still got security sample problems :)

2006-03-26 Thread Ali Sadik Kumlali
an you please run the attached TestCipher.java snippet and verify theabove behaviour works in your _specific_ JDK version?VERY IMPORTANT : Make sure you have bcprov-jdk13-131.jar in the classpath.This is what I did to compile and run TestCipher.java from the samedir that it is saved:$ javac TestCip

Re: [Axis2][0.95][JDK1.4 and JDK 1.5] Still got security sample problems :)

2006-03-26 Thread Ali Sadik Kumlali
trange since the TestCipher produced "BC" asthe output (i.e. bouncycastle is available as the default JCEprovider) you should be able to get the sample working if it is thesame JRE that is used by the security sample client.Did you try this with JDK 1.4?Thanks,Ruchithp.s. We were abl

[Axis2][0.95][JDK1.4 and JDK 1.5] Still got security sample problems :)

2006-03-25 Thread Ali Sadik Kumlali
the same errors. I've listed all my journey with the new release step by step.Hope, I'll somehow find a way to make it work :)Thanks,Ali Sadik Kumlali --- TRIALS WITH JDK 1.4

Re: [Axis2][0.95][JDK1.4 and JDK 1.5] Still got security sample problems :)

2006-03-25 Thread Ali Sadik Kumlali
nd any provider supporting AES/CBC/ISO10126Padding [java] Original Exception was java.security.NoSuchAlgorithmException: ... -------- Thanks a lot.Ali Sadik Kumlali Ruchith Fernando [EMAIL PROTECTED] wrote: Hi,Seems like the bouncycastle.jar is not in th

RE: [axis2] - 0.95 - Security Sample

2006-03-24 Thread Ali Sadik Kumlali
Hi Ameet,Could you manage to run "securitySample" without any problem? If you are ok, which java version do you use? Or, did you need any undocumented change to make it to run?I'm having difficulties with securitySample comes with 0.94 and 0.95. I posted my problems with "[Axis2] - 0.95 - Couldn't

[Axis2][0.95][JDK1.4] maven clean jar is broken

2006-03-24 Thread Ali Sadik Kumlali
Just wanted to inform.Regards,Ali Sadik Kumlali---multiproject:install-callback: [echo] Running jar:install for Apache Axis 2.0 - WSDLjava:prepare-filesystem: [mkdir] Created dir: D:\mydocuments\programming\java\mywork\axis2_java\modules\wsdl\target

[Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
:(Does anybody have the same problem?Thanks a lot,Ali Sadik Kumlali Blab-away for as little as 1ยข/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

Re: [Axis2] schema validation

2006-03-23 Thread Ali Sadik Kumlali
Title: [Axis2] schema validation Hi Andreas,Although I'm not sure wheter my suggestion would addresse to your needs, I'll try to write what I did for schema validation.1) Used xmlbeans databinding instead of adb. Therefore, I passed "-d xmlbeans" to WSDL2Java.2) In generated skeleton class I added

Re: [Axis2] schema validation

2006-03-23 Thread Ali Sadik Kumlali
Title: [Axis2] schema validation Forgot to add sample for 3th item:public com.mycompany.service.test.schemas.account.OpenAccountResultDocument OpenAccount( com.mycompany.service.test.schemas.account.OpenAccountDocument param0) throws AxisFault { validate (param0);...}Ali Sadik Kumlali [EMAIL

Re: [Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
do <[EMAIL PROTECTED]> wrote: Hi, The security sample was updated yesterday to rectify this issue ... are you trying with the latest SVN? Thanks, Ruchith On 3/23/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Hi all, Since I'm told that security sample problems shown in 0.94 would be fix

Re: AW: [Axis2] schema validation

2006-03-23 Thread Ali Sadik Kumlali
Title: Nachricht I wish I would have an answer, but I'm a newbie :) Other members might answer.Good luck,Ali Sadik Kumlali"Sensen, Andreas (external)" [EMAIL PROTECTED] wrote: Hi Ali, thanks for the quick and detailed response,it helped me a lot! I have just one follo wup

Re: [Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
Again quick answer! Thank you Ruchith. When I ran "maven clean jar", I got the following error. I had the same error yesterday.Thanks a lot,Ali Sadik Kumlali---...is2_java\modules\integration\test-resources\SOAP12Testing\SOAP12TestServiceC\build\cla

Re: [Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
e a server running onport ? All these tests creates an instance of the SimpleHTTPServeron port Thanks,RuchithOn 3/23/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Again quick answer! Thank you Ruchith. When I ran "maven clean jar", I got the following error. I had the same err

Re: [Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
Sorry I've forgotten to say that "maven dist-std-bin" worked perfectly this time :)Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Thank you Ruchith. I've discovered that "BEA Products NodeManager (C_bea90_weblogic90)" service listens port . After I stopped the service and tu

Re: [Axis2] - 0.95 - Couldn't get security sample to work

2006-03-23 Thread Ali Sadik Kumlali
Since "maven dist-std-bin" worked properly I unzipped axis2-std-0.95-SNAPSHOT-bin.zip file and ran the security sample by following the instructions in README.txt. I got the following error which I saw and reported for 0.94 also.Any suggestion?Thanks a lot,Ali Sad

Re: [Axis2] wss4j

2006-03-22 Thread Ali Sadik Kumlali
I have exactly the same problem. May be we both do the same mistake :)Ali Sadik KumlaliRob Henley [EMAIL PROTECTED] wrote: Tried to build SVN yesterday, but hit this problem:BUILD FAILEDFile.. C:\Documents and Settings\rhenley\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jellyElement...

Re: [axis2] Running security sample

2006-03-21 Thread Ali Sadik Kumlali
I get the same error with Axis2 0.94 and JDK 1.4. Haven't tried 0.95 SNAPSHOT yet.Any help appreciated.Ali Sadik Kumlali Ameet Hasmucrai Amarchande [EMAIL PROTECTED] wrote: Hi all,I have a problem when I try to run the security sample. The stack traceis below. Does anyone have any ideia

Re: Questions about java:MSG

2006-03-19 Thread Ali Sadik Kumlali
- From:Ali SadikKumlaliTo: axis-user@ws.apache.orgSent: Friday, March 17, 2006 7:50 PM Subject: Re: Questions about"java:MSG" HiDink,I'm designing the same structure with Axis2 for my project.Although I'm not sure it's the best, I will implement 1th and 2

Re: [Axis2 ] unclosed Threads

2006-03-18 Thread Ali Sadik Kumlali
,Ali Sadik Kumlali Roman Weidlich [EMAIL PROTECTED] wrote: Sorry, what means "JIRA" ?Deepal Jayasinghe wrote: can you please creat a JIRA Roman Weidlich wrote: Look this: final String ENDPOINT1 = "http://..."; public String say(String data) { //first call String endpoint2

Re: Questions about java:MSG

2006-03-17 Thread Ali Sadik Kumlali
Hi Dink,Just to make it clear, do you mean; requestClient Server ack response Client --- Server... (time passes) actual result Client --- Server If this the your case, it has some asynchronous process logic. So, that might be your starting

Re: Questions about java:MSG

2006-03-17 Thread Ali Sadik Kumlali
know which kind of situation is suitable for my case. Besides, I don't know if the "java:MSG" provider programming mode I used canfulfill the asynchronous case.If it can not achieve the asynchronous transmission, how can I do that? Regards, Dink Lo- Original Message -----

Re: [Axis2] Handling request-responseS type messaging

2006-03-17 Thread Ali Sadik Kumlali
ne,Do you mean; 1) Client sends request without waiting a response to it. Request has a CSV tag which has many lines to process. 2) Server processes the message and sends a result for each line in CS V. It sends results to the client without waiting a response. Many thanks to you bo

[Axis2] In which version do you plan to support exception generation for faults?

2006-03-17 Thread Ali Sadik Kumlali
Dear Axis2 developers,As far as I know, code generator of 0.94 does not generate exceptions for faults defined in WSDL. Instead, we are required to throw AxisFault.Do you have a plan to add this support to 0.95? Or, in which version do you plan to support?Regards,Ali Sadik Kumlali Yahoo! Mail

Re: [Axis2] How to handle multiple client certificates through WS-Security

2006-03-16 Thread Ali Sadik Kumlali
System.out.println(eResult.getPrincipal().getName()); } }}Thanks,RuchithOn 3/16/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Dear all, t; Sorry if this a strange question, but I'm very new to web service security topic. Let me list my situation and needs step by step: 1)

[Axis2] Handling request-responseS type messaging

2006-03-16 Thread Ali Sadik Kumlali
? Or do I ne ed to convince my boss to give these kindof messaging up? :)Thanks a lot,Ali Sadik Kumlali Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: [Axis2] Handling request-responseS type messaging

2006-03-16 Thread Ali Sadik Kumlali
rocesses the message and sends a result for each line in CS V. It sends results to the client without waiting a response.Many thanks to you both! Ali Sadik Kumlali Anne Thomas Manes [EMAIL PROTECTED] wrote: You can also implement the pattern using one-way messages.AnneOn 3/16/06, Eran Chinth

[Axis2] SimpleHTTPServer port conflict for multiple EchoNonBlockingDualClient threads

2006-03-15 Thread Ali Sadik Kumlali
Dear all,I simply changed EchoNonBlockingDualClient sample to make it run as threads and created two threads. First one successfully starts SimpleHTTPServer on port 6060 and the second one gets an "java.net.BindException: Address already in use: JVM_Bind" while trying to start the server.Doesn't

[Axis2] How to handle multiple client certificates through WS-Security

2006-03-15 Thread Ali Sadik Kumlali
way, please tell me how to build these up with Axis2. Otherwise, please let me know what kind of approach should I use to handle multiple client certificates.Thanks in advance,Ali Sadik Kumlali Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: [Axis2] EchoNonBlockingDualClient problem

2006-03-14 Thread Ali Sadik Kumlali
Hi,I have the same problem with Tomcat 5.5 and have two questions:1) Why does my client HTTP server is immediately closed and i get I/O exception when server tries to post the response? 2) Why does it print "waiting" when options.setUseSeparateListener() is passed false? (This is Antony Wilson's

[Axis2] Security sample throws Cannot find any provider supporting AES/CBC/ISO10126Padding exception

2006-03-07 Thread Ali Sadik Kumlali
such as generating keys and configuring Tomcat 5.5? Any help appreciated. Ali Sadik KumlaliC:\axis2\samples\securityant securitySampleBuildfile: build.xmlsecuritySample: [java] - Deploying module : addressing [java] - Deploying module : security [java] org.apache.axis2

Re: [Axis2] Security sample throws Cannot find any provider supporting AES/CBC/ISO10126Padding exception

2006-03-07 Thread Ali Sadik Kumlali
/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Dear all, I got several exceptions when trying out security sample found in ...\samples\security. There is a consice README.txt file under the folder. By following the instructions in the README.txt, I ran the ant script and got my first exce

Re: [axis2] WSDL and XML Schema Imports

2006-02-28 Thread Ali Sadik Kumlali
://my.company.com/schemas/myschema.xsd URL with your browser, it must be there!Good luck,Ali Sadik Kumlali Johan Andersson [EMAIL PROTECTED] wrote: Hello,I'm struggling with schema imports in my wsdl files and would like some hints for how to proceed.The hostname of the ta

[axis2] User guide sample application inconsistency(?)

2006-02-26 Thread Ali Sadik Kumlali
ut any further information. I also tried to change the name of schemaorg_apache_xmlbeans directory to schema. It did not work either. Am i missing something?Thans in advance,Ali Sadik Kumlali Yahoo! Mail Use Photomail to share photos without annoying attachments.

<    1   2