[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
I would argue that an application scoped seam component, with defaults set in seam.properties, and a quick crud, would be ideal for this. Certainly quick to develop - but changes would be lost between redeploys I guess. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread knuwu
Ok, perhaps I have to be more precise. The configuration properties I'm talking about do not belong to the seam configuration of components. I'm talking about application specific parameters controlling for examples the behaviour of business logic. Example: A booking application stores all canc

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1052 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028329#4028329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028329 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: How to get Container properties

2007-03-15 Thread petemuir
I use a different approach: Have seam-dev.properties, seam-prod.properties (etc.) and use my and script to copy the correct one to WEB-INF/classes/seam.properties when I do ant war - in fact, I think seam-gen should probably do this. View the original post : http://www.jboss.com/index.html?mod