-1 from me too. --arjuna On 10/26/06, Simon Lessard <[EMAIL PROTECTED]> wrote:
Well, as far as I know, you cannot move web.xml so you can add a specification to that list and there's also the service provider standard that requires META-INF/services if I'm not mistaken. Trinidad cannot be used for stand-alone applications, it was made for web applications. I think that patch is a bit like asking Sun to allow Manifest.mf file to be placed anywhere rather than META-INF imho. Regards, ~ Simon On 10/26/06, Stefan Podkowinski <[EMAIL PROTECTED]> wrote: > > My case for creating the patch was that some frameworks require to > have config files in the classpath, so we decided to just put all of > them there, incl. spring etc. This convention also works for creating > standalone apps where no web-inf directory is available. I think it > should just be up to the developer to decide. In fact, I've only came > accross two frameworks so far that insisted on the web-inf location, > which is sitemesh (patch available through jira on this) and trinidad > (same as well now ;)) > > On 10/26/06, Simon Lessard <[EMAIL PROTECTED]> wrote: > > I don't really see the gain on trinidad-config.xml either... Web app. > config > > files are all found under WEB-INF except sometimes log4j.propertiesand > .hbm > > for Hibernate and those are linked to the classes, while > > trinidad-config.xmlis a pure WEB app config file. I could see it in > > META-INF as well by pushing > > the limits, but really not anywhere else. > > > > My 2ยข > > > > ~ Simon > > > > On 10/26/06, Adam Winer <[EMAIL PROTECTED]> wrote: > > > > > > What do people think about this proposed feature: > > > > > > http://issues.apache.org/jira/browse/ADFFACES-253 > > > > > > It lets you put trinidad-config.xml somewhere other than WEB-INF. I'm > > > kinda > > > split > > > on whether this is a good idea or not. It's hardly a big feature, so > on > > > the > > > one hand, why not, but on the other hand, it makes life harder for > > > development tools - they can't just know where to find the file - > makes > > > it possible for people to get confused about which file they're using, > > > and doesn't really seem to add a lot of benefit. > > > > > > -- Adam > > > > > > > > > > >
