Révision 8fd1d584
Ajouté par Remy Menard il y a plus de 11 ans
EpcILoN/src/main/resources/application.properties | ||
---|---|---|
# gateway.properties - various properties (loaded at runtime) which are used
|
||
# to configure the behaviour of the discovery module interface
|
||
|
||
## identity of this application
|
||
identity = anonymous
|
||
|
||
## login and password for the ds connection :
|
||
|
||
login = anonymous
|
||
password = anonymous
|
||
|
||
session-failed-id = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||
|
||
## service address
|
||
|
||
discovery-service-address = http://localhost:8080/ds/services/ESDS_Service
|
||
|
||
## query client address
|
||
|
||
query-client-address = http://localhost:8080/epcis/query
|
||
query-callback-address = http://localhost:8080/epcilon/StandingQueryCallbackServlet
|
||
|
||
## publisher properties :
|
||
|
||
publisher-frequency = 20000
|
||
publisher-frequency = 30000
|
||
publisher-max-wait = 100000
|
||
publisher-monitor-frequency = 25000
|
||
#max number of EPCIS events to handle
|
||
epcis-to-ds-pool-event = 1000
|
||
|
||
## number of DS events by query
|
||
simultaneous-publish-limit = 20
|
||
|
||
|
||
## event default properties :
|
||
|
||
default-event-epc = urn:epc:id:default:0.0.0
|
||
default-event-business-step = urn:orange:demo:bizstep:fmcg:default
|
||
default-event-class = C_DEFAULT
|
||
default-event-id = 1
|
||
default-event-sc = SC_DEFAULT
|
||
default-event-ttl = 365
|
||
default-event-priority = 1
|
||
default-event-to-publish-timestamp = 20000000
|
||
publisher-pending-republish = 180000
|
||
|
||
... | ... | |
subscription-type = 1
|
||
subscription-value = 10
|
||
|
||
## fr.iota.epcilon.discovery.Publisher (publication one by one) || fr.unicaen.iota.epcilon.discovery.XPublisher (multiple publication)
|
||
publisher-class-name = fr.unicaen.iota.epcilon.discovery.XPublisher
|
||
publish = false
|
||
|
||
## use IoTa IDed (ETa and DSeTa) or not (EPCIS and DS)
|
||
iota-ided = false
|
||
|
||
## identity of this application
|
||
identity = anonymous
|
||
|
||
# TLS private and public keys
|
||
pks-filename = /srv/privatekeys.jks
|
||
pks-password = changeit
|
Formats disponibles : Unified diff
Version 2.0
- upgrades Apache CXF to 2.7.5
- upgrades Apache ActiveMQ to 5.8.0
- license LGPL-3 for client libraries
- a few bugs fixed!
- use Apache CXF
- use JMS to store events to publish
- uses GaMMa for event mapping with OpenLayers
- "trace" and "DS" services are fully functionnal
- uses YPSilon
- access to the web interface of policy management is made by
certificate
- adds the MasterData to the web interface of policy management
- retrieves the owner of MasterData in the attributes if missing from
the extensions
- removes calls to old CXF classes to avoid compatibility problems
- 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