Using Axis2 with Maven

2013-05-13 Thread Hendrik Geßner
I’m trying to use Axis2 by resolving all dependencies with maven. Unfortunately there doesn’t seem to be an official dependency code snippet on the project page. Trying to copy the snippet that the rampart samples use, I ran into the well-known redirect problem (

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner wrote: > I’m trying to use Axis2 by resolving all dependencies with maven. > Unfortunately there doesn’t seem to be an official dependency code snippet > on the project page. > > > > Trying to copy the snippet that the rampart samples use, I ran into

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:59 AM, robert lazarski wrote: > On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner > wrote: >> I’m trying to use Axis2 by resolving all dependencies with maven. >> Unfortunately there doesn’t seem to be an official dependency code snippet >> on the project page. >> >> >> >

Re: Using Axis2 with Maven

2013-05-13 Thread Andreas Veithen
It's the other way round: the release note for **1.5.3** states that "Axis2 now relies exclusively on dependencies available from the Maven central repository, and no other Maven repositories are required. This in particular fixes a build problem that appeared after the **1.5.2** release." Andreas

Functionality in find & findUnique methods

2013-05-13 Thread Anurag Panda
Hi, In http://axis.apache.org/axis2/java/sandesha/apidocs/org/apache/sandesha2/storage/beanmanagers/InvokerBeanMgr.html , it is not clear what should be the functionality in the following methods. What is the expected functionality in these methods? find java.util.List find(InvokerBean bean)