Re: How to Integrate Axis2 with Sling 5

2009-11-16 Thread Alexander Klimetschek
On Mon, Nov 16, 2009 at 14:18, Sujoy wrote: > Hi Alex, > > Thanks for the information but installing " org.apache.axis2.osgi" via Felix > console didn't not make any difference. There also some internal > dependencies are there which are hard to resolve. > > I was just searching over the net and f

RE: How to Integrate Axis2 with Sling 5

2009-11-16 Thread Sujoy
ect: Re: How to Integrate Axis2 with Sling 5 On Fri, Nov 13, 2009 at 15:38, Sujoy wrote: > Hi Alex, > > Thanks for the information. Using I have overcome the > AXIS2-ADB ClassNotFound Exception. But really couldn't able to integrate > AXIS2 with sling5.After putting this tag l

Re: How to Integrate Axis2 with Sling 5

2009-11-13 Thread Alexander Klimetschek
On Fri, Nov 13, 2009 at 15:38, Sujoy wrote: > Hi Alex, > > Thanks for the information. Using I have overcome the > AXIS2-ADB ClassNotFound Exception. But really couldn't able to integrate > AXIS2 with sling5.After putting this tag lots of other dependencies has > come-up which is actually prevent

RE: How to Integrate Axis2 with Sling 5

2009-11-13 Thread Sujoy
ht on this. If this is a limitation Felix having then we need to start thinking seriously on this. Regards, Sujoy -Original Message- From: Alexander Klimetschek [mailto:aklim...@day.com] Sent: Thursday, November 12, 2009 8:02 PM To: dev@sling.apache.org Subject: Re: How to Integrate

Re: How to Integrate Axis2 with Sling 5

2009-11-12 Thread Michael Dürig
apache.org Subject: Re: How to Integrate Axis2 with Sling 5 I am having one typical requirement where I need to write one Axis2 ADB client inside sling 5 to consume one Web Service exposed by some other application. But when I am trying to include Axis2 jar inside sling its showing some strange behavi

Re: How to Integrate Axis2 with Sling 5

2009-11-12 Thread Alexander Klimetschek
On Thu, Nov 12, 2009 at 15:09, Sujoy wrote: > Actually I am having the flowing as a part of dependency which should > download and install axis2-adb automatically. > > >                org.apache.axis2 >                org.apache.axis2.osgi >                1.5 > Did you deploy that bundle into

RE: How to Integrate Axis2 with Sling 5

2009-11-12 Thread Sujoy
/org.apache.axis2/org.apache.axis2.osgi/1.5 Thanks, sujoy -Original Message- From: Michael Dürig [mailto:michael.due...@day.com] Sent: Thursday, November 12, 2009 6:44 PM To: dev@sling.apache.org Subject: Re: How to Integrate Axis2 with Sling 5 > I am having one typical requirement wher

Re: How to Integrate Axis2 with Sling 5

2009-11-12 Thread Michael Dürig
I am having one typical requirement where I need to write one Axis2 ADB client inside sling 5 to consume one Web Service exposed by some other application. But when I am trying to include Axis2 jar inside sling its showing some strange behavior. My POM dependencies are as given below. Not sure,

How to Integrate Axis2 with Sling 5

2009-11-12 Thread Sujoy
Hi, I am having one typical requirement where I need to write one Axis2 ADB client inside sling 5 to consume one Web Service exposed by some other application. But when I am trying to include Axis2 jar inside sling its showing some strange behavior. My POM dependencies are as given below.