JavaMonitor and er.java.mail

2005-11-19 Thread James Cicenia
We are having a problem where after our application sends email it trys to return to 127.0.0.1 (localhost). Now this is set as such in JavaMonitor. I use localhost as the host. The server is behind a firewall in a local address space so I don't know how to use the domain name of the server.

Re: MultiECLockManager

2005-11-19 Thread Kieran Kelleher
To make sure I have "future flexibility", I have an Editing Context , "WKEditingContext" which is a subclass of ERXEC. In that class I have a factory method WKEditingContext.createInstance( Object param ). Basically I use this factory method to create all my EC's. If I want a regular EC whos

Re: Access to running WO app via network

2005-11-19 Thread Kieran Kelleher
Just develop in "deployment mode" by turning off direct connect and then you can use the URL in your PC but using the mac ip address instead of localhost. http://homepage.mac.com/kelleherk/iblog/C1216817469/E1192290575/ index.html On Nov 18, 2005, at 3:59 AM, [EMAIL PROTECTED] wrote:

Re: Display-Data Consistency in session

2005-11-19 Thread Lachlan Deck
Hi there, On 19/11/2005, at 4:46 PM, Randy Becker wrote: I'm coming up against some issues with modifying my database - whenever I modify an object, the change is reflected in the database, but is not displayed correctly until the current session is ended and a new one created. Am I doing