[JBoss JIRA] Created: (JBIDE-3156) CCE from running archive from project
by Ciro Cavani (JIRA)
CCE from running archive from project
-------------------------------------
Key: JBIDE-3156
URL: https://jira.jboss.org/jira/browse/JBIDE-3156
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.0.0.cr1
Environment: Ubuntu 8.10
OpenJDK 6b12
eclipse Ganymede SR1
JBT nightly build 3.0.0.CR1/200811101501
Reporter: Ciro Cavani
Running archive build on project node of "Package archives" view throws CCE.
[code]
java.lang.ClassCastException: org.jboss.ide.eclipse.archives.ui.providers.ArchivesContentProviderDelegate$WrappedProject cannot be cast to org.jboss.ide.eclipse.archives.core.model.IArchiveNode
at org.jboss.ide.eclipse.archives.ui.actions.BuildAction$1.run(BuildAction.java:77)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
[/code]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-2971) Clean project clears archive
by Krasimir Goutcev (JIRA)
Clean project clears archive
----------------------------
Key: JBIDE-2971
URL: https://jira.jboss.org/jira/browse/JBIDE-2971
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Environment: Eclipse 3.4
JVM 1.5.0.11
Night build 09.29
Reporter: Krasimir Goutcev
I have a project and war archive.
The destination of this archive is our production server.
Once a week i do manual build and war is deployed on server.
( option "Enable incremental builder" is OFF )
But sometimes i do "clear" project ( Project-> Clean)
, and then my war is cleared from server (application is undeployed)
Maybe this is not bug. But this means that I can't have project arhive in my project and every time I must create a new one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-3170) Facets issues during creating JSF Projects.
by Aliaksey Nis (JIRA)
Facets issues during creating JSF Projects.
-------------------------------------------
Key: JBIDE-3170
URL: https://jira.jboss.org/jira/browse/JBIDE-3170
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.0.0.cr1
Environment: WindowsXP SP2
JBoss Tools
Version: 3.0.0.CR1
Build id: JBossTools-3.0.0.CR1-N200811080256
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Critical
Part 1.
EXECUTE: New > Project > JBoss Tools > JSF > new JSF Project.
EXECUTE: Input name, select JSF 1.01, Select KickStart w/o libs, press Next.
EXECUTE: Uncheck target server checkbox, press Finish.
ASSERT: JSF project successfully created.
EXECUTE: Open web.xml.
ASSERT: <servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
Those strings presented in web.xml.
EXECUTE: Right click on JSF project, select Properties, select Project Facets.
FAILURE(?): JSF facet not enabled.
EXECUTE: Enable JSF facet (1.1), press "future configuration needed" link.
FAILURE(?): "URL mapping = *.seam" instead of "URL mapping = *.jsf". Screenshot attached. If this field not changed, and Ok(+Apply) button pressed - in web.xml url-pattern changed to *.seam.
EXECUTE: Change field URL mapping to "*.jsf" value. Press Ok.
FAILURE: Exception thrown in error log. If window closed via cross button - same exception thrown. Exception log attached.
Part 2.
EXECUTE: New > Project > Web > Dynamic Web project.
EXECUTE: Input name, select configuration "Java server faces v1.1 project".
ASSERT: Press modify button, check that JSF 1.1 checkbox - enabled.
EXECUTE: Press next till JSF capabilities step.
FAILURE: "URL mapping = *.seam" instead of "URL mapping = *.jsf".
ASSERT: JSF project successfully created.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-1803) Seam Code Assist does not recognize "var" attributes in JSF tags.
by Alexey Kazakov (JIRA)
Seam Code Assist does not recognize "var" attributes in JSF tags.
-----------------------------------------------------------------
Key: JBIDE-1803
URL: http://jira.jboss.com/jira/browse/JBIDE-1803
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Alexey Kazakov
Assigned To: Alexey Kazakov
Fix For: 2.1
Attachments: TestComponentForVarAttributes.java
EXECUTE: Create seam project.
EXECUTE: Create TestComponentForVarAttributes component (see attached java file)
EXECUTE: Open home.xhtml
EXECUTE: Add:
<h:dataTable value="#{mapItems}" var="mapItem">
<h:dataTable value="#{mapItem.value.items}" var="test">
<h:outputText value="#{test.}"/>
</h:dataTable>
<h:dataTable/>
EXECUTE: Ctrl+Space in <h:outputText value="#{test.|
ASSERT: There is "test.name" in a list of proposals.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months