[JBoss JIRA] Created: (JBIDE-5118) NPE when run org.jboss.tools.vpe.ui.test.VpeAllTests test
by Maxim Areshkau (JIRA)
NPE when run org.jboss.tools.vpe.ui.test.VpeAllTests test
---------------------------------------------------------
Key: JBIDE-5118
URL: https://jira.jboss.org/jira/browse/JBIDE-5118
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR1
Reporter: Maxim Areshkau
Assignee: Alexey Kazakov
Fix For: 3.1.0.CR1
1. Run org.jboss.tools.vpe.ui.test.VpeAllTests test
2. Ajax4JsfComponentContentTest.testAjaxListener and JstlComponentContentTest.testRemove will failure
java.lang.NullPointerException
at org.jboss.tools.jst.web.kb.internal.validation.ValidationContext.clearRegisteredFiles(ValidationContext.java:185)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:82)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5082) Name of the file renamed in Package Explorer is not changed on related tab in Visual Page Editor
by Vlado Pakan (JIRA)
Name of the file renamed in Package Explorer is not changed on related tab in Visual Page Editor
------------------------------------------------------------------------------------------------
Key: JBIDE-5082
URL: https://jira.jboss.org/jira/browse/JBIDE-5082
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M4
Environment: JBT 3.1.0 M4 (200910201931N-H224-M4)
OpenJDK Server VM 14.0-b15
OS-System: Linux 2.6.29.6-217.2.16.fc11.i686.PAE
JBoss [EAP] 4.3.0.GA_CP06
Reporter: Vlado Pakan
Attachments: renamebug.jpg
After name of the file opened in VPE is changed in Package Explorer using pop-up menu Refactor > Rename name is not changed on tab containing opened renamed file in VPE.
See attached file.
Steps to reproduce:
1. Select some file which has Visual Page Editor as defaul editor (HTML, JSP, XHTML etc.) via package explorer and double click on it. File should be opened in Visual Page Editor.
2. Rename file using package explorer popup menu Refactor > Rename. File is renamed in Package editor and not renamed in Main Editor
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBDS-723) Studio is failed to start
by Yura Zhishko (JIRA)
Studio is failed to start
-------------------------
Key: JBDS-723
URL: https://jira.jboss.org/jira/browse/JBDS-723
Project: Developer Studio
Issue Type: Bug
Components: Build
Affects Versions: 2.1.0
Environment: jbdevstudio-eap-win32-2.1.0.Alpha1-N200905052221-H168
Win XP SP2
Reporter: Yura Zhishko
Assignee: Denis Golovin
Priority: Critical
Attachments: screenshot-1.jpg
1) Install jbdevstudio-eap-win32-2.1.0.Alpha1-N200905052221-H168
2) Try to tun it
RESULT: Studio is failed to start with next message see (screenshot-1)
eclipse.ini file has the next content:
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090420.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090306-1900
--launcher.XXMaxPermSize
256m
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=128m
-Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.100.v20090413-2207.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
When I've tried to load studio with next params:
-framework
plugins\org.eclipse.osgi_3.5.0.v20090420
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=128m
-Dosgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.100.v20090413-2207.jar@1:start,org.eclipse.equinox.transforms.xslt@1:start,org.jboss.tools.equinox.transforms.xslt@1:start
It has been launched OK.
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5071) Deploying of JSF Project to Server doesn't work
by Vlado Pakan (JIRA)
Deploying of JSF Project to Server doesn't work
-----------------------------------------------
Key: JBIDE-5071
URL: https://jira.jboss.org/jira/browse/JBIDE-5071
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.1.0.M4
Environment: JBT 3.1.0 M4 (200910201931N-H224-M4)
OpenJDK Server VM 14.0-b15
OS-System: Linux 2.6.29.6-217.2.16.fc11.i686.PAE
JBoss [EAP] 4.3.0.GA_CP06
Reporter: Vlado Pakan
Assignee: Rob Stryker
When adding JSF project to JBoss AS project is not deployed to server.
Steps to reproduce:
1. Create new JSF Project: File > New > JSF Project > Project Name = test Template = JSFKickStartWithoutLibs
2. Add newly created project to Server using JBT Server view
There is no error displayed on srceen or in server log after button Finish is selected in Add and Remove dialog when adding test project but test.war is not deployed to server. It's not even copied to server deploy directory.
Works fine in JBDS2.1 with the same workspace, server and JSF project.
--
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
16 years, 5 months