How do I tell jboss to insert my ejb3 bean to the corba naming service? 
As I read in the menual I should specify it in the jboss.xml file of the bean
I have edited it via the NetBeans progect like this:

<?xml version="1.0" encoding="UTF-8"?> 

<enterprise-beans> 

<ejb-name>CalculatorSessionBean</ejb-name> 
<jndi-name>app.calculator.CalculatorSessionBean</jndi-name> 
<configuration-name>Standard Stateless SessionBean</configuration-name> 
<invoker-bindings> 

<invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name> 


<invoker-proxy-binding-name> iiop </invoker-proxy-binding-name> 

</invoker-bindings> 

</enterprise-beans> 

but it's not working 

Am i missing somthing? 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088272
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to