I'm getting the following exception when I'm trying to deploy a Session Bean.

org.jboss.deployment.DeploymentException: Failed to find InvokerProxyBindingMetaData 
for: 'iiop'. Check the invoker-proxy-binding-name to invoker-proxy-binding/name 
mappings in jboss.xml


Here's my jboss.xml

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <jboss>
  |   <enterprise-beans>
  |     <session>
  |       <ejb-name>AdminBean</ejb-name>
  |       <jndi-name>AdminBean</jndi-name>
  |       <configuration-name>Standard Stateless SessionBean</configuration-name>
  |       <invoker-bindings>
  |     <invoker>
  |             
<invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name>
  |     </invoker>
  |       </invoker-bindings>
  |       <local-jndi-name>LocalAdminBean</local-jndi-name>
  |       <resource-ref>
  |         <res-ref-name>jdbc/myBean</res-ref-name>
  |         <jndi-name>java:/jdbc/myBean</jndi-name>
  |       </resource-ref>
  |     </session>
  |   </enterprise-beans>
  | </jboss>

Am I missing something?

I found this http://www.mail-archive.com/[EMAIL PROTECTED]/msg34889.html
but I didn't fully understand.

I'm using JBOSS 3.2.3 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837788#3837788

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837788


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to