Re: Problems using spring plugin and struts 2.0.6

2007-02-27 Thread João Vieira da Luz
Well we've made progresses. The problem is on registering converters on XWorkConverter. We are trying to register converters using spring. On application-context.xml we have this, and on xwork-conversion.properties, domain.security.PermissionType = enumTypeConverter Probably is a problem fr

RE: Problems using spring plugin and struts 2.0.6

2007-02-27 Thread cilquirm
Technically, this isn't necessary when you have the struts-spring-plugin.jar in your WEB-INF/lib since it's already specified by the struts-plugin.xml file I think, however, seeing a more complete stack trace for the CNFE would be helpful since I have 2.0.6 with the spring plugin just fine. P

Re: Problems using spring plugin and struts 2.0.6

2007-02-27 Thread João Vieira da Luz
We use that property struts.properties: struts.objectFactory = spring This same configuration works well on struts 2.0.1. A part of the stacktrace: [2007-56-27 05:56:27] ERROR (XWorkConverter.java:645) Conversion registration error java.lang.ClassNotFoundException: enumTypeConverter at

RE: Problems using spring plugin and struts 2.0.6

2007-02-27 Thread Paul Saumets | Merge
Perhaps obvious question but, Do you have set inside your struts.xml? -Original Message- From: João Vieira da Luz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 12:42 PM To: user@struts.apache.org Subject: Problems using spring plugin and struts 2.0.6 We've upgraded to str