MTOM - duplicate message

2008-06-25 Thread callagc4
Hi, We have been using Axis2 v1.3 for SOAP/JMS. Up until now we have had no problem using MTOM for MIME attachments. Our solution runs inside Websphere 6.1 and Axis2 queries the WAS JNDI server for its JMS Queue resources. Recently we upgraded to Axis2 v1.4. Immediately we saw problems with the

MTOM defintition in wsdl

2008-02-23 Thread callagc4
Hi, I am trying to define a simple service which will simply send binary data. I will to use MTOM with Axis2. I have read the documentation at http://ws.apache.org/axis2/1_3/mtom-guide.html. This states two approaches to defining the xsd schema type for an MTOM element: 1) Quote from documentat

MDB's with axis2

2008-02-10 Thread callagc4
Hi, Is it possible to use MDB's with axis2? I ask this due to the fact the axis2's jms support does not work with Websphere 6.1. Websphere 6.1 adheres to the j2ee 1.4 spec and prohibits the use of the setMessageListener method which means that axis2 jms is incompatable with Websphere 6.1. As an

setMessageListener not permitted in Websphere

2008-02-06 Thread callagc4
Hi, We are currently deploying axis2 in Websphere 6.1. We wish to use the jms transport. However axis2 fails to start because it uses forbidden api's. On startup axis2's JMSConnectionFactory class calls the listenOnDestination(String destinationJndi) method. Here it creates a MessageConsumer and

Re: Axis2 JMSListener on Websphere

2008-01-30 Thread callagc4
Is it WebSphere 6.1 with Web Services Feature > Pack? > -Tom > > On Jan 29, 2008 1:20 PM, callagc4 <[EMAIL PROTECTED]> wrote: > >> >> >> Hi, >> >> I have set up an MQQueueConnectionFactory in Websphere. I have configured >> my >> axi

Axis2 JMSListener on Websphere

2008-01-29 Thread callagc4
Hi, I have set up an MQQueueConnectionFactory in Websphere. I have configured my axis2.xml to use this factory for my default JMSListener. On startup the application is successfully finding the Factory reference in the websphere jndi context however i am receiving the following exception "com.

Re: Axis2 JMS Transport to WebSphere MQ

2008-01-14 Thread callagc4
nd JMS > playing nicely. > > I am running into problems with the Axis2 dispatch handlers. I can get > them to recognise the service. I can seem to figure out what I am doing > wrong. I'll be sending a seperate email to this group for assistance > watch this space. > > Good

Axis2 JMS Transport to WebSphere MQ

2008-01-10 Thread callagc4
Hi, We are currently using axis2 in a standalone server. I have been trying to configure axis2 to hook up with websphereMQ. However i am unsure of how to configure axis2 for this as all the examples i have found are for activeMQ. Could anyone tell me how this can be done? My main area of concern