[JBoss JIRA] (JBIDE-14782) Add ShrinkWrap Archive file location validation
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14782?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-14782:
-------------------------------------
Assignee: Snjezana Peco
> Add ShrinkWrap Archive file location validation
> -----------------------------------------------
>
> Key: JBIDE-14782
> URL: https://issues.jboss.org/browse/JBIDE-14782
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: testing-tools
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Fix For: 4.1.0.Beta2
>
>
> *Given*
> A Deployment method
> *When*
> {code}
> war.addAsManifestResource(X, "beans.xml")
> ear.addAsManifestResource(X, "beans.xml")
> war.addAsManifestResource(X, "persistence.xml")
> {code}
> *Then*
> Warn that known EE descriptor files are in the wrong location
> Some mapping on top of my head:
> WebArchive
> {code}
> web.xml -> /WEB-INF/
> web-fragment.xml -> Not supported ?
> beans.xml -> /WEB-INF/
> persistence.xml -> /WEB-INF/classes/META-INF/
> ejb-jar.xml -> /WEB-INF/classes/META-INF/
> {code}
> JavaArchive
> {code}
> web.xml -> Not supported
> web-fragment.xml -> /META-INF/
> beans.xml -> /META-INF/
> persistence.xml -> /META-INF/
> ejb-jar.xml -> /META-INF/
> {code}
> EnterpriseArchive
> {code}
> beans.xml -> Not supported
> persistence.xml -> Not supported
> ejb-jar.xml -> Not supported
> application.xml -> /META-INF/
> {code}
> One common mistake is using addAsManifestResource on WebArchives. A quickfix / suggestion would be to use addAsWebInfResource for the files located in /WEB-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
12 years, 10 months
[JBoss JIRA] (JBDS-2658) JBDS BYOE listed as tech preview for 7.0
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBDS-2658?page=com.atlassian.jira.plugin.... ]
Michelle Murray updated JBDS-2658:
----------------------------------
Attachment: BYOE_ArchiveInstall.png
> JBDS BYOE listed as tech preview for 7.0
> ----------------------------------------
>
> Key: JBDS-2658
> URL: https://issues.jboss.org/browse/JBDS-2658
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 7.0.0.Beta1
> Reporter: Michelle Murray
> Attachments: BYOE_ArchiveInstall.png
>
>
> Trying out installing JBDS BYOE with universal installer. After Help > Install New Software and selecting universal installer, the listed components have 'JBoss Developer Studio 7.0 - Bring Your Own Eclipse *[Technology Preview]*'. Screen capture attached.
> I have probably missed something but is this really still 'Technology Preview' for 7.0?
> Also, I'm using build jbdevstudio-product-universal-7.0.0.Beta1-v20130529-0631-B257.jar so this might have been fixed already for Beta1 going live.
--
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
12 years, 10 months
[JBoss JIRA] (JBDS-2658) JBDS BYOE listed as tech preview for 7.0
by Michelle Murray (JIRA)
Michelle Murray created JBDS-2658:
-------------------------------------
Summary: JBDS BYOE listed as tech preview for 7.0
Key: JBDS-2658
URL: https://issues.jboss.org/browse/JBDS-2658
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 7.0.0.Beta1
Reporter: Michelle Murray
Trying out installing JBDS BYOE with universal installer. After Help > Install New Software and selecting universal installer, the listed components have 'JBoss Developer Studio 7.0 - Bring Your Own Eclipse *[Technology Preview]*'. Screen capture attached.
I have probably missed something but is this really still 'Technology Preview' for 7.0?
Also, I'm using build jbdevstudio-product-universal-7.0.0.Beta1-v20130529-0631-B257.jar so this might have been fixed already for Beta1 going live.
--
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
12 years, 10 months