Opened 14 years ago
Closed 14 years ago
#1297 closed defect (done)
SandboxManager fails to load plugins properly
Reported by: | cneumuel | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | PluginInfrastructure | Version: | 3.3.3 |
Keywords: | Cc: |
Description (last modified by swagner)
It only loads the already loaded plugins into a new PluginManager.
Change History (10)
comment:1 Changed 14 years ago by cneumuel
- Status changed from new to accepted
comment:2 Changed 14 years ago by cneumuel
- Owner changed from cneumuel to swagner
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by cneumuel
fixed wrong appDomain directory in r4920
comment:4 Changed 14 years ago by swagner
- Description modified (diff)
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
- Version changed from 3.3.3 to 3.3.2
comment:5 Changed 14 years ago by swagner
- Owner changed from swagner to gkronber
These changes should be reviewed by gkronber, as he is the master chief of the plugin infrastructure.
comment:6 Changed 14 years ago by gkronber
It could be problematic to use the name of the AppDomain also as a directory name.
comment:7 Changed 14 years ago by gkronber
Added a formal parameter for the application-base directory name to CreateAndInitSandbox method in SandboxManager with r4970.
Please make sure that the applicationBase directory name is a valid directory name (using the Path class) when calling CreateAndInitSandbox.
comment:8 Changed 14 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:9 Changed 14 years ago by gkronber
comment:10 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
fixed in r4912