That's Right,  there are multiple issues here that involves
JTATransactionManager which I can deal with.  However what I am asking here
is more of a design pattern type (between dao layer and business
logic/service layer) of question on how do you handle such a scenario where
after gettting list of tickets which has many-to-one relationship with
another table 'Employee' (in a separate legacy database), and you have to
display the names instead of the ids.

Tables are laid like this:
Ticket (ticket_id, description, emp_id)
Employee(emp_id, emp_name)


On 4/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
>
> Rick Reumann wrote the following on 4/7/2006 10:50 AM:
>
> > I've been following this thread,
>
> ... although I wasn't following the thread that closely and missed about
> the different databases. I'll just shut up and let smarter people
> answer. (I will almost bet though that hibernate isn't helping the
> situation.)
>
>
> --
> Rick
> http://www.learntechnology.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to