test
This commit is contained in:
5
properties/BeansContext.properties
Normal file
5
properties/BeansContext.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
# Configurar el comportamiento de BeansContext
|
||||
|
||||
_default=jndi
|
||||
_subcontext=Babydatenbank
|
||||
jndi=org.openxava.ejbx.JndiContextProvider
|
||||
16
properties/LoginContextFactory.properties
Normal file
16
properties/LoginContextFactory.properties
Normal file
@@ -0,0 +1,16 @@
|
||||
# LoginContextFactory.properties
|
||||
# Lista de clase para la factoria de ILoginContext
|
||||
|
||||
_defecto=jndi
|
||||
|
||||
# Hace una b<>squeda usando JNDI 1.2
|
||||
jndi=puntocom.negocio.context.JndiLoginContext
|
||||
|
||||
# Lee la configuraci<63>n CORBA de un orb.properties en el CLASSPATH
|
||||
orb=puntocom.negocio.context.OrbLoginContext
|
||||
|
||||
# Intenta configurar el host de conexi<78>n usando servicios JNLP
|
||||
jnlp=puntocom.negocio.context.JnlpLoginContext
|
||||
|
||||
# Corrige un bug en JavaWebStart 0.4
|
||||
jnlp04=puntocom.negocio.context.Jnlp04LoginContext
|
||||
4
properties/jndi-jboss.properties
Normal file
4
properties/jndi-jboss.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
|
||||
java.naming.provider.url=localhost:10666
|
||||
java.naming.factory.url.pkgs=org.jboss.naming
|
||||
|
||||
3
properties/jndi-websphere.properties
Normal file
3
properties/jndi-websphere.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory
|
||||
java.naming.provider.url=iiop://localhost
|
||||
|
||||
3
properties/jndi.properties
Normal file
3
properties/jndi.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
|
||||
java.naming.provider.url=localhost:10666
|
||||
java.naming.factory.url.pkgs=org.jboss.naming
|
||||
2
properties/logging.properties
Normal file
2
properties/logging.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
# In this way in order to produce log in Liferay 5.1
|
||||
#debug.com.sun.portal.level=WARNING
|
||||
5
properties/naviox-users.properties
Normal file
5
properties/naviox-users.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
# In plain OpenXava the users are added here in the form user=password
|
||||
# If you want full management of users, roles and modules stored in database,
|
||||
# get XavaPro from here: http://www.openxava.org/xavapro
|
||||
|
||||
admin=admin
|
||||
55
properties/naviox.properties
Normal file
55
properties/naviox.properties
Normal file
@@ -0,0 +1,55 @@
|
||||
# Password setting
|
||||
# Encrypting passwords is only available in XavaPro (http://www.openxava.org/xavapro)
|
||||
encryptPassword=true
|
||||
storePasswordAsHex=true
|
||||
# Initial admin password for first time execution and new organizations
|
||||
initialPasswordForAdmin=admin
|
||||
# There are many more password options in Configuration module of XavaPro (http://www.openxava.org/xavapro)
|
||||
|
||||
# Navigation options
|
||||
startInLastVisitedModule=true
|
||||
showModulesMenuWhenNotLogged=true
|
||||
#fixModulesOnTopMenu=Invoice, Order
|
||||
#initialModule=Invoice
|
||||
|
||||
# LDAP Config. LDAP is only available in XavaPro (http://www.openxava.org/xavapro)
|
||||
ldapHost=192.168.0.0
|
||||
ldapDomain=XX
|
||||
ldapDN=DC=XX,DC=XX,DC=XX
|
||||
ldapPort=389
|
||||
|
||||
# Multitenancy: Only available in XavaPro (http://www.openxava.org/xavapro)
|
||||
|
||||
# The create schema sentence used for creating a new organization
|
||||
# This is the default one
|
||||
createSchema=CREATE SCHEMA ${schema}
|
||||
# These are by database vendor, you can add yours using the database name
|
||||
# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName())
|
||||
createSchema.PostgreSQL=CREATE SCHEMA ${schema}
|
||||
createSchema.HSQL=CREATE SCHEMA ${schema} AUTHORIZATION DBA
|
||||
|
||||
# The drop schema sentence used for removing an existing organization
|
||||
# This is the default one
|
||||
dropSchema=DROP SCHEMA ${schema} CASCADE
|
||||
# These are by database vendor, you can add yours using the database name
|
||||
# as suffix (actually the first token of connection.getMetaData().getDatabaseProductName())
|
||||
dropSchema.MySQL=DROP SCHEMA ${schema}
|
||||
|
||||
|
||||
# Autologin, uncomment to login automatically with a user
|
||||
# Useful for testing or applications that do not need user sign in
|
||||
#autologinUser=admin
|
||||
#autologinPassword=admin
|
||||
|
||||
# Other options
|
||||
showApplicationName=true
|
||||
showOrganizationOnSignIn=true
|
||||
showListOfOrganizationsOnSignIn=true
|
||||
|
||||
# If false the server startup is faster, but new modules in your code are not recognized
|
||||
# Put it to false if you no longer add modules to your apps and have a lot of organizations
|
||||
updateNaviOXTablesInOrganizationsOnStartup=true
|
||||
|
||||
# Validator for email when sign up and using email as user name is on.
|
||||
# It must implement IValidator. The default value is org.openxava.validators.EmailValidator
|
||||
#emailValidatorForSignUpClass=org.openxava.validators.EmailValidator
|
||||
11
properties/xava-junit.properties
Normal file
11
properties/xava-junit.properties
Normal file
@@ -0,0 +1,11 @@
|
||||
port=8080
|
||||
locale=en
|
||||
|
||||
# By default the application name, uncomment to not use application name in the URL
|
||||
# contextPath=/
|
||||
|
||||
# If jetspeed2.url is present tests against a jetspeed2 portal,
|
||||
# else tests the modules directly
|
||||
#jetspeed2.url=openxava
|
||||
#jetspeed2.username=demo
|
||||
#jetspeed2.password=demo
|
||||
185
properties/xava.properties
Normal file
185
properties/xava.properties
Normal file
@@ -0,0 +1,185 @@
|
||||
# Look at OpenXavaTest/properties/xava.properties for more options
|
||||
# Please note that the list of commented entries at the end of this file includes
|
||||
# ALL of the possible options, including those listed in OpenXavaTest and others not listed elsewhere.
|
||||
#
|
||||
|
||||
readOnlyAsLabel=false
|
||||
i18nWarnings=true
|
||||
showCountInList=true
|
||||
maxSizeForTextEditor=80
|
||||
csvSeparator=;
|
||||
detailOnBottomInCollections=false
|
||||
failOnAnnotationMisuse=true
|
||||
emailAsUserNameInPortal=false
|
||||
buttonsForNoImageActions=false
|
||||
toUpperForStringArgumentsInConditions=true
|
||||
showFilterByDefaultInList=true
|
||||
mapFacadeAutoCommit=false
|
||||
#portletLocales=en,es,ca,fr
|
||||
|
||||
# Visual style
|
||||
# styleCSS=terra.css
|
||||
# styleCSS=light.css
|
||||
# styleCSS=dark.css
|
||||
# styleCSS=black-and-white.css
|
||||
# styleCSS=blue.css
|
||||
|
||||
# To do small modification over the current style just add your css rules to custom.css in web/xava/style
|
||||
# To create a completely new style: https://www.openxava.org/OpenXavaDoc/docs/custom-style_en.html
|
||||
|
||||
# If you remove all themes the theme chooser is disabled
|
||||
themes=terra.css, light.css, dark.css, black-and-white.css, blue.css
|
||||
|
||||
|
||||
|
||||
#SMTP related information
|
||||
smtpHost=Host
|
||||
smtpPort=25
|
||||
smtpUserId=user
|
||||
smtpUserPassword=password
|
||||
smtpHostTrusted=false
|
||||
smtpStartTLSEnable=false
|
||||
|
||||
# LOGGING LEVEL FOR OpenXava AND OpenXava APPLICATIONS
|
||||
# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF
|
||||
# This affects only if Java logging is used (usually in Tomcat and WebSphere).
|
||||
# It does not affect log4j configuration (usually in JBoss or if you use log4j in your app).
|
||||
# Default value is INFO
|
||||
javaLoggingLevel=FINE
|
||||
|
||||
# LOGGING LEVEL FOR HIBERNATE ENGINE
|
||||
# Possibles values are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF
|
||||
# Default value is INFO
|
||||
#hibernateJavaLoggingLevel=FINEST
|
||||
|
||||
# help
|
||||
#helpAvailable=false
|
||||
#helpInNewWindow=false
|
||||
# if 'helpPrefix' and 'helpSuffix' are not defined by default, they have 'http://www.openxava.org/OpenXavaDoc/docs/help_' and '.html'
|
||||
#
|
||||
# if the help is inside of our project
|
||||
#helpSuffix=.html
|
||||
#inside portal
|
||||
#helpPrefix=xava/help/
|
||||
#out of portal
|
||||
#helpPrefix=help/
|
||||
#
|
||||
# if the help is out of our project start the URL with http: or https:
|
||||
#helpPrefix=http://openxavatest.wikispaces.com/
|
||||
#helpSuffix=
|
||||
#
|
||||
# If you want to add the language as suffix (en, es, fr, etc.) end the URL with _
|
||||
# helpPrefix=http://openxavatest.wikispaces.com/help_
|
||||
########################################################################################################################################
|
||||
# List of all possible options for xava.properties
|
||||
# Uncomment to enable, but understand what you are doing!
|
||||
#
|
||||
# Entries are listed under their respective category, then each entry is listed.
|
||||
#
|
||||
# Category - Email
|
||||
# Property Description Default (if applicable)
|
||||
# emailAsUserNameInPortal false
|
||||
# smtpHost Host for sending mail through SMTP provider
|
||||
# smtpHostTrusted If true a mail server with an expired certificate can be used false
|
||||
# smtpPort Port to use for sending mail through a SMTP provider
|
||||
# smtpUserId User id for connecting to mail SMTP provider
|
||||
# smtpUserPassword User password for connecting to the SMTP server
|
||||
|
||||
# Category - Persistence
|
||||
# Property Description Default (if applicable)
|
||||
# defaultPersistenceUnit Persistence unit to be used as default default
|
||||
# mapFacadeAsEJB false
|
||||
# mapFacadeAutoCommit false
|
||||
#
|
||||
# Labels, Messages and Locales
|
||||
# i18nWarnings false
|
||||
# portletLocales Locales for portlet generation and deployment bg, ca, de, en, es, fr, in, it, ja, ko, nl, pl, pt, ru, sv, zh
|
||||
#
|
||||
# Application and Controllers
|
||||
# defaultLabelFormat Possibles values for defaultLabelFormat are: NORMAL
|
||||
# NORMAL, SMALL and NO_LABEL
|
||||
# defaultLabelStyle Pre-defined: bold-label, italic-label default (???)
|
||||
# defaultModeController Possibles values for defaultModeController are: Mode
|
||||
# Mode, DetailList, DetailOnly, ListOnly and SplitOnly. Also, you can name your
|
||||
# own custom controllers. If not specified, the default mode controller
|
||||
# associated to the style is used.
|
||||
# duplicateComponentWarnings On encountering duplicate components like true
|
||||
# controllers or modules, warning messages are written to the log
|
||||
# failOnAnnotationMisuse Throws error if properties, references or collections true
|
||||
# have non-applicable annotations.
|
||||
# generateDefaultModules If true it is not required to define modules in true
|
||||
# application.xml, OX generates the modules' information automatically
|
||||
#
|
||||
# Views and Layouts
|
||||
# alignedByColumns If true all properties within views are displayed aligned false
|
||||
# by column same as using # on all views.
|
||||
# buttonsForNoImageActions If true when an action has no image it uses a button false
|
||||
# for display it, else it uses a link.
|
||||
# maxSizeForTextEditor On large text (String) properties limits the display size 100
|
||||
# to this value
|
||||
# readOnlyAsLabel ???? false
|
||||
# showLabelsForToolBarActions If false the toolbar shows only the action images, true
|
||||
# no text is displayed
|
||||
# useIconsInsteadOfImages When both icon and image are defined for an action, true
|
||||
# the icon will be used
|
||||
# flowLayout If true adjusts the fields layout to the size of the page, false
|
||||
# ignoring the , ; # used in @View
|
||||
# showDefaultActionInBottom If true the default action is shown as the first true
|
||||
# action in bottom, even if it is already in top buttom bar
|
||||
#
|
||||
# Lists and Collections
|
||||
# customizeList If false, list customization is disallowed true
|
||||
# detailOnBottomInCollections false
|
||||
# ignoreAccentsForStringArgumentsInConditions If true it ignores accents to false
|
||||
# string arguments for conditions in list and collections
|
||||
# pageRowCount Default number of objects to show in lists and collections 10
|
||||
# resizeColumns If false, columns resizing is disabled false
|
||||
# saveAndStayForCollections If false, the save and stay button is hidden when true
|
||||
# adding elements to collections
|
||||
# showCountInList Displays the number of items at the bottom of the list true
|
||||
# showIconForViewReadOnly true
|
||||
# showFilterByDefaultInList If true filter is shown by default for list on init. true
|
||||
# The user always has the option to show or hide the filter
|
||||
# summationInList If true, summary rows are shown at bottom of lists, under true
|
||||
# numerical columns. Users can manually turn on or off the totals at each column
|
||||
# tabAsEJB false
|
||||
# toUpperForStringArgumentsInConditions If true upper case conversions are applied true
|
||||
# to string arguments for conditions in list and collections. If true, also
|
||||
# searching using list or collections are more flexible (the user can use
|
||||
# indistinctly upper or lower case) but can be slower in some databases
|
||||
# (because they cannot use index)
|
||||
# filterOnChange Filtering is done automatically when an option of a combo true
|
||||
# is chosen, without clicking on filter button
|
||||
#
|
||||
# Help
|
||||
# helpAvailable If true an icon to go to help is shown in the module false
|
||||
# helpInNewWindow If true the help page is opened in a new window, if false, true
|
||||
# the help page is opened in the current window
|
||||
# helpPrefix Help prefix for the help URL generation
|
||||
# helpSuffix Help suffix for the help URL generation
|
||||
#
|
||||
# FILE Stereotype
|
||||
# filePersistorClass Defines which class provides the storing of attachments. org.openxava.web.editors.FileSystemPersistor
|
||||
# filesPath File storage directory, if no database is used.
|
||||
#
|
||||
# Reporting
|
||||
# reportParametersProviderClass Class that provides the report parameters org.openxava.util.DefaultReportParametersProvider
|
||||
#
|
||||
# Miscellaneous
|
||||
# csvEncoding Because it's impossible to obtain the client encoding, that used by Excel to open the file. UTF-8, ISO-8859-1
|
||||
# csvSeparator ;
|
||||
# hibernateJavaLoggingLevel Logging level for hibernate. Valid values are: INFO
|
||||
# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF
|
||||
# javaLoggingLevel Logging level for java. Valid values are: INFO
|
||||
# SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL, OFF
|
||||
# componentParsersClasses List of comma separated classes used for parsing the org.openxava.component.parse.XMLComponentParser, org.openxava.component.parse.AnnotatedClassParser
|
||||
# components, they must implement org.openxava.component.parse.IComponentParser
|
||||
#
|
||||
# For email notifications
|
||||
#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider
|
||||
#
|
||||
# For log access tracking
|
||||
#accessTrackerProvidersClasses=org.openxava.util.LogAccessTrackerProvider
|
||||
#
|
||||
# For email notifications and log access tracking
|
||||
#accessTrackerProvidersClasses=org.openxava.util.EmailNotificationsAccessTrackerProvider,org.openxava.util.LogAccessTrackerProvider
|
||||
Reference in New Issue
Block a user