[Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Ken
Hello All, Has anyone ever deployed a stripes application to glassfish or sun appserver? I have to (sucks for me) and when i attempt to either forward or redirect a user to another page via a submit button it just goes to default(I guess default because glassfish logging mech sucks) and I keep com

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Nick Stuart
We have been deploy to glassfish for awhile now on a lot of enivronments (linux, windows server 2000-2008, etc). We haven't had a problem at with using stripes and/or glassfish. We have a bunch of third party dependencies as well (spring/hibernate/etc) and again the all play nicely with glassfish.

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread marijan milicevic
Hi Ken, We are running 1.5 deploymnet, without any problems, except, if you have a EAR with more than one web-app, than you get burned by glassfish classloader stuff (at least, I recently did got burn): lets say you have /admin and /site context (ear with ejb module, and admin.war and site.w

[Stripes-users] Thoughts on this..

2008-06-17 Thread Nick Stuart
Has anyone had the requirement to use more then one properties file for defining field labels? We basically want the setup that FieldLabels.properties is our 'default' settings that rarely ever get change, and if our customers want to change field labels they can in their own 'customer.properties'

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Ken
Thanks I had two contexts in an ear file and that solved my problem. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/ser

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread marijan milicevic
Hi Ken, > to another page via a submit button it just goes to default(I guess default > because glassfish logging mech sucks) and I keep coming up with the same page. > > if you have problems with logging, just drop your log4j.xml into domain1/classes directory, and log to a file which you can

Re: [Stripes-users] Stripes and Sun Java appserv/glassfish

2008-06-17 Thread Philip Simpson
I also had problems with the logging. I found that if I want to use the standard Glassfish server.log instead of a separate log file then I have to do the following: 1. In the administrator Glassfish web console on the page Application Server > Logging > Log Levels. Add an additional paramete

Re: [Stripes-users] Thoughts on this..

2008-06-17 Thread Will Hartung
On Jun 17, 2008, at 9:58 AM, Nick Stuart wrote: > Has anyone had the requirement to use more then one properties file > for defining field labels? We basically want the setup that > FieldLabels.properties is our 'default' settings that rarely ever > get change, and if our customers want to

Re: [Stripes-users] Thoughts on this..

2008-06-17 Thread Oscar Westra van Holthe - Kind
On 17-06-2008 at 20:54, Will Hartung wrote: > > If LocalizationBundleFactory can be used to return any > ResourceBundle, why not implement your own version of ResourceBundle > that is aware of the hierarchy of property files? Or if you prefer not to do that, you can (ab)use that hierarchy by

Re: [Stripes-users] Thoughts on this..

2008-06-17 Thread Will Hartung
On Jun 17, 2008, at 9:28 PM, Oscar Westra van Holthe - Kind wrote: > On 17-06-2008 at 20:54, Will Hartung wrote: >> >> If LocalizationBundleFactory can be used to return any >> ResourceBundle, why not implement your own version of ResourceBundle >> that is aware of the hierarchy of property files

Re: [Stripes-users] Thoughts on this..

2008-06-17 Thread Oscar Westra van Holthe - Kind
On 17-06-2008 at 23:30, Will Hartung wrote: > > On Jun 17, 2008, at 9:28 PM, Oscar Westra van Holthe - Kind wrote: > > > > Or if you prefer not to do that, you can (ab)use that hierarchy by > > overriding > > the Locale to use: as soon as the customer is identified, add a > > variant to > > th