[jbosstools-issues] [JBoss JIRA] (JBDS-2365) ESB projects cannot be deployed using Server Add/Remove

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Thu Nov 15 10:17:22 EST 2012


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

Brian Fitzpatrick commented on JBDS-2365:
-----------------------------------------

Ok, looking at org.jboss.tools.esb.project.core, we have the ESB runtime resolver (org.jboss.tools.esb.project.core.esbRuntimeResolver extension in plugin.xml) looking for these runtime types if it's either ESB 4.10 or ESB 4.11:
* org.jboss.ide.eclipse.as.runtime.eap.51
* org.jboss.ide.eclipse.as.runtime.50
* org.jboss.ide.eclipse.as.runtime.51
* org.jboss.ide.eclipse.as.runtime.60

To test to see if the runtime supports 4.11, we check for the existence of juddi-client-3.1.3.jar and jbossesb-rosetta.jar in the runtime lib directory "esb.deployer" in the runtime directory structure. We do this in the org.jboss.tools.esb.core.runtime.ESBRuntimeResolver_411 class.

My guess is that the juddi-client jar has changed versions and it's not an exact match. Can anybody verify that?
                
> ESB projects cannot be deployed using Server Add/Remove
> -------------------------------------------------------
>
>                 Key: JBDS-2365
>                 URL: https://issues.jboss.org/browse/JBDS-2365
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: SOA Tooling / Platform 
>    Affects Versions: 5.0.0.GA-SOA
>         Environment: Fedora, jdk7
>            Reporter: Jeremy Davis
>            Assignee: Douglas Palmer
>            Priority: Critical
>             Fix For: 4.1.4.GA
>
>
> * Create a new server runtime for SOA-P 5.3
> -- Preferences -> Server -> Runtime Environments
> * Create a new ESB project with the defaults
> * Right click the server and chosse "Add and Remove" and the project cannot be added. Error message is, "The server does not support version 4.11 of the JBoss ESB Module specification.
> The project can be deployed after right clicking and choosing "Mark as deployable," but it can never be added using "Add and Remove."

--
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