User development,

A new message was posted in the thread "Help/instructions for installing and 
using JBoss Spring depl":

http://community.jboss.org/message/522053#522053

Author  : Ales Justin
Profile : http://community.jboss.org/people/alesj

Message:
--------------------------------------------------------------
> You can find the thread via the link 
> http://forum.springsource.org/showthread.php?t=83439 I'd appreciate any 
> insight you might be able to lend.
This looks like a ClassCastException to me.
 
Caused by: java.lang.IllegalStateException: Cannot convert value of type 
[$Proxy667 implementing 
com.company.appserver.SiteManagementLocal,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised]
 to required type [com.company.appserver.SiteManagementLocal] for property 
'siteManagementLocal': no matching editors or conversion strategy found
      at 
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:289)

 
* 
http://www.docjar.com/html/api/org/springframework/beans/TypeConverterDelegate.java.html
 
My guess is you have duplicate com.company.appserver.SiteManagementLocal class,
one in .war, the other one in ejb jar.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/522053#522053


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to