|
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: how can count recursion function calls in java Next: Unicode font implementation |