I believe your TravelAgent object needs a @Column named "t_agent_id".
Matt
@ManyToOne(targetEntity = TravelAgent.class)
@JoinColumn(name = "t_agent_id", nullable = true)
public TravelAgent getTravelAgent() {
return travelAgent;
}
Matt, if i did understand what you mean, the @joinColumn is there.
--
View this message in context:
http://www.nabble.com/Error-after-modifying-and-adding-User-model-tp20204246s2369p20241448.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]