[jbosstools-issues] [JBoss JIRA] (JBIDE-14993) SOA-P is not recognized as SOA-P and also cannnot be because of broking structure

Kevin Conner (JIRA) jira-events at lists.jboss.org
Tue Jun 25 12:38:21 EDT 2013


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

Kevin Conner commented on JBIDE-14993:
--------------------------------------

The information from that MANIFEST.MF *only* pertains to the admin console and does not identify which platforms are installed.  The choice of 'eap' as a value is a mistake which, unfortunately, we have to live with as the intent of that value is to identify whether the admin console is running on a community release or a product release.  It should really be 'community' and 'platform'.

The files which currently determine the installation are bin/product.conf and modules/layers.conf although we do need to introduce a simpler way for customers to identify what is installed.

The current expected combinations are as follows although we expect to add at least two more for BRMS/BPMS

Platforms		product.conf	layers.conf

EAP			slot=eap	------
EAP + SOA		slot=soa	layers=soa
EAP + EDS		slot=eap	layers=eds
EAP + BRMS		slot=brms	layers=brms
EAP + Portal		slot=eap	------
EAP + BPMS		slot=bpms	layers=bpms
EAP + SOA + EDS		slot=soa	layers=soa,eds
EAP + SOA + BRMS	slot=soa	layers=soa,brms
EAP + EDS + BRMS	slot=brms	layers=brms,eds
EAP + SOA + EDS + BRMS	slot=soa	layers=soa,brms,eds
EAP + SOA + BPMS	slot=soa	layers=soa,bpms

                
> SOA-P is not recognized as SOA-P and also cannnot be because of broking structure
> ---------------------------------------------------------------------------------
>
>                 Key: JBIDE-14993
>                 URL: https://issues.jboss.org/browse/JBIDE-14993
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 4.1.0.Beta2, 4.1.0.CR1
>
>
> from JBIDE-13582 SOA-P seem to have broken dir layout:
> It contains
> slot=soa
> in the bin/product.conf file.
> The /modules/system/layers/base/org/jboss/as/product/soa/dir/META-INF is expected, but the distribution contains /modules/system/layers/base/org/jboss/as/product/eap/dir/META-INF.

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