From: Fred on 5 Oct 2005 20:47 I'm trying to deploy a J2EE 1.4 EAR that contains an EJB 2.1 module to a Websphere 6.0 server. The EJB module defines two message-driven beans. The deployment fails, throwing a DuplicateHomeNameException for one of the beans. From what I understand, message-driven EJBs support neither Home nor Remote interfaces. The server has no other applications loaded that would contain duplicated ejb names (I've tried renaming the bean(s) in the descriptor multiple times to no avail). There isn't much to glean from Google searches on this exception class. Any ideas?
|
Pages: 1 Prev: Reached the 65535 bytes limit Next: Unable to passivate due to ctx lock warning on JBoss 4.0.2 |