Open GoogleCodeExporter opened 9 years ago
Who changed this in User.java model?
@Filter("user1")
@Cascade({CascadeType.SAVE_UPDATE})
public Query <Confirmation> confirmations1;
@Filter("user2")
@Cascade({CascadeType.SAVE_UPDATE})
public Query <Confirmation> confirmations2;
Into:
@Filter("user1")
public Query <Confirmation> confirmations1;
@Filter("user2")
public Query <Confirmation> confirmations2;
For what reason? if not, it is SVN merge right?
Original comment by hossam.a...@gmail.com
on 18 Nov 2011 at 2:00
not me
Original comment by nada.a...@gmail.com
on 18 Nov 2011 at 2:18
not me
Original comment by passant....@gmail.com
on 18 Nov 2011 at 2:45
it's me .. i was trying to solve something ... is it making any problems ??
Original comment by magued.george1990@gmail.com
on 18 Nov 2011 at 3:19
yes it is
It is very important to me!
Original comment by hossam.a...@gmail.com
on 18 Nov 2011 at 3:22
and you should have reported that ;)
Original comment by hossam.a...@gmail.com
on 18 Nov 2011 at 3:22
Please update to head.. I resolved this conflict
Original comment by hossam.a...@gmail.com
on 18 Nov 2011 at 3:26
actually u told me to do this ...
Original comment by magued.george1990@gmail.com
on 18 Nov 2011 at 3:34
[deleted comment]
sorry i miss understood what u mean ... it is not me ..
Original comment by magued.george1990@gmail.com
on 19 Nov 2011 at 8:33
I will change the insertUser method in the controller to include inserting the
user facebook ID ..
Original comment by nada.a...@gmail.com
on 19 Nov 2011 at 1:26
Original issue reported on code.google.com by
magued.george1990@gmail.com
on 15 Nov 2011 at 3:25