You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sahana b <sa...@gmail.com> on 2015/11/17 10:47:46 UTC

Axix 1.1 has issues with Java 1.6

Hello All,

I am facing compilation issues in the statements having enum like:
org.apache.axis.enum.Style.WRAPPED

Currently,  my project is in java 1.4. I am now migrating to java 1.6.
Should I upgrade axis as well or is there a solution to the above problem.
Please help me out here!

-- 
Regards,
Sahana

Re: Axix 1.1 has issues with Java 1.6

Posted by Deepal jayasinghe <de...@gmail.com>.
Axis1 is mostly inactive these days (not many active 
developers/contributors), so I cannot comment on the above problem.

Deepal
> Hello All,
>
> I am facing compilation issues in the statements having enum like:
> org.apache.axis.enum.Style.WRAPPED
>
> Currently,  my project is in java 1.4. I am now migrating to java 1.6. 
> Should I upgrade axis as well or is there a solution to the above 
> problem. Please help me out here!
>
> -- 
> Regards,
> Sahana


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


Re: Axix 1.1 has issues with Java 1.6

Posted by Andreas Veithen <an...@gmail.com>.
In Axis 1.4, you can use org.apache.axis.constants instead of
org.apache.axis.enum to solve that problem.

Andreas

On Tue, Nov 17, 2015 at 9:47 AM, sahana b <sa...@gmail.com> wrote:
> Hello All,
>
> I am facing compilation issues in the statements having enum like:
> org.apache.axis.enum.Style.WRAPPED
>
> Currently,  my project is in java 1.4. I am now migrating to java 1.6.
> Should I upgrade axis as well or is there a solution to the above problem.
> Please help me out here!
>
> --
> Regards,
> Sahana

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