hellodanylo / key2gym

The Key2Gym's mission is to create an open, excellent user experience providing, scalable, modern, platform-independent application for running small to medium-sized gyms.
1 stars 0 forks source link

Improve development environment #33

Closed hellodanylo closed 11 years ago

hellodanylo commented 11 years ago

The client should display exception stack traces in a more usable manner for it's annoying to go to logs whenever one needs something...

The same is for business tier. For some reason the OpenEJB server does not print stack traces to console for non-application exceptions.

hellodanylo commented 11 years ago

The client's logging was fixed in 31720c7e0589b85bacf7db4bbc4a3ce0b0756a04.

The fix for the business tier is still pending.

hellodanylo commented 11 years ago

The client application is now in the same JVM + there is a built-in default logging properties file so logging should not be an issue now.