| Author |
Problem with accessing a CMR field, SOS
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi all. I have the following cmp entity beans: TeamBean and PlayerBean the relationship is 1 : * (one team, many players) bidirectional. the TeamBean has to CMR field: getPlayers( ) and setPlayers(Collection) and I have a session bean LeagueBean (session facade) and this bean has the following method : but when calling findPlayersWithinTeam method, nothing displayed at all, and there is no exception. so I think maybe because getPlayers is CMR field so I can't use it outside. so I created the following method in TeamBean: and the EJBQL for ejbSelectPlayers method is : SELECT OBJECT(P) FROM TeamBean AS T, in (T.players) AS P WHERE T = ?1 and calling findPlayersWithinTeam method, nothing displayed and no exception !! WHY ??? How can I get the players for a specific team ?? [ April 22, 2004: Message edited by: John Todd ]
|
 |
 |
|
|
subject: Problem with accessing a CMR field, SOS
|
|
|