Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » Remote Project?
Remote Project? [message #1768075] Thu, 13 July 2017 12:55 Go to next message
Claudia Irvine is currently offline Claudia IrvineFriend
Messages: 30
Registered: July 2015
Member
Is Sirius limited to use on a local file system? I am throwing an error in RepresentationsFileSaxParser.analyze due to representationsFile.getRawLocation() which returns null on remote projects.
Re: Remote Project? [message #1768090 is a reply to message #1768075] Thu, 13 July 2017 13:34 Go to previous messageGo to next message
Maxime Porhel is currently offline Maxime PorhelFriend
Messages: 516
Registered: July 2009
Location: Nantes, France
Senior Member
Hi Claudia,

representationFile is a org.eclipse.core.resources.IFile, getRawLocation(), a null result indicates that no path can be determined.

Could you give us more details about the file your are trying to open ?
How did you try to open it ?
How do you add it to your workspace ?

Regards,

Maxime

Re: Remote Project? [message #1768206 is a reply to message #1768090] Fri, 14 July 2017 14:49 Go to previous messageGo to next message
Claudia Irvine is currently offline Claudia IrvineFriend
Messages: 30
Registered: July 2015
Member
1. Create a remote connection.
2. Create a project that uses that remote location, not the default workspace.
3. Convert to modeling project throws above error because getRawLocation() always returns null on a remote resource.

I am able to create diagrams in non-modeling nature projects using the CreateRepresentationCommand; however, the same code on a remote project throws an error in InterpreterRegistry.getInterpreter because it can't find a session.

I assume these two issues are related?
Re: Remote Project? [message #1768300 is a reply to message #1768206] Mon, 17 July 2017 08:14 Go to previous messageGo to next message
Maxime Porhel is currently offline Maxime PorhelFriend
Messages: 516
Registered: July 2009
Location: Nantes, France
Senior Member
Hi Claudia,

This seems to be a bug, could you report it in https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sirius ?

Regards,

Maxime
Re: Remote Project? [message #1768334 is a reply to message #1768300] Mon, 17 July 2017 15:21 Go to previous message
Claudia Irvine is currently offline Claudia IrvineFriend
Messages: 30
Registered: July 2015
Member
Done. Thank you
Previous Topic:Research: Sirius vs other MDD tools
Next Topic:Title property view
Goto Forum:
  


Current Time: Fri Apr 19 22:53:32 GMT 2024

Powered by FUDForum. Page generated in 0.03240 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top