[JBoss JIRA] Created: (JBIDE-8680) Rename Seam UI artifacts to Seam 2.
by Alexey Kazakov (JIRA)
Rename Seam UI artifacts to Seam 2.
-----------------------------------
Key: JBIDE-8680
URL: https://issues.jboss.org/browse/JBIDE-8680
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Seam
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M1
Since Seam 3.0 final has been released and we are working on support of Seam 3 extensions it's time to rename our Seam tools to Seam 2 not to confuse users.
We should update UI stuff such as Wizard titles, perspective, views, editors, etc. And BTW the component name in JIRA :)
--
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-9793) Openshift Express: create a publishing method that would allow you to publish a project to the openshift PaaS
by Andre Dietisheim (JIRA)
Openshift Express: create a publishing method that would allow you to publish a project to the openshift PaaS
-------------------------------------------------------------------------------------------------------------
Key: JBIDE-9793
URL: https://issues.jboss.org/browse/JBIDE-9793
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M4
* new Openshift publishing method
* the publishing method would only show up as choice in the "Server Behavior" combo for: deploy only and AS7 server adapter.
* the publishing method would contribute an appropriate composite:
- combo/list that shows all available applications on Openshift Express
- a link to a wizard to create new application
* as soon as you select the application, we would clone the git repo
* as soon as you add a project to the adapter, we would add the openshift clone repo to the repo of that project (as remote repo)
--
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] (JBIDE-10260) Inconsistent output of Create Portlet Wizard when leaving default
by Lucia Jelinkova (Created) (JIRA)
Inconsistent output of Create Portlet Wizard when leaving default
-----------------------------------------------------------------
Key: JBIDE-10260
URL: https://issues.jboss.org/browse/JBIDE-10260
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M4
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
I have a project with JBoss JSF Portlet facet. I want to create a JSF portlet and leave as many default as I can. However, different files are generated if I click the Finish button on the first or on the last page of wizard.
Scenario A:
1. Show the wizard
2. Click Next through all pages and leave defaults there
3. Click Finish
4. The WEB-INF contains the following files: faces-config.xml, portlet.xml and web.xml
Scenario B:
1. Show the wizard
2. Click finish on the first or the second wizard page (do not go to the last page of wizard)
4. The WEB-INF contains the files from the previous scenario as well as these additional ones: default-object.xml, portlet-instances.xml, jboss-app.xml, jboss-portlet.xml
The generated file jboss-app.xml causes that the whole project will not be deployed to the server due to the missing DTD file:
java.io.FileNotFoundException: http://www.jboss.org/dtd/jboss-app_2_6.dtd
--
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] (JBIDE-10673) NullPointerException when creating Dynamic Web Project with JSF Portlet facet and no targeted runtime
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-10673:
---------------------------------------
Summary: NullPointerException when creating Dynamic Web Project with JSF Portlet facet and no targeted runtime
Key: JBIDE-10673
URL: https://issues.jboss.org/browse/JBIDE-10673
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal/GateIn
Affects Versions: 3.3.0.M5
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
When I try to create a Dynamic Web Project with JBoss JSF Portlet Facet but I do not select any runtime and on all wizard pages select to disable library configuration, after hiting Finish button an error dialog appears with NullPointerException. The project is then created but without the JBoss JSF Portlet facet.
Exception in error log:
java.lang.NullPointerException
at org.jboss.tools.portlet.core.JBossWebUtil.getFacesConfig(JBossWebUtil.java:243)
at org.jboss.tools.portlet.core.internal.project.facet.JSFPortletFacetInstallDelegate.getFacesConfigFile(JSFPortletFacetInstallDelegate.java:217)
at org.jboss.tools.portlet.core.internal.project.facet.JSFPortletFacetInstallDelegate.configureFacesConfig(JSFPortletFacetInstallDelegate.java:109)
at org.jboss.tools.portlet.core.internal.project.facet.JSFPortletFacetInstallDelegate.execute(JSFPortletFacetInstallDelegate.java:90)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1477)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:441)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1181)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1117)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5.run(FacetedProject.java:1099)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChanges(FacetedProject.java:1109)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.commitChanges(FacetedProjectWorkingCopy.java:2020)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:400)
at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:282)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:331)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:345)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
--
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