I'm trying to connect to my newly built EJB but facing javax.naming.NameNotFoundException
all the time. I think it is because of this (piece of EJB deployment log):
Instantiated container for: ejbName: DecodeEsbErrorBean; containerId: 82434821014552576
AvailabilityService was not defined - check domain.xml
EjbContainerAvailability was not defined - check domain.xml
EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false
EJBServerConfigLookup::==> isClustered:false ; isEJBAvailabilityEnabled: false ; isStoreTypeMemory ==> false ; result: false
AvailabilityService was not defined - check domain.xml
EjbContainerAvailability was not defined - check domain.xml
EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false
EJBServerConfigLookup::==> isClustered:false ; isEJBAvailabilityEnabled: false ; isStoreTypeMemory ==> false ; result: false
**RemoteBusinessJndiName: esberrors.DecodeEsbErrorRemote; remoteBusIntf: esberrors.DecodeEsbErrorRemote
How to enable naming on my dev server (default installation) ?
[Message sent by forum member 'smoczyna' (smok_at_o2.ie)]
http://forums.java.net/jive/thread.jspa?messageID=371281