Hi I've got a Java Client application that is doing something very strange.
When I use "Build and Go" in Xcode for targeted to either development or deployment it works just fine. When I build it for deployment to my /Library/Tomcat/webapps directory and then launch it manually it starts out working fine, but if I open a object for editing, most (not all) of the relationships won't resolve. My drop- downs aren't populated and from that point on it is as if the application has lost its connection to the database. If I avoid trying to edit and just simply search and list everything works just fine.
I'm assuming that it has something do do with the fact that I'm actually launching it using Tomcat instead of Xcode, but I'm at a loss as to what is causing it. I get no error messages in the console or in the catalina.out log either. It has the exact same behavior whether I run the application on my Mac (10.4.7) or on a Windows 2000 Server. Both Mac and Windows clients have the exact same behavior. I've tried it on everything from Tomcat 4.0.6 to 5.5.28.
Again, the DB connection seems to work just fine to start with, but then stops.
Dave _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
