[appfuse-user]

2008-03-23 Thread Derek Broughton
Something more mundane. Why does use of: inside a generate a tag before the (it actually wraps the in a and the in )? It doesn't seem to be part of the specification. For now the bullet before the SELECT is the least of my problems :-) And what do I have to do to actually get the def

Re: [appfuse-user] Error deploying in Jetty

2008-03-23 Thread Acrobat
Thank you dusty! LookupManager interface is correctly defined, in file applicationContext-service.xml, nor in applicationContext.xml. This file is located in /src/main/resources. I guess if Jetty is not able to find the file correctly... dusty wrote: > > I think this error means that spring c

Re: [appfuse-user] Re: Re: Executing Named query

2008-03-23 Thread Rob Hills
Hi Derek, Derek Broughton wrote: Rob Hills wrote: That may well work, but I suspect it's a bad habit to get into. Creating your own Manager (extending GenericManager) and Dao (extending GenericDao) and their implementing classes can be a bit of a chore, but unless your app is a _very_ simple