[jbosstools-issues] [JBoss JIRA] (JBIDE-15653) Import application wizard: Errors "Could not publish: Attempted to begin rule"

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed Oct 16 05:30:01 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12814542#comment-12814542 ] 

Andre Dietisheim commented on JBIDE-15653:
------------------------------------------

reverting the above, since turns out to be a complex workaround. I'll go for a simple patch that overrides the server adapter flag:

{code}
	@Override
	public boolean isUseProjectSpecificSchedulingRuleOnPublish() {
		// ensure we're locking the whole workspace while publishing.
		return false;
	}
{code}
                
> 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


More information about the jbosstools-issues mailing list