Re: Using maven to create Client jar

2011-02-10 Thread Tharindu Mathew
I think you are looking at creating a client stubs jar inside of maven. You can use an ant task inside maven to do this. Have the regular maven stuff with an ant task. Hope this helps. Ex: org.apache.maven.plugins maven-antrun-plugin 1.1

Re: Axis2 Spring integration

2011-01-12 Thread Tharindu Mathew
. > > - R > > - > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > For additional commands, e-mail: java-user-h...@axis.apache.org > > -- Regards, Tharindu Mathew Software Engineer, WSO2 Inc., http://wso2.com

Re: org.apache.axis2.AxisFault: address-to-webservice.org

2010-07-15 Thread Tharindu Mathew
Hi Glen, Could you paste the complete stack trace? It's hard to figure out what's going on by just looking at that line. Also, details about what exactly you are doing and the environment you are in may also help. -- Regards, Tharindu

Re: Failed to build Axis2 1.5 using Maven

2010-05-04 Thread Tharindu Mathew
The trunk builds properly with the default poms without needing to specify any repos. Is there any reason as to why you are using a specific repo? If not, use the default pom and it will build without a problem without any repo problems. On Wed, May 5, 2010 at 1:15 AM, thinke365 wrote: > > the r

Re: Exception at Axis2 start up

2010-04-21 Thread Tharindu Mathew
False alert! Was a problem with my local build. On Thu, Apr 22, 2010 at 12:13 AM, Andreas Veithen wrote: > NAK. I just built the Axis2/trunk distribution locally and I don't get > this exception. > > Andreas > > On Wed, Apr 21, 2010 at 09:39, Tharindu Mathew wrote:

Exception at Axis2 start up

2010-04-21 Thread Tharindu Mathew
I tried to run the axis2server.sh but I get the following exception. This is with the latest trunk. Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apache.commons.logging.impl.Log4JLogge

Re: Axis2-Spring integration

2010-04-01 Thread Tharindu Mathew
A default axis2Config.xml (with Spring beans) was used in WSF/Spring mimicking the behavior of the axis2.xml. Thus, giving a default config file if the user wanted to run with default options. Sagara, may I know why you changed this back to the axis2.xml after you forked WSF/Spring? Regards, Th

Re: Axis2-Spring integration

2010-03-31 Thread Tharindu Mathew
Link [1] that Andreas points to, explains both frameworks well. Regards, Tharindu On Wed, Mar 31, 2010 at 10:45 PM, Samisa Abeysinghe < samisa.abeysin...@gmail.com> wrote: > > > On Wed, Mar 31, 2010 at 8:24 PM, Tharindu Mathew wrote: > >> Hi Everyone, >> >>