Project

General

Profile

« Previous | Next » 

Revision 8fd1d584

Added by Remy Menard about 11 years ago

Version 2.0

  • All:
    - upgrades Apache CXF to 2.7.5
    - upgrades Apache ActiveMQ to 5.8.0
    - license LGPL-3 for client libraries
    - a few bugs fixed!
  • new DS and DSeTa applications:
    - use Apache CXF
    - use JMS to store events to publish
  • LaMBDa:
    - uses GaMMa for event mapping with OpenLayers
    - "trace" and "DS" services are fully functionnal
  • DiscoveryPHI:
    - uses YPSilon
    - access to the web interface of policy management is made by
    certificate
  • EpcisPHI:
    - adds the MasterData to the web interface of policy management
  • ETa:
    - retrieves the owner of MasterData in the attributes if missing from
    the extensions
  • EPCIS:
    - removes calls to old CXF classes to avoid compatibility problems
  • Installer:
    - installs and configures the new DS and DSeTa
    - adds GaMMa to LaMBDa
    - upgrades Apache Tomcat to 7.0.41 and mysql-connector to 5.1.25

View differences:

DSeTa/DSeTa/src/main/resources/application.properties
service-id=urn:epc:id:gsrn:1.001
session-time-lease=30
session-failed-id = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ds-service-type = ds
html-service-type = html
epcis-service-type = epcis
ds-ons-type = epc\\+ds
html-ons-type = epc\\+html
epcis-ons-type = epc\\+epcis
use-xacml = false;
xacml-address = localhost
xacml-port = 9999
xacml-ihm-url = http://localhost:8080/xacml-local/
# TLS private and public keys
pks-filename = /srv/privatekeys.jks
pks-password = changeit
trust-pks-filename = /srv/publickeys.jks
trust-pks-password = changeit
xacml-url=http://localhost:8080/dphi/xi
xacml-default-user=default
xacml-anonymous-user=anonymous
## The following properties provide configuration to DSeTa in a
## multi DSeTa architecture mode.
## Set true if DSeTa is able to discuss with other DSeTas in the internet of things.
multi-dseta-architecture = false
## Set the ONS hosts to locate the address of a particular DSeTa for a particular
## EPC code. (ex : ons = addr1,addr2,..... )
ons-hosts = localhost
# ONS root domain (to construct FQDN from EPCs)
ons-domain-prefix = ons-peer.com.
# ONS specification used.
# 1.0 : original version (10000.30000.sgtin.id.ons-peer.com)
# 2.0 : WINGS version (0.0.0.0.1.0.0.0.0.3.sgtin.id.ons-peer.com)
ons-spec-level = 2.0
# nomenclature of the NAPTR fields
ons-epcis-entry = epc\\+epcis
ons-ided-epcis-entry = epc\\+ided_epcis
ons-ds-entry = epc\\+ds
ons-ided-ds-entry = epc\\+ided_ds
ons-html-entry = epc\\+html
ons-entry-regex = \\!\\^\\.\\*\\$\\!|\\!
service-id = https://localhost:8443/dseta
publisher-delay = 10000
publisher-period = 60000
publisher-timeout = 200
jms-url = tcp://localhost:61616
jms-login=
jms-password=
jms-queue-name= toPublish
jms-message-time-property = lastPublication

Also available in: Unified diff