Re: Using SWA with ADB in axis2

2008-04-07 Thread ndthuy
Detelin, It is working. Thanks a lot Detelin. Thanks. ndthuy wrote: > > Detelin, > > You saved my day. I will test it tomorrow and let you know the result. > > Thanks a lot. > > Detelin Yordanov wrote: >> >> Hello, >> I have experienced the

Re: Using SWA with ADB in axis2

2008-04-02 Thread ndthuy
b > is to insert code that will read the attachments before the message > context > gets cleaned up. > > Regards, >Detelin > > > > On Tue, Apr 1, 2008 at 4:52 PM, ndthuy <[EMAIL PROTECTED]> wrote: > >> >> Hi Thilina, >> >> After

Re: Using SWA with ADB in axis2

2008-04-02 Thread ndthuy
I were trying the same method call when I tried to download the file then I received the exception. I was able to see the attachment but I couldn't retrieve it. Thanks. ndthuy wrote: > > Hi Thilina, > > After taking a look at those articles, I am able to upload the file >

Re: Using MTOM to send a wave file ?

2008-04-02 Thread ndthuy
I sent a 32k wave file with MTOM. ndthuy wrote: > > Are we able to use MTOM to send a wave file ? > The reason I ask because when I send a wav file using MTOM, I couldn't see > an end tag for MIME data as I usually see with other format. > > Thanks > -- View this

Using MTOM to send a wave file ?

2008-04-01 Thread ndthuy
Are we able to use MTOM to send a wave file ? Thanks -- View this message in context: http://www.nabble.com/Using-MTOM-to-send-a-wave-file---tp16420007p16420007.html Sent from the Axis - User mailing list archive at Nabble.com. -

Re: Using SWA with ADB in axis2

2008-04-01 Thread ndthuy
entation class.. > http://wso2.org/library/1675 > http://wso2.org/library/1148 > > String contentId = messageContext.addAttachment(dataHandler); > > thanks, > Thilina > > > On Mon, Mar 31, 2008 at 11:14 AM, ndthuy <[EMAIL PROTECTED]> wrote: >> >> Than

Re: Using SWA with ADB in axis2

2008-03-31 Thread ndthuy
Thanks Thilina, I was able to modify according to your suggestion to upload the file using ADB with SwA. But for the dowload using ADB with SwA, how do we modify the SOAP message to attach the binary data ? Do we have to modify in invokeBusinessLogic(...) function ? Thanks. Thilina Gunarathne

Using SWA with ADB in axis2

2008-03-27 Thread ndthuy
Hi, Anyone has an example for using SwA with ADB in axis2 ? Like how to write a wsdl for it. Thanks -- View this message in context: http://www.nabble.com/Using-SWA-with-ADB-in-axis2-tp16335414p16335414.html Sent from the Axis - User mailing list archive at Nabble.com. -

Re: Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread ndthuy
; org.apache.ws.security.crypto.merlin.keystore.password=apache > org.apache.ws.security.crypto.merlin.file=service.jks > > Martin-- > - Original Message - > From: "ndthuy" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, December 05, 2007 12:03 PM &

Adding WS-Security to an embedded axis2 web application

2007-12-05 Thread ndthuy
All, Does anyone know how to set up WS-Security to an embedded Axis2 web application ? I am using Axis2 1.3 and Rampart 1.3. This is my set up for embedded Axis2 web application. WebApp: + src + WebRoot + conf + lib + modules + serv

Re: Problem with Using Spring and Hibernate with Axis2

2007-12-05 Thread ndthuy
All, I solve the problem by not using Spring 2.X version. I go back to Spring 1.x version and everything works fine. Thanks. ndthuy wrote: > > Hi All, > > I am using Spring and Hibernate with Axis2. I have the problem with > loading the applicationContext.xml. Does any

Re: Problem with Using Spring and Hibernate with Axis2

2007-12-03 Thread ndthuy
? That class is in the spring aop library. Thanks. ndthuy wrote: > > Hi, > > "What class is > defined for usersEntityProxyBean and where is it in the classloader? " > > I define usersEntityProxyBean as: > >class=&quo

Re: Problem with Using Spring and Hibernate with Axis2

2007-12-03 Thread ndthuy
here did you define setUsersEntity(), and where is that class in the > classloader? > > HTH, > Robert > > On Dec 3, 2007 9:59 AM, ndthuy <[EMAIL PROTECTED]> wrote: >> >> This is the latest update: >> I am able to deploy but when I run I receive the f

Re: Problem with Using Spring and Hibernate with Axis2

2007-12-03 Thread ndthuy
rviceClient.java:35) Thanks. iksrazal wrote: > > http://ws.apache.org/axis2/1_3/spring.html#23 > > That works for sure as I follow those directions for several projects. > What error do you get? > > Robert > > On Nov 30, 2007 3:46 PM, ndthuy <[EMAIL PROTECTED]>

RE: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread ndthuy
rofile(AdminRetrieveUserServiceStub.java:164) at com.cvg.ap.ws.service.publicservices.client.AdminRetrieveUserServiceClient.retrieveUserProfile(AdminRetrieveUserServiceClient.java:21) at com.cvg.ap.ws.service.publicservices.client.AdminRetrieveUserServiceClient.main(AdminRetrieveUser

RE: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread ndthuy
und >> with the TCCL for that and its the recommended approach. Just put all >> of your app level classes in WEB-INF/classes, all the spring jars in >> WEB-INF/lib, load your applicationContext.xml as normally done via a >> context listener in web.xml, setup your services.xml to

RE: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread ndthuy
gt; > Incidently, I'm working on a new tutorial for all this that will > explain spring and hibernate integration with a full example start to > finish - even inside that AAR. Stay tuned... > > HTH, > Robert > > On Nov 30, 2007 10:12 AM, ndthuy <[EMAIL PROTECTED]> wr

Re: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread ndthuy
> > HTH, > Robert > > On Nov 30, 2007 10:12 AM, ndthuy <[EMAIL PROTECTED]> wrote: >> >> All, >> >> I am not using the AAR's approach. I bundle the whole axis2 under the web >> application. This is my setup: >> >> WebApp: >>

RE: Problem with Using Spring and Hibernate with Axis2

2007-11-30 Thread ndthuy
; urls[i] = url.toString(); > > } > > > > i++; > > } > > > > return urls; > > } > > } > > > > > > > > > > ___

Re: Problem with Using Spring and Hibernate with Axis2

2007-11-29 Thread ndthuy
class="com.cvg.ap.service.privateservices.APSecurity"> >> >> >> >> >> >> >> > > HTH, > Robert > HTH, > Robert > > On Nov 29, 2007 1:08 PM, ndthuy <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> I am using

Problem with Using Spring and Hibernate with Axis2

2007-11-29 Thread ndthuy
Hi All, I am using Spring and Hibernate with Axis2. I have the problem with loading the applicationContext.xml. Does anyone has similar problems? Attached are service.xml, applicationContext.xml and error meesage. Thanks a lot. service.xml This web service initial

Re: Multiple service.xml files

2007-10-05 Thread ndthuy
but > no > services.xml file)? > > Upul > > > On 10/5/07, ndthuy <[EMAIL PROTECTED]> wrote: >> >> >> When I try the approach that you recomend, I have the following exception >> when I deploy: >> >> org.apache.axis2.deployment.Deploy

Re: Multiple service.xml files

2007-10-05 Thread ndthuy
mpService/META-INF/services.xml > > > > .. > > > .. > > > > Upul > > On 10/4/07, ndthuy <[EMAIL PROTECTED]> wrote: >> >> >> >> >> Jason Sicotte-2 wrote: >> > >> &g

Re: Multiple service.xml files

2007-10-04 Thread ndthuy
Jason Sicotte-2 wrote: > > You don't necessarily need another services.xml, you can put several > services in a . How to do that is described here (at > the bottom): http://wso2.org/library/2060 > > On 10/4/07, ndthuy <[EMAIL PROTECTED]> wrote: >> The que

Multiple service.xml files

2007-10-04 Thread ndthuy
service I will have another services.xml on different service folder. Can I combine those 2 files ? And where I put the combined file in the folder structure ? Thanks, ndthuy -- View this message in context: http://www.nabble.com/Multiple-service.xml-files-tf4569649.html#a13042761 Sent from the Axis