Title: Nachricht
It does not look like your session bean is called at all. What is your global JNDI name of your session bean and how does your 
web-service.xml look like? Looks like there is a name "Facadecomp" in your web-service.xml referenced?
 
CGJ
 
 
-----Ursprüngliche Nachricht-----
Von: Nathan Hoover [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 24. März 2003 15:53
An: [EMAIL PROTECTED]
Betreff: [JBoss-user] JBoss.NET error

I'm getting the following error trying to call a session bean method using JBoss.NET. I have 3.2RC4.

An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll

Additional information: org.apache.axis.ConfigurationException: Could not find home in JNDI
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.generalException
 faultString: Could not find home in JNDI
 faultActor: null
 faultDetail:
Could not find home in JNDI
javax.naming.NameNotFoundException: Facadecomp not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
        at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:253)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
        at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:492)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
        at javax.naming.InitialContext.lookup(InitialContext.java:345)
        at org.jboss.net.axis.server.EJBProvider.getEJBHome(EJBProvider.java:94)
        at org.jboss.net.axis.server.EJBProvider.getEJBCreateMethod(EJBProvider.java:107)
        at org.jboss.net.axis.server.EJBProvider.getServiceClass(EJBProvider.java:168)
        at org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider..java:535)
<snip>

The session bean is trying to make a local call to an entity bean. Let me know if I can provide more information or if anyone has any ideas.

N

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

Reply via email to