Ticket #274 (closed Defect: fixed)

Opened 12 years ago

Last modified 12 years ago

Hot deploy oddity in conjunction with "importModels"

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.1
Component: DeepaMehta Standard Distribution Version: 4.0.11
Keywords: Cc: dgf
Complexity: 3 Area:
Module: deepamehta-core

Description

If plugin A depends on the model of plugin B and plugin B is redeployed then plugin A is accidentally reinitialized and that reinitialization fails while registering A's web resources ("Servlet with alias already registered").

Change History

comment:1 Changed 12 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 12 years ago by Jörg Richter

Core fix: don't initialize a plugin twice (#274).

This solves "Servlet with alias already registered".
Redeploying e.g. the Webclient works properly.

Plugin code is cleaned up.

See ticket 274.

comment:3 Changed 12 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed

comment:4 Changed 12 years ago by Jörg Richter

Core fix: don't initialize a plugin twice (#274).

This solves "Servlet with alias already registered".
Redeploying e.g. the Webclient works properly.

Plugin code is cleaned up.

See ticket 274.

Note: See TracTickets for help on using tickets.