You have to decide which EJBs are accessible from the "outside". For those EJBs you have to set the invoker.
Entity Beans are normaly not accessed from any client, instead you use the session facade pattern. So you only need to set the invoker for those Session Beans not for the Entity Beans. If you set the invoker-proxy-binding in the standardjboss.xml you are chaning that for all deployments. So if you are hosting different applications on your server you have to take care not to overwrite any defaults an other application relys on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881267#3881267 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881267 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
