Re: WSDL generation for the services exposed only in local transport

2011-06-15 Thread Heshan Suriyaarachchi
On Wed, Jun 15, 2011 at 1:27 AM, Andreas Veithen wrote: > On Tue, Jun 14, 2011 at 08:48, Heshan Suriyaarachchi > wrote: > > Hi Devs, > > I am opening up this thread to discuss $subject. > > Recently, I did some improvements [1] to the Axis2 local transport, > inorder > > to get it working against

Listening to axis2 startup event

2011-06-15 Thread Sadeep Jayasumana
Hi Devs, I have a requirement to write a listener class that will listen to axis2 startup event (similar to a ServletContextListener is Servlet API). This is to create and initialize an object and then bind it the ConfigurationContext as a property when axis2 starts up. I got to learn that this c

Re: Duplicate global type exception again in Axis2 1.5.4

2011-06-15 Thread fire fox
Help! Was it fixed? On Wed, Jun 8, 2011 at 2:15 PM, fire fox wrote: > Any idea whether it's been fixed in coming up release? Any workaround? > > On Thu, Jun 2, 2011 at 12:04 PM, fire fox wrote: >> People, it seems to be BUG. Please help me finding a workaround. >> >> On Tue, May 31, 2011 at 3:28

[jira] [Commented] (AXIS2-5067) content-type header is not generated with SAAJ API

2011-06-15 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050165#comment-13050165 ] Ivan commented on AXIS2-5067: - Thanks, Andreas. > content-type header is not generated with S

[jira] [Resolved] (AXIS2-5067) content-type header is not generated with SAAJ API

2011-06-15 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-5067. Resolution: Fixed Fix Version/s: 1.7.0 Applied your patch with some minor changes (i

Re: Does Mail transport work with MTOM?

2011-06-15 Thread Amila Suriarachchi
I used the version which is used in Axis2 trunk. Will have a look at with the latest version. On 6/15/11, Andreas Veithen wrote: > Did you use the latest version of Geronimo's JavaMail implementation? > > Andreas > > On Wed, Jun 15, 2011 at 12:02, Amila Suriarachchi > wrote: >> this is because o

[jira] [Created] (AXIS-2853) NullPointerException while Deserializing in Axis 1.4 - Intermittent

2011-06-15 Thread Raghavendra S (JIRA)
NullPointerException while Deserializing in Axis 1.4 - Intermittent --- Key: AXIS-2853 URL: https://issues.apache.org/jira/browse/AXIS-2853 Project: Axis Issue Type: Bug

RE: Axis 1.4 Issue

2011-06-15 Thread Raghavendra Seshadri
Hi , I am Raghavendra I work for Mindtree, Recently we moved away from weblogic to axis for webservice implementation, we are using Axis 1.4 for stub generation. We are facing an intermittent issue. We need your help in this regard We are getting the following Axis fault message intermittently,

Re: Does Mail transport work with MTOM?

2011-06-15 Thread Andreas Veithen
Did you use the latest version of Geronimo's JavaMail implementation? Andreas On Wed, Jun 15, 2011 at 12:02, Amila Suriarachchi wrote: > this is because of the geronimo mail jar. it works fine with java mail jar > > thanks, > Amila. > > On Wed, Jun 15, 2011 at 1:06 PM, Amila Suriarachchi > wrot

Re: Does Mail transport work with MTOM?

2011-06-15 Thread Amila Suriarachchi
this is because of the geronimo mail jar. it works fine with java mail jar thanks, Amila. On Wed, Jun 15, 2011 at 1:06 PM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > I looked at the received message at the inbox. > > According to this sender has send it properly but at the receiv

Re: Does Mail transport work with MTOM?

2011-06-15 Thread Amila Suriarachchi
I looked at the received message at the inbox. According to this sender has send it properly but at the receiving side non of the headers are being read. Basically Map trpHeaders = getTransportHeaders(message, entry); returns an empty map. is this a problem with gmail or java mail? thanks, Ami