Hi! Thanks for the reply, very much...

When I switch that method to "Local," I can't call it then from the Session 
Bean. Is the better strategy to use a Select Method, and then wrap that? 

Something like this?


  | player.getRanking();
  | ...
  | 
  | public String getRanking()
  | {
  |    return ejbSelectRanking(this.playerID);
  | }
  | 

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

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

Reply via email to