Projet

Général

Profil

« Précédent | Suivant » 

Révision bf9c3717

Ajouté par Remy Menard il y a environ 11 ans

Version 1.99

  • All:
    - a few bugs fixed!
  • New web application LaMBDa
  • ETa:
    - new testing application to capture events
  • SigMa-Test:
    - new options to the command line to configure the public/private keys
    for TLS and for signature
  • ALfA, OMeGa:
    - new method more accurate than "traceEPC": the events are sorted by
    EPCIS
  • OmICroN:
    - New options added to the command line
  • YPSilon, EpcisPHI:
    - user can be identified by alias, if the DN of his certificate is
    incompatible with the LDAP directory
  • YPSilon:
    - new shell script to configure the LDAP directory (same
    functionnalities as IoTa-Installer)
  • IoTa-Installer:
    - installs and configures LaMBDa
    - finer certificate mangagement
    - EpcILoN correctly subscribe with TLS to ETa
  • Greyc letters figures:
    - new figure for LaMBDa
    - shows data flows between PHI and YPSilon
    - sets DS and DSeTa in different schemas

Voir les différences:

ETa/ETa/src/main/resources/application.properties
# application.properties - various properties (loaded at runtime) which are used
# to configure the behaviour of the epcis-repository application
# the version of this service, as exposed by getVendorVersion (must be valid URI)
service-version=https://code.google.com/p/fosstrak/wiki/EpcisMain/epcis-0.5.0
# the location of the EPCglobal EPCIS schema
epcisSchemaFile=/wsdl/EPCglobal-epcis-1_0.xsd
# the location of the EPCglobal EPCIS MasterData schema
epcisMasterDataSchemaFile=/wsdl/EPCglobal-epcis-masterdata-1_0.xsd
# the name of the JNDI datasource holding the connection to the database
jndi-datasource-name=java:comp/env/jdbc/ETADB
ldap-url=ldap://localhost:389
ldap-basedn=dc=mydomain,dc=com
ldap-user=admin
ldap-password=admin
session-time-lease=30
session-failed-id=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
xacml-url=http://localhost:8080/ephi/xi
xacml-ihm-url=http://localhost:8080/ihm_local/index.jsp
xacml-default-user=anonymous
eta-callback-url=http://localhost:8080/eta-callback-receiver/callback
epcis-query-url=http://localhost:8080/epcis/query
epcis-capture-url=http://localhost:8080/epcis/capture
sigma-url = http://localhost:8080/sigma
sigma-verification = false
# TLS private and public keys
pks-filename = /srv/privatekeys.jks
pks-password = changeit
trust-pks-filename = /srv/publickeys.jks
trust-pks-password = changeit
# application.properties - various properties (loaded at runtime) which are used
# to configure the behaviour of the epcis-repository application
# the version of this service, as exposed by getVendorVersion (must be valid URI)
service-version=https://code.google.com/p/fosstrak/wiki/EpcisMain/epcis-0.5.0
# the location of the EPCglobal EPCIS schema
epcisSchemaFile=/wsdl/EPCglobal-epcis-1_0.xsd
# the location of the EPCglobal EPCIS MasterData schema
epcisMasterDataSchemaFile=/wsdl/EPCglobal-epcis-masterdata-1_0.xsd
# the name of the JNDI datasource holding the connection to the database
jndi-datasource-name=java:comp/env/jdbc/ETADB
ldap-url=ldap://localhost:389
ldap-basedn=dc=mydomain,dc=com
ldap-user=admin
ldap-password=admin
session-time-lease=30
session-failed-id=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
xacml-url=http://localhost:8080/ephi/xi
xacml-ihm-url=http://localhost:8080/ihm_local/index.jsp
xacml-default-user=anonymous
eta-callback-url=http://localhost:8080/eta-callback-receiver/callback
epcis-query-url=http://localhost:8080/epcis/query
epcis-capture-url=http://localhost:8080/epcis/capture
sigma-url = http://localhost:8080/sigma
sigma-verification = false
# TLS private and public keys
pks-filename = /srv/privatekeys.jks
pks-password = changeit
trust-pks-filename = /srv/publickeys.jks
trust-pks-password = changeit

Formats disponibles : Unified diff