Search:

Type: Posts; User: ariesmcrae; Keyword(s):

Search: Search took 0.02 seconds.

  1. Re: Eclipse + STS plugin 2.5.0: Grails/Groovy conflict

    I got the same problem. To fix this, I simply did

    sudo chmod 777 -R /usr/local/eclipse

    My stack trace is below (which is now fixed) so that it gets indexed by search engines.



    Cannot...
  2. Hi Caulfield14 , From your DAO that extends...

    Hi Caulfield14 ,

    From your DAO that extends HibernateDaoSupport, then you can do this :

    public List getPeople( )
    {
    Criteria criteria = getSession( ).createCriteria(Person.class);
    ...
Results 1 to 2 of 2