opening a discussion on the
>>> mailing
>>> list, and c) have fun. :) Looking forward to the results!
>>>
>>
>> Absolutely!
>>
>> We are mainly focusing on bug fixing. So no major decisions would be
>> involved at architecture level at all.
this.servletConfig != null
> > - &&
> > -!initCalled) {
> > +if (this.servletConfig != null && !initCalled) {
> > init(this.servletConfig);
> > }
> > }
> >
> >
> >
Actually, ListingAgent code does not belong in AxisServlet since this is
something related to the Axis2 console. It was wrong to place that in
AxisServlet in the first place.
Azeez
On Wed, Dec 22, 2010 at 10:58 AM, Afkham Azeez wrote:
> Yeah, thanks for pointing out. I will move
On Wed, Dec 22, 2010 at 9:39 AM, Ruwan Linton wrote:
> Why do't we create a one single distribution with Rampart and Sandesh2
> when we release Axis2.
>
>
+1
p://wso2.org/esb
>>> > WSO2 Inc.; http://wso2.org
>>> >
>>> > Lean . Enterprise . Middleware
>>> >
>>> > phone: +1 408 754 7388 ext 51789
>>> > email: [email protected]; cell: +94 77 341 3097
>>> > blog: http://blog.ruwa
The two day hackathon has been a great success. We have been able to resolve
about 180 issues in Axis2 & Rampart. I would like to thank everybody who
motivated us & contributed towards this.
Azeez
On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote:
> Hi folks,
> We are
..
>
> On Wed, Dec 22, 2010 at 10:49 PM, Afkham Azeez wrote:
>
>> The two day hackathon has been a great success. We have been able to
>> resolve about 180 issues in Axis2 & Rampart. I would like to thank everybody
>> who motivated us & contributed towards thi
--
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Softwar
nt to consider these as one and
> always release together.
>
> The second advantage of a combined single distro is user convenience. CXF
> (and others like Metro) I believe already offer one package that has support
> for WS-Sec and WS-RM "built in" .. so this is simply kee
Chanaka had submitted a few site patches, and I think these have been
committed to the SVN. If so, why hasn't the site
http://axis.apache.orgstill been updated?
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software F
em published is
> >> with the next release. If that is 1.6, then the changes will be
> >> included automatically. If the next release is 1.5.5, then the site
> >> changes need to be merged to the 1.5 branch first (I did that for
> >> 1.5.4, and I plan to do the s
On Tue, Dec 28, 2010 at 5:48 PM, Andreas Veithen
wrote:
> There is another issue with that release caused by the change in
> r1051839, which adds http://dist.wso2.org/maven2 as a repository. The
> problem is that this repository is not properly managed. It contains
> artifacts with the same groupI
>> >> >
>> >> > java.lang.String namespace =
>> >> > parentQName.getNamespaceURI();
>> >> > - java.lang.String localName =
>> >> > parentQName.getLocalPart();
>> >> > +
r 6
>>> months.This a start up of a growing a team.
>>> These volunteers are heavy axis java 2 users.
>>>
>>> I would really appreciate if we can find couple of Volunteers core
>>> developers who could be on IM (ICQ, yahoo, skype) linking with us on
Is MTOM working properly in the current Axis2 trunk?
We have some services with the enableMTOM parameter set to true and when we
invoke those services using stubs generated using WSDL2Java, we get this
error on the client side. Basically, the client cannot process the response
it received.
com.ct
ng similar to
the following:
*Content-Type: multipart/related;
boundary="MIMEBoundary_826ad2cd3c9f9139ddc2e9428b810eb4137fd90930f13ff8";
type="application/xop+xml"; start="<
[email protected]>";
start-info="text/xml&q
; On Tue, Jan 4, 2011 at 18:19, Afkham Azeez wrote:
> > After some debugging, I found that the root cause for this is the code in
> > lines 162-164 in AxisServlet. This code overrides the content-type set by
> > the MessageFormatters. So, the serialized response message on the wi
n upgraded on the 1.5 branch as well,
> it is likely that MTOM is also broken in recent 1.5.x versions. Since
> this is a severe issue, I will merge the fixes over to the 1.5 branch.
>
> Thanks,
>
> Andreas
>
> On Tue, Jan 4, 2011 at 18:52, Afkham Azeez wrote:
> > Exac
d anyone give me a pointer about what causes this error?
> > Chinmoy
>
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Software Architect &a
?
>>>
>>> Chinmoy
>>>
>>
>>
>>
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>>
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> mobile - 071 56 91 321
>>
>
>
--
*Afkham Azeez*
Sen
; returning a date from a published service. I am using Axis2 1.5.1.
>>
>> Could anyone give me a pointer about what causes this error?
>>
>> Chinmoy
>>
>
>
>
> --
> Regards,
> Amarnath Redddy.G
> 91-9985923453.
>
--
*Afkham Azeez*
Senior So
[email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
lingUtils.isValidVersion(wsGenVersion));
> +
> +// Should pass version check
> +wsGenVersion = "2.7";
> +assertTrue(WSToolingUtils.isValidVersion(wsGenVersion));
> +wsGenVersion = "2.10";
> +assertTrue(WSToolingUtils.isValidVersion(wsGenVersio
Hi Jeff,
No ACK?
On Sat, Jan 8, 2011 at 2:44 PM, Afkham Azeez wrote:
>
>
> On Fri, Jan 7, 2011 at 8:53 PM, wrote:
>
>> Author: barrettj
>> Date: Fri Jan 7 15:23:24 2011
>> New Revision: 1056346
>>
>> URL: http://svn.apache.org/viewvc?rev=1056346
What are these issues?
On Mon, Jan 10, 2011 at 4:43 PM, Chinmoy Chakraborty wrote:
> Hello,
>
> I am facing some issues when I try to deploy Axis2 1.5.1 samples in JBoss
> 6. Does anybody see this or it's my problem?
>
> Chinmoy
>
--
*Afkham Azeez*
Senior Software
8 ext 51789
> email: [email protected]; cell: +94 77 341 3097
> blog: http://blog.ruwan.org
> linkedin: http://www.linkedin.com/in/ruwanlinton
> google: http://www.google.com/profiles/ruwan.linton
> tweet: http://twitter.com/ruwanlinton
>
--
*Afkham Azeez*
Senior Software Architect
orted for any type of
> service.
>
> WDYT??
>
> Thanks,
> ~Isuru
>
> [1] https://issues.apache.org/jira/browse/AXIS2-4611
>
> --
> Technical Lead,
> WSO2 Inc. http://wso2.org/
> Blog : http://isurues.wordpress.com/
>
--
*Afkham Azeez*
Senior Software Archi
M, Isuru Suriarachchi
> >> >>
> >> >> wrote:
> >> >>>
> >> >>> Hi all,
> >> >>>
> >> >>> Andreas has provided a very good explanation on why we need to
> support
> >> >>> services.xml f
+1
On Feb 7, 2011 12:28 PM, "Ruwan Linton" wrote:
> What I would suggest is to do the 1.6 release without the JAX-WS TCK
> compatibility, if there are lot to be fixed. This is because we have
enough
> fixes on the trunk to do a release. May be we can target a major release
> like 2.0 with the JAX-
Hi folks,
We may need to have a hackathon to fix the Neethi API changes. What are the
plans on this?
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
e
>>>> Here is my +1 for releasing these as Axis2-1.6.0.
>>>>>>
>>>>>> Thanks,
>>>>>> Ruwan
>>>>>>
>>>>>> --
>>>>>> Ruwan Linton
>>>>>> Member, Apache Software Foundatio
2.3.0
> > @@ -472,12 +472,12 @@
> >
> >
> > org.apache.tomcat
> > -tribes
> > +tomcat-tribes
> > ${tomcat.version}
> >
> >
t side operation. We saw that making stubs
>>> and import them into the client side program always is somewhat tedious. So
>>> we are trying to add a feature so that web service can be invoked just using
>>> it's URL.
>>>
>>> In that case, heard that we can do it
Thoughts on $subject please. I had to revert a useful Apache Tribes upgrade
since Tomcat no longer supports Java 5.
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apa
they deploy their applications. At this point, I don't see
> enough added value that would justify to make this mandatory for the
> entire Axis2 stack.
>
> Andreas
>
> On Sun, Mar 13, 2011 at 12:56, Afkham Azeez wrote:
> > Thoughts on $subject please. I had to reve
/www.mail-archive.com/[email protected]/msg04370.html
>
> I think most of the arguments also apply to Axis2.
>
> Andreas
>
> On Sun, Mar 13, 2011 at 13:49, Afkham Azeez wrote:
> > I believe Oracle will not release any new JDK 1.5 version to fix security
> > issues such
>
sion that uses Java 1.5) will only reach end of service
> in late 2012.
>
> There was a similar discussion recently in the CXF project. They
> concluded that it is too early to drop 1.5 support:
> http://www.mail-archive.com/[email protected]/msg04370.html
>
> I think most of
a better position to answer that question than me :)
>
> - Dennis
>
>
>
> On 03/14/2011 10:17 PM, Afkham Azeez wrote:
>
> I remember people saying similar things when we were planning to move from
> JDK 1.4 to 1.5, and there were many discussions & resistance
e
100% assurance that everything in Axis2 works fine with Java 6.
On Wed, Mar 16, 2011 at 8:54 AM, Dennis Sosnoski wrote:
> On 03/16/2011 12:59 AM, Afkham Azeez wrote:
>
>
>
> On Mon, Mar 14, 2011 at 4:01 PM, Dennis Sosnoski wrote:
>
>> Going from 1.4 to 1.5 gave access to
n your own risk"
On Wed, Mar 16, 2011 at 10:14 AM, Afkham Azeez wrote:
> What I've been observing is the world is gradually moving away from Java 5,
> most of the people who download a JDK download JDK 6. The JRE itself
> contains many improvements. Sticking to JDK5 means, Axis2 do
ibility
> becomes too high.
>
> Andreas
>
> On Wed, Mar 16, 2011 at 05:48, Afkham Azeez wrote:
> > What I'm saying is, if somebody asks has Axis2 been thoroughly tested on
> > JDK/JRE 6, the best answer we could give is; 'Yes, everything should work
> > fin
. In
theory, Java is write once run anywhere. In practice, Java is write once,
debug everywhere. :)
>
> Andreas
>
> On Wed, Mar 16, 2011 at 08:21, Afkham Azeez wrote:
> > If you were working for a company which required that their software run
> on
> > JDK6 and whe
jects would really be beneficial for these projects.
>
> If one takes into account all these things, I don't see how your
> argument could possibly outweigh the arguments given by Dennis and
> Tom.
>
> Andreas
>
> On Thu, Mar 17, 2011 at 03:14, Afkham Azeez wrote:
> &g
of Moratuwa,
> Sri Lanka.
> *
> blog: http://lasanthasri.blogspot.com/
> gtalk: lasanthasridinesh
> skype: lasanthasridinesh
>
>
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http:
+1 for having a single version number
On May 4, 2011 11:53 PM, "Sagara Gunathunga"
wrote:
> Hi all ,
>
> Recently we agreed to release Axis2 , Sandesha and Rampart
> simultaneously. IMO it's better to release Axis2-transport also with
> above releases.
>
> In addition specially in users point of v
+1
On Apr 29, 2011 7:40 PM, "Isuru Suriarachchi" wrote:
> Hi all,
>
> Currently the default max thread pool size is set to Integer.MAX_VALUE.
Due
> to this, there can be situations where a huge number of threads created
when
> lot of non blocking requests are done by a client. To test this, I just
Is this a Rampart callback handler
On May 5, 2011 10:25 PM, "Chinmoy Chakraborty" wrote:
> OK...but how can I access ConfigurationContext in CallbackHandler class?
Is
> there a way?
>
>
>
> On Thu, May 5, 2011 at 10:21 PM, Sagara Gunathunga <
> [email protected]> wrote:
>
>> On Thu, May
custom wsdl only. Isn't there any other simpler way to achieve this?
> Apache rules dont seem to work in mod_jk so it has to done at the tomcat
> level only.
>
> Thanks,
> Peeyush
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Soft
An RC build is available here.
http://people.apache.org/~ruwan/axis2/dist/1.6.0/
Please check it out and let us know whether your requirement is fulfilled.
On Sun, May 8, 2011 at 7:34 PM, Afkham Azeez wrote:
> Yes, it is on the way. Probably it should be available by the end of this
>
nks,
> Peeyush
>
> On May 8, 2011, at 12:11 AM, Afkham Azeez wrote:
>
> In the current Axis2 trunk, you can add the following parameter to the
> services.xml file to disable ?wsdl
>
> false
>
> This will be available with the next Axis2 release.
>
>
@ -25,7 +25,7 @@
> >
> > org.apache.axis2
> > axis2-transports
> > -1.1.0-SNAPSHOT
> > +1.6.0-SNAPSHOT
> > ../../pom.xml
> >
> > axis2-transport-xmpp
> >
> > Modified: axis/axis2/ja
+1
Azeez
--
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundat
+1
On Jun 1, 2011 6:27 PM, "Sagara Gunathunga"
wrote:
> Hi Devs,
>
> This is a call for votes to release Rampart-1.6.0.
>
> The complete list of JIRA issues fixed in this release can be found here:
>
> http://s.apache.org/IEL
>
> The staging repository is here:
>
> https://repository.apache.org/co
+1
On Jun 3, 2011 11:22 AM, "Sagara Gunathunga"
wrote:
> Hi Devs,
>
> This is a call for votes to release Sandesha2-1.6.0.
>
> The staging repository is here:
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-008/
>
> The distributions are here:
>
> http://people.apache.org/~sa
---
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software
- please take a review for all issues periodically
> - please evaluate patches
> - please review issues with limited information and send request to
> original reporter for WSDL and reevaluation
>
> I am hesitating to continue working on issues and thinking maybe it is
&g
http://axis.apache.org/axis2/java/core/docs/clustering-guide.html is
obsolete! I just came across this after a user asked a related question on
the synapse-user list. I will try to find some time to update it. In the
mean time, the following articles can be used as a reference, if required.
http:
is used in other projects such as Apache Synapse.
>> > Any thoughts are welcome.
>> > Thanks,
>> > --
>> > Sadeep Jayasumana
>> > Software Engineer
>> > WSO2 Inc.
>> >
>>
>>
>>
>> --
>> Sagara Gunathunga
>
;>>> > available on short term basis(last 1 minute, last 5 minutes, etc.)
> and
> >>>> > long
> >>>> > term basis(last 1 hour, last 5 hours, etc).
> >>>> > To implement this, all the transport listeners and senders should
> >>>>
bpanel
>
> 2. Also wondering if it is a good idea to use only one ServiceClient for
> different services?
>
> Best Regards,
> -Himakar
>
> Himakar Chennapragada
> IMS e-Business, SOA Development
> IBM Silicon Vall
gt;
> Best Regards,
> -Himakar
>
> Himakar Chennapragada
> IMS e-Business, SOA Development
> IBM Silicon Valley Lab, San Jose, CA
> Phone: 408-463-4758, Tie Line: 543-4758
> Email: [email protected]
> -------
> >
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
> > :118)
> > > at
> > >
> >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:380)
> > > at
> > >
> org.apache.coyote.http11
t; Thanks,
> Deepal
>
> [1]
> https://issues.apache.org/jira/browse/AXIS2-5111<https://issues.apache.org/jira/browse/AXIS2-5111>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation;
**http://www.apache.org/*<http
nd that using the REUSE_HTTP_CLIENT option helps in this area but we
>> want to explore other ways without using this option if any.
>>
>> Best Regards,
>> -Himakar
>>
>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache
ions ?
>>>>>>>
>>>>>>>
>>>>>>> If we can agree on above ( or more ? ) I'm happy to start this
>>>>>>> process.
>>>>>>>
>>>>>>>
>>>>>>> Thanks !
&
> > + * the response can be retrieved from this command
> > + */
> > +public abstract class ClusteringMessage extends ClusteringCommand {
> > +
> > +/**
> > + * Get the response for this message
> > + * @return the response for this message
> >
+1
Azeez
On Sun, Dec 11, 2011 at 2:29 AM, Andreas Veithen
wrote:
> All,
>
> Here is the vote for the Sandesha2 1.6.1 release.
>
> The staging repository is here:
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-311/
>
> The distributions are here:
>
> http://people.apache.or
; +1 from me.
>
> --Glen
>
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Afkham Azeez
Software Architect & Pro
cts/wsf/spring
> >> [6] http://axis2m.sourceforge.net/axis2m-spring.html
> >> [7]
> >>
> https://svn.apache.org/repos/asf/axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/
> >> [8] Note that Sagara was part of the bunch of committers we recently
mespace (Something
> like http://axis.apache.org/axis2-configuration).
> We should also decide what types of webservices this solution should
> support. Will this project still support AAR's (including POJO's)?
>
> Regards,
>
> Stephan van Hugten
>
> [1] https
-1.6/55/changes>
>
>
>
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Afkham Azeez
Senior Software Architect & Product Manager, WSO2 WS
I'm introducing this method so that the DeploymentEngine can call cleanup on
all deployers when cleanup is called on the DeploymentEngine. This will
allow the respective deployers to carry out cleanup tasks. This is an API
addition. I am also planning to rename the badly named unDeploy method to
un
t;
>
> ---------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Afkham Azeez
Senior Software Architect & Product Manager, WSO2 WSAS; WSO2, In
e&pid=10611&fixfor=12315174
>
>
> Here is my +1.
>
> Andreas
>
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Software Arc
Hi folks,
We are having a 2 day hackathon starting today. We will be going through the
JIRAs & also will be running FindBugs on the code base and making
improvements. We will also add/fix the JavaDocs wherever applicable.
Everybody is invited to join in.
Thanks
--
*Afkham Azeez*
Senior Soft
I forgot to add, Chanaka et. al. will be working on improving the Web site
design as well.
Azeez
On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote:
> Hi folks,
> We are having a 2 day hackathon starting today. We will be going through
> the JIRAs & also will be running FindBug
We will be available on the #axis2 IRC channel on FreeNode
On Tue, Dec 21, 2010 at 10:26 AM, Afkham Azeez wrote:
> Hi folks,
> We are having a 2 day hackathon starting today. We will be going through
> the JIRAs & also will be running FindBugs on the code base and making
> impro
---------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, In
-
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation; **http://www.apache.org/*
<http://www.apache.org/>
is.apache.org
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation; **http://www.apache.org/*
<http://www.apache.org/>
*email: **[email protected]*
*
e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Afkham Azeez*
Senior Director, Platform Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation; **http://www.apache.org/*
<http://ww
[
https://issues.apache.org/jira/browse/AXIS2-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3863.
-
Resolution: Fixed
> Extract initTransport() method from AxisServlet::init( ServletCon
[
https://issues.apache.org/jira/browse/AXIS2-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3826.
-
Resolution: Fixed
This has been fixed
> Invalid return type of the generated stub cau
[
https://issues.apache.org/jira/browse/AXIS2-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3860.
-
Resolution: Fixed
This has been fixed
> Generated by wsdl2java getUniqueSuffix() method sho
[
https://issues.apache.org/jira/browse/AXIS2-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3885.
-
Resolution: Fixed
This error not there in the trunk
> Integration module's pom.xml
[
https://issues.apache.org/jira/browse/AXIS2-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3618.
-
Resolution: Fixed
Applied the patch Axis2Patch
> WSDL2Java produces code that causes javac
[
https://issues.apache.org/jira/browse/AXIS2-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3852.
-
Resolution: Not A Problem
Assignee: Afkham Azeez
If a handler exists before the dispatch
[
https://issues.apache.org/jira/browse/AXIS2-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez reassigned AXIS2-4090:
---
Assignee: Afkham Azeez
> WSDL11ToAxisServiceBuilder: Population of AxisBindingMessage
[
https://issues.apache.org/jira/browse/AXIS2-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973719#action_12973719
]
Afkham Azeez commented on AXIS2-4090:
-
Antonio,
Can you please resend the patch A
[
https://issues.apache.org/jira/browse/AXIS2-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973728#action_12973728
]
Afkham Azeez commented on AXIS2-3964:
-
Antonio,
Can you please resend this patch
[
https://issues.apache.org/jira/browse/AXIS2-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez reassigned AXIS2-3964:
---
Assignee: Afkham Azeez (was: Keith Godwin Chapman)
> WSDL20ToAxisServiceBuilder >
[
https://issues.apache.org/jira/browse/AXIS2-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3336.
-
Resolution: Fixed
You can use the ServicePath parameter to override this.
> Remove /servi
[
https://issues.apache.org/jira/browse/AXIS2-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3849.
-
Resolution: Fixed
You can use the hostname parameter in the axis2.xml HTTP/S tranport
[
https://issues.apache.org/jira/browse/AXIS2-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3844.
-
Resolution: Not A Problem
These links simply provide more information
> kernel clustering c
[
https://issues.apache.org/jira/browse/AXIS2-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez reassigned AXIS2-3624:
---
Assignee: Afkham Azeez (was: Deepal Jayasinghe)
> Addressing reference parameter is
[
https://issues.apache.org/jira/browse/AXIS2-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez reassigned AXIS2-3625:
---
Assignee: Afkham Azeez
> SOAP 1.2 two-way message with a duplicate To hea
[
https://issues.apache.org/jira/browse/AXIS2-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-4587.
-
Resolution: Duplicate
> CLONE -java.io.FileNotFoundException related to persising sessions
[
https://issues.apache.org/jira/browse/AXIS2-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-4035.
-
Resolution: Fixed
This issue seems to be fixed now since I was able to successfully generate
[
https://issues.apache.org/jira/browse/AXIS2-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Afkham Azeez resolved AXIS2-3705.
-
Resolution: Invalid
> Abstract Class
> --
>
> Key
1 - 100 of 230 matches
Mail list logo