Révision 8fd1d584
Ajouté par Remy Menard il y a plus de 11 ans
IoTa-Installer/lib/eta_callback_sender.py | ||
---|---|---|
installer.WebAppInstaller.__init__(self, "ETa Callback Sender web application", "eta_callback_sender", [
|
||
("Enter the ETa Callback Sender web application name", "eta_callback_sender", "name", {}),
|
||
("Enter the archive file pathname", "eta_callback_sender", "repo_war", {"type": "file"}),
|
||
("Enter the ActiveMQ consummer queue name for Callback Sender", "eta_callback_filter", "send_queue_name", {}),
|
||
("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 Sender", "eta_callback_filter", "send_queue_name", {}),
|
||
("Enter the timeout (wait for event to send, in ms)", "eta_callback_sender", "jms_timeout", {}),
|
||
("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 startup delay (in ms)", "eta_callback_sender", "startup-delay", {}),
|
||
("Enter the polling delay (in ms)", "eta_callback_sender", "polling-delay", {}),
|
||
], [
|
||
("application",
|
||
{ "activemq-queueName": ("eta_callback_filter", "send_queue_name"),
|
||
"activemq-url": ("activemq", "url"),
|
||
"activemq-login": ("activemq", "login"),
|
||
"activemq-password": ("activemq", "password"),
|
||
{ "jms-queueName": ("eta_callback_filter", "send_queue_name"),
|
||
"jms-url": ("activemq", "url"),
|
||
"jms-login": ("activemq", "login"),
|
||
"jms-password": ("activemq", "password"),
|
||
"jms-timeout": ("eta_callback_sender", "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
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