1. 05 Apr, 2015 4 commits
    • Merge branch 'uiFix' into 'master' · cfc74206
      Old ticket system bug
      
      When user was not sitting in any place, he did not see any ticket's if feature "Print only own" was enabled.
      
      Now there is "place for yourself" -button on this situation.
      
      See merge request !273
      Tuomas Riihimäki committed
    • Merge branch 'earname' into 'master' · 013a91c1
      java melody to correct place
      
      Java melody has been included in each web projects lib-directory, which is wrong way to monitor application with multiple web-modules.
      The correct way is to include JAR in ear project and add melody as a module to EARs application.xml and then add melody filter to each web-modules web.xml.
      
      Downside in this approach is that because eclipse is stupid and unpacks automatically only projects which are found from the workspace, either melody has to be added to workspace or all modules have to be packed and left for glassfish to unpack. If glassfish unpacks the project eclipse has to deploy the whole application each time any resource is updated instead of updating just changed files.
      
      Property for packed JAR deployment for glassfish can be found from doubleclicking the glassfish instance from 'servers' tab. Under 'Application Server' select 'open server properties page...'. Select 'glassfish' and check 'use jar archives for deployment'
      
      See merge request !272
      Tuukka Kivilahti committed
  2. 02 Apr, 2015 5 commits
  3. 01 Apr, 2015 11 commits
  4. 30 Mar, 2015 1 commit
  5. 29 Mar, 2015 19 commits