On Wed, Oct 20, 2010 at 23:07, Scott Selvia <ssel...@datamentors.com> wrote:
> Sorry for the delay but I did get the 1.5.3 snapshot downloaded and tested 
> and the wsdl endpoints are all there http and https with the correct ports.  
> So yes it is working...

Thanks for the feedback.

> I'm sure you were expecting this one...
>
> When will 1.5.3 snapshot be GA?

There are no concrete release plans for 1.5.3 yet, because 1.5.2 is
only out for a bit more than a month and the list of issues fixed on
the 1.5 branch doesn't justify a release yet:

https://issues.apache.org/jira/browse/AXIS2/fixforversion/12315367

The 1.5.2 release was a bit painful, but we now have a streamlined
release process, so that getting 1.5.3 out should not be too
difficult. I would also like to upgrade the Axiom version to 1.2.10
(which will be released soon) on the 1.5 branch so that users can take
advantage of some performance improvements and bug fixes relevant for
Rampart. I think you can expect the 1.5.3 release before the end of
the year. Maybe we will do this maintenance release together with the
1.6 release.

> Is this going to be the permanent URL 
> (https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2-webapp/)
>  for snapshots?

By definition, since they are not relevant for the releases, things
related to continuous integration (including the location of the
snapshot repository) may change over time and are never really
"permanent". Actually, the location of the snapshot repository for
Axis2 did change a couple of months ago. However, for the moment,
there are no reasons why this would change in the near future.

> Thanks,
>
> Scott
>
> -----Original Message-----
> From: Scott Selvia [mailto:ssel...@datamentors.com]
> Sent: Friday, October 15, 2010 4:04 PM
> To: java-dev@axis.apache.org
> Subject: RE: Axis2 1.5.2 HTTPS Service Endpoints not Generated
>
> I will, let me get it downloaded and I should have some feed back to you on 
> Monday
>
> -----Original Message-----
> From: Andreas Veithen [mailto:andreas.veit...@gmail.com]
> Sent: Friday, October 15, 2010 3:57 PM
> To: java-dev@axis.apache.org
> Subject: Re: Axis2 1.5.2 HTTPS Service Endpoints not Generated
>
> 1.5.2 is a maintenance release from the 1.5 branch, but the fix for
> the HTTPS issue (AXIS2-4465 actually) was done on the trunk. Since
> this seems to be a popular issue and there was a request to have it
> fixed in a maintenance release, I've merged the change to the 1.5
> branch, and it is currently available in 1.5.3-SNAPSHOT.
>
> Note that I would really appreciate if you could provide some feedback
> after testing 1.5.3-SNAPSHOT, because the other person failed to do
> so, and merging this kind of changes is quite tricky.
>
> Andreas
>
> On Fri, Oct 15, 2010 at 21:26, Scott Selvia <ssel...@datamentors.com> wrote:
>> I have been using a snapshot release of axis2 1.5.1+ that had a fix for my
>> https://url:8443/axis2/services/MyService_HttpSoap11 and Soap12 and Http
>> Endpoint/ not being generated.  I just upgraded to 1.5.2 and my https
>> endpoints are no longer generated.
>>
>>
>>
>> I compared my axis2.xml files from both versions and in the snapshot version
>> I had:
>>
>>
>>
>>     <!-- when axis2 is deployed in an servlet container, it uses servlet
>> containers
>>
>>      http transport. But here we congirue a dummy transport to show the
>>
>>      ports in the generated wsdl file. Users need to set the same port
>> numbers
>>
>>      they have used in servlet container for http and https here as well.
>> -->
>>
>>     <transportReceiver name="http"
>>
>>
>>     class="org.apache.axis2.transport.http.AxisServletListener">
>>
>>         <parameter name="port">8080</parameter>
>>
>>     </transportReceiver>
>>
>>
>>
>>     <transportReceiver name="https"
>>
>>
>> class="org.apache.axis2.transport.http.AxisServletListener">
>>
>>         <parameter name="port">8443</parameter>
>>
>>     </transportReceiver>
>>
>>
>>
>> Which does not work in the 1.5.2 release and when I put the following in the
>> 1.5.2 version of the axis2.xml I get errors:
>>
>>
>>
>>     <transportReceiver name="https"
>>
>>
>> class="org.apache.axis2.transport.http.SimpleHTTPServer">
>>
>>         <parameter name="port">8443</parameter>
>>
>>     </transportReceiver>
>>
>>
>>
>> So how do I configure 1.5.2 Axis2 to include the https endpoints in the
>> generated WSDL?  I have .NET clients that depend on referencing the endpoint
>> name generated by Visual Studio
>>
>>
>>
>> Thanks
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to