Re: build axis2 in IntelliJ

2011-04-20 Thread Supun Malinga
Hi Chen, On Wed, Apr 20, 2011 at 8:29 PM, Cuiting Chen wrote: > Hi Malinga, > > Thanks a lot for the info! > > Following your guide, I build the axis2 code, create project files for idea > and then import the whole project to intellij. Till now there is no problem. > > But, when I try to run the

Re: build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
Hi Malinga, Thanks a lot for the info! Following your guide, I build the axis2 code, create project files for idea and then import the whole project to intellij. Till now there is no problem. But, when I try to run the "Make Project (ctrl+F9)" inside the intellij, it shows an Error that "Cannot

Re: build axis2 in IntelliJ

2011-04-20 Thread Supun Malinga
Hi Chen, I believe the readme is a bit outdated! :) Just do a mvn clean install from the axis2 root directory then it will build all the things one go. then use mvn idea:idea to create the project files and load the created .iml project from idea. If you want to import the source for only a part

Re: build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
Hi Malinga, The way I did is quite similar to the first one. After I downloaded the source code, I put the code in the idea workspace, import it into idea, then 1. I followed the information from the readme.txt: , 1) Use ant (http://ant.apache.org) to build the first time. There

Re: build axis2 in IntelliJ

2011-04-20 Thread Supun Malinga
Hi Chen, I which ways you imported the project to intellij idea? There are two ways, 1) running mvn idea:idea and creating the idea project files and then import from idea. 2) directly importing the project from the pom.xml itself (idea10 supports this.) I usually do the first option and it shoul

build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
Hi there, I build axis2 source code successfully, the project is also imported in IntelliJ, and there are still some errors, e.g., "package org.apache.axiom.om does not exist". Theoretically maven should deal with the dependencies automatically when building the source code, and those errors shoul

Security with Rampart - can it "Sign a SOAP Message by Using a User Name and Password"

2011-04-20 Thread Chris Kimpton
Hi, I am trying to talk to a .Net based web service which requires the request to be signed with username and password, like this: http://msdn.microsoft.com/en-us/library/ms824701.aspx Is this possible with Rampart? If it does, any references/pointers would be greatly appreciated. Or any alternat