2 Replies Latest reply on Mar 5, 2006 8:36 AM by thomas.diesler

    jboss ws and java 1.5

    jonboy

      We have some webservices that we would like to move from jboss-net to jboss ws.

      We would also like to move to java 1.5.

      Our jboss-net code heavily uses axis. The issue here is the enum package in axis, which is unuseable in java 1.5 (as enum is a reserved word).

      Is there a workaround for this? I know that newer versions of axis renamed the
      enum package to constants. Are there any plans to incorporate this change into jboss ws?