[jboss-user] [Beginners Corner] - How to add ejb3 session bean to jboss Corba naming service?

danyshark do-not-reply at jboss.com
Tue Sep 25 02:25:44 EDT 2007


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



More information about the jboss-user mailing list