[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1670) Seeing "Target runtime jboss-soa-p-5.0 Runtime is not defined." error - in spite of the name of the runtime being set - with JBDS + AS + JBossESB

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Thu May 26 14:57:01 EDT 2011


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

Snjezana Peco commented on JBDS-1670:
-------------------------------------

This example is defined so that it requires the EAP 5.x  server and the ESB component
...
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
...
<property name="required-components">esb</property>
...

You have defined the AS server and added the ESB component. Since the requirement isn't satisfied, the Project Example engine shows a warning which is correct.

If this example needs to be executed on the JBoss AS 5.1, you have to change the requirement such as the following:
...
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50, org.jboss.ide.eclipse.as.runtime.51</property>
...
<property name="required-components">esb</property>
...

The attached log isn't related to this issue.

BTW  When you add the WTP requirement, you can name a runtime whatever you want. The Project example engine will find a corresponding runtime and change the name in the project's classpath.


> Seeing "Target runtime jboss-soa-p-5.0 Runtime is not defined." error - in spite of the name of the runtime being set - with JBDS + AS + JBossESB
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1670
>                 URL: https://issues.jboss.org/browse/JBDS-1670
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: integration
>         Environment: Version: 4.0.0.GA
> Build id: v20110216-1930-H239-GA
> Build date: 20110216-1930
> JBoss AS 5.1
> JBossESB 4.9
>            Reporter: Len DiMaggio
>         Attachments: log, Screenshot-200.png, Screenshot-201.png, Screenshot-202.png, Screenshot-203.png, Screenshot-204.png
>
>
> With JBDS 4 GA + AS 5.1 GA and JBossESB 4.9, I'm seeing this issue with the ESB examples
> Regardless of whether the AS server runtime is named "jboss-soa-p-5.0 Runtime", this error is raised:
> Target runtime jboss-soa-p-5.0 Runtime is not defined.
> See attached screenshots and .log file

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list