users@glassfish.java.net

Re: How to enable EJB naming

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Tue, 10 Nov 2009 13:03:59 -0800

Will this help: https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html ?

-marina

glassfish_at_javadesktop.org wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>