[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5645) Missing requirements description for Project Examples

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Mar 31 17:06:38 EDT 2010


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

Snjezana Peco commented on JBIDE-5645:
--------------------------------------

I have created a project example that can serve to solve this problem. I have used the "JBoss ESB HelloWorld Example - ESB" project example.
The changes that I have made are the following:

1) the helloworld and helloworld_testclient projects are now within one project example
2) "The example includes the helloworld and helloworld_testclient project. It requires JBoss SOA 4.3" have been added to the description element 
3) the following fix/requirement has been added:

<fix type="wtpruntime">
	<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.43</property>
	<property name="eclipse-projects">helloworld</property>
	<property name="required-component">esb</property>
	<property name="description">This project example requires the JBoss SOA 4.3</property>
</fix>

which means that this project example requires EAP 4.3 (we don't have a separate SOA runtime for now). JBoss EAP 4.3 Runtime will be added to the helloworld project.

<property name="required-component">esb</property>

means that the project example requires JBoss Server including the ESB component. This isn't implemented yet, but will be implemented within JBIDE-5950. 

In order to test this example, start JBoss Tools/JBDS with the following VM argument:

-Dorg.jboss.tools.project.examples.xml=http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/esbexamples/project-examples-test-esb.xml.

You will get a screen as shown in the esb1.png screenshoot. You can review project-examples-test-esb.xml in order to see how to add more Eclipse projects to one project example as well as how to add requirements.

This example can help you to fix other ESB examples.


Question : If the JBoss AS deploy directory contains the jbossesb.esb and jbossesb.sar directory, does that mean that the JBoss AS contains the ESB component?


> Missing requirements description for Project Examples
> -----------------------------------------------------
>
>                 Key: JBIDE-5645
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5645
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples
>    Affects Versions: 3.1.0.CR1
>         Environment: JBDS 3.0.0 CR1, build 50, Linux 32, Sun JDK 6.0
>            Reporter: Jiri Peterka
>            Assignee: Snjezana Peco
>            Priority: Minor
>             Fix For: 3.1.0.GA
>
>         Attachments: esb.png
>
>
> There are many project examples but missing requirement information.
> At least there should be detailed java and runtime information for each example to provide developers information howto make it running without lots of time spent with each example. For Example there is lot of complication when you want to run examples on SOA 5 and Sun JDK6.
> Maybe some examples reorganization according to runtime would be helpful as well.   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list