• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/etc/hibernate.properties

Revision 2128, 0.7 kB (checked in by jmoore, 11 months ago)

OmeroSessions : Removing EJB security infrastructure

  • Removed app/resources/* files for security
  • Removed all "@SecurityDomain?" annotations
  • Removed ejb.properties
    • Removed all references to in- or out-of-container
    • Renamed out-of-container.xml to datalayer.xml (no more JTA)
Line 
1############################################
2# database connection
3############################################
4database.host=localhost
5database.name=omero3
6database.profile=psql
7
8#
9# hibernate.properties
10# --------------------
11# environment variables for Hibernate. Hibernate looks
12# for this file specifically in the class path for setting
13# some properties like cglib.use_reflection_optimizer below.
14#
15#
16hibernate.bytecode.use_reflection_optimizer=false
17hibernate.show_sql=false
18hibernate.jdbc.batch_size=0
19
20hibernate.search.indexing_strategy=manual
21hibernate.search.default.directory_provider = org.hibernate.search.store.FSDirectoryProvider
22hibernate.validator.autoregister_listeners = false
23
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/