[JBoss JIRA] (JBIDE-10276) test failures in org.jboss.tools.maven.ui.bot.test
by Nick Boldt (Created) (JIRA)
test failures in org.jboss.tools.maven.ui.bot.test
--------------------------------------------------
Key: JBIDE-10276
URL: https://issues.jboss.org/browse/JBIDE-10276
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.0.M5
Reporter: Nick Boldt
Assignee: Fred Bricon
Fix For: 3.3.0.M5
https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/jo...
{code}
15 failures (+15)
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.testOpenMavenProfiles
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.testErrors
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.createJSFProjectTest_AS6_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.activateMavenFacet_AS6_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.buildProject_AS6_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.createJSFProjectTest_AS7_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.activateMavenFacet_AS7_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.buildProject_AS7_v2
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.createJSFProjectTest_AS6_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.activateMavenFacet_AS6_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.buildProject_AS6_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.createJSFProjectTest_AS7_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.activateMavenFacet_AS7_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.buildProject_AS7_v1
>>> org.jboss.tools.maven.ui.bot.test.MavenAllBotTests.createSimpleJsfProjectArchetype
{code}
Also failing in overall tests job:
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.tests/1122/tes...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (JBIDE-9636) Wrong Load Strategy in web.xml in JBoss Seam/Portlet Project
by Joao Viragine (JIRA)
Wrong Load Strategy in web.xml in JBoss Seam/Portlet Project
------------------------------------------------------------
Key: JBIDE-9636
URL: https://issues.jboss.org/browse/JBIDE-9636
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: JBDS 4.1
Reporter: Joao Viragine
When we create a Seam Web Project with JBoss Seam Portlet Facet, JBDS generates a wrong JBoss Seam/Portlet Project as follow:
JBDS generates a Load Strategy as NONE and it should be DEFAULT.
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
When we use a Load Strategy as NONE, the Portlet doesn't properly load the css and js.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (JBIDE-9767) Change LoadStyleStrategy and LoadScriptStrategy in RichFaces portlet project
by Miroslav Cupak (JIRA)
Change LoadStyleStrategy and LoadScriptStrategy in RichFaces portlet project
----------------------------------------------------------------------------
Key: JBIDE-9767
URL: https://issues.jboss.org/browse/JBIDE-9767
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Affects Versions: 3.2.1.Final
Environment: JBDS 4.1.0.GA, EPP 5.2.0.ER01, Sun JDK 1.6.0_27
Reporter: Miroslav Cupak
When I generate a JSF portlet project (_Dynamic Web Module_, _Java_, _JavaServer Faces_, _JBoss Core Portlet_ and _JBoss JSF Portlet_ facets) with RichFaces libraries in JBDS to deploy on EPP, its _web.xml_ contains the following lines:
{code:xml}
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>NONE</param-value>
</context-param>
{code}
This was OK with Portlet Bridge 1.0 (see _JBoss Portlet Bridge 1.0 Reference Guide_, section _RichFaces Setup and Configuration Options_), but doesn't make much sense with Portlet Bridge 2.x (again, see _JBoss Portlet Bridge 2.x Reference Guide_, section _RichFaces Setup and Configuration Options_). I think it would be better and more convenient to set the generated value for both _LoadStyleStrategy_ and _LoadScriptStrategy_ to _DEFAULT_ (or _ALL_) so that RichFaces components can be used in portlets without needing to include the relevant scripts manually.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month