Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362657

Summary: Resource splitting doesn't applied when importing model
Product: [Modeling] EMFStore Reporter: Nikolay Kasyanov <corrmage>
Component: CommonAssignee: Maximilian Koegel <mkoegel>
Status: CLOSED INVALID QA Contact:
Severity: enhancement    
Priority: P3 CC: emueller, mkoegel
Version: unspecified   
Target Milestone: backlog   
Hardware: All   
OS: All   
Whiteboard:

Description Nikolay Kasyanov CLA 2011-11-02 07:41:30 EDT
Build Identifier: 20110916-0149

I think it would be very useful if resource splitting will be applied for imported model elements

Reproducible: Always

Steps to Reproduce:
1. create project
2. import huge model in
3. model didn't spit
Comment 1 Maximilian Koegel CLA 2011-11-02 12:57:38 EDT
I absolutely agree, should not be too difficult to do, since the code is already there partly.

(In reply to comment #0)
> Build Identifier: 20110916-0149
> 
> I think it would be very useful if resource splitting will be applied for
> imported model elements
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. create project
> 2. import huge model in
> 3. model didn't spit
Comment 2 Maximilian Koegel CLA 2012-07-17 07:14:27 EDT
The feature of resource splitting has been replaced with the ability to save the model on demand, therefore the bug will not be fixed.
Comment 3 Nikolay Kasyanov CLA 2012-07-17 07:19:02 EDT
Thanks for the information.
Does resource splitting totally forbidden now or it's just doesn't work automatically?

We using separate resources (created by hand & then added to project) for some root objects in project. Will it stop working?
Comment 4 Maximilian Koegel CLA 2012-07-17 07:22:06 EDT
(In reply to comment #3)
> Thanks for the information.
> Does resource splitting totally forbidden now or it's just doesn't work
> automatically?
> 
> We using separate resources (created by hand & then added to project) for some
> root objects in project. Will it stop working?

I am not sure if it works with the current EMFStore release, since there are no test cases for splitting, did you try?