[jboss-user] [Beginners Corner] - Re: Basic CMR Question

ianfmc do-not-reply at jboss.com
Sat Sep 2 11:36:22 EDT 2006


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



More information about the jboss-user mailing list