Broken link to Update Guide in JBDS documentation
-------------------------------------------------
Key: TOOLSDOC-153
URL: https://issues.jboss.org/browse/TOOLSDOC-153
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.2.0.Final
Reporter: Pavol Srna
Assignee: Matthew Casperson
Fix For: 3.2.0.Final
There is a broken link to Update Guide in JBDS 4.0 documetation on https://access.stage.redhat.com/knowledge/docs/JBoss_Developer_Studio/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Creation tests for Conversation and Entity in Seam-test project.
----------------------------------------------------------------
Key: JBIDE-2110
URL: http://jira.jboss.com/jira/browse/JBIDE-2110
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.1.0.beta1
Reporter: Anton Klimkovich
Priority: Minor
Create tests for Conversation and Entity in Seam-test project to run it with testNG
--
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
Persistence unit not found in seam-gen application
--------------------------------------------------
Key: JBDS-699
URL: https://jira.jboss.org/jira/browse/JBDS-699
Project: Developer Studio
Issue Type: Bug
Components: seam
Affects Versions: 2.0.0.GA
Environment: JBoss Seam 2.1.2.CR1
JDK 5 update 16
Reporter: Jozef Hartinger
Fix For: 2.0.1
Attachments: jbds-persistenceunit.jpg
To reproduce, create an application with seam-gen and import it into JBDS. Open the hibernate configuration and expand the configuration node. After that, you should see an error window similar to the attached one.
Persistence unit is not picked up, as it is stored in persistence-dev.xml file.
--
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
Clicking on compile failure hyperlinks in Console view opens up redundant Java editor tabs
------------------------------------------------------------------------------------------
Key: RHDS-276
URL: http://jira.jboss.com/jira/browse/RHDS-276
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.beta2
Reporter: Neil Griffin
If I associate an Ant Builder with my JSF Web Project, and have a compile failure in my Java code, then the Console provides a handy mechanism whereby I can click on each failure as a hyperlink. When I click on the link, and the offending Java source file is already open in my editor, it will open up ANOTHER java source editor for the file, which is redundant.
This might be because my Java "src" folder is in the WEB-INF folder. I don't know.
--
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
Create categories for properties
--------------------------------
Key: JBIDE-4543
URL: https://jira.jboss.org/jira/browse/JBIDE-4543
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, Visual Page Editor core
Reporter: Krasimir Goutcev
Attachments: properties1.png, properties2.png
Open your page file and place the cursor in a place where you'd like to add a tag and then click that tag in the palette. In the Insert Tag window, that appears, you can set the value of GENERAL and ADVANCED attributes of the tag that you chose.(see pic1)
Why to not have same categories when select inserted tag on page( see pic2) in properties view?
--
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
CA: In xhtml files with facelets: no [xmlns:*=""] attribute in content assist .
-------------------------------------------------------------------------------
Key: JBIDE-1792
URL: http://jira.jboss.com/jira/browse/JBIDE-1792
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
CA: In xhtml files with facelets:
1. no [xmlns:*=""] attribute in content assist
2. CA when cursor at position [xmlns:*=" | "] not available for not <html> tags. I mean:
a) <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:j=" | "> -- HERE CONTENT ASSIST AVAILABLE
b) <h:form id="helloForm" xmlns:j=" | "> -- HERE CONTENT ASSIST NOT AVAILABLE
--
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
CA for jsf2 resource declaration
--------------------------------
Key: JBIDE-5673
URL: https://jira.jboss.org/jira/browse/JBIDE-5673
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.1.0.CR1
Reporter: Maxim Areshkau
Assignee: Maxim Areshkau
Fix For: 3.1.1
Resources can be specified in project in following way <h:graphicImage value="#{resource['ru/img/1.0/img.gif']}" /> or <link rel="stylesheet" type="text/css" href="#{resource['css:hska.css']}"/>. It will be good if such proposals shows in CA.
--
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
Java content assist and navigation for EL Expressions in JSF 2.0 annotations
----------------------------------------------------------------------------
Key: JBIDE-8177
URL: https://issues.jboss.org/browse/JBIDE-8177
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects Versions: 3.2.0.CR1
Reporter: Yahor Radtsevich
Assignee: Alexey Kazakov
Fix For: 3.3.x
Provide content assist and navigation for the JSF annotations require EL Expression as a parameter:
1. @ManagedProperty (see ManagedProperty-mockup.png).
2. @CustomScoped
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Local and RSE Zipped deployments have bad logging, progress monitoring
----------------------------------------------------------------------
Key: JBIDE-8450
URL: https://issues.jboss.org/browse/JBIDE-8450
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Final
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.1, 3.3.0.M1
Attachments: JBIDE-8450.patch
File transfer / monitor info is crap here, and also some more of those "OK" status logs in the server log.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira