[JBoss JIRA] Created: (JBIDE-803) Build error creating a new seam 2.0 project in RHDS Beta 1
by Gary Pinkham (JIRA)
Build error creating a new seam 2.0 project in RHDS Beta 1
----------------------------------------------------------
Key: JBIDE-803
URL: http://jira.jboss.com/jira/browse/JBIDE-803
Project: JBoss Tools
Issue Type: Bug
Components: JBoss Tools Core
Affects Versions: 2.0.0.Beta3
Environment: Windows XP SP2. Redhat Dev Studio Beta1, Seam 2.0, JDK 1.5.0.9
Reporter: Gary Pinkham
Assigned To: Marshall Culpepper
Priority: Minor
Creating a new seam project using Seam 2.0 and Redhat Dev Studio Beta 1 creates a Component.XML with the following error:
ERROR: 0.0 Unallowed child null:managed-persistence-context of components
The error shows in the tree view in the Redhat XML Editor and in the Problems tab as it causes a build error. Modifying the Component.xml file (adding in entity-manager-factory="" to the "persistence:managed-persistence-context" tag and saving causes the build error to go away but the error still shows on the Tree view tab. I removed the entity-manager-factory="" from the file and re-saved. Build still works. If I reopen the file in Tree view mode the build error returns.
--
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
13 years, 2 months
[jbosside-issues] [JBoss JIRA] Created: (JBIDE-428) Add new features to Feemarker Plugin
by ZERR Angelo (JIRA)
Add new features to Feemarker Plugin
------------------------------------
Key: JBIDE-428
URL: http://jira.jboss.com/jira/browse/JBIDE-428
Project: JBoss IDE
Issue Type: Patch
Components: FreeMarker plugin
Reporter: ZERR Angelo
Assigned To: Joe Hudson
Attachments: FreemarkerIDE.zip
I have updated Freemarker Plugin to :
1) have template completion capability : (ex : type list in your ftl template, and CRTL+SPACE => <#list ....><#list> will be generate.
You can customize your template with menu Window/Preferences/Freemarker Editor/Templates
2) add XML context capabilty. You can choose XML file and have completion with element and attribute of your XML.
3) add String context. I beleive it will be better to have Java Type context (Boolea, String,...)
3) add Preview Tab to see the result of the merge of your template and your model. It works ONLY with XML context. It's not available dor Class context.
To use Preview Tab with Class, I believe it will good to have a class wich return getter of your Class.
Ex : if you have class MyForm, user will have to add getMyForm in the context class for the preview.
MyForm getMyForm() {
MyForm form = new MyForm
form.setId("MyId")
return form;
}
If user have the ftl template ${myForm.id}, when you click to th epreview tab, you will have MyId displayed.
--
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
13 years, 4 months
[JBoss JIRA] Created: (JBIDE-596) VPE navigation problems
by Aliaksey Nis (JIRA)
VPE navigation problems
-----------------------
Key: JBIDE-596
URL: http://jira.jboss.com/jira/browse/JBIDE-596
Project: JBoss Tools
Issue Type: Bug
Components: Visual Page Editor
Environment: WindowsXP SP2
rhds-win32-1.0.0.alpha.jar
Red Hat Developer Studio
Version: 1.0.0
Build: build 20070711-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
Import attached test page.
Open it with VPE. Select Visual/Source tab
In Visual part navigate elements using keyboard.
Next possible navigation problems found(navigation started from top):
1. Richtoolbar group (panel with 6 icons) - left-right on icons don't work
2. Datalist element - "up" button from it don't work
3. Add ajax... - "up" button don't work
4. PanelBar - "down" button don't work
5. Canon - "up" and "down" buttons don't work
6. Panel (under the Canon element) - "up" button don't work
7. Tab under DataGrid - "up" button don't work
8. Expences - don't work "left", "right" and partially "up" and "down" buttons
9. Drop down menu - "down" button don't work
10.Slider part - "down" button don't work, when it selected
--
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
13 years, 8 months
[JBoss JIRA] Created: (RHDS-120) java.lang.NullPointerException when try to save empty value in web.xml Editor.
by Anton Klimkovich (JIRA)
java.lang.NullPointerException when try to save empty value in web.xml Editor.
------------------------------------------------------------------------------
Key: RHDS-120
URL: http://jira.jboss.com/jira/browse/RHDS-120
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.beta1
Reporter: Anton Klimkovich
Open web.xml on tree tab
Right ckick on Error Pages for example
Set Error-Code and location
On Tree tab in web.xml Editor clear field with Error-Code
Try to save file.
java.lang.NullPointerException
at org.eclipse.jst.j2ee.model.internal.validation.WarValidator.validateErrorPages(WarValidator.java:693)
at org.eclipse.jst.j2ee.model.internal.validation.WarValidator.validate(WarValidator.java:251)
at org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator.validate(UIWarValidator.java:95)
at org.eclipse.jst.j2ee.model.internal.validation.WarValidator.validateInJob(WarValidator.java:329)
at org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator.validateInJob(UIWarValidator.java:111)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:75)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
org.eclipse.wst.validation.internal.core.ValidationException: CHKJ3000E: WAR Validation Failed: java.lang.NullPointerException
at org.eclipse.jst.j2ee.model.internal.validation.WarValidator.validateInJob(WarValidator.java:343)
at org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator.validateInJob(UIWarValidator.java:111)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:75)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
14 years, 4 months