[jbosstools-issues] [JBoss JIRA] (JBIDE-14648) Portal Examples - JPP/GateIn requirement is fulfilled after adding EAP runtime

Peter Palaga (JIRA) jira-events at lists.jboss.org
Fri Jun 14 08:54:38 EDT 2013


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

Peter Palaga commented on JBIDE-14648:
--------------------------------------

The reported behavior is caused by the fact that in xml descriptor, GateIn quickstarts are declared with the following:

{code}
<fixes>
  <fix type="wtpruntime">
    <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.61</property>
...
{code}
which is too coarse grained to exclude AS 7.1.1 but to allow e.g. GateIn 3.6.


Although fixing JBIDE-14763 and JDF-367 is underway, [~rob.stryker] said on IRC, that:
{quote}
it will not directly help to fix this for 4.1.0.GA. It requires too many under the hood changes. In the future, we will need to modify the project example files to give them an updated syntax.
Instead of just saying some runtime type id,  like org.jboss.ide.eclipse.as.runtime.71, we will do something like org.jboss.ide.eclipse.as.runtime.71#GateIn:[3.7,3.8)
{code}
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71#GateIn:[3.7,3.8), org.jboss.ide.eclipse.as.runtime.eap.61</property>
{code}
something like this
{quote}
                
> Portal Examples - JPP/GateIn requirement is fulfilled after adding EAP runtime
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-14648
>                 URL: https://issues.jboss.org/browse/JBIDE-14648
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: project-examples
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Rastislav Wagner
>            Assignee: Peter Palaga
>             Fix For: 4.1.0.Beta2
>
>
> All portal examples (enterprise and community ones) have requirement to GateIn or JPP runtime. After adding EAP runtime, GateIn/JPP runtime is fulfilled which is wrong.

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