Changeset 1124
- Timestamp:
- 02/16/09 13:32:40 (3 years ago)
- Files:
-
- his/tags/1.5.0 (copied) (copied from his/trunk)
- his/tags/1.5.0/configuration/startsite/tomcat/conf/his.properties (modified) (4 diffs)
- his/tags/1.5.0/configuration/startsite/tomcat/conf/log4j.properties (modified) (2 diffs)
- his/tags/1.5.0/configuration/startsite/tomcat/conf/questionnaire.properties (modified) (1 diff)
- his/tags/1.5.0/configuration/startsite/tomcat/conf/security-context.xml (modified) (1 diff)
- his/tags/1.5.0/data/pom.xml (modified) (1 diff)
- his/tags/1.5.0/frontend/common/pom.xml (modified) (1 diff)
- his/tags/1.5.0/frontend/domform/pom.xml (modified) (1 diff)
- his/tags/1.5.0/frontend/internal/pom.xml (modified) (1 diff)
- his/tags/1.5.0/frontend/pom.xml (modified) (1 diff)
- his/tags/1.5.0/frontend/web/pom.xml (modified) (1 diff)
- his/tags/1.5.0/plugin/api/pom.xml (modified) (1 diff)
- his/tags/1.5.0/plugin/bridge/pom.xml (modified) (1 diff)
- his/tags/1.5.0/plugin/pom.xml (modified) (1 diff)
- his/tags/1.5.0/pom.xml (modified) (1 diff)
- his/tags/1.5.0/questionnaire/frontend/his-questionnaire-frontend.iml (added)
- his/tags/1.5.0/questionnaire/frontend/pom.xml (modified) (1 diff)
- his/tags/1.5.0/questionnaire/his-questionnaire.iml (added)
- his/tags/1.5.0/questionnaire/pom.xml (modified) (1 diff)
- his/tags/1.5.0/questionnaire/service/his-questionnaire-service.iml (added)
- his/tags/1.5.0/questionnaire/service/pom.xml (modified) (1 diff)
- his/tags/1.5.0/samples/form/pom.xml (modified) (1 diff)
- his/tags/1.5.0/samples/frontend-plugin/pom.xml (modified) (1 diff)
- his/tags/1.5.0/samples/pathway-plugin/pom.xml (modified) (1 diff)
- his/tags/1.5.0/samples/patientpropagation-plugin/pom.xml (modified) (1 diff)
- his/tags/1.5.0/samples/pom.xml (modified) (1 diff)
- his/tags/1.5.0/service/pom.xml (modified) (1 diff)
- his/tags/1.5.0/support/data/pom.xml (modified) (1 diff)
- his/tags/1.5.0/support/pom.xml (modified) (1 diff)
- his/tags/1.5.0/support/testutil/pom.xml (modified) (1 diff)
- his/tags/1.5.0/support/testutil/src/main/resources/test.properties (modified) (2 diffs)
- his/tags/1.5.0/support/util/pom.xml (modified) (1 diff)
- his/tags/1.5.0/support/xmldb/pom.xml (modified) (1 diff)
- his/tags/1.5.0/tools/pom.xml (modified) (1 diff)
- his/tags/1.5.0/tools/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
- his/tags/1.5.0/vecozo/pom.xml (modified) (1 diff)
- his/tags/1.5.0/vecozo/src/main/resources/vecozo-client.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
his/tags/1.5.0/configuration/startsite/tomcat/conf/his.properties
r822 r1124 33 33 # 34 34 jpa.database=MYSQL 35 jpa.showSql= true35 jpa.showSql=false 36 36 jpa.generateDdl=false 37 37 jpa.databasePlatform=org.hibernate.dialect.MySQL5InnoDBDialect … … 47 47 xmldb.healthrecord.collection.path=/his/healthrecords 48 48 49 #50 # LDAP configuration51 #52 ldap.url=ldap://www.joiningtracks.org:1938953 ldap.baseDn=dc=jttest,dc=joiningtracks,dc=org 54 ldap.userDn=uid=root,cn=users,dc=jttest,dc=joiningtracks,dc=org 55 ldap.password=jttest 49 # 50 # LDAP configuration 51 # 52 # ldap.url=ldap://kantoor.zorginitiatieven.nl:389 53 # ldap.baseDn=dc=kantoor,dc=zorginitiatieven,dc=nl 54 # ldap.userDn=uid=ccis,cn=users,dc=kantoor,dc=zorginitiatieven,dc=nl 55 # ldap.password=hBvVw1nd! 56 56 57 #The maximum size (in pixels) for the photo by the patient saved in the ldap 58 ldap.patientMaxPhotoSize=150 57 # Properties for the localhost debug ldap server with OSX schema 58 ldap.url=ldap://localhost:19389 59 ldap.baseDn=dc=jttest,dc=spectare,dc=nl 60 ldap.userDn=uid=root,cn=users,dc=jttest,dc=spectare,dc=nl 61 ldap.password=jttest 62 #user olger with password olger is in the directory (just set other passwords when required..) 59 63 60 # For each patient, a new user is created in Open Directory (LDAP) 61 # These are some static values that are filled in for each patient user 62 # The group id is an id for the 'patients' group, they have their own group. 63 opendirectory.patientuser.groupId=1027 64 # Every patient user can have the same uid. 65 opendirectory.patientuser.uidNumber=999 66 # The default password, base64 encoded. 67 opendirectory.patientuser.userPassword=KioqKioqKio= 68 # Home directory. 99 is an empty home directory 69 opendirectory.patientuser.homeDirectory=99 70 # This is the Apple services locator for the calendar service. Copy this value from a user in 71 # Open Directory who has access to the Calendar Service. 72 opendirectory.patientuser.appleserviceslocator=6B188068-CA61-4F2F-AE09-AABACD50F915:985E8857-6D37-47F9-801A-04D609195FC8:calendar 73 # The groupId that contains the employees as members (gidNumber) 74 opendirectory.employee.groupId=1026 64 65 #The maximum size (in pixels) for the photo by the patient saved in the ldap 66 ldap.patientMaxPhotoSize=150 67 68 # For each patient, a new user is created in Open Directory (LDAP) 69 # These are some static values that are filled in for each patient user 70 # The group id is an id for the 'patients' group, they have their own group. 71 opendirectory.patientuser.groupId=1027 72 # Every patient user can have the same uid. 73 opendirectory.patientuser.uidNumber=999 74 # The default password, base64 encoded. 75 opendirectory.patientuser.userPassword=KioqKioqKio= 76 # Home directory. 99 is an empty home directory 77 opendirectory.patientuser.homeDirectory=99 78 # This is the Apple services locator for the calendar service. Copy this value from a user in 79 # Open Directory who has access to the Calendar Service. 80 opendirectory.patientuser.appleserviceslocator=FA9D478A-89A5-45D6-8C4F-3DA99CFD6D43:1FD31695-5026-4EFC-95D5-04F326EE5154:calendar 81 # Open Directory employee groupId 82 # opendirectory.employee.groupId=1028 83 opendirectory.employee.groupId=20 75 84 76 85 # … … 93 102 # Folder where the OSGi container stores its state (configuration, state of bundles, etc) 94 103 # 95 osgi.configuration.dir=/ tmp/osgi_config104 osgi.configuration.dir=/opt/apache-tomcat-6.0.14/osgi-runtime 96 105 97 106 # 98 107 # Folder where the application watches for new plugins 99 108 # 100 osgi.bundles.pickup.dir=/ tmp/osgi_pickup109 osgi.bundles.pickup.dir=/opt/apache-tomcat-6.0.14/bundles 101 110 102 111 # … … 121 130 # CalDav plugin configuration # 122 131 ###################################### 123 caldav.host= 10.0.114.196132 caldav.host=localhost 124 133 caldav.port=8008 125 134 caldav.root=/calendars/ 126 135 127 caldav.username= planning128 caldav.password= planning136 caldav.username=admin 137 caldav.password=admin 129 138 ###################################### 130 139 # End of CalDav plugin configuration # his/tags/1.5.0/configuration/startsite/tomcat/conf/log4j.properties
r1092 r1124 18 18 log4j.appender.Stdout.layout.conversionPattern=%-5p - %-26.26c{1} - %m\n 19 19 20 log4j.rootLogger= ERROR,Stdout20 log4j.rootLogger=DEBUG,Stdout 21 21 22 22 log4j.logger.org.apache.wicket=ERROR … … 30 30 log4j.logger.org.joiningtracks=DEBUG 31 31 log4j.logger.org.joiningtracks.his.data.transaction.JbpmJpaTransactionManager=ERROR 32 log4j.logger.org.joiningtracks.his.service.planning.converter.AppointmentConverter=ERROR 33 log4j.logger.org.joiningtracks.his.data.model.NotResolvedAttendee=ERROR 32 34 log4j.logger.org.exist.storage.btree=ERROR 33 log4j.logger.org.hibernate=WARN 35 log4j.logger.org.hibernate=DEBUG 36 log4j.logger.com.mchange=ERROR his/tags/1.5.0/configuration/startsite/tomcat/conf/questionnaire.properties
r1092 r1124 37 37 jpa.databasePlatform=org.hibernate.dialect.MySQL5InnoDBDialect 38 38 39 #======================================================================================================================# 40 # HTTP Response callback settings # 41 #======================================================================================================================# 42 http.responseURL=http://localhost:8080/ccis/ 43 http.authScopeHost=localhost 44 http.authScopePort=8080 45 http.user=olger 46 http.password=olger 39 47 40 48 #======================================================================================================================# 41 # OSGi Container Settings #49 # OSGi Container Settings # 42 50 #======================================================================================================================# 43 51 his/tags/1.5.0/configuration/startsite/tomcat/conf/security-context.xml
r1092 r1124 21 21 http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd"> 22 22 23 <security:authentication-provider> 24 <security:user-service id="userDetailsService" properties="file:${config.directory}/users.properties"/> 25 </security:authentication-provider> 23 <security:ldap-server id="ldapServer" url="${ldap.url}/${ldap.baseDn}" 24 manager-dn="${ldap.userDn}" 25 manager-password="${ldap.password}"/> 26 27 <security:ldap-user-service user-search-filter="(uid={0}),cn=users" 28 user-search-base="cn=users" 29 group-search-base="cn=groups" 30 group-search-filter="(memberUid={0})"/> 31 32 <bean id="ldapAuthenticationProvider" class="org.springframework.security.providers.ldap.LdapAuthenticationProvider"> 33 <constructor-arg> 34 <bean class="org.springframework.security.providers.ldap.authenticator.BindAuthenticator"> 35 <constructor-arg> 36 <ref local="ldapServer"/> 37 </constructor-arg> 38 <property name="userDnPatterns"> 39 <list> 40 <value>uid={0},cn=users</value> 41 </list> 42 </property> 43 </bean> 44 </constructor-arg> 45 <constructor-arg ref="org.joiningtracks.his.support.util.security.OpenDirectoryGroupAuthorityPopulator"/> 46 <security:custom-authentication-provider /> 47 </bean> 48 49 <bean class="org.joiningtracks.his.support.util.security.OpenDirectoryGroupAuthorityPopulator"> 50 <constructor-arg> 51 <ref local="ldapServer"/> 52 </constructor-arg> 53 <constructor-arg value="cn=groups"/> 54 <property name="groupRoleAttribute" value="cn"/> 55 <property name="convertToUpperCase" value="true" /> 56 <property name="defaultRole" value="ROLE_USER" /> 57 <property name="rolePrefix" value="ROLE_" /> 58 <property name="searchSubtree" value="true" /> 59 <property name="groupSearchFilter" value="(memberUid={0})" /> 60 </bean> 26 61 27 62 </beans> his/tags/1.5.0/data/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/frontend/common/pom.xml
r1108 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/frontend/domform/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/frontend/internal/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/frontend/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/frontend/web/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/plugin/api/pom.xml
r1120 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-plugin</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/plugin/bridge/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-plugin</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/plugin/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/pom.xml
r1120 r1124 24 24 <groupId>org.joiningtracks</groupId> 25 25 <artifactId>his</artifactId> 26 <version>1.5.0 -SNAPSHOT</version>26 <version>1.5.0</version> 27 27 <packaging>pom</packaging> 28 28 his/tags/1.5.0/questionnaire/frontend/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-questionnaire</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/questionnaire/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/questionnaire/service/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-questionnaire</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/samples/form/pom.xml
r1107 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/samples/frontend-plugin/pom.xml
r1107 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/samples/pathway-plugin/pom.xml
r1107 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/samples/patientpropagation-plugin/pom.xml
r1107 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/samples/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/service/pom.xml
r1106 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/support/data/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/support/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/support/testutil/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/support/testutil/src/main/resources/test.properties
r1092 r1124 50 50 # LDAP configuration 51 51 # 52 ldap.url=ldap:// www.joiningtracks.org:1938952 ldap.url=ldap://localhost:19389 53 53 ldap.baseDn=dc=jttest,dc=joiningtracks,dc=org 54 54 ldap.userDn=uid=root,cn=users,dc=jttest,dc=joiningtracks,dc=org … … 116 116 # CalDav plugin configuration # 117 117 ###################################### 118 caldav.host= 10.0.114.196118 caldav.host=localhost 119 119 caldav.port=8008 120 120 caldav.root=/calendars/ his/tags/1.5.0/support/util/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/support/xmldb/pom.xml
r1092 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/tools/pom.xml
r1092 r1124 19 19 <artifactId>his</artifactId> 20 20 <groupId>org.joiningtracks</groupId> 21 <version>1.5.0 -SNAPSHOT</version>21 <version>1.5.0</version> 22 22 <relativePath>../pom.xml</relativePath> 23 23 </parent> his/tags/1.5.0/tools/src/main/resources/archetype-resources/pom.xml
r1107 r1124 8 8 <artifactId>his-samples</artifactId> 9 9 <groupId>org.joiningtracks</groupId> 10 <version>1.5.0 -SNAPSHOT</version>10 <version>1.5.0</version> 11 11 </parent> 12 12 his/tags/1.5.0/vecozo/pom.xml
r1107 r1124 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.5.0 -SNAPSHOT</version>22 <version>1.5.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.5.0/vecozo/src/main/resources/vecozo-client.properties
r763 r1124 1 webservice.endpoint.uri= <enter the URI of the Vecozo Webservice here>2 truststore.location= <enter the location of the truststore here>3 truststore.password= <enter the password of the certificate here>1 webservice.endpoint.uri=https://certificaten.vecozo.nl/webservices/cov/vz3738.asmx 2 truststore.location=/Library/Tomcat/conf/Vecozo-NOK-SOAP-Apple.p12 3 truststore.password=hBvVw1nd!
