Projet

Général

Profil

« Précédent | Suivant » 

Révision 8fd1d584

Ajouté par Remy Menard il y a presque 11 ans

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

Voir les différences:

IoTa-Installer/lib/eta_callback_filter_app.py
("Enter the path where you want to unpack it", "eta_callback_filter", "directory",
{"type": "path"}),
("Enter the name of the directory", "eta_callback_filter", "name", {}),
("Enter the ActiveMQ consummer queue name for Callback Filter", "eta_callback_receiver", "send_queue_name", {}),
("Enter the ActiveMQ sender queue name for Callback Filter", "eta_callback_filter", "send_queue_name", {}),
("Enter the URL to the XACML module", "epcis_policies", "xacml_url", {}),
("Enter the ETa database name", "eta", "db_name", {}),
("Enter the Callback database login", "eta", "callback_db_login", {}),
("Enter the Callback database password", "eta", "callback_db_password", {}),
("Enter the ActiveMQ consummer queue name for Callback Filter", "eta_callback_receiver", "send_queue_name", {}),
("Enter the ActiveMQ sender queue name for Callback Filter", "eta_callback_filter", "send_queue_name", {}),
("Enter the JMS message name property to set the time of the last try to send", "eta_callback_sender", "jms_message_time_property", {}),
("Enter the timeout (wait for event to send, in ms)", "eta_callback_filter", "jms_timeout", {}),
("Enter the startup delay (in ms)", "eta_callback_filter", "startup-delay", {}),
("Enter the polling delay (in ms)", "eta_callback_filter", "polling-delay", {}),
], [
("application",
{ "activemq-consQueueName": ("eta_callback_receiver", "send_queue_name"),
"activemq-sendQueueName": ("eta_callback_filter", "send_queue_name"),
"activemq-url": ("activemq", "url"),
"activemq-login": ("activemq", "login"),
"activemq-password": ("activemq", "password"),
{ "jms-consQueueName": ("eta_callback_receiver", "send_queue_name"),
"jms-sendQueueName": ("eta_callback_filter", "send_queue_name"),
"jms-url": ("activemq", "url"),
"jms-login": ("activemq", "login"),
"jms-password": ("activemq", "password"),
"jms-timeout": ("eta_callback_filter", "jms_timeout"),
"jms-message-time-property": ("eta_callback_sender", "jms_message_time_property"),
"database-url": ("eta", "callback_db_url"),
"database-login": ("eta", "callback_db_login"),
"database-password": ("eta", "callback_db_password"),

Formats disponibles : Unified diff