I try to serialize hibernate pojos via axis and it works fine except when using ENUM. When using enum I get error
org.apache.axis2.AxisFault: Mapping qname not fond for the package: sun.misc When changing the type to int everything works great. Can anyone help me? -- View this message in context: http://www.nabble.com/Axis2-and-Enum-tf4495600.html#a12819817 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
