Re: Axis2 and Java 5 Enum

2009-08-03 Thread Greg Guydo
Dennis, In Matt's case, IPojoClass and PojoClass are in the same package, thus no need for an import. The issue there seems to be that BindGen doesn't like operating on an interface, but works just fine operating on the implementing class. However, that is not the real problem. The main issue is

Java2WSDL Java 5 enum

2009-07-30 Thread Greg Guydo
Has support for Java 5 Enums been added to Axis2's Maven Java2WSDL with the Axis2 1.5 release? Thanks, Greg