[
https://issues.jboss.org/browse/JBIDE-15653?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-15653:
------------------------------------------
The problem arises when the OpenShiftPublishMethod executes #refreshProject:
{code}
protected void refreshProject(final IProject project, IProgressMonitor monitor) throws
CoreException {
// Already inside a workspace scheduling rule
project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
}
{code}
The call to #refreshLocal will fail since the Server#PublishJon complains about the
project not being included in its scheduling rule
Import application wizard: Errors "Could not publish: Attempted
to begin rule"
------------------------------------------------------------------------------
Key: JBIDE-15653
URL:
https://issues.jboss.org/browse/JBIDE-15653
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 4.2.0.Alpha1
Attachments: could-not-import.png, gitignore-committed-locally.png
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira