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

2006-03-23 Thread Ali Sadik Kumlali
Hi all,Since I'm told that security sample problems shown in 0.94 would be fixed in 0.95, I checked out the latest source from SVN and ran the Maven.Although I had many problems such as SVN checkout failure, Maven build, etc., I could finally manage to have jar and mar files. I ran security sample

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

2006-03-23 Thread Ruchith Fernando
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 fixed in 0.95, I checked out the

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

2006-03-23 Thread Ruchith Fernando
Some tips when you are trying to run the security sample with the SVN head: - build the following distribution artifacts using the maven build - dist-std-bin - war - deploy the war - follow the instructions in the README.txt file available in the samples/security directory in the

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

2006-03-23 Thread Popuri, Monica
Subject: Re: [Axis2] - 0.95 - Couldn't get security sample to work Some tips when you are trying to run the security sample with the SVN head: - build the following distribution artifacts using the maven build - dist-std-bin - war - deploy the war - follow the instructions in the README.txt file

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

2006-03-23 Thread Ali Sadik Kumlali
Thank you very much Ruchith.I get following error for "maven dist-std-bin" (Using JDK 1.4.2_08)...truetruetruetruetruetruetruetruetruetruetrue [copy] Copying 2 files to D:\mydocuments\programming\java\mywork\axis2_java\target\temp\cache\stddist-std-bin: [echo]

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

2006-03-23 Thread Ruchith Fernando
Please run a maven clean jar before you do maven dist-std-bin Sorry I should have mentioned that in the steps earlier. :-) Thanks, Ruchith On 3/23/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Thank you very much Ruchith. I get following error for maven dist-std-bin (Using JDK 1.4.2_08)

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\classes [copy]

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

2006-03-23 Thread Ajith Ranabahu
AM Subject: Re: [Axis2] - 0.95 - Couldn't get security sample to work 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

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

2006-03-23 Thread Ruchith Fernando
hmm all the integration tests seems to be failing ... Do you have a firewall turned on? Or do u have a server running on port ? All these tests creates an instance of the SimpleHTTPServer on port Thanks, Ruchith On 3/23/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Again quick

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

2006-03-23 Thread Rob Henley
, 2006 11:42 AM Subject: Re: [Axis2] - 0.95 - Couldn't get security sample to work 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

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

2006-03-23 Thread Siamak Haschemi
Hello. For me maven dist-std-bin works fine. But maven clean jar produces the following error: BUILD FAILED File.. C:\Dokumente und Einstellungen\Siamak\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal

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

2006-03-23 Thread Rob Henley
Turning off the firewall made no difference (for me). Cheers Rob - Original Message - From: Rob Henley [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, March 23, 2006 12:49 PM Subject: Re: [Axis2] - 0.95 - Couldn't get security sample to work Hi Ajith I think

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

2006-03-23 Thread Ali Sadik Kumlali
Thank you Ruchith. I've discovered that "BEA Products NodeManager (C_bea90_weblogic90)" service listens port . After I stopped the service and turned my firewall off, it passed some of tests it couldn't before. But it seems there still some problems: [junit] Running

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

2006-03-23 Thread Ruchith Fernando
Hi Thanks for finding this issue and reporting it. We just fixed the problem. Can you please update to the svn head and check? Thanks, Ruchith On 3/23/06, Siamak Haschemi [EMAIL PROTECTED] wrote: Hello. For me maven dist-std-bin works fine. But maven clean jar produces the following error:

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 turned my firewall off,

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 Sadik

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

2006-03-23 Thread Ruchith Fernando
Are you using JDK 1.5 ? if so please follow the instructions in http://ws.apache.org/axis2/faq.html (General #3) Thanks, Ruchith On 3/23/06, Ali Sadik Kumlali [EMAIL PROTECTED] wrote: Since maven dist-std-bin worked properly I unzipped axis2-std-0.95-SNAPSHOT-bin.zip file and ran the security