RE: Problems with update

2000-10-31 Thread Christian . Tellefsen
From: Knut Tønnes Svanes [mailto:[EMAIL PROTECTED]] Sent: 31. oktober 2000 10:28 To: Orion-Interest Subject: Problems with update Hi! I have a simple J2EE application running on Orion. In short I have a entity-bean wrapping a table in a data base, and a session-bean reading from this entity bean.

RE: Problems with update

2000-10-31 Thread Patrik Andersson
Title: RE: Problems with update Hi, How do you expect orion to know about manual updates in the database? I'm actually not sure myself if this does in fact work, but it sounds like an impossible task to solve unless orion regularly polls the database for updated values. regards, P

Problems with update

2000-10-31 Thread Knut Tønnes Svanes
Hi! I have a simple J2EE application running on Orion. In short I have a entity-bean wrapping a table in a data base, and a session-bean reading from this entity bean. On "top" i have a JSP-page connecting to the session-bean and presenting the contents of a field in the database. So far, so good