Axis2 Eclipse dependencies with Maven2

2007-05-02 Thread lightbulb432
At the Maven2 repository at http://repo1.maven.org/maven2/org/apache/axis2/axis2/, all dependencies get properly placed into my lib directory, but the dependencies apart from axis2 itself don't get updated in the Eclipse .classpath. Have dependencies like axiom only been declared as provided or

Re: Axis2 and Maven

2007-05-02 Thread lightbulb432
When you have a project that depends on the axis2 artifact and you do a mvn deploy, all of the Axis2 JARs (e.g. axis2-adb, axis2-codegen, etc...) get imported automatically into the WAR file as specified in my pom.xml, which I'd expect to happen. Why, though, do these JARs not get stored in my

Multiple return types

2007-04-17 Thread lightbulb432
I noticed that when calling an operation you keep an array of Class as the return types. I imagine this supports some notion of multiple return values of different types in web services. How in Java would you, if ever, use this functionality? Or is it not really used? When in Java would you put

Re: Axis2 and Maven

2007-04-13 Thread lightbulb432
I tried the repositories you specified, and came across the problems I've noted in a post on the Maven forum. If you could please take a look at it and see where I'm going wrong, it'd be greatly appreciated. Apparently I need a source repository that contains a pom.xml...

Re: Axis2 and Maven

2007-04-13 Thread lightbulb432
/esb/java/ http://svn.apache.org/repos/asf/webservices/rampart/trunk/java/ ~Thilina On 4/13/07, lightbulb432 [EMAIL PROTECTED] wrote: I tried the repositories you specified, and came across the problems I've noted in a post on the Maven forum. If you could please take a look at it and see

Axis2 and Maven

2007-04-12 Thread lightbulb432
Could somebody point me to the source repository for Axis2 using Maven1 or Maven2? I can't seem to find it, but only what someone on the Maven forum called a binary repository at this URL: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/ I've also download the zip

RE: Axis2 and Maven

2007-04-12 Thread lightbulb432
Thanks for the responses. Is Maven2 support expected to be added anytime soon? If no, is there any way for this to be compatible with the rest of my project that uses Maven2? How would you go about making it work - I can't seem to think of any good way to organize the way I approach my project