If I have a Java method that returns an Enum, it seems to be serialized ok as a String, but if I have a Java method that takes an Enum argument, I get the same error I used to get before with LCDS 2.5.1:
faultDetail = "Types cannot be instantiated without a public, no arguments constructor." Java 5 Enums don't have public no-arg constructors. Unless I am missing something, Enum support in BlazeDS works only one way. Anyone hit this? Vijay

